summaryrefslogtreecommitdiff
path: root/fs/nfs/direct.c
AgeCommit message (Expand)Author
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
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan
2006-09-08[PATCH] NFS: large non-page-aligned direct I/O clobbers memoryTrond Myklebust
2006-07-03Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-28Revert "Merge branch 'odirect'"Trond Myklebust
2006-06-27[PATCH] fix static linking of NFSDavid Brownell
2006-06-25Merge branch 'odirect'Trond Myklebust
2006-06-24NFS: alloc nfs_read/write_data as direct I/O is scheduledChuck Lever
2006-06-24NFS: Eliminate nfs_get_user_pages()Chuck Lever
2006-06-24NFS: refactor nfs_direct_free_user_pagesChuck Lever