aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/direct.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-25NFS: Ensure that the asynchronous RPC calls complete on nfsiod.Trond Myklebust1-0/+4
2008-02-25NFS: Fix a deadlock with lazy umountTrond Myklebust1-2/+3
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds1-6/+1
2008-01-30NFS: Optimise away the sigmask code in aio/dio reads and writesTrond Myklebust1-8/+5
2008-01-30NFS/SUNRPC: Convert users of rpc_init_task+rpc_execute to rpc_run_task()Trond Myklebust1-8/+20
2008-01-30NFS: Clean up the (commit|read|write)_setup() callback routinesTrond Myklebust1-9/+36
2008-01-30SUNRPC: Clean up the initialisation of priority queue scheduling info.Trond Myklebust1-10/+0
2008-01-30SUNRPC: Cleanup of rpc_task initialisationTrond Myklebust1-8/+28
2007-12-12Revert "NFS: Ensure we return zero if applications attempt to write zero bytes"Trond Myklebust1-2/+0
2007-12-06NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox1-9/+1
2007-11-26NFS: Clean up new multi-segment direct I/O changesChuck Lever1-9/+13
2007-11-26NFS: Ensure we return zero if applications attempt to write zero bytesChuck Lever1-0/+2
2007-11-26NFS: Support multiple segment iovecs in the NFS direct I/O pathChuck Lever1-44/+23
2007-11-26NFS: Introduce iovec I/O helpers to fs/nfs/direct.cChuck Lever1-0/+71
2007-10-23NFS: Fix for bug in handling of errors for O_DIRECT writesNeil Brown1-3/+3
2007-10-09NFS: Remove nfs_begin_data_update/nfs_end_data_updateTrond Myklebust1-4/+0
2007-10-09NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust1-2/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-10NFS: Replace vfsmount and dentry in nfs_open_context with struct pathTrond Myklebust1-2/+2
2007-07-10NFS: Don't fail an O_DIRECT read/write if get_user_pages() returns pagesTrond Myklebust1-6/+16
2007-07-10NFS: Clean ups in fs/nfs/direct.cChuck Lever1-5/+3
2007-05-30NFS: Fix a refcount leakage in O_DIRECTTrond Myklebust1-3/+9
2007-05-24NFS: Fix nfs_direct_dirty_pages()Trond Myklebust1-11/+18
2007-05-24NFS: Fix handful of compiler warnings in direct.cChuck Lever1-10/+16
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-30NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedataTrond Myklebust1-2/+3
2007-04-14NFS: Fix two bugs in the O_DIRECT write codeTrond Myklebust1-4/+7
2007-02-03NFS: fix print format for tk_pidChuck Lever1-3/+5
2006-12-08[PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek1-5/+5
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust1-2/+2
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-12-06NFS: Remove use of the Big Kernel Lock around calls to rpc_execute.Frank Filz1-6/+0
2006-10-20[PATCH] NFS: Deal with failure of invalidate_inode_pages2()Trond Myklebust1-11/+2
2006-10-20[PATCH] NFS: Fix error handling in nfs_direct_write_result()Trond Myklebust1-5/+7