summaryrefslogtreecommitdiffstats
path: root/fs/nfs/direct.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust2012-05-311-3/+12
* NFSv4.1 add nfs_inode book keeping for mdsthresholdAndy Adamson2012-05-241-0/+2
* NFS: Clean up - Simplify reference counting in fs/nfs/direct.cTrond Myklebust2012-05-091-11/+4
* NFS: Clean up - Rename nfs_unlock_request and nfs_unlock_request_dont_releaseTrond Myklebust2012-05-091-5/+5
* NFS: Clean up - simplify nfs_lock_request()Trond Myklebust2012-05-091-0/+1
* NFS: Fix sparse warningsTrond Myklebust2012-05-041-1/+1
* NFS: Fix O_DIRECT compile warningsTrond Myklebust2012-05-041-4/+4
* NFS: Simplify the nfs_read_completion functionsTrond Myklebust2012-05-011-28/+20
* NFS: Use kmem_cache_zalloc() in nfs_direct_req_allocTrond Myklebust2012-04-301-11/+1
* NFS: Simplify O_DIRECT page referencingTrond Myklebust2012-04-301-16/+6
* NFS: O_DIRECT pgio_completion_ops error_cleanup must unlock the requestTrond Myklebust2012-04-301-3/+15
* NFS: Ensure that we break out of read/write_schedule_segment on errorTrond Myklebust2012-04-301-2/+3
* NFS: Define nfs_direct_write_schedule_work() when v3 and v4 are disabledBryan Schumaker2012-04-301-0/+3
* NFS: rewrite directio write to use async coalesce codeFred Isaman2012-04-271-297/+230
* NFS: rewrite directio read to use async coalesce codeFred Isaman2012-04-271-132/+123
* NFS: merge _full and _partial write rpc_opsFred Isaman2012-04-271-2/+8
* NFS: merge _full and _partial read rpc_opsFred Isaman2012-04-271-2/+8
* NFS: create struct nfs_page_arrayFred Isaman2012-04-271-17/+23
* NFS: create common nfs_pgio_header for both read and writeFred Isaman2012-04-271-23/+50
* NFS: dprintks in directio code were referencing task after putFred Isaman2012-04-271-4/+4
* NFS: add a struct nfs_commit_data to replace nfs_write_data in commitsFred Isaman2012-04-271-10/+7
* NFS: grab open context in direct readFred Isaman2012-04-271-2/+2
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | NFS: Remove nfs4_setup_sequence from generic read codeBryan Schumaker2012-03-211-2/+0
* | NFS: Remove nfs4_setup_sequence from generic write codeBryan Schumaker2012-03-211-4/+0
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* nfs_open_context doesn't need struct path eitherAl Viro2011-07-201-2/+2
* NFS: account direct-io into task io accountingKonstantin Khlebnikov2011-03-111-0/+5
* NFS: remove pointless if statement in nfs_direct_write_resultFred Isaman2011-03-111-2/+1
* NFS: Fix "kernel BUG at fs/aio.c:554!"Chuck Lever2011-01-251-14/+20
* Pure nfs client performance using odirect.Arun Bharadwaj2010-11-221-1/+1
* Fixed Regression in NFS Direct I/O pathSteve Dickson2010-10-281-1/+1
* NFSv4: Ensure that we track the NFSv4 lock state in read/write requests.Trond Myklebust2010-07-301-7/+22
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* NFS: Too many GETATTR and ACCESS calls after direct I/OChuck Lever2010-02-151-0/+3
* nfs: Panic when commit failsTerry Loftin2009-10-231-0/+1
* nfs: Remove reference to generic_osync_inode from a commentJan Kara2009-08-191-3/+0
* NFS: Fix an O_DIRECT Oops...Trond Myklebust2009-08-121-10/+10
* nfs41 commit sequence setup done supportAndy Adamson2009-06-171-0/+3
* nfs41 write sequence setup done supportAndy Adamson2009-06-171-0/+3
* nfs41: read sequence setup/done supportAndy Adamson2009-06-171-0/+3
* NFS: Use NFSDBG_FILE for all fopsChuck Lever2008-07-091-2/+2
* NFS: Ensure that rpc_run_task() errors are propagated back to the callerTrond Myklebust2008-04-191-4/+6
* NFS: Ensure that the write code cleans up properly when rpc_run_task() failsTrond Myklebust2008-04-191-22/+28
* NFS: Ensure that the read code cleans up properly when rpc_run_task() failsTrond Myklebust2008-04-191-6/+13
* NFS: Ensure that the asynchronous RPC calls complete on nfsiod.Trond Myklebust2008-02-251-0/+4
* NFS: Fix a deadlock with lazy umountTrond Myklebust2008-02-251-2/+3
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-011-6/+1
|\
| * NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox2007-12-061-9/+1