summaryrefslogtreecommitdiffstats
path: root/fs/nfs/pnfs.h
AgeCommit message (Expand)Author
2017-11-17pNFS: Retry NFS4ERR_OLD_STATEID errors in layoutreturn-on-closeTrond Myklebust
2017-11-17fs, nfs: convert pnfs_layout_hdr.plh_refcount from atomic_t to refcount_tElena Reshetova
2017-11-17fs, nfs: convert pnfs_layout_segment.pls_refcount from atomic_t to refcount_tElena Reshetova
2017-11-17fs, nfs: convert nfs4_pnfs_ds.ds_count from atomic_t to refcount_tElena Reshetova
2017-08-15NFSv4/pnfs: Replace pnfs_put_lseg_locked() with pnfs_put_lseg()Trond Myklebust
2017-05-24pnfs: Fix the check for requests in range of layout segmentBenjamin Coddington
2017-04-25pNFS: Ensure we check layout segment validity in the pg_init() callbackTrond Myklebust
2017-04-20pNFS: Remove unused layout driver callbacksTrond Myklebust
2017-03-17pNFS: return status from nfs4_pnfs_ds_connectWeston Andros Adamson
2016-12-03pNFS/flexfiles: Minor refactoring before adding iostats to layoutreturnTrond Myklebust
2016-12-03pNFS: Add a layoutreturn callback to performa layout-private setupTrond Myklebust
2016-12-01NFS: Remove unused authflavour parameter from nfs_get_client()Anna Schumaker
2016-12-01pNFS: Enable layoutreturn operation for return-on-closeTrond Myklebust
2016-12-01pNFS: Get rid of unnecessary layout parameter in encode_layoutreturn callbackTrond Myklebust
2016-12-01NFSv4: Ignore LAYOUTRETURN result if the layout doesn't match or is invalidTrond Myklebust
2016-12-01pNFS: Do not free layout segments that are marked for returnTrond Myklebust
2016-12-01pNFS: consolidate the different range intersection testsTrond Myklebust
2016-12-01pNFS: On error, do not send LAYOUTGET until the LAYOUTRETURN has completedTrond Myklebust
2016-09-19pnfs: add a new mechanism to select a layout driver according to an ordered listJeff Layton
2016-09-19pnfs: track multiple layout types in fsinfo structureJeff Layton
2016-07-24Merge branch 'pnfs'Trond Myklebust
2016-07-24pNFS: Remove redundant pnfs_mark_layout_returned_if_empty()Trond Myklebust
2016-07-24pNFS: Cleanup - don't open code pnfs_mark_layout_stateid_invalid()Trond Myklebust
2016-07-24pNFS: LAYOUTRETURN should only update the stateid if the layout is validTrond Myklebust
2016-07-18pNFS: Don't mark the inode as revalidated if a LAYOUTCOMMIT is outstandingTrond Myklebust
2016-07-05pNFS: pnfs_layoutcommit_outstanding() is no longer used when !CONFIG_NFS_V4_1Trond Myklebust
2016-05-26pnfs: pnfs_update_layout needs to consider if strict iomode checking is onTom Haynes
2016-05-17pnfs: rework LAYOUTGET retry handlingJeff Layton
2016-05-17pnfs: only tear down lsegs that precede seqid in LAYOUTRETURN argsJeff Layton
2016-05-17pnfs: keep track of the return sequence number in pnfs_layout_hdrJeff Layton
2016-05-17pnfs: record sequence in pnfs_layout_segment when it's createdJeff Layton
2016-05-09pnfs: set NFS_IOHDR_REDO in pnfs_read_resend_pnfsWeston Andros Adamson
2016-01-27NFS: Cleanup - rename NFS_LAYOUT_RETURN_BEFORE_CLOSETrond Myklebust
2016-01-04Merge branch 'pnfs_generic'Trond Myklebust
2016-01-04NFSv4.1/pNFS: Cleanup constify struct pnfs_layout_range argumentsTrond Myklebust
2016-01-04NFSv4.1/pnfs: Cleanup copying of pnfs_layout_range structuresTrond Myklebust
2016-01-04NFSv4.1/pNFS: pnfs_error_mark_layout_for_return() must always return layoutTrond Myklebust
2015-12-31NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalidTrond Myklebust
2015-12-28pNFS: If we have to delay the layout callback, mark the layout for returnTrond Myklebust
2015-12-28NFSv4.1/pNFS: Add a helper to mark the layout as returnedTrond Myklebust
2015-12-28pNFS/flexfiles: Don't prevent flexfiles client from retrying LAYOUTGETTrond Myklebust
2015-09-23NFS41: make close wait for layoutreturnPeng Tao
2015-08-25NFSv4.1/flexfiles: Allow coalescing of new layout segments and existing onesTrond Myklebust
2015-08-25NFSv4.1/pnfs: Allow pNFS device drivers to customise layout segment insertionTrond Myklebust
2015-08-25NFSv4.1/pnfs Improve the packing of struct pnfs_layout_hdrTrond Myklebust
2015-08-25NFSv4.2/pnfs: Make the layoutstats timer configurableTrond Myklebust
2015-08-25NFS41: remove NFS_LAYOUT_ROC flagPeng Tao
2015-08-18NFSv4.1/pnfs: Fix a close/delegreturn hang when return-on-close is setTrond Myklebust
2015-08-12NFSv4.2/pnfs: Use GFP_NOIO for layoutstat reporting in the writeback pathTrond Myklebust
2015-06-26nfs: provide pnfs_report_layoutstat when NFS42 is disabledPeng Tao