aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/pnfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-10pNFS: We want return-on-close to complete when evicting the inodeTrond Myklebust1-5/+3
2020-12-02NFSv4: Fix a pNFS layout related use-after-free race when freeing the inodeTrond Myklebust1-0/+5
2020-12-02NFSv4/pNFS: Store the transport type in struct nfs4_pnfs_ds_addrTrond Myklebust1-0/+2
2020-08-12NFS: Fix flexfiles read failoverTrond Myklebust1-1/+1
2020-03-27pNFS/flexfiles: Check the layout segment range before doing I/OTrond Myklebust1-0/+1
2020-03-27NFS/pNFS: Clean up pNFS commit operationsTrond Myklebust1-40/+70
2020-03-27NFS/pNFS: Add a helper pnfs_generic_search_commit_reqs()Trond Myklebust1-0/+2
2020-03-27pNFS: Enable per-layout segment commit structuresTrond Myklebust1-0/+6
2020-03-27pNFS: Add infrastructure for cleaning up per-layout commit structuresTrond Myklebust1-0/+4
2020-03-27NFS/pNFS: Allow O_DIRECT to release the DS commitinfoTrond Myklebust1-0/+16
2020-03-27NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_infoTrond Myklebust1-0/+11
2020-03-26pNFS: Add a helper to allocate the array of bucketsTrond Myklebust1-0/+3
2020-03-16NFSv4: Add support for CB_RECALL_ANY for flexfiles layoutsTrond Myklebust1-0/+3
2020-03-16NFSv4: Ensure layout headers are RCU safeTrond Myklebust1-0/+2
2020-03-16NFSv4/pnfs: pnfs_set_layout_stateid() should update the layout credTrond Myklebust1-0/+1
2020-01-15pNFS/flexfiles: Record resend attempts on I/O failureTrond Myklebust1-4/+4
2019-09-20pNFS: Handle NFS4ERR_OLD_STATEID on layoutreturn by bumping the state seqidTrond Myklebust1-2/+2
2019-09-20NFSv4: Clean up pNFS return-on-close error handlingTrond Myklebust1-0/+13
2019-04-25NFS: Add a helper to return a pointer to the open context of a struct nfs_pageTrond Myklebust1-2/+2
2019-03-01NFS/flexfiles: Speed up read failover when DSes are downTrond Myklebust1-0/+1
2019-02-23NFS/pnfs: Bulk destroy of layouts needs to be safe w.r.t. umountTrond Myklebust1-0/+1
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown1-5/+5
2018-09-30pNFS: Don't allocate more pages than we need to fit a layoutget responseTrond Myklebust1-0/+1
2018-08-16pNFS: When updating the stateid in layoutreturn, also update the recall rangeTrond Myklebust1-1/+4
2018-08-08pnfs: Fix handling of NFS4ERR_OLD_STATEID replies to layoutreturnTrond Myklebust1-2/+2
2018-06-19pNFS: Don't send layoutreturn if the layout is already invalidTrond Myklebust1-0/+5
2018-05-31pnfs: Fix manipulation of NFS_LAYOUT_FIRST_LAYOUTGETFred Isaman1-0/+6
2018-05-31pNFS: Refactor nfs4_layoutget_release()Trond Myklebust1-1/+1
2018-05-31pnfs: Add LAYOUTGET to OPEN of a new fileFred Isaman1-0/+17
2018-05-31pnfs: move allocations out of nfs4_proc_layoutgetFred Isaman1-1/+3
2018-05-31pnfs: Add layout driver flag PNFS_LAYOUTGET_ON_OPENFred Isaman1-0/+1
2018-01-14pnfs/blocklayout: handle transient devicesBenjamin Coddington1-0/+2
2018-01-14pnfs/blocklayout: set PNFS_LAYOUTRETURN_ON_ERRORBenjamin Coddington1-1/+3
2017-11-17pNFS: Retry NFS4ERR_OLD_STATEID errors in layoutreturn-on-closeTrond Myklebust1-0/+6
2017-11-17fs, nfs: convert pnfs_layout_hdr.plh_refcount from atomic_t to refcount_tElena Reshetova1-1/+1
2017-11-17fs, nfs: convert pnfs_layout_segment.pls_refcount from atomic_t to refcount_tElena Reshetova1-2/+2
2017-11-17fs, nfs: convert nfs4_pnfs_ds.ds_count from atomic_t to refcount_tElena Reshetova1-1/+2
2017-08-15NFSv4/pnfs: Replace pnfs_put_lseg_locked() with pnfs_put_lseg()Trond Myklebust1-2/+0
2017-05-24pnfs: Fix the check for requests in range of layout segmentBenjamin Coddington1-0/+10
2017-04-25pNFS: Ensure we check layout segment validity in the pg_init() callbackTrond Myklebust1-0/+1
2017-04-20pNFS: Remove unused layout driver callbacksTrond Myklebust1-5/+0
2017-03-17pNFS: return status from nfs4_pnfs_ds_connectWeston Andros Adamson1-1/+1
2016-12-03pNFS/flexfiles: Minor refactoring before adding iostats to layoutreturnTrond Myklebust1-1/+0
2016-12-03pNFS: Add a layoutreturn callback to performa layout-private setupTrond Myklebust1-0/+1
2016-12-01NFS: Remove unused authflavour parameter from nfs_get_client()Anna Schumaker1-2/+1
2016-12-01pNFS: Enable layoutreturn operation for return-on-closeTrond Myklebust1-16/+14
2016-12-01pNFS: Get rid of unnecessary layout parameter in encode_layoutreturn callbackTrond Myklebust1-2/+1
2016-12-01NFSv4: Ignore LAYOUTRETURN result if the layout doesn't match or is invalidTrond Myklebust1-1/+1
2016-12-01pNFS: Do not free layout segments that are marked for returnTrond Myklebust1-1/+5
2016-12-01pNFS: consolidate the different range intersection testsTrond Myklebust1-0/+32