summaryrefslogtreecommitdiffstats
path: root/fs/nfs/write.c
AgeCommit message (Expand)Author
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
2012-04-27NFS: create nfs_generic_commit_listFred Isaman
2012-04-27NFS: remove unused wb_complete field from struct nfs_pageFred Isaman
2012-04-27NFS: create completion structure to pass into page_init functionsFred Isaman
2012-04-27NFS: merge _full and _partial write rpc_opsFred Isaman
2012-04-27NFS: create struct nfs_page_arrayFred Isaman
2012-04-27NFS: create common nfs_pgio_header for both read and writeFred Isaman
2012-04-27NFS: reverse arg order in nfs_initiate_[read|write]Fred Isaman
2012-04-27NFS: add a struct nfs_commit_data to replace nfs_write_data in commitsFred Isaman
2012-04-20NFS: put open context on error in nfs_flush_multiFred Isaman
2012-04-18NFS: check for req==NULL in nfs_try_to_update_request cleanupFred Isaman
2012-03-21NFS: Remove nfs4_setup_sequence from generic write codeBryan Schumaker
2012-03-20NFS: Use cond_resched_lock() to reduce latencies in the commit scansTrond Myklebust
2012-03-20NFS: ncommit count is being double decrementedFred Isaman
2012-03-17NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit codeTrond Myklebust
2012-03-10NFS: remove nfs_inode radix treeFred Isaman
2012-03-10NFS: remove NFS_PAGE_TAG_LOCKEDFred Isaman
2012-01-31NFSv41: Add a new helper nfs4_init_sequence()Trond Myklebust
2012-01-12mm: compaction: introduce sync-light migration for use by compactionMel Gorman
2012-01-12mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman
2012-01-06NFS: Remove pNFS bloat from the generic write pathTrond Myklebust
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-02nfs: Remove unused variable from write.cRakib Mullick
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker
2011-10-19NFS: Get rid of unnecessary calls to ClearPageError() in read codeTrond Myklebust
2011-10-19NFS: Get rid of nfs_restart_rpc()Trond Myklebust
2011-10-18NFS: Use the inode->i_version to cache NFSv4 change attribute informationTrond Myklebust
2011-10-18pnfs: recoalesce when ld write pagelist failsPeng Tao
2011-10-18nfs: don't try to migrate pages with active requestsJeff Layton
2011-10-18nfs: don't redirty inode when ncommit == 0 in nfs_commit_unstable_pagesJeff Layton
2011-10-18Revert "NFS: Ensure that writeback_single_inode() calls write_inode() when sy...Trond Myklebust
2011-09-13NFS: Fix a typo in nfs_flush_multiTrond Myklebust
2011-07-27Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds
2011-07-25Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell
2011-07-20nfs_open_context doesn't need struct path eitherAl Viro