aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/direct.c
AgeCommit message (Expand)Author
2010-11-22Pure nfs client performance using odirect.Arun Bharadwaj
2010-10-28Fixed Regression in NFS Direct I/O pathSteve Dickson
2010-07-30NFSv4: Ensure that we track the NFSv4 lock state in read/write requests.Trond Myklebust
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-15NFS: Too many GETATTR and ACCESS calls after direct I/OChuck Lever
2009-10-23nfs: Panic when commit failsTerry Loftin
2009-08-19nfs: Remove reference to generic_osync_inode from a commentJan Kara
2009-08-12NFS: Fix an O_DIRECT Oops...Trond Myklebust
2009-06-17nfs41 commit sequence setup done supportAndy Adamson
2009-06-17nfs41 write sequence setup done supportAndy Adamson
2009-06-17nfs41: read sequence setup/done supportAndy Adamson
2008-07-09NFS: Use NFSDBG_FILE for all fopsChuck Lever
2008-04-19NFS: Ensure that rpc_run_task() errors are propagated back to the callerTrond Myklebust
2008-04-19NFS: Ensure that the write code cleans up properly when rpc_run_task() failsTrond Myklebust
2008-04-19NFS: Ensure that the read code cleans up properly when rpc_run_task() failsTrond Myklebust
2008-02-25NFS: Ensure that the asynchronous RPC calls complete on nfsiod.Trond Myklebust
2008-02-25NFS: Fix a deadlock with lazy umountTrond Myklebust
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2008-01-30NFS: Optimise away the sigmask code in aio/dio reads and writesTrond Myklebust
2008-01-30NFS/SUNRPC: Convert users of rpc_init_task+rpc_execute to rpc_run_task()Trond Myklebust
2008-01-30NFS: Clean up the (commit|read|write)_setup() callback routinesTrond Myklebust
2008-01-30SUNRPC: Clean up the initialisation of priority queue scheduling info.Trond Myklebust
2008-01-30SUNRPC: Cleanup of rpc_task initialisationTrond Myklebust
2007-12-12Revert "NFS: Ensure we return zero if applications attempt to write zero bytes"Trond Myklebust
2007-12-06NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox
2007-11-26NFS: Clean up new multi-segment direct I/O changesChuck Lever
2007-11-26NFS: Ensure we return zero if applications attempt to write zero bytesChuck Lever
2007-11-26NFS: Support multiple segment iovecs in the NFS direct I/O pathChuck Lever
2007-11-26NFS: Introduce iovec I/O helpers to fs/nfs/direct.cChuck Lever
2007-10-23NFS: Fix for bug in handling of errors for O_DIRECT writesNeil Brown
2007-10-09NFS: Remove nfs_begin_data_update/nfs_end_data_updateTrond Myklebust
2007-10-09NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-10NFS: Replace vfsmount and dentry in nfs_open_context with struct pathTrond Myklebust
2007-07-10NFS: Don't fail an O_DIRECT read/write if get_user_pages() returns pagesTrond Myklebust
2007-07-10NFS: Clean ups in fs/nfs/direct.cChuck Lever
2007-05-30NFS: Fix a refcount leakage in O_DIRECTTrond Myklebust
2007-05-24NFS: Fix nfs_direct_dirty_pages()Trond Myklebust
2007-05-24NFS: Fix handful of compiler warnings in direct.cChuck Lever
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-04-30NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedataTrond Myklebust
2007-04-14NFS: Fix two bugs in the O_DIRECT write codeTrond Myklebust
2007-02-03NFS: fix print format for tk_pidChuck Lever
2006-12-08[PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter
2006-12-06NFS: Remove use of the Big Kernel Lock around calls to rpc_execute.Frank Filz
2006-10-20[PATCH] NFS: Deal with failure of invalidate_inode_pages2()Trond Myklebust
2006-10-20[PATCH] NFS: Fix error handling in nfs_direct_write_result()Trond Myklebust