summaryrefslogtreecommitdiffstats
path: root/fs/nfs/read.c
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: Ensure that we track the NFSv4 lock state in read/write requests.Trond Myklebust2010-07-301-0/+1
* NFSv4.1: Make nfs4_setup_sequence take a nfs_server argumentTrond Myklebust2010-06-221-1/+1
* NFS: Read requests can use GFP_KERNEL.Trond Myklebust2010-05-141-2/+2
* NFS: Fix up the declaration of nfs4_restart_rpc when NFSv4 not configuredTrond Myklebust2009-12-071-1/+1
* NFSv41: Clean up slot table managementTrond Myklebust2009-12-061-10/+3Star
* nfs41: call free slot from nfs4_restart_rpcAndy Adamson2009-12-041-1/+2
* NFS: Fix an O_DIRECT Oops...Trond Myklebust2009-08-121-4/+2Star
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0Star
* nfs41: use rpc prepare call state for session resetAndy Adamson2009-06-171-1/+1
* nfs41: read sequence setup/done supportAndy Adamson2009-06-171-2/+28
* nfs41: set up seq_res.sr_slotidAndy Adamson2009-06-171-0/+1
* NFS: Store pages from an NFS inode into a local cacheDavid Howells2009-04-031-0/+5
* NFS: Read pages from FS-Cache into an NFS inodeDavid Howells2009-04-031-0/+18
* NFS: nfs_readpage_async() needs to be accessible as a fallback for local cachingDavid Howells2009-04-031-2/+2
* nfs: remove redundant tests on reading new pagesWu Fengguang2008-12-231-6/+0Star
* nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-161-1/+1
* 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/+0Star
* 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-291-7/+1Star
* | NFS: Ensure that the asynchronous RPC calls complete on nfsiod.Trond Myklebust2008-02-261-0/+1
* | NFS: Fix a deadlock with lazy umountTrond Myklebust2008-02-261-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/+5Star
* 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/+0Star
* SUNRPC: Cleanup of rpc_task initialisationTrond Myklebust2008-01-301-5/+10
* NFS: Fix atime revalidation in read()Trond Myklebust2007-10-091-3/+0Star
* NFS: Replace file->private_data with calls to nfs_file_open_context()Trond Myklebust2007-10-091-4/+2Star
* 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-111-3/+3
* NFS: Minor read optimisation...Trond Myklebust2007-07-111-11/+23
* NFS: use zero_user_pageNate Diller2007-05-151-5/+5
* NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedataTrond Myklebust2007-05-011-10/+9Star
* NFS: Cleanup for nfs_readpages()Trond Myklebust2007-05-011-32/+15Star
* NFS: Another cleanup of the read/write request coalescing codeTrond Myklebust2007-05-011-35/+27Star
* NFS: Cleanup the coalescing codeTrond Myklebust2007-05-011-11/+13
* NFS: fix print format for tk_pidChuck Lever2007-02-041-2/+2
* NFS: Remove nfs_readpage_sync()Trond Myklebust2007-02-041-103/+2Star
* 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/+3Star
* | NFS: Remove use of the Big Kernel Lock around calls to rpc_execute.Frank Filz2006-12-061-2/+0Star
* | NFS: Fix missing page_unlock() in nfs_readpageTrond Myklebust2006-12-061-4/+6
* | NFS: Fix asynchronous read error handlingTrond Myklebust2006-12-061-71/+69Star
* | SUNRPC: Fix a potential race in rpc_wake_up_task()Trond Myklebust2006-12-061-1/+7
|/