aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/write.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-24nfs: Fix cache_validity check in nfs_write_pageuptodate()Scott Mayhew1-1/+3
2014-06-10Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-400/+188
2014-05-29nfs: page group support in nfs_mark_uptodateWeston Andros Adamson1-7/+67
2014-05-29nfs: page group syncing in write pathWeston Andros Adamson1-12/+20
2014-05-29nfs: add support for multiple nfs reqs per pageWeston Andros Adamson1-1/+12
2014-05-29nfs: remove unused arg from nfs_create_requestWeston Andros Adamson1-1/+1
2014-05-29NFS: Create a common nfs_pageio_ops structAnna Schumaker1-7/+2
2014-05-29NFS: Create a common generic_pg_pgios()Anna Schumaker1-25/+1
2014-05-29NFS: Create a common multiple_pgios() functionAnna Schumaker1-30/+1
2014-05-29NFS: Create a common initiate_pgio() functionAnna Schumaker1-48/+7
2014-05-28NFS: Create a generic_pgio functionAnna Schumaker1-96/+1
2014-05-28NFS: Create a common pgio_error functionAnna Schumaker1-21/+4
2014-05-28NFS: Create a common rpcsetup function for reads and writesAnna Schumaker1-42/+4
2014-05-28NFS: Create a common rpc_call_ops structAnna Schumaker1-9/+2
2014-05-28NFS: Create a common nfs_pgio_result_common functionAnna Schumaker1-31/+20
2014-05-28NFS: Create a common pgio_rpc_prepare functionAnna Schumaker1-14/+5
2014-05-28NFS: Create a common rw_header_alloc and rw_header_free functionAnna Schumaker1-16/+12
2014-05-28NFS: Create a common pgio_alloc and pgio_release functionAnna Schumaker1-50/+4
2014-05-28NFS: Move the write verifier into the nfs_pgio_headerAnna Schumaker1-4/+3
2014-05-28NFS: Create a common read and write header structAnna Schumaker1-7/+7
2014-05-28NFS: Create a common read and write data structAnna Schumaker1-18/+18
2014-05-28NFS: Create a common results structure for reads and writesAnna Schumaker1-1/+1
2014-05-28NFS: Create a common argument structure for reads and writesAnna Schumaker1-1/+1
2014-05-28nfs: remove ->write_pageio_init from rpc opsChristoph Hellwig1-8/+13
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2
2014-04-15NFS: Don't ignore suid/sgid bit changes after a successful writeTrond Myklebust1-2/+33
2014-01-28nfs: add memory barriers around NFS_INO_INVALID_DATA and NFS_INO_INVALIDATINGJeff Layton1-0/+1
2014-01-27NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mappingJeff Layton1-1/+5
2014-01-17nfs: always make sure page is up-to-date before extending a write to cover the entire pageScott Mayhew1-5/+6
2014-01-05NFS: dprintk() should not print negative fileids and inode numbersNiels de Vos1-4/+4
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro1-4/+2
2013-09-05NFS: Don't check lock owner compatibility in writes unless file is lockedTrond Myklebust1-1/+1
2013-09-05nfs4.1: Add SP4_MACH_CRED write and commit supportWeston Andros Adamson1-0/+6
2013-09-04NFSv4: Don't try to recover NFSv4 locks when they are lost.NeilBrown1-3/+4
2013-09-03NFS avoid expired credential keys for buffered writesAndy Adamson1-0/+27
2013-08-22NFS: Add event tracing for generic NFS eventsTrond Myklebust1-2/+13
2013-07-09NFS: Allow nfs_updatepage to extend a write under additional circumstancesScott Mayhew1-8/+23
2013-03-25NFS: Don't accept more reads/writes if the open context recovery failedTrond Myklebust1-0/+2
2013-01-04NFS: Ensure that we free the rpc_task after read and write cleanups are doneTrond Myklebust1-3/+7
2012-12-20NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a pageDavid Howells1-1/+2
2012-12-15NFS: Don't use SetPageError in the NFS writeback codeTrond Myklebust1-1/+0
2012-12-11Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust1-2/+2
2012-12-11nfs: don't extend writes to cover entire page if pagecache is invalidJeff Layton1-1/+1
2012-11-25nfs: Fix wrong slab cache in nfs_commit_mempoolYanchuan Nian1-1/+1
2012-11-04NFS: Remove BUG_ON() calls from the generic writeback codeTrond Myklebust1-16/+10
2012-09-28NFS: Fix fdatasync/fsync() when confronted with a server rebootTrond Myklebust1-0/+1
2012-09-28NFS: Clean up helper function nfs4_select_rw_stateid()Trond Myklebust1-3/+7
2012-08-02nfs: tear down caches in nfs_init_writepagecache when allocation failsJeff Layton1-3/+12
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-34/+55
2012-07-31nfs: prevent page allocator recursions with swap over NFS.Mel Gorman1-2/+2