aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/read.c
Commit message (Expand)AuthorAgeFilesLines
* NFSv4.1: unify pnfs_pageio_init functionsBenny Halevy2011-05-291-1/+0
* pnfs: Use byte-range for layoutgetBenny Halevy2011-05-291-2/+6
* NFSv4.1: Ensure that layoutget uses the correct gfp modesTrond Myklebust2011-05-111-2/+2
* nfs: BKL is no longer needed, so remove the includeStephen Rothwell2011-03-151-1/+0
* NFSv4.1: Clear lseg pointer in ->doio functionFred Isaman2011-03-111-0/+2
* NFSv4.1: rearrange ->doio argsFred Isaman2011-03-111-17/+25
* NFSv4.1: filelayout async error handlerAndy Adamson2011-03-111-0/+1
* NFSv4.1: filelayout readAndy Adamson2011-03-111-1/+2
* NFSv4.1: generic readAndy Adamson2011-03-111-25/+40
* NFSv4.1: shift pnfs_update_layout locationsFred Isaman2011-03-111-16/+24
* NFSv4.1: coelesce across layout stripesFred Isaman2011-03-111-0/+1
* nfs: remove extraneous and problematic calls to nfs_clear_requestTrond Myklebust2010-12-071-1/+0
* NFS: create and destroy inode's layout cacheBenny Halevy2010-10-241-0/+3
* NFSv4.1: keep seq_res.sr_slot as pointer rather than an indexBenny Halevy2010-09-241-1/+0
* 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-051-10/+3
* nfs41: call free slot from nfs4_restart_rpcAndy Adamson2009-12-041-1/+2
* NFS: Fix an O_DIRECT Oops...Trond Myklebust2009-08-121-4/+2
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* 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/+0
* 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/+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