aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/direct.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | NFS: Optimise away the sigmask code in aio/dio reads and writesTrond Myklebust2008-01-301-8/+5
* | NFS/SUNRPC: Convert users of rpc_init_task+rpc_execute to rpc_run_task()Trond Myklebust2008-01-301-8/+20
* | NFS: Clean up the (commit|read|write)_setup() callback routinesTrond Myklebust2008-01-301-9/+36
* | SUNRPC: Clean up the initialisation of priority queue scheduling info.Trond Myklebust2008-01-301-10/+0
* | SUNRPC: Cleanup of rpc_task initialisationTrond Myklebust2008-01-301-8/+28
* | Revert "NFS: Ensure we return zero if applications attempt to write zero bytes"Trond Myklebust2007-12-121-2/+0
|/
* NFS: Clean up new multi-segment direct I/O changesChuck Lever2007-11-261-9/+13
* NFS: Ensure we return zero if applications attempt to write zero bytesChuck Lever2007-11-261-0/+2
* NFS: Support multiple segment iovecs in the NFS direct I/O pathChuck Lever2007-11-261-44/+23
* NFS: Introduce iovec I/O helpers to fs/nfs/direct.cChuck Lever2007-11-261-0/+71
* NFS: Fix for bug in handling of errors for O_DIRECT writesNeil Brown2007-10-231-3/+3
* NFS: Remove nfs_begin_data_update/nfs_end_data_updateTrond Myklebust2007-10-091-4/+0
* NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust2007-10-091-2/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* NFS: Replace vfsmount and dentry in nfs_open_context with struct pathTrond Myklebust2007-07-101-2/+2
* NFS: Don't fail an O_DIRECT read/write if get_user_pages() returns pagesTrond Myklebust2007-07-101-6/+16
* NFS: Clean ups in fs/nfs/direct.cChuck Lever2007-07-101-5/+3
* NFS: Fix a refcount leakage in O_DIRECTTrond Myklebust2007-05-301-3/+9
* NFS: Fix nfs_direct_dirty_pages()Trond Myklebust2007-05-241-11/+18
* NFS: Fix handful of compiler warnings in direct.cChuck Lever2007-05-241-10/+16
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedataTrond Myklebust2007-04-301-2/+3
* NFS: Fix two bugs in the O_DIRECT write codeTrond Myklebust2007-04-141-4/+7
* NFS: fix print format for tk_pidChuck Lever2007-02-031-3/+5
* [PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-5/+5
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust2006-12-071-2/+2
|\
| * [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
| * [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1