aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/direct.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-19NFS: Fix a refcounting issue in O_DIRECTTrond Myklebust1-0/+1
2012-06-15Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-4/+4
2012-06-09NFS: fix directio refcount bug on commitFred Isaman1-2/+2
2012-06-05NFS: Fix a commit bugTrond Myklebust1-2/+2
2012-05-31NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust1-3/+12
2012-05-24NFSv4.1 add nfs_inode book keeping for mdsthresholdAndy Adamson1-0/+2
2012-05-09NFS: Clean up - Simplify reference counting in fs/nfs/direct.cTrond Myklebust1-11/+4
2012-05-09NFS: Clean up - Rename nfs_unlock_request and nfs_unlock_request_dont_releaseTrond Myklebust1-5/+5
2012-05-09NFS: Clean up - simplify nfs_lock_request()Trond Myklebust1-0/+1
2012-05-04NFS: Fix sparse warningsTrond Myklebust1-1/+1
2012-05-04NFS: Fix O_DIRECT compile warningsTrond Myklebust1-4/+4
2012-05-01NFS: Simplify the nfs_read_completion functionsTrond Myklebust1-28/+20
2012-04-30NFS: Use kmem_cache_zalloc() in nfs_direct_req_allocTrond Myklebust1-11/+1
2012-04-30NFS: Simplify O_DIRECT page referencingTrond Myklebust1-16/+6
2012-04-30NFS: O_DIRECT pgio_completion_ops error_cleanup must unlock the requestTrond Myklebust1-3/+15
2012-04-30NFS: Ensure that we break out of read/write_schedule_segment on errorTrond Myklebust1-2/+3
2012-04-30NFS: Define nfs_direct_write_schedule_work() when v3 and v4 are disabledBryan Schumaker1-0/+3
2012-04-27NFS: rewrite directio write to use async coalesce codeFred Isaman1-297/+230
2012-04-27NFS: rewrite directio read to use async coalesce codeFred Isaman1-132/+123
2012-04-27NFS: merge _full and _partial write rpc_opsFred Isaman1-2/+8
2012-04-27NFS: merge _full and _partial read rpc_opsFred Isaman1-2/+8
2012-04-27NFS: create struct nfs_page_arrayFred Isaman1-17/+23
2012-04-27NFS: create common nfs_pgio_header for both read and writeFred Isaman1-23/+50
2012-04-27NFS: dprintks in directio code were referencing task after putFred Isaman1-4/+4
2012-04-27NFS: add a struct nfs_commit_data to replace nfs_write_data in commitsFred Isaman1-10/+7
2012-04-27NFS: grab open context in direct readFred Isaman1-2/+2
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-21NFS: Remove nfs4_setup_sequence from generic read codeBryan Schumaker1-2/+0
2012-03-21NFS: Remove nfs4_setup_sequence from generic write codeBryan Schumaker1-4/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-20nfs_open_context doesn't need struct path eitherAl Viro1-2/+2
2011-03-11NFS: account direct-io into task io accountingKonstantin Khlebnikov1-0/+5
2011-03-11NFS: remove pointless if statement in nfs_direct_write_resultFred Isaman1-2/+1
2011-01-25NFS: Fix "kernel BUG at fs/aio.c:554!"Chuck Lever1-14/+20
2010-11-22Pure nfs client performance using odirect.Arun Bharadwaj1-1/+1
2010-10-28Fixed Regression in NFS Direct I/O pathSteve Dickson1-1/+1
2010-07-30NFSv4: Ensure that we track the NFSv4 lock state in read/write requests.Trond Myklebust1-7/+22
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-15NFS: Too many GETATTR and ACCESS calls after direct I/OChuck Lever1-0/+3
2009-10-23nfs: Panic when commit failsTerry Loftin1-0/+1
2009-08-19nfs: Remove reference to generic_osync_inode from a commentJan Kara1-3/+0
2009-08-12NFS: Fix an O_DIRECT Oops...Trond Myklebust1-10/+10
2009-06-17nfs41 commit sequence setup done supportAndy Adamson1-0/+3
2009-06-17nfs41 write sequence setup done supportAndy Adamson1-0/+3
2009-06-17nfs41: read sequence setup/done supportAndy Adamson1-0/+3
2008-07-09NFS: Use NFSDBG_FILE for all fopsChuck Lever1-2/+2
2008-04-19NFS: Ensure that rpc_run_task() errors are propagated back to the callerTrond Myklebust1-4/+6
2008-04-19NFS: Ensure that the write code cleans up properly when rpc_run_task() failsTrond Myklebust1-22/+28
2008-04-19NFS: Ensure that the read code cleans up properly when rpc_run_task() failsTrond Myklebust1-6/+13