aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/read.c
AgeCommit message (Expand)Author
2013-01-04NFS: Ensure that we free the rpc_task after read and write cleanups are doneTrond Myklebust
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-07-31nfs: teach the NFS client how to treat PG_swapcache pagesMel Gorman
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker
2012-07-30NFS: Convert v2 into a moduleBryan Schumaker
2012-06-29NFS: Create an read_pageio_init() functionBryan Schumaker
2012-05-24NFSv4.1 add nfs_inode book keeping for mdsthresholdAndy Adamson
2012-05-19NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC callsAndy Adamson
2012-05-04NFS: Fix sparse warningsTrond Myklebust
2012-05-01NFS: Simplify the nfs_read_completion functionsTrond Myklebust
2012-05-01NFS: Clean up nfs read and write error pathsTrond Myklebust
2012-05-01NFS: Read cleanupsTrond Myklebust
2012-04-27NFS: rewrite directio read to use async coalesce codeFred Isaman
2012-04-27NFS: create completion structure to pass into page_init functionsFred Isaman
2012-04-27NFS: merge _full and _partial read rpc_opsFred Isaman
2012-04-27NFS: create struct nfs_page_arrayFred Isaman
2012-04-27NFS: create common nfs_pgio_header for both read and writeFred Isaman
2012-04-27NFS: reverse arg order in nfs_initiate_[read|write]Fred Isaman
2012-04-20NFS: put open context on error in nfs_pagein_multiFred Isaman
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-21NFS: Remove nfs4_setup_sequence from generic read codeBryan Schumaker
2012-03-17NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit codeTrond Myklebust
2012-01-31NFSv41: Add a new helper nfs4_init_sequence()Trond Myklebust
2011-11-10NFS: Revert pnfs ugliness from the generic NFS read code pathTrond Myklebust
2011-10-19NFS: Get rid of the nfs_rdata_mempoolTrond Myklebust
2011-10-19NFS: Don't rely on PageError in nfs_readpage_release_partialTrond Myklebust
2011-10-19NFS: Get rid of unnecessary calls to ClearPageError() in read codeTrond Myklebust
2011-10-19NFS: Get rid of nfs_restart_rpc()Trond Myklebust
2011-10-18pnfs: recoalesce when ld read pagelist failsPeng Tao
2011-07-25Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell
2011-07-20nfs_open_context doesn't need struct path eitherAl Viro
2011-07-15NFS: Clean up - simplify the switch to read/write-through-MDSTrond Myklebust
2011-07-15NFS: Move the pnfs read code into pnfs.cTrond Myklebust
2011-07-15NFS: Use the nfs_pageio_descriptor->pg_bsize in the read/write requestTrond Myklebust
2011-07-15NFS: Cache rpc_ops in struct nfs_pageio_descriptorTrond Myklebust
2011-07-15NFS: Clean up: split out the RPC transmission from nfs_pagein_multi/oneTrond Myklebust
2011-07-15NFS: fix return value of nfs_pagein_one/nfs_flush_onePeng Tao
2011-07-12NFS: Clean up nfs_read_rpcsetup and nfs_write_rpcsetupTrond Myklebust
2011-07-12NFSv4.1: File layout only supports whole file layoutsAndy Adamson
2011-07-12NFSv4.1: Fall back to ordinary i/o through the mds if we have no layout segmentTrond Myklebust
2011-07-12NFSv4.1: Add an initialisation callback for pNFSTrond Myklebust
2011-07-12NFS: Cleanup of the nfs_pageio code in preparation for a pnfs bugfixTrond Myklebust
2011-05-29NFSv4.1: unify pnfs_pageio_init functionsBenny Halevy
2011-05-29pnfs: Use byte-range for layoutgetBenny Halevy
2011-05-11NFSv4.1: Ensure that layoutget uses the correct gfp modesTrond Myklebust
2011-03-15nfs: BKL is no longer needed, so remove the includeStephen Rothwell
2011-03-11NFSv4.1: Clear lseg pointer in ->doio functionFred Isaman
2011-03-11NFSv4.1: rearrange ->doio argsFred Isaman
2011-03-11NFSv4.1: filelayout async error handlerAndy Adamson