aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/write.c
Commit message (Expand)AuthorAge
* nfs: Fix cache_validity check in nfs_write_pageuptodate()Scott Mayhew2014-06-24
* Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-06-10
|\
| * nfs: page group support in nfs_mark_uptodateWeston Andros Adamson2014-05-29
| * nfs: page group syncing in write pathWeston Andros Adamson2014-05-29
| * nfs: add support for multiple nfs reqs per pageWeston Andros Adamson2014-05-29
| * nfs: remove unused arg from nfs_create_requestWeston Andros Adamson2014-05-29
| * NFS: Create a common nfs_pageio_ops structAnna Schumaker2014-05-29
| * NFS: Create a common generic_pg_pgios()Anna Schumaker2014-05-29
| * NFS: Create a common multiple_pgios() functionAnna Schumaker2014-05-29
| * NFS: Create a common initiate_pgio() functionAnna Schumaker2014-05-29
| * NFS: Create a generic_pgio functionAnna Schumaker2014-05-28
| * NFS: Create a common pgio_error functionAnna Schumaker2014-05-28
| * NFS: Create a common rpcsetup function for reads and writesAnna Schumaker2014-05-28
| * NFS: Create a common rpc_call_ops structAnna Schumaker2014-05-28
| * NFS: Create a common nfs_pgio_result_common functionAnna Schumaker2014-05-28
| * NFS: Create a common pgio_rpc_prepare functionAnna Schumaker2014-05-28
| * NFS: Create a common rw_header_alloc and rw_header_free functionAnna Schumaker2014-05-28
| * NFS: Create a common pgio_alloc and pgio_release functionAnna Schumaker2014-05-28
| * NFS: Move the write verifier into the nfs_pgio_headerAnna Schumaker2014-05-28
| * NFS: Create a common read and write header structAnna Schumaker2014-05-28
| * NFS: Create a common read and write data structAnna Schumaker2014-05-28
| * NFS: Create a common results structure for reads and writesAnna Schumaker2014-05-28
| * NFS: Create a common argument structure for reads and writesAnna Schumaker2014-05-28
| * nfs: remove ->write_pageio_init from rpc opsChristoph Hellwig2014-05-28
| * NFS: Don't ignore suid/sgid bit changes after a successful writeTrond Myklebust2014-04-15
* | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-18
|/
* nfs: add memory barriers around NFS_INO_INVALID_DATA and NFS_INO_INVALIDATINGJeff Layton2014-01-28
* NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mappingJeff Layton2014-01-27
* nfs: always make sure page is up-to-date before extending a write to cover th...Scott Mayhew2014-01-17
* NFS: dprintk() should not print negative fileids and inode numbersNiels de Vos2014-01-05
* nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro2013-10-24
* NFS: Don't check lock owner compatibility in writes unless file is lockedTrond Myklebust2013-09-05
* nfs4.1: Add SP4_MACH_CRED write and commit supportWeston Andros Adamson2013-09-05
* NFSv4: Don't try to recover NFSv4 locks when they are lost.NeilBrown2013-09-04
* NFS avoid expired credential keys for buffered writesAndy Adamson2013-09-03
* NFS: Add event tracing for generic NFS eventsTrond Myklebust2013-08-22
* NFS: Allow nfs_updatepage to extend a write under additional circumstancesScott Mayhew2013-07-09
* NFS: Don't accept more reads/writes if the open context recovery failedTrond Myklebust2013-03-25
* NFS: Ensure that we free the rpc_task after read and write cleanups are doneTrond Myklebust2013-01-04
* NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a pageDavid Howells2012-12-20
* NFS: Don't use SetPageError in the NFS writeback codeTrond Myklebust2012-12-15
* Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust2012-12-11
|\
| * nfs: don't extend writes to cover entire page if pagecache is invalidJeff Layton2012-12-11
| * nfs: Fix wrong slab cache in nfs_commit_mempoolYanchuan Nian2012-11-25
* | NFS: Remove BUG_ON() calls from the generic writeback codeTrond Myklebust2012-11-04
|/
* NFS: Fix fdatasync/fsync() when confronted with a server rebootTrond Myklebust2012-09-28
* NFS: Clean up helper function nfs4_select_rw_stateid()Trond Myklebust2012-09-28
* nfs: tear down caches in nfs_init_writepagecache when allocation failsJeff Layton2012-08-02
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-31
|\
| * nfs: prevent page allocator recursions with swap over NFS.Mel Gorman2012-07-31