aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/write.c
Commit message (Expand)AuthorAgeFilesLines
* nfs: tear down caches in nfs_init_writepagecache when allocation failsJeff Layton2012-09-121-2/+8
* mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-08-021-2/+2
* mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman2012-08-021-2/+2
* NFS: put open context on error in nfs_flush_multiFred Isaman2012-05-111-1/+1
* 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
| * | NFS: Cache rpc_ops in struct nfs_pageio_descriptorTrond Myklebust2011-07-151-13/+7
| * | NFS: Clean up: split out the RPC transmission from nfs_pagein_multi/oneTrond Myklebust2011-07-151-41/+52
| * | NFS: fix return value of nfs_pagein_one/nfs_flush_onePeng Tao2011-07-151-1/+1
| * | NFS: Clean up nfs_read_rpcsetup and nfs_write_rpcsetupTrond Myklebust2011-07-121-15/+26
| * | NFS: Don't use DATA_SYNC writesTrond Myklebust2011-07-121-4/+8
| * | NFSv4.1: File layout only supports whole file layoutsAndy Adamson2011-07-121-0/+1
| * | NFSv4.1: Fall back to ordinary i/o through the mds if we have no layout segmentTrond Myklebust2011-07-121-1/+1
| * | NFSv4.1: Add an initialisation callback for pNFSTrond Myklebust2011-07-121-9/+3
| * | NFS: Cleanup of the nfs_pageio code in preparation for a pnfs bugfixTrond Myklebust2011-07-121-6/+22
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds2011-07-261-2/+1
|\ \ \ | |_|/ |/| |
| * | writeback: remove .nonblocking and .encountered_congestionWu Fengguang2011-06-081-2/+1
* | | nfs_open_context doesn't need struct path eitherAl Viro2011-07-201-11/+11
| |/ |/|
* | pnfs: write: Set mds_offset in the generic layer - it is needed by all LDsBoaz Harrosh2011-06-281-0/+2
|/
* NFSv4.1: unify pnfs_pageio_init functionsBenny Halevy2011-05-291-2/+0
* pnfs: Use byte-range for layoutgetBenny Halevy2011-05-291-2/+6
* NFSv4.1: Ensure that layoutget uses the correct gfp modesTrond Myklebust2011-05-111-2/+2
* NFS: Get rid of pointless test in nfs_commit_doneTrond Myklebust2011-04-121-2/+1
* NFS: Eliminate duplicate call to nfs_mark_request_dirtyTrond Myklebust2011-04-121-1/+0
* nfs: don't call __mark_inode_dirty while holding i_lockDave Chinner2011-04-121-2/+4
* NFS: Fix a hang in the writeback pathTrond Myklebust2011-03-271-10/+3
* NFSv4.1 convert layoutcommit sync to booleanAndy Adamson2011-03-241-3/+5
* NFSv4.1: layoutcommitAndy Adamson2011-03-231-1/+14
* NFSv4.1: filelayout driver specific code for COMMITFred Isaman2011-03-231-7/+14
* NFSv4.1: remove GETATTR from ds commitsFred Isaman2011-03-231-2/+5
* NFSv4.1: add generic layer hooks for pnfs COMMITFred Isaman2011-03-231-15/+26
* NFSv4.1: pull out code from nfs_commit_releaseFred Isaman2011-03-231-3/+9
* NFSv4.1: pull error handling out of nfs_commit_listFred Isaman2011-03-231-10/+16
* NFSv4.1: rearrange nfs_commit_rpcsetupFred Isaman2011-03-231-27/+33
* NFSv4.1: don't send COMMIT to ds for data sync writesFred Isaman2011-03-231-1/+4
* NFS: Fix a hang/infinite loop in nfs_wb_page()Trond Myklebust2011-03-211-12/+19