summaryrefslogtreecommitdiff
path: root/fs/nfs/write.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-13NFS: Remove 2 unused variablesTrond Myklebust1-2/+0
2014-07-13nfs: handle multiple reqs in nfs_wb_page_cancelWeston Andros Adamson1-20/+21
2014-07-13nfs: handle multiple reqs in nfs_page_async_flushWeston Andros Adamson1-22/+233
2014-07-13nfs: change find_request to find_head_requestWeston Andros Adamson1-9/+24
2014-07-13nfs: mark nfs_page reqs with flag for extra refWeston Andros Adamson1-2/+6
2014-06-25nfs: Fix cache_validity check in nfs_write_pageuptodate()Scott Mayhew1-1/+3
2014-06-11Merge 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-29NFS: Create a generic_pgio functionAnna Schumaker1-96/+1
2014-05-29NFS: Create a common pgio_error functionAnna Schumaker1-21/+4
2014-05-29NFS: Create a common rpcsetup function for reads and writesAnna Schumaker1-42/+4
2014-05-29NFS: Create a common rpc_call_ops structAnna Schumaker1-9/+2
2014-05-29NFS: Create a common nfs_pgio_result_common functionAnna Schumaker1-31/+20
2014-05-29NFS: Create a common pgio_rpc_prepare functionAnna Schumaker1-14/+5
2014-05-29NFS: Create a common rw_header_alloc and rw_header_free functionAnna Schumaker1-16/+12
2014-05-29NFS: Create a common pgio_alloc and pgio_release functionAnna Schumaker1-50/+4
2014-05-29NFS: Move the write verifier into the nfs_pgio_headerAnna Schumaker1-4/+3
2014-05-29NFS: Create a common read and write header structAnna Schumaker1-7/+7
2014-05-29NFS: Create a common read and write data structAnna Schumaker1-18/+18
2014-05-29NFS: Create a common results structure for reads and writesAnna Schumaker1-1/+1
2014-05-29NFS: Create a common argument structure for reads and writesAnna Schumaker1-1/+1
2014-05-29nfs: remove ->write_pageio_init from rpc opsChristoph Hellwig1-8/+13
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2
2014-04-16NFS: 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-28NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mappingJeff Layton1-1/+5
2014-01-18nfs: always make sure page is up-to-date before extending a write to cover th...Scott Mayhew1-5/+6
2014-01-06NFS: dprintk() should not print negative fileids and inode numbersNiels de Vos1-4/+4
2013-10-25nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro1-4/+2
2013-09-06NFS: 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-10NFS: 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-21NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a pageDavid Howells1-1/+2
2012-12-16NFS: 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