aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/pnfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-21NFSv4.1/pnfs: Retry through MDS when getting bad length of dataKinglong Mee1-5/+7
2015-09-23NFS41: make close wait for layoutreturnPeng Tao1-10/+25
2015-08-31NFSv4.1/pNFS: Don't request a minimal read layout beyond the end of fileTrond Myklebust1-0/+9
2015-08-31NFSv4.1/pnfs: Don't ask for a read layout for an empty file.Trond Myklebust1-0/+3
2015-08-27NFSv4.1/pNFS: pnfs_mark_matching_lsegs_return must notify of layout returnTrond Myklebust1-0/+2
2015-08-25NFSv4.1/pnfs: Allow pNFS device drivers to customise layout segment insertionTrond Myklebust1-9/+50
2015-08-25NFSv4.1/pnfs: Add sanity check for the layout range returned by the serverTrond Myklebust1-1/+24
2015-08-25NFSv4.2/pnfs: Make the layoutstats timer configurableTrond Myklebust1-0/+4
2015-08-25NFS41: remove NFS_LAYOUT_ROC flagPeng Tao1-5/+2
2015-08-25NFSv4.1/pnfs: Add a tracepoint for return-on-close eventsTrond Myklebust1-0/+1
2015-08-19pNFS: Fix an unused variable warning in pnfs_roc_get_barrierTrond Myklebust1-2/+0
2015-08-19NFS41: make sure sending LAYOUTRETURN before close if marked soPeng Tao1-23/+28
2015-08-18NFSv4.1/pnfs: Fix a close/delegreturn hang when return-on-close is setTrond Myklebust1-23/+1
2015-08-12NFSv4.1/pnfs: Remove redundant wakeup in pnfs_send_layoutreturn()Trond Myklebust1-1/+0
2015-08-12NFSv4.1/pnfs: Remove redundant check in pnfs_layoutgets_blocked()Trond Myklebust1-21/+5
2015-08-12NFSv4.1/pnfs: Remove redundant lo->plh_block_lgets in layoutreturnTrond Myklebust1-2/+0
2015-08-12NFSv4.1/pnfs: Don't prevent layoutgets when doing return-on-closeTrond Myklebust1-2/+4
2015-08-12NFSv4.1/pnfs: Fix serialisation of layout return and layoutgetTrond Myklebust1-2/+3
2015-08-12NFSv4.1/pnfs: Remove redundant checks in pnfs_layoutgets_blocked()Trond Myklebust1-6/+4
2015-08-12NFSv4.2/pnfs: Use GFP_NOIO for layoutstat reporting in the writeback pathTrond Myklebust1-2/+2
2015-07-28nfs: plug memory leak when ->prepare_layoutcommit failsJeff Layton1-3/+2
2015-07-11pNFS: Don't throw out valid layout segmentsTrond Myklebust1-0/+6
2015-07-11pNFS: pnfs_roc_drain() fix a race with openTrond Myklebust1-6/+9
2015-07-11pNFS: Fix races between return-on-close and layoutreturn.Trond Myklebust1-28/+35
2015-07-11pNFS: pnfs_roc_drain should return 'true' when sleepingTrond Myklebust1-13/+11
2015-06-27NFSv4.2: LAYOUTSTATS is optional to implementTrond Myklebust1-0/+3
2015-06-26nfs: provide pnfs_report_layoutstat when NFS42 is disabledPeng Tao1-0/+2
2015-06-24nfs42: serialize LAYOUTSTATS calls of the same filePeng Tao1-0/+7
2015-06-24pnfs: add pnfs_report_layoutstat helper functionPeng Tao1-0/+49
2015-06-17NFS: Ensure we set NFS_CONTEXT_RESEND_WRITES when requeuing writesTrond Myklebust1-0/+1
2015-06-17pNFS: Fix a memory leak when attempted pnfs failsTrond Myklebust1-0/+2
2015-04-23Merge branch 'bugfixes'Trond Myklebust1-2/+0
2015-03-27NFSv4.1/pnfs: Separate out metadata and data consistency for pNFSTrond Myklebust1-0/+7
2015-03-27NFSv4.1/pnfs: Ensure we send layoutcommit before return-on-closeTrond Myklebust1-1/+4
2015-03-27NFSv4.1/pnfs: Refactor pnfs_set_layoutcommit()Trond Myklebust1-36/+7
2015-03-27NFSv4.1/pnfs: Fix setting of layoutcommit last write byteTrond Myklebust1-9/+8
2015-03-12NFSv4.1: don't export static symbolJulia Lawall1-2/+0
2015-02-10pnfs: delete an unintended gotoDan Carpenter1-1/+0
2015-02-05NFSv4.1: Fix pnfs_put_lseg racesTrond Myklebust1-34/+19
2015-02-05NFSv4.1: pnfs_send_layoutreturn should use GFP_NOFSTrond Myklebust1-1/+1
2015-02-03Merge branch 'flexfiles'Trond Myklebust1-90/+381
2015-02-03pnfs: lookup new lseg at lseg boundaryWeston Andros Adamson1-2/+8
2015-02-03nfs41: .init_read and .init_write can be called with valid pg_lsegPeng Tao1-21/+20
2015-02-03pnfs/flexfiles: Add the FlexFile Layout DriverTom Haynes1-8/+24
2015-02-03nfs41: wait for LAYOUTRETURN before retrying LAYOUTGETPeng Tao1-1/+38
2015-02-03nfs41: add NFS_LAYOUT_RETRY_LAYOUTGET to layout header flagsPeng Tao1-0/+3
2015-02-03nfs/flexfiles: send layoutreturn before freeing lsegPeng Tao1-25/+56
2015-02-03nfs41: introduce NFS_LAYOUT_RETURN_BEFORE_CLOSEPeng Tao1-7/+33
2015-02-03nfs41: allow async version layoutreturnPeng Tao1-5/+6
2015-02-03nfs41: add range to layoutreturn argsPeng Tao1-1/+3