summaryrefslogtreecommitdiffstats
path: root/fs/nfs/read.c
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: Don't try to recover NFSv4 locks when they are lost.NeilBrown2013-09-041-3/+4
* NFS: Don't accept more reads/writes if the open context recovery failedTrond Myklebust2013-03-251-0/+2
* NFS: Ensure that we free the rpc_task after read and write cleanups are doneTrond Myklebust2013-01-041-3/+7
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-311-3/+3
|\
| * nfs: teach the NFS client how to treat PG_swapcache pagesMel Gorman2012-07-311-3/+3
* | NFS: Convert v4 into a moduleBryan Schumaker2012-07-301-0/+4
* | NFS: Convert v2 into a moduleBryan Schumaker2012-07-301-0/+1
|/
* NFS: Create an read_pageio_init() functionBryan Schumaker2012-06-291-13/+3
* NFSv4.1 add nfs_inode book keeping for mdsthresholdAndy Adamson2012-05-241-0/+2
* NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC callsAndy Adamson2012-05-191-3/+3
* NFS: Fix sparse warningsTrond Myklebust2012-05-041-1/+1
* NFS: Simplify the nfs_read_completion functionsTrond Myklebust2012-05-011-26/+18
* NFS: Clean up nfs read and write error pathsTrond Myklebust2012-05-011-17/+21
* NFS: Read cleanupsTrond Myklebust2012-05-011-9/+4
* NFS: rewrite directio read to use async coalesce codeFred Isaman2012-04-271-5/+5
* NFS: create completion structure to pass into page_init functionsFred Isaman2012-04-271-14/+22
* NFS: merge _full and _partial read rpc_opsFred Isaman2012-04-271-181/+157
* NFS: create struct nfs_page_arrayFred Isaman2012-04-271-14/+8
* NFS: create common nfs_pgio_header for both read and writeFred Isaman2012-04-271-38/+51
* NFS: reverse arg order in nfs_initiate_[read|write]Fred Isaman2012-04-271-2/+3
* NFS: put open context on error in nfs_pagein_multiFred Isaman2012-04-201-1/+1
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | NFS: Remove nfs4_setup_sequence from generic read codeBryan Schumaker2012-03-211-12/+1
* | NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit codeTrond Myklebust2012-03-171-1/+0
* | NFSv41: Add a new helper nfs4_init_sequence()Trond Myklebust2012-01-311-1/+1
|/
* NFS: Revert pnfs ugliness from the generic NFS read code pathTrond Myklebust2011-11-101-12/+2
* NFS: Get rid of the nfs_rdata_mempoolTrond Myklebust2011-10-191-13/+4
* NFS: Don't rely on PageError in nfs_readpage_release_partialTrond Myklebust2011-10-191-5/+2
* NFS: Get rid of unnecessary calls to ClearPageError() in read codeTrond Myklebust2011-10-191-2/+0
* NFS: Get rid of nfs_restart_rpc()Trond Myklebust2011-10-191-1/+1
* pnfs: recoalesce when ld read pagelist failsPeng Tao2011-10-181-1/+11
* Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell2011-07-251-5/+5
|\
| * nfs_open_context doesn't need struct path eitherAl Viro2011-07-201-4/+4
* | NFS: Clean up - simplify the switch to read/write-through-MDSTrond Myklebust2011-07-151-2/+2
* | NFS: Move the pnfs read code into pnfs.cTrond Myklebust2011-07-151-26/+20
* | NFS: Use the nfs_pageio_descriptor->pg_bsize in the read/write requestTrond Myklebust2011-07-151-1/+1
* | NFS: Cache rpc_ops in struct nfs_pageio_descriptorTrond Myklebust2011-07-151-11/+8
* | NFS: Clean up: split out the RPC transmission from nfs_pagein_multi/oneTrond Myklebust2011-07-151-42/+50
* | NFS: fix return value of nfs_pagein_one/nfs_flush_onePeng Tao2011-07-151-1/+2
* | NFS: Clean up nfs_read_rpcsetup and nfs_write_rpcsetupTrond Myklebust2011-07-121-17/+25
* | NFSv4.1: File layout only supports whole file layoutsAndy Adamson2011-07-121-0/+1
* | NFSv4.1: Fall back to ordinary i/o through the mds if we have no layout segmentTrond Myklebust2011-07-121-1/+1
* | NFSv4.1: Add an initialisation callback for pNFSTrond Myklebust2011-07-121-12/+4
* | NFS: Cleanup of the nfs_pageio code in preparation for a pnfs bugfixTrond Myklebust2011-07-121-11/+32
|/
* 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