aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/read.c
Commit message (Expand)AuthorAgeFilesLines
...
* NFS: Ensure that rpc_run_task() errors are propagated back to the callerTrond Myklebust2008-04-191-8/+15
* NFS: Ensure that the read code cleans up properly when rpc_run_task() failsTrond Myklebust2008-04-191-20/+33
* nfs: remove duplicate initializations of nfs_read_data fieldFred Isaman2008-03-191-2/+0
* Merge branch 'hotfixes' into develTrond Myklebust2008-03-191-1/+4
|\
| * nfs: don't ignore return value from nfs_pageio_add_requestFred Isaman2008-03-191-1/+4
* | SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust2008-02-281-7/+1
* | NFS: Ensure that the asynchronous RPC calls complete on nfsiod.Trond Myklebust2008-02-251-0/+1
* | NFS: Fix a deadlock with lazy umountTrond Myklebust2008-02-251-2/+5
|/
* Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter2008-02-051-5/+5
* nfs: obliterate NFS_FLAGS macroBenny Halevy2008-01-301-1/+1
* NFS/SUNRPC: Convert users of rpc_init_task+rpc_execute to rpc_run_task()Trond Myklebust2008-01-301-12/+5
* NFS: Clean up the (commit|read|write)_setup() callback routinesTrond Myklebust2008-01-301-18/+20
* SUNRPC: Clean up the initialisation of priority queue scheduling info.Trond Myklebust2008-01-301-2/+0
* SUNRPC: Cleanup of rpc_task initialisationTrond Myklebust2008-01-301-5/+10
* NFS: Fix atime revalidation in read()Trond Myklebust2007-10-091-3/+0
* NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust2007-10-091-4/+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-3/+3
* NFS: Minor read optimisation...Trond Myklebust2007-07-101-11/+23
* NFS: use zero_user_pageNate Diller2007-05-141-5/+5
* NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedataTrond Myklebust2007-04-301-10/+9
* NFS: Cleanup for nfs_readpages()Trond Myklebust2007-04-301-32/+15
* NFS: Another cleanup of the read/write request coalescing codeTrond Myklebust2007-04-301-35/+27
* NFS: Cleanup the coalescing codeTrond Myklebust2007-04-301-11/+13
* NFS: fix print format for tk_pidChuck Lever2007-02-031-2/+2
* NFS: Remove nfs_readpage_sync()Trond Myklebust2007-02-031-103/+2
* 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_NOFSChristoph Lameter2006-12-071-1/+1
* | NFS: Cleanup: add common helper nfs_page_length()Trond Myklebust2006-12-061-18/+3
* | NFS: Remove use of the Big Kernel Lock around calls to rpc_execute.Frank Filz2006-12-061-2/+0
* | NFS: Fix missing page_unlock() in nfs_readpageTrond Myklebust2006-12-061-4/+6
* | NFS: Fix asynchronous read error handlingTrond Myklebust2006-12-061-71/+69
* | SUNRPC: Fix a potential race in rpc_wake_up_task()Trond Myklebust2006-12-061-1/+7
|/
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-2/+1
* NFS: Make read() return an ESTALE if the file has been deletedTrond Myklebust2006-09-221-3/+16
* NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells2006-09-221-1/+1
* NFS: Fix Oopsable condition in nfs_readpage_sync()Trond Myklebust2006-09-191-2/+4
* [PATCH] NFS: large non-page-aligned direct I/O clobbers memoryTrond Myklebust2006-09-081-11/+13
* NFS: Fix issue with EIO on NFS readTrond Myklebust2006-08-241-8/+15
* NFS: make 2 functions staticAdrian Bunk2006-08-031-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] fix static linking of NFSDavid Brownell2006-06-271-1/+1
* NFS: Split fs/nfs/inode.cDavid Howells2006-06-091-2/+2
* NFS: Optimize allocation of nfs_read/write_data structuresChuck Lever2006-06-091-7/+4
* NFS: Clean up and fix page zeroing when we have short readsTrond Myklebust2006-06-091-32/+75
* [PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson2006-03-261-4/+2
* NFS: Uninline nfs_writedata_(alloc|free) and nfs_readdata_(alloc|free)Trond Myklebust2006-03-201-1/+31
* NFS: Cleanup of NFS read codeTrond Myklebust2006-03-201-17/+41
* NFS: add I/O performance countersChuck Lever2006-03-201-0/+12