aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/direct.c
Commit message (Expand)AuthorAge
* nfs: Panic when commit failsTerry Loftin2009-10-23
* nfs: Remove reference to generic_osync_inode from a commentJan Kara2009-08-19
* NFS: Fix an O_DIRECT Oops...Trond Myklebust2009-08-12
* nfs41 commit sequence setup done supportAndy Adamson2009-06-17
* nfs41 write sequence setup done supportAndy Adamson2009-06-17
* nfs41: read sequence setup/done supportAndy Adamson2009-06-17
* NFS: Use NFSDBG_FILE for all fopsChuck Lever2008-07-09
* NFS: Ensure that rpc_run_task() errors are propagated back to the callerTrond Myklebust2008-04-19
* NFS: Ensure that the write code cleans up properly when rpc_run_task() failsTrond Myklebust2008-04-19
* NFS: Ensure that the read code cleans up properly when rpc_run_task() failsTrond Myklebust2008-04-19
* NFS: Ensure that the asynchronous RPC calls complete on nfsiod.Trond Myklebust2008-02-26
* NFS: Fix a deadlock with lazy umountTrond Myklebust2008-02-26
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-01-31
|\
| * NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox2007-12-06
* | NFS: Optimise away the sigmask code in aio/dio reads and writesTrond Myklebust2008-01-30
* | NFS/SUNRPC: Convert users of rpc_init_task+rpc_execute to rpc_run_task()Trond Myklebust2008-01-30
* | NFS: Clean up the (commit|read|write)_setup() callback routinesTrond Myklebust2008-01-30
* | SUNRPC: Clean up the initialisation of priority queue scheduling info.Trond Myklebust2008-01-30
* | SUNRPC: Cleanup of rpc_task initialisationTrond Myklebust2008-01-30
* | Revert "NFS: Ensure we return zero if applications attempt to write zero bytes"Trond Myklebust2007-12-12
|/
* NFS: Clean up new multi-segment direct I/O changesChuck Lever2007-11-26
* NFS: Ensure we return zero if applications attempt to write zero bytesChuck Lever2007-11-26
* NFS: Support multiple segment iovecs in the NFS direct I/O pathChuck Lever2007-11-26
* NFS: Introduce iovec I/O helpers to fs/nfs/direct.cChuck Lever2007-11-26
* NFS: Fix for bug in handling of errors for O_DIRECT writesNeil Brown2007-10-23
* NFS: Remove nfs_begin_data_update/nfs_end_data_updateTrond Myklebust2007-10-09
* NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust2007-10-09
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-19
* NFS: Replace vfsmount and dentry in nfs_open_context with struct pathTrond Myklebust2007-07-10
* NFS: Don't fail an O_DIRECT read/write if get_user_pages() returns pagesTrond Myklebust2007-07-10
* NFS: Clean ups in fs/nfs/direct.cChuck Lever2007-07-10
* NFS: Fix a refcount leakage in O_DIRECTTrond Myklebust2007-05-30
* NFS: Fix nfs_direct_dirty_pages()Trond Myklebust2007-05-24
* NFS: Fix handful of compiler warnings in direct.cChuck Lever2007-05-24
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08
* NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedataTrond Myklebust2007-05-01
* NFS: Fix two bugs in the O_DIRECT write codeTrond Myklebust2007-04-15
* NFS: fix print format for tk_pidChuck Lever2007-02-03
* [PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-08
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust2006-12-07
|\
| * [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-07
| * [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-07
* | NFS: Remove use of the Big Kernel Lock around calls to rpc_execute.Frank Filz2006-12-06
|/
* [PATCH] NFS: Deal with failure of invalidate_inode_pages2()Trond Myklebust2006-10-20
* [PATCH] NFS: Fix error handling in nfs_direct_write_result()Trond Myklebust2006-10-20
* [PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty2006-10-01
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-27
* [PATCH] NFS: large non-page-aligned direct I/O clobbers memoryTrond Myklebust2006-09-08
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-07-03
|\
| * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30