aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/read.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-04NFSv4: Don't try to recover NFSv4 locks when they are lost.NeilBrown1-3/+4
2013-03-25NFS: Don't accept more reads/writes if the open context recovery failedTrond Myklebust1-0/+2
2013-01-04NFS: Ensure that we free the rpc_task after read and write cleanups are doneTrond Myklebust1-3/+7
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-3/+3
2012-07-31nfs: teach the NFS client how to treat PG_swapcache pagesMel Gorman1-3/+3
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker1-0/+4
2012-07-30NFS: Convert v2 into a moduleBryan Schumaker1-0/+1
2012-06-29NFS: Create an read_pageio_init() functionBryan Schumaker1-13/+3
2012-05-24NFSv4.1 add nfs_inode book keeping for mdsthresholdAndy Adamson1-0/+2
2012-05-19NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC callsAndy Adamson1-3/+3
2012-05-04NFS: Fix sparse warningsTrond Myklebust1-1/+1
2012-05-01NFS: Simplify the nfs_read_completion functionsTrond Myklebust1-26/+18
2012-05-01NFS: Clean up nfs read and write error pathsTrond Myklebust1-17/+21
2012-05-01NFS: Read cleanupsTrond Myklebust1-9/+4
2012-04-27NFS: rewrite directio read to use async coalesce codeFred Isaman1-5/+5
2012-04-27NFS: create completion structure to pass into page_init functionsFred Isaman1-14/+22
2012-04-27NFS: merge _full and _partial read rpc_opsFred Isaman1-181/+157
2012-04-27NFS: create struct nfs_page_arrayFred Isaman1-14/+8
2012-04-27NFS: create common nfs_pgio_header for both read and writeFred Isaman1-38/+51
2012-04-27NFS: reverse arg order in nfs_initiate_[read|write]Fred Isaman1-2/+3
2012-04-20NFS: put open context on error in nfs_pagein_multiFred Isaman1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-21NFS: Remove nfs4_setup_sequence from generic read codeBryan Schumaker1-12/+1
2012-03-17NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit codeTrond Myklebust1-1/+0
2012-01-31NFSv41: Add a new helper nfs4_init_sequence()Trond Myklebust1-1/+1
2011-11-10NFS: Revert pnfs ugliness from the generic NFS read code pathTrond Myklebust1-12/+2
2011-10-19NFS: Get rid of the nfs_rdata_mempoolTrond Myklebust1-13/+4
2011-10-19NFS: Don't rely on PageError in nfs_readpage_release_partialTrond Myklebust1-5/+2
2011-10-19NFS: Get rid of unnecessary calls to ClearPageError() in read codeTrond Myklebust1-2/+0
2011-10-19NFS: Get rid of nfs_restart_rpc()Trond Myklebust1-1/+1
2011-10-18pnfs: recoalesce when ld read pagelist failsPeng Tao1-1/+11
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