summaryrefslogtreecommitdiff
path: root/fs/nfs/write.c
AgeCommit message (Expand)Author
2014-07-06nfs: Fix cache_validity check in nfs_write_pageuptodate()Scott Mayhew
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
2012-09-28NFS: Fix fdatasync/fsync() when confronted with a server rebootTrond Myklebust
2012-09-28NFS: Clean up helper function nfs4_select_rw_stateid()Trond Myklebust
2012-08-02nfs: tear down caches in nfs_init_writepagecache when allocation failsJeff Layton
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-07-31nfs: prevent page allocator recursions with swap over NFS.Mel Gorman
2012-07-31nfs: disable data cache revalidation for swapfilesMel Gorman
2012-07-31nfs: teach the NFS client how to treat PG_swapcache pagesMel Gorman
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker
2012-07-30NFS: Convert v3 into a moduleBryan Schumaker
2012-07-30NFS: Convert v2 into a moduleBryan Schumaker
2012-07-30NFS: Split out remaining NFS v4 inode functionsBryan Schumaker
2012-06-29NFS: Create custom NFS v4 write_inode() functionBryan Schumaker
2012-06-29NFS: Create an write_pageio_init() functionBryan Schumaker
2012-06-29NFS: Create a have_delegation rpc_opBryan Schumaker
2012-06-28NFS: Cleanup - only store the write verifier in struct nfs_pageTrond Myklebust
2012-06-05NFS: Fix a commit bugTrond Myklebust
2012-05-19NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC callsAndy Adamson
2012-05-09NFS: Clean up - Rename nfs_unlock_request and nfs_unlock_request_dont_releaseTrond Myklebust
2012-05-09NFS: Clean up - simplify nfs_lock_request()Trond Myklebust
2012-05-09NFS: nfs_set_page_writeback no longer needs to reference the pageTrond Myklebust
2012-05-09NFS: Prevent a deadlock in the new writeback codeTrond Myklebust
2012-05-01NFS: Always trust the PageUptodate flag when we have a delegationTrond Myklebust
2012-05-01NFS: Clean up nfs read and write error pathsTrond Myklebust
2012-04-30NFS: Define dummy nfs_init_cinfo() and nfs_init_cinfo_from_inode()Bryan Schumaker
2012-04-27NFS: Fix a use-before-initialised warning in fs/nfs/write.c and fs/nfs/pnfs.cTrond Myklebust
2012-04-27NFS: rewrite directio write to use async coalesce codeFred Isaman
2012-04-27NFS: avoid some stat gathering for direct ioFred Isaman
2012-04-27NFS: add dreq to nfs_commit_infoFred Isaman
2012-04-27NFS: create nfs_commit_completion_opsFred Isaman
2012-04-27NFS: create struct nfs_commit_infoFred Isaman