summaryrefslogtreecommitdiffstats
path: root/fs/nfs/write.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* NFS: create common nfs_pgio_header for both read and writeFred Isaman2012-04-271-46/+58
* NFS: reverse arg order in nfs_initiate_[read|write]Fred Isaman2012-04-271-3/+3
* NFS: add a struct nfs_commit_data to replace nfs_write_data in commitsFred Isaman2012-04-271-20/+30
* NFS: put open context on error in nfs_flush_multiFred Isaman2012-04-201-1/+1
* NFS: check for req==NULL in nfs_try_to_update_request cleanupFred Isaman2012-04-181-1/+2
* NFS: Remove nfs4_setup_sequence from generic write codeBryan Schumaker2012-03-211-14/+1
* NFS: Use cond_resched_lock() to reduce latencies in the commit scansTrond Myklebust2012-03-201-3/+8
* NFS: ncommit count is being double decrementedFred Isaman2012-03-201-4/+1
* NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit codeTrond Myklebust2012-03-171-47/+77
* NFS: remove nfs_inode radix treeFred Isaman2012-03-101-53/+67
* NFS: remove NFS_PAGE_TAG_LOCKEDFred Isaman2012-03-101-11/+9
* NFSv41: Add a new helper nfs4_init_sequence()Trond Myklebust2012-01-311-1/+1
* mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-01-121-2/+2
* mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman2012-01-121-2/+2
* NFS: Remove pNFS bloat from the generic write pathTrond Myklebust2012-01-061-25/+2
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-10-311-0/+1
* | nfs: Remove unused variable from write.cRakib Mullick2011-11-021-2/+1
|/
* NFS: Get rid of unnecessary calls to ClearPageError() in read codeTrond Myklebust2011-10-191-1/+0
* NFS: Get rid of nfs_restart_rpc()Trond Myklebust2011-10-191-1/+1
* NFS: Use the inode->i_version to cache NFSv4 change attribute informationTrond Myklebust2011-10-181-1/+1
* pnfs: recoalesce when ld write pagelist failsPeng Tao2011-10-181-1/+24
* nfs: don't try to migrate pages with active requestsJeff Layton2011-10-181-25/+11
* nfs: don't redirty inode when ncommit == 0 in nfs_commit_unstable_pagesJeff Layton2011-10-181-0/+4
* Revert "NFS: Ensure that writeback_single_inode() calls write_inode() when sy...Trond Myklebust2011-10-181-1/+2
* NFS: Fix a typo in nfs_flush_multiTrond Myklebust2011-09-131-1/+1
* Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-07-271-64/+92
|\
| * Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell2011-07-251-12/+12
| |\
| * | NFS: Clean up - simplify the switch to read/write-through-MDSTrond Myklebust2011-07-151-2/+2
| * | NFS: Move the pnfs write code into pnfs.cTrond Myklebust2011-07-151-21/+18
| * | NFS: Use the nfs_pageio_descriptor->pg_bsize in the read/write requestTrond Myklebust2011-07-151-1/+1