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