aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/pnfs.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-14NFS: Convert buffered writes to use foliosGravatar Trond Myklebust 1-5/+5
2022-10-06NFSv4/flexfiles: Cancel I/O if the layout is recalled or revokedGravatar Trond Myklebust 1-0/+9
2022-06-06pNFS: Avoid a live lock condition in pnfs_update_layout()Gravatar Trond Myklebust 1-0/+1
2022-03-28NFSv4/pNFS: Fix another issue with a list iterator pointing to the headGravatar Trond Myklebust 1-0/+2
2021-11-02NFS: Move NFS protocol display macros to global headerGravatar Chuck Lever 1-4/+0
2021-10-20NFS: Fix an Oops in pnfs_mark_request_commit()Gravatar Trond Myklebust 1-1/+1
2021-01-10pNFS: We want return-on-close to complete when evicting the inodeGravatar Trond Myklebust 1-5/+3
2020-12-02NFSv4: Fix a pNFS layout related use-after-free race when freeing the inodeGravatar Trond Myklebust 1-0/+5
2020-12-02NFSv4/pNFS: Store the transport type in struct nfs4_pnfs_ds_addrGravatar Trond Myklebust 1-0/+2
2020-08-12NFS: Fix flexfiles read failoverGravatar Trond Myklebust 1-1/+1
2020-03-27pNFS/flexfiles: Check the layout segment range before doing I/OGravatar Trond Myklebust 1-0/+1
2020-03-27NFS/pNFS: Clean up pNFS commit operationsGravatar Trond Myklebust 1-40/+70
2020-03-27NFS/pNFS: Add a helper pnfs_generic_search_commit_reqs()Gravatar Trond Myklebust 1-0/+2
2020-03-27pNFS: Enable per-layout segment commit structuresGravatar Trond Myklebust 1-0/+6
2020-03-27pNFS: Add infrastructure for cleaning up per-layout commit structuresGravatar Trond Myklebust 1-0/+4
2020-03-27NFS/pNFS: Allow O_DIRECT to release the DS commitinfoGravatar Trond Myklebust 1-0/+16
2020-03-27NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_infoGravatar Trond Myklebust 1-0/+11
2020-03-26pNFS: Add a helper to allocate the array of bucketsGravatar Trond Myklebust 1-0/+3
2020-03-16NFSv4: Add support for CB_RECALL_ANY for flexfiles layoutsGravatar Trond Myklebust 1-0/+3
2020-03-16NFSv4: Ensure layout headers are RCU safeGravatar Trond Myklebust 1-0/+2
2020-03-16NFSv4/pnfs: pnfs_set_layout_stateid() should update the layout credGravatar Trond Myklebust 1-0/+1
2020-01-15pNFS/flexfiles: Record resend attempts on I/O failureGravatar Trond Myklebust 1-4/+4
2019-09-20pNFS: Handle NFS4ERR_OLD_STATEID on layoutreturn by bumping the state seqidGravatar Trond Myklebust 1-2/+2
2019-09-20NFSv4: Clean up pNFS return-on-close error handlingGravatar Trond Myklebust 1-0/+13
2019-04-25NFS: Add a helper to return a pointer to the open context of a struct nfs_pageGravatar Trond Myklebust 1-2/+2
2019-03-01NFS/flexfiles: Speed up read failover when DSes are downGravatar Trond Myklebust 1-0/+1
2019-02-23NFS/pnfs: Bulk destroy of layouts needs to be safe w.r.t. umountGravatar Trond Myklebust 1-0/+1
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.Gravatar NeilBrown 1-5/+5
2018-09-30pNFS: Don't allocate more pages than we need to fit a layoutget responseGravatar Trond Myklebust 1-0/+1
2018-08-16pNFS: When updating the stateid in layoutreturn, also update the recall rangeGravatar Trond Myklebust 1-1/+4
2018-08-08pnfs: Fix handling of NFS4ERR_OLD_STATEID replies to layoutreturnGravatar Trond Myklebust 1-2/+2
2018-06-19pNFS: Don't send layoutreturn if the layout is already invalidGravatar Trond Myklebust 1-0/+5
2018-05-31pnfs: Fix manipulation of NFS_LAYOUT_FIRST_LAYOUTGETGravatar Fred Isaman 1-0/+6
2018-05-31pNFS: Refactor nfs4_layoutget_release()Gravatar Trond Myklebust 1-1/+1
2018-05-31pnfs: Add LAYOUTGET to OPEN of a new fileGravatar Fred Isaman 1-0/+17
2018-05-31pnfs: move allocations out of nfs4_proc_layoutgetGravatar Fred Isaman 1-1/+3
2018-05-31pnfs: Add layout driver flag PNFS_LAYOUTGET_ON_OPENGravatar Fred Isaman 1-0/+1
2018-01-14pnfs/blocklayout: handle transient devicesGravatar Benjamin Coddington 1-0/+2
2018-01-14pnfs/blocklayout: set PNFS_LAYOUTRETURN_ON_ERRORGravatar Benjamin Coddington 1-1/+3
2017-11-17pNFS: Retry NFS4ERR_OLD_STATEID errors in layoutreturn-on-closeGravatar Trond Myklebust 1-0/+6
2017-11-17fs, nfs: convert pnfs_layout_hdr.plh_refcount from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+1
2017-11-17fs, nfs: convert pnfs_layout_segment.pls_refcount from atomic_t to refcount_tGravatar Elena Reshetova 1-2/+2
2017-11-17fs, nfs: convert nfs4_pnfs_ds.ds_count from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+2
2017-08-15NFSv4/pnfs: Replace pnfs_put_lseg_locked() with pnfs_put_lseg()Gravatar Trond Myklebust 1-2/+0
2017-05-24pnfs: Fix the check for requests in range of layout segmentGravatar Benjamin Coddington 1-0/+10
2017-04-25pNFS: Ensure we check layout segment validity in the pg_init() callbackGravatar Trond Myklebust 1-0/+1
2017-04-20pNFS: Remove unused layout driver callbacksGravatar Trond Myklebust 1-5/+0
2017-03-17pNFS: return status from nfs4_pnfs_ds_connectGravatar Weston Andros Adamson 1-1/+1
2016-12-03pNFS/flexfiles: Minor refactoring before adding iostats to layoutreturnGravatar Trond Myklebust 1-1/+0
2016-12-03pNFS: Add a layoutreturn callback to performa layout-private setupGravatar Trond Myklebust 1-0/+1