aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/write.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-31nfs: disable data cache revalidation for swapfilesMel Gorman1-14/+35
2012-07-31nfs: teach the NFS client how to treat PG_swapcache pagesMel Gorman1-18/+18
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker1-4/+9
2012-07-30NFS: Convert v3 into a moduleBryan Schumaker1-4/+4
2012-07-30NFS: Convert v2 into a moduleBryan Schumaker1-0/+2
2012-07-30NFS: Split out remaining NFS v4 inode functionsBryan Schumaker1-20/+0
2012-06-29NFS: Create custom NFS v4 write_inode() functionBryan Schumaker1-2/+8
2012-06-29NFS: Create an write_pageio_init() functionBryan Schumaker1-12/+6
2012-06-29NFS: Create a have_delegation rpc_opBryan Schumaker1-1/+1
2012-06-28NFS: Cleanup - only store the write verifier in struct nfs_pageTrond Myklebust1-2/+2
2012-06-05NFS: Fix a commit bugTrond Myklebust1-3/+4
2012-05-19NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC callsAndy Adamson1-6/+7
2012-05-09NFS: Clean up - Rename nfs_unlock_request and nfs_unlock_request_dont_releaseTrond Myklebust1-6/+6
2012-05-09NFS: Clean up - simplify nfs_lock_request()Trond Myklebust1-5/+6
2012-05-09NFS: nfs_set_page_writeback no longer needs to reference the pageTrond Myklebust1-8/+3
2012-05-09NFS: Prevent a deadlock in the new writeback codeTrond Myklebust1-2/+4
2012-05-01NFS: Always trust the PageUptodate flag when we have a delegationTrond Myklebust1-3/+7
2012-05-01NFS: Clean up nfs read and write error pathsTrond Myklebust1-23/+23
2012-04-30NFS: Define dummy nfs_init_cinfo() and nfs_init_cinfo_from_inode()Bryan Schumaker1-0/+11
2012-04-27NFS: Fix a use-before-initialised warning in fs/nfs/write.c and fs/nfs/pnfs.cTrond Myklebust1-1/+1
2012-04-27NFS: rewrite directio write to use async coalesce codeFred Isaman1-18/+18
2012-04-27NFS: avoid some stat gathering for direct ioFred Isaman1-6/+12
2012-04-27NFS: add dreq to nfs_commit_infoFred Isaman1-0/+2
2012-04-27NFS: create nfs_commit_completion_opsFred Isaman1-10/+21
2012-04-27NFS: create struct nfs_commit_infoFred Isaman1-65/+93
2012-04-27NFS: create nfs_generic_commit_listFred Isaman1-3/+12
2012-04-27NFS: remove unused wb_complete field from struct nfs_pageFred Isaman1-1/+0
2012-04-27NFS: create completion structure to pass into page_init functionsFred Isaman1-15/+26
2012-04-27NFS: merge _full and _partial write rpc_opsFred Isaman1-209/+174
2012-04-27NFS: create struct nfs_page_arrayFred Isaman1-14/+8
2012-04-27NFS: create common nfs_pgio_header for both read and writeFred Isaman1-46/+58
2012-04-27NFS: reverse arg order in nfs_initiate_[read|write]Fred Isaman1-3/+3
2012-04-27NFS: add a struct nfs_commit_data to replace nfs_write_data in commitsFred Isaman1-20/+30
2012-04-20NFS: put open context on error in nfs_flush_multiFred Isaman1-1/+1
2012-04-18NFS: check for req==NULL in nfs_try_to_update_request cleanupFred Isaman1-1/+2
2012-03-21NFS: Remove nfs4_setup_sequence from generic write codeBryan Schumaker1-14/+1
2012-03-20NFS: Use cond_resched_lock() to reduce latencies in the commit scansTrond Myklebust1-3/+8
2012-03-20NFS: ncommit count is being double decrementedFred Isaman1-4/+1