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