summaryrefslogtreecommitdiffstats
path: root/fs/nfs/write.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+18Star
| * | 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/+7Star
| * | 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/+3Star
| * | 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/+1Star
|\ \ \ | |_|/ |/| |
| * | writeback: remove .nonblocking and .encountered_congestionWu Fengguang2011-06-081-2/+1Star
* | | 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/+0Star
* pnfs: Use byte-range for layoutgetBenny Halevy2011-05-291-2/+6
* NFSv4.1: Ensure that layoutget uses the correct gfp modesTrond Myklebust2011-05-121-2/+2
* NFS: Get rid of pointless test in nfs_commit_doneTrond Myklebust2011-04-131-2/+1Star
* NFS: Eliminate duplicate call to nfs_mark_request_dirtyTrond Myklebust2011-04-131-1/+0Star
* 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/+3Star
* 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-221-12/+19
* FS: Use stable writes when not doing a bulk flushTrond Myklebust2011-03-221-3/+13
* NFSv4.1: Clear lseg pointer in ->doio functionFred Isaman2011-03-111-0/+2
* NFSv4.1: rearrange ->doio argsFred Isaman2011-03-111-12/+16
* NFSv4.1: pnfs filelayout driver writeFred Isaman2011-03-111-1/+4
* NFSv4.1: implement generic pnfs layer write switchAndy Adamson2011-03-111-0/+4
* NFSv4.1: trigger LAYOUTGET for writesFred Isaman2011-03-111-12/+20
* NFSv4.1: Send lseg down into nfs_write_rpcsetupFred Isaman2011-03-111-2/+5
* NFSv4.1: rearrange nfs_write_rpcsetupAndy Adamson2011-03-111-36/+46
* NFSv4.1: shift pnfs_update_layout locationsFred Isaman2011-03-111-2/+2
* NFSv4.1: coelesce across layout stripesFred Isaman2011-03-111-0/+3
* NFS: change nfs_writeback_done to return voidFred Isaman2011-03-111-4/+4
* nfs: close NFSv4 COMMIT vs. CLOSE raceJeff Layton2011-03-101-0/+2
* NFS: fix handling of malloc failure during nfs_flush_multi()Fred Isaman2011-01-191-1/+1
* nfs: remove extraneous and problematic calls to nfs_clear_requestTrond Myklebust2010-12-081-1/+2
* writeback: remove nonblocking/encountered_congestion referencesWu Fengguang2010-10-271-3/+1Star