aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/pnfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-03pnfs: allow LD to ask to resend read through pnfsPeng Tao1-1/+14
2015-02-03nfs: add nfs_pgio_current_mirror helperPeng Tao1-5/+4
2015-02-03nfs41: add a debug warning if we destroy an unempty layoutPeng Tao1-0/+2
2015-02-03nfs: add mirroring support to pgio layerWeston Andros Adamson1-8/+18
2015-02-03pnfs: release lseg in pnfs_generic_pg_cleanupWeston Andros Adamson1-18/+14
2015-02-03nfs41: clear NFS_LAYOUT_RETURN if layoutreturn is sent or failed to sendPeng Tao1-0/+5
2015-02-03nfs41: send layoutreturn in last put_lsegPeng Tao1-1/+37
2015-02-03nfs41: don't use a layout if it is marked for returningPeng Tao1-5/+18
2015-02-03nfs41: add a helper to mark layout for returnPeng Tao1-0/+55
2015-02-03nfs41: make a helper function to send layoutreturnPeng Tao1-20/+33
2015-02-03nfs41: pass iomode through layoutreturn argsPeng Tao1-0/+1
2015-02-03nfs41: serialize first layoutget of a filePeng Tao1-4/+31
2015-02-03nfs41: close a small race window when adding new layout to global listPeng Tao1-5/+3
2015-02-03nfs/flexclient: export pnfs_layoutcommit_inodePeng Tao1-0/+1
2015-01-24NFSv4.1: Optimise layout return-on-closeTrond Myklebust1-4/+20
2014-10-08NFSv4.1/pnfs: replace broken pnfs_put_lseg_asyncTrond Myklebust1-6/+27
2014-09-10pnfs: add return_range methodChristoph Hellwig1-0/+10
2014-09-10pnfs: force a layout commit when encountering busy segments during recallChristoph Hellwig1-0/+3
2014-09-10pnfs: allow splicing pre-encoded pages into the layoutcommit argsChristoph Hellwig1-0/+15
2014-09-10pnfs: avoid using stale stateids after layoutreturnChristoph Hellwig1-1/+6
2014-09-10pnfs: don't check sequence on new stateids in layoutgetChristoph Hellwig1-17/+19
2014-09-10pnfs: do not pass uninitialized lsegs to ->free_lsegChristoph Hellwig1-2/+3
2014-09-10nfs41: add a helper function to set layoutcommit after commitPeng Tao1-0/+29
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-116/+62
2014-08-03pnfs: add pnfs_put_lseg_asyncWeston Andros Adamson1-0/+17