aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/read.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-29NFSv4.1: unify pnfs_pageio_init functionsGravatar Benny Halevy 1-1/+0
2011-05-29pnfs: Use byte-range for layoutgetGravatar Benny Halevy 1-2/+6
2011-05-11NFSv4.1: Ensure that layoutget uses the correct gfp modesGravatar Trond Myklebust 1-2/+2
2011-03-15nfs: BKL is no longer needed, so remove the includeGravatar Stephen Rothwell 1-1/+0
2011-03-11NFSv4.1: Clear lseg pointer in ->doio functionGravatar Fred Isaman 1-0/+2
2011-03-11NFSv4.1: rearrange ->doio argsGravatar Fred Isaman 1-17/+25
2011-03-11NFSv4.1: filelayout async error handlerGravatar Andy Adamson 1-0/+1
2011-03-11NFSv4.1: filelayout readGravatar Andy Adamson 1-1/+2
2011-03-11NFSv4.1: generic readGravatar Andy Adamson 1-25/+40
2011-03-11NFSv4.1: shift pnfs_update_layout locationsGravatar Fred Isaman 1-16/+24
2011-03-11NFSv4.1: coelesce across layout stripesGravatar Fred Isaman 1-0/+1
2010-12-07nfs: remove extraneous and problematic calls to nfs_clear_requestGravatar Trond Myklebust 1-1/+0
2010-10-24NFS: create and destroy inode's layout cacheGravatar Benny Halevy 1-0/+3
2010-09-24NFSv4.1: keep seq_res.sr_slot as pointer rather than an indexGravatar Benny Halevy 1-1/+0
2010-07-30NFSv4: Ensure that we track the NFSv4 lock state in read/write requests.Gravatar Trond Myklebust 1-0/+1
2010-06-22NFSv4.1: Make nfs4_setup_sequence take a nfs_server argumentGravatar Trond Myklebust 1-1/+1
2010-05-14NFS: Read requests can use GFP_KERNEL.Gravatar Trond Myklebust 1-2/+2
2009-12-07NFS: Fix up the declaration of nfs4_restart_rpc when NFSv4 not configuredGravatar Trond Myklebust 1-1/+1
2009-12-05NFSv41: Clean up slot table managementGravatar Trond Myklebust 1-10/+3
2009-12-04nfs41: call free slot from nfs4_restart_rpcGravatar Andy Adamson 1-1/+2
2009-08-12NFS: Fix an O_DIRECT Oops...Gravatar Trond Myklebust 1-4/+2
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-1/+0
2009-06-17nfs41: use rpc prepare call state for session resetGravatar Andy Adamson 1-1/+1
2009-06-17nfs41: read sequence setup/done supportGravatar Andy Adamson 1-2/+28
2009-06-17nfs41: set up seq_res.sr_slotidGravatar Andy Adamson 1-0/+1
2009-04-03NFS: Store pages from an NFS inode into a local cacheGravatar David Howells 1-0/+5
2009-04-03NFS: Read pages from FS-Cache into an NFS inodeGravatar David Howells 1-0/+18
2009-04-03NFS: nfs_readpage_async() needs to be accessible as a fallback for local cachingGravatar David Howells 1-2/+2
2008-12-23nfs: remove redundant tests on reading new pagesGravatar Wu Fengguang 1-6/+0
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-1/+1
2008-04-19NFS: Ensure that rpc_run_task() errors are propagated back to the callerGravatar Trond Myklebust 1-8/+15
2008-04-19NFS: Ensure that the read code cleans up properly when rpc_run_task() failsGravatar Trond Myklebust 1-20/+33
2008-03-19nfs: remove duplicate initializations of nfs_read_data fieldGravatar Fred Isaman 1-2/+0
2008-03-19Merge branch 'hotfixes' into develGravatar Trond Myklebust 1-1/+4
2008-03-19nfs: don't ignore return value from nfs_pageio_add_requestGravatar Fred Isaman 1-1/+4
2008-02-28SUNRPC: Remove now-redundant RCU-safe rpc_task free pathGravatar Trond Myklebust 1-7/+1
2008-02-25NFS: Ensure that the asynchronous RPC calls complete on nfsiod.Gravatar Trond Myklebust 1-0/+1
2008-02-25NFS: Fix a deadlock with lazy umountGravatar Trond Myklebust 1-2/+5
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userGravatar Christoph Lameter 1-5/+5
2008-01-30nfs: obliterate NFS_FLAGS macroGravatar Benny Halevy 1-1/+1
2008-01-30NFS/SUNRPC: Convert users of rpc_init_task+rpc_execute to rpc_run_task()Gravatar Trond Myklebust 1-12/+5
2008-01-30NFS: Clean up the (commit|read|write)_setup() callback routinesGravatar Trond Myklebust 1-18/+20
2008-01-30SUNRPC: Clean up the initialisation of priority queue scheduling info.Gravatar Trond Myklebust 1-2/+0
2008-01-30SUNRPC: Cleanup of rpc_task initialisationGravatar Trond Myklebust 1-5/+10
2007-10-09NFS: Fix atime revalidation in read()Gravatar Trond Myklebust 1-3/+0
2007-10-09NFS: Replace file->private_data with calls to nfs_file_open_context()Gravatar Trond Myklebust 1-4/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2007-07-10NFS: Replace vfsmount and dentry in nfs_open_context with struct pathGravatar Trond Myklebust 1-3/+3
2007-07-10NFS: Minor read optimisation...Gravatar Trond Myklebust 1-11/+23
2007-05-14NFS: use zero_user_pageGravatar Nate Diller 1-5/+5