summaryrefslogtreecommitdiffstats
path: root/fs/nfs/write.c
Commit message (Expand)AuthorAgeFilesLines
* nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro2013-10-241-4/+2
* NFS: Don't check lock owner compatibility in writes unless file is lockedTrond Myklebust2013-09-051-1/+1
* nfs4.1: Add SP4_MACH_CRED write and commit supportWeston Andros Adamson2013-09-051-0/+6
* NFSv4: Don't try to recover NFSv4 locks when they are lost.NeilBrown2013-09-041-3/+4
* NFS avoid expired credential keys for buffered writesAndy Adamson2013-09-031-0/+27
* NFS: Add event tracing for generic NFS eventsTrond Myklebust2013-08-221-2/+13
* NFS: Allow nfs_updatepage to extend a write under additional circumstancesScott Mayhew2013-07-091-8/+23
* NFS: Don't accept more reads/writes if the open context recovery failedTrond Myklebust2013-03-251-0/+2
* NFS: Ensure that we free the rpc_task after read and write cleanups are doneTrond Myklebust2013-01-041-3/+7
* NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a pageDavid Howells2012-12-201-1/+2
* NFS: Don't use SetPageError in the NFS writeback codeTrond Myklebust2012-12-151-1/+0
* Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust2012-12-111-2/+2
|\
| * nfs: don't extend writes to cover entire page if pagecache is invalidJeff Layton2012-12-111-1/+1
| * nfs: Fix wrong slab cache in nfs_commit_mempoolYanchuan Nian2012-11-251-1/+1
* | NFS: Remove BUG_ON() calls from the generic writeback codeTrond Myklebust2012-11-041-16/+10
|/
* NFS: Fix fdatasync/fsync() when confronted with a server rebootTrond Myklebust2012-09-281-0/+1
* NFS: Clean up helper function nfs4_select_rw_stateid()Trond Myklebust2012-09-281-3/+7
* nfs: tear down caches in nfs_init_writepagecache when allocation failsJeff Layton2012-08-021-3/+12
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-311-34/+55
|\
| * nfs: prevent page allocator recursions with swap over NFS.Mel Gorman2012-07-311-2/+2
| * nfs: disable data cache revalidation for swapfilesMel Gorman2012-07-311-14/+35
| * nfs: teach the NFS client how to treat PG_swapcache pagesMel Gorman2012-07-311-18/+18
* | NFS: Convert v4 into a moduleBryan Schumaker2012-07-301-4/+9
* | NFS: Convert v3 into a moduleBryan Schumaker2012-07-301-4/+4
* | NFS: Convert v2 into a moduleBryan Schumaker2012-07-301-0/+2
* | NFS: Split out remaining NFS v4 inode functionsBryan Schumaker2012-07-301-20/+0
|/
* NFS: Create custom NFS v4 write_inode() functionBryan Schumaker2012-06-291-2/+8
* NFS: Create an write_pageio_init() functionBryan Schumaker2012-06-291-12/+6
* NFS: Create a have_delegation rpc_opBryan Schumaker2012-06-291-1/+1
* NFS: Cleanup - only store the write verifier in struct nfs_pageTrond Myklebust2012-06-281-2/+2
* NFS: Fix a commit bugTrond Myklebust2012-06-051-3/+4
* NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC callsAndy Adamson2012-05-191-6/+7
* NFS: Clean up - Rename nfs_unlock_request and nfs_unlock_request_dont_releaseTrond Myklebust2012-05-091-6/+6
* NFS: Clean up - simplify nfs_lock_request()Trond Myklebust2012-05-091-5/+6
* NFS: nfs_set_page_writeback no longer needs to reference the pageTrond Myklebust2012-05-091-8/+3
* NFS: Prevent a deadlock in the new writeback codeTrond Myklebust2012-05-091-2/+4
* NFS: Always trust the PageUptodate flag when we have a delegationTrond Myklebust2012-05-011-3/+7
* NFS: Clean up nfs read and write error pathsTrond Myklebust2012-05-011-23/+23
* NFS: Define dummy nfs_init_cinfo() and nfs_init_cinfo_from_inode()Bryan Schumaker2012-04-301-0/+11
* NFS: Fix a use-before-initialised warning in fs/nfs/write.c and fs/nfs/pnfs.cTrond Myklebust2012-04-271-1/+1
* NFS: rewrite directio write to use async coalesce codeFred Isaman2012-04-271-18/+18
* NFS: avoid some stat gathering for direct ioFred Isaman2012-04-271-6/+12
* NFS: add dreq to nfs_commit_infoFred Isaman2012-04-271-0/+2
* NFS: create nfs_commit_completion_opsFred Isaman2012-04-271-10/+21
* NFS: create struct nfs_commit_infoFred Isaman2012-04-271-65/+93
* NFS: create nfs_generic_commit_listFred Isaman2012-04-271-3/+12
* NFS: remove unused wb_complete field from struct nfs_pageFred Isaman2012-04-271-1/+0
* NFS: create completion structure to pass into page_init functionsFred Isaman2012-04-271-15/+26
* NFS: merge _full and _partial write rpc_opsFred Isaman2012-04-271-209/+174
* NFS: create struct nfs_page_arrayFred Isaman2012-04-271-14/+8