summaryrefslogtreecommitdiffstats
path: root/fs/nfs/pnfs.c
Commit message (Expand)AuthorAgeFilesLines
* NFSv4.1/pNFS: Don't request a minimal read layout beyond the end of fileTrond Myklebust2015-08-311-0/+9
* NFSv4.1/pnfs: Don't ask for a read layout for an empty file.Trond Myklebust2015-08-311-0/+3
* NFSv4.1/pNFS: pnfs_mark_matching_lsegs_return must notify of layout returnTrond Myklebust2015-08-271-0/+2
* NFSv4.1/pnfs: Allow pNFS device drivers to customise layout segment insertionTrond Myklebust2015-08-251-9/+50
* NFSv4.1/pnfs: Add sanity check for the layout range returned by the serverTrond Myklebust2015-08-251-1/+24
* NFSv4.2/pnfs: Make the layoutstats timer configurableTrond Myklebust2015-08-251-0/+4
* NFS41: remove NFS_LAYOUT_ROC flagPeng Tao2015-08-251-5/+2
* NFSv4.1/pnfs: Add a tracepoint for return-on-close eventsTrond Myklebust2015-08-251-0/+1
* pNFS: Fix an unused variable warning in pnfs_roc_get_barrierTrond Myklebust2015-08-191-2/+0
* NFS41: make sure sending LAYOUTRETURN before close if marked soPeng Tao2015-08-191-23/+28
* NFSv4.1/pnfs: Fix a close/delegreturn hang when return-on-close is setTrond Myklebust2015-08-181-23/+1
* NFSv4.1/pnfs: Remove redundant wakeup in pnfs_send_layoutreturn()Trond Myklebust2015-08-121-1/+0
* NFSv4.1/pnfs: Remove redundant check in pnfs_layoutgets_blocked()Trond Myklebust2015-08-121-21/+5
* NFSv4.1/pnfs: Remove redundant lo->plh_block_lgets in layoutreturnTrond Myklebust2015-08-121-2/+0
* NFSv4.1/pnfs: Don't prevent layoutgets when doing return-on-closeTrond Myklebust2015-08-121-2/+4
* NFSv4.1/pnfs: Fix serialisation of layout return and layoutgetTrond Myklebust2015-08-121-2/+3
* NFSv4.1/pnfs: Remove redundant checks in pnfs_layoutgets_blocked()Trond Myklebust2015-08-121-6/+4
* NFSv4.2/pnfs: Use GFP_NOIO for layoutstat reporting in the writeback pathTrond Myklebust2015-08-121-2/+2
* nfs: plug memory leak when ->prepare_layoutcommit failsJeff Layton2015-07-281-3/+2
* pNFS: Don't throw out valid layout segmentsTrond Myklebust2015-07-111-0/+6
* pNFS: pnfs_roc_drain() fix a race with openTrond Myklebust2015-07-111-6/+9
* pNFS: Fix races between return-on-close and layoutreturn.Trond Myklebust2015-07-111-28/+35
* pNFS: pnfs_roc_drain should return 'true' when sleepingTrond Myklebust2015-07-111-13/+11
* NFSv4.2: LAYOUTSTATS is optional to implementTrond Myklebust2015-06-271-0/+3
* nfs: provide pnfs_report_layoutstat when NFS42 is disabledPeng Tao2015-06-261-0/+2
* nfs42: serialize LAYOUTSTATS calls of the same filePeng Tao2015-06-241-0/+7
* pnfs: add pnfs_report_layoutstat helper functionPeng Tao2015-06-241-0/+49
* NFS: Ensure we set NFS_CONTEXT_RESEND_WRITES when requeuing writesTrond Myklebust2015-06-171-0/+1
* pNFS: Fix a memory leak when attempted pnfs failsTrond Myklebust2015-06-171-0/+2
* Merge branch 'bugfixes'Trond Myklebust2015-04-231-2/+0
|\
| * NFSv4.1: don't export static symbolJulia Lawall2015-03-121-2/+0
* | NFSv4.1/pnfs: Separate out metadata and data consistency for pNFSTrond Myklebust2015-03-271-0/+7
* | NFSv4.1/pnfs: Ensure we send layoutcommit before return-on-closeTrond Myklebust2015-03-271-1/+4
* | NFSv4.1/pnfs: Refactor pnfs_set_layoutcommit()Trond Myklebust2015-03-271-36/+7
* | NFSv4.1/pnfs: Fix setting of layoutcommit last write byteTrond Myklebust2015-03-271-9/+8
|/
* pnfs: delete an unintended gotoDan Carpenter2015-02-101-1/+0
* NFSv4.1: Fix pnfs_put_lseg racesTrond Myklebust2015-02-051-34/+19
* NFSv4.1: pnfs_send_layoutreturn should use GFP_NOFSTrond Myklebust2015-02-051-1/+1
* Merge branch 'flexfiles'Trond Myklebust2015-02-031-90/+381
|\
| * pnfs: lookup new lseg at lseg boundaryWeston Andros Adamson2015-02-031-2/+8
| * nfs41: .init_read and .init_write can be called with valid pg_lsegPeng Tao2015-02-031-21/+20
| * pnfs/flexfiles: Add the FlexFile Layout DriverTom Haynes2015-02-031-8/+24
| * nfs41: wait for LAYOUTRETURN before retrying LAYOUTGETPeng Tao2015-02-031-1/+38
| * nfs41: add NFS_LAYOUT_RETRY_LAYOUTGET to layout header flagsPeng Tao2015-02-031-0/+3
| * nfs/flexfiles: send layoutreturn before freeing lsegPeng Tao2015-02-031-25/+56
| * nfs41: introduce NFS_LAYOUT_RETURN_BEFORE_CLOSEPeng Tao2015-02-031-7/+33
| * nfs41: allow async version layoutreturnPeng Tao2015-02-031-5/+6
| * nfs41: add range to layoutreturn argsPeng Tao2015-02-031-1/+3
| * pnfs: allow LD to ask to resend read through pnfsPeng Tao2015-02-031-1/+14
| * nfs: add nfs_pgio_current_mirror helperPeng Tao2015-02-031-5/+4
OpenPOWER on IntegriCloud