aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/read.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell1-5/+5
2011-07-20nfs_open_context doesn't need struct path eitherAl Viro1-4/+4
2011-07-15NFS: Clean up - simplify the switch to read/write-through-MDSTrond Myklebust1-2/+2
2011-07-15NFS: Move the pnfs read code into pnfs.cTrond Myklebust1-26/+20
2011-07-15NFS: Use the nfs_pageio_descriptor->pg_bsize in the read/write requestTrond Myklebust1-1/+1
2011-07-15NFS: Cache rpc_ops in struct nfs_pageio_descriptorTrond Myklebust1-11/+8
2011-07-15NFS: Clean up: split out the RPC transmission from nfs_pagein_multi/oneTrond Myklebust1-42/+50
2011-07-15NFS: fix return value of nfs_pagein_one/nfs_flush_onePeng Tao1-1/+2
2011-07-12NFS: Clean up nfs_read_rpcsetup and nfs_write_rpcsetupTrond Myklebust1-17/+25
2011-07-12NFSv4.1: File layout only supports whole file layoutsAndy Adamson1-0/+1
2011-07-12NFSv4.1: Fall back to ordinary i/o through the mds if we have no layout segmentTrond Myklebust1-1/+1
2011-07-12NFSv4.1: Add an initialisation callback for pNFSTrond Myklebust1-12/+4
2011-07-12NFS: Cleanup of the nfs_pageio code in preparation for a pnfs bugfixTrond Myklebust1-11/+32
2011-05-29NFSv4.1: unify pnfs_pageio_init functionsBenny Halevy1-1/+0
2011-05-29pnfs: Use byte-range for layoutgetBenny Halevy1-2/+6
2011-05-11NFSv4.1: Ensure that layoutget uses the correct gfp modesTrond Myklebust1-2/+2
2011-03-15nfs: BKL is no longer needed, so remove the includeStephen Rothwell1-1/+0
2011-03-11NFSv4.1: Clear lseg pointer in ->doio functionFred Isaman1-0/+2
2011-03-11NFSv4.1: rearrange ->doio argsFred Isaman1-17/+25
2011-03-11NFSv4.1: filelayout async error handlerAndy Adamson1-0/+1
2011-03-11NFSv4.1: filelayout readAndy Adamson1-1/+2
2011-03-11NFSv4.1: generic readAndy Adamson1-25/+40
2011-03-11NFSv4.1: shift pnfs_update_layout locationsFred Isaman1-16/+24
2011-03-11NFSv4.1: coelesce across layout stripesFred Isaman1-0/+1
2010-12-07nfs: remove extraneous and problematic calls to nfs_clear_requestTrond Myklebust1-1/+0
2010-10-24NFS: create and destroy inode's layout cacheBenny Halevy1-0/+3
2010-09-24NFSv4.1: keep seq_res.sr_slot as pointer rather than an indexBenny Halevy1-1/+0
2010-07-30NFSv4: Ensure that we track the NFSv4 lock state in read/write requests.Trond Myklebust1-0/+1
2010-06-22NFSv4.1: Make nfs4_setup_sequence take a nfs_server argumentTrond Myklebust1-1/+1
2010-05-14NFS: Read requests can use GFP_KERNEL.Trond Myklebust1-2/+2
2009-12-07NFS: Fix up the declaration of nfs4_restart_rpc when NFSv4 not configuredTrond Myklebust1-1/+1
2009-12-05NFSv41: Clean up slot table managementTrond Myklebust1-10/+3
2009-12-04nfs41: call free slot from nfs4_restart_rpcAndy Adamson1-1/+2
2009-08-12NFS: Fix an O_DIRECT Oops...Trond Myklebust1-4/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-17nfs41: use rpc prepare call state for session resetAndy Adamson1-1/+1
2009-06-17nfs41: read sequence setup/done supportAndy Adamson1-2/+28
2009-06-17nfs41: set up seq_res.sr_slotidAndy Adamson1-0/+1
2009-04-03NFS: Store pages from an NFS inode into a local cacheDavid Howells1-0/+5
2009-04-03NFS: Read pages from FS-Cache into an NFS inodeDavid Howells1-0/+18
2009-04-03NFS: nfs_readpage_async() needs to be accessible as a fallback for local cachingDavid Howells1-2/+2
2008-12-23nfs: remove redundant tests on reading new pagesWu Fengguang1-6/+0
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-19NFS: Ensure that rpc_run_task() errors are propagated back to the callerTrond Myklebust1-8/+15
2008-04-19NFS: Ensure that the read code cleans up properly when rpc_run_task() failsTrond Myklebust1-20/+33
2008-03-19nfs: remove duplicate initializations of nfs_read_data fieldFred Isaman1-2/+0
2008-03-19Merge branch 'hotfixes' into develTrond Myklebust1-1/+4
2008-03-19nfs: don't ignore return value from nfs_pageio_add_requestFred Isaman1-1/+4
2008-02-28SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust1-7/+1
2008-02-25NFS: Ensure that the asynchronous RPC calls complete on nfsiod.Trond Myklebust1-0/+1