summaryrefslogtreecommitdiff
path: root/fs/nfs/write.c
AgeCommit message (Expand)Author
2014-07-12NFS: Remove 2 unused variablesTrond Myklebust
2014-07-12nfs: handle multiple reqs in nfs_wb_page_cancelWeston Andros Adamson
2014-07-12nfs: handle multiple reqs in nfs_page_async_flushWeston Andros Adamson
2014-07-12nfs: change find_request to find_head_requestWeston Andros Adamson
2014-07-12nfs: mark nfs_page reqs with flag for extra refWeston Andros Adamson
2014-06-24nfs: Fix cache_validity check in nfs_write_pageuptodate()Scott Mayhew
2014-06-10Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-05-29nfs: page group support in nfs_mark_uptodateWeston Andros Adamson
2014-05-29nfs: page group syncing in write pathWeston Andros Adamson
2014-05-29nfs: add support for multiple nfs reqs per pageWeston Andros Adamson
2014-05-29nfs: remove unused arg from nfs_create_requestWeston Andros Adamson
2014-05-29NFS: Create a common nfs_pageio_ops structAnna Schumaker
2014-05-29NFS: Create a common generic_pg_pgios()Anna Schumaker
2014-05-29NFS: Create a common multiple_pgios() functionAnna Schumaker
2014-05-29NFS: Create a common initiate_pgio() functionAnna Schumaker
2014-05-28NFS: Create a generic_pgio functionAnna Schumaker
2014-05-28NFS: Create a common pgio_error functionAnna Schumaker
2014-05-28NFS: Create a common rpcsetup function for reads and writesAnna Schumaker
2014-05-28NFS: Create a common rpc_call_ops structAnna Schumaker
2014-05-28NFS: Create a common nfs_pgio_result_common functionAnna Schumaker
2014-05-28NFS: Create a common pgio_rpc_prepare functionAnna Schumaker
2014-05-28NFS: Create a common rw_header_alloc and rw_header_free functionAnna Schumaker
2014-05-28NFS: Create a common pgio_alloc and pgio_release functionAnna Schumaker
2014-05-28NFS: Move the write verifier into the nfs_pgio_headerAnna Schumaker
2014-05-28NFS: Create a common read and write header structAnna Schumaker
2014-05-28NFS: Create a common read and write data structAnna Schumaker
2014-05-28NFS: Create a common results structure for reads and writesAnna Schumaker
2014-05-28NFS: Create a common argument structure for reads and writesAnna Schumaker
2014-05-28nfs: remove ->write_pageio_init from rpc opsChristoph Hellwig
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-04-15NFS: Don't ignore suid/sgid bit changes after a successful writeTrond Myklebust
2014-01-28nfs: add memory barriers around NFS_INO_INVALID_DATA and NFS_INO_INVALIDATINGJeff Layton
2014-01-27NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mappingJeff Layton
2014-01-17nfs: always make sure page is up-to-date before extending a write to cover th...Scott Mayhew
2014-01-05NFS: dprintk() should not print negative fileids and inode numbersNiels de Vos
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro
2013-09-05NFS: Don't check lock owner compatibility in writes unless file is lockedTrond Myklebust
2013-09-05nfs4.1: Add SP4_MACH_CRED write and commit supportWeston Andros Adamson
2013-09-04NFSv4: Don't try to recover NFSv4 locks when they are lost.NeilBrown
2013-09-03NFS avoid expired credential keys for buffered writesAndy Adamson
2013-08-22NFS: Add event tracing for generic NFS eventsTrond Myklebust
2013-07-09NFS: Allow nfs_updatepage to extend a write under additional circumstancesScott Mayhew
2013-03-25NFS: Don't accept more reads/writes if the open context recovery failedTrond Myklebust
2013-01-04NFS: Ensure that we free the rpc_task after read and write cleanups are doneTrond Myklebust
2012-12-20NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a pageDavid Howells
2012-12-15NFS: Don't use SetPageError in the NFS writeback codeTrond Myklebust
2012-12-11Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust
2012-12-11nfs: don't extend writes to cover entire page if pagecache is invalidJeff Layton
2012-11-25nfs: Fix wrong slab cache in nfs_commit_mempoolYanchuan Nian
2012-11-04NFS: Remove BUG_ON() calls from the generic writeback codeTrond Myklebust