summaryrefslogtreecommitdiffstats
path: root/fs/nfs/pnfs.c
Commit message (Expand)AuthorAgeFilesLines
* pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLETrond Myklebust2022-06-221-0/+6
* NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layoutTrond Myklebust2022-06-141-0/+2
* NFSv4/pNFS: Fix another issue with a list iterator pointing to the headTrond Myklebust2022-04-151-0/+11
* NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return()Anna Schumaker2021-06-031-8/+7
* NFSv4: Don't discard segments marked for return in _pnfs_return_layout()Trond Myklebust2021-05-111-1/+1
* NFS: Don't discard pNFS layout segments that are marked for returnTrond Myklebust2021-05-111-0/+5
* pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process()Trond Myklebust2021-02-131-1/+7
* pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process()Trond Myklebust2021-02-031-0/+1
* NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counterTrond Myklebust2021-01-191-0/+1
* pNFS: Stricter ordering of layoutget and layoutreturnTrond Myklebust2021-01-191-22/+21
* pNFS: Mark layout for return if return-on-close was not sentTrond Myklebust2021-01-191-0/+6
* pNFS: We want return-on-close to complete when evicting the inodeTrond Myklebust2021-01-191-5/+3
* NFSv4: Fix a pNFS layout related use-after-free race when freeing the inodeTrond Myklebust2021-01-061-2/+31
* NFS: Don't return layout segments that are in useTrond Myklebust2020-08-191-19/+15
* NFS: Don't move layouts to plh_return_segs list while in useTrond Myklebust2020-08-191-11/+1
* NFSv4: pnfs_roc() must use cred_fscmp() to compare credsTrond Myklebust2020-02-141-1/+1
* pNFS: Handle NFS4ERR_OLD_STATEID on layoutreturn by bumping the state seqidTrond Myklebust2019-09-201-4/+14
* NFSv4: Handle RPC level errors in LAYOUTRETURNTrond Myklebust2019-09-201-0/+15
* NFSv4: Handle NFS4ERR_DELAY correctly in return-on-closeTrond Myklebust2019-09-201-0/+4
* NFSv4: Clean up pNFS return-on-close error handlingTrond Myklebust2019-09-201-0/+27
* pNFS: Ensure we do clear the return-on-close layout stateid on fatal errorsTrond Myklebust2019-09-201-2/+7
* NFSv4: Report the error from nfs4_select_rw_stateid()Trond Myklebust2019-08-041-6/+1
* pnfs/flexfiles: Add tracepoints for detecting pnfs fallback to MDSTrond Myklebust2019-07-181-0/+2
* pnfs: Fix a problem where we gratuitously start doing I/O through the MDSTrond Myklebust2019-07-181-1/+1
* NFSv4: Don't use the zero stateid with layoutgetTrond Myklebust2019-07-181-3/+11
* NFS: Clean up writeback codeTrond Myklebust2019-07-061-1/+1
* NFS: Add a helper to return a pointer to the open context of a struct nfs_pageTrond Myklebust2019-04-251-2/+2
* pNFS: Fix a typo in pnfs_update_layoutTrond Myklebust2019-03-121-1/+1
* NFS/pnfs: Bulk destroy of layouts needs to be safe w.r.t. umountTrond Myklebust2019-02-231-10/+23
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-191-7/+7
* NFS: Convert lookups of the open context to RCUTrond Myklebust2018-09-301-1/+4
* pNFS: Don't allocate more pages than we need to fit a layoutget responseTrond Myklebust2018-09-301-0/+7
* pNFS: Don't zero out the array in nfs4_alloc_pages()Trond Myklebust2018-09-301-2/+2
* pNFS: Ensure we return the error if someone kills a waiting layoutgetTrond Myklebust2018-09-141-10/+16
* pNFS: Remove unwanted optimisation of layoutgetTrond Myklebust2018-08-211-6/+0
* pNFS: Treat RECALLCONFLICT like DELAY...Trond Myklebust2018-08-161-9/+0
* pNFS: When updating the stateid in layoutreturn, also update the recall rangeTrond Myklebust2018-08-161-1/+4
* pnfs: Use true and false for boolean valuesGustavo A. R. Silva2018-08-081-1/+1
* pnfs: pnfs_find_lseg() should not check NFS_LSEG_LAYOUTRETURNTrond Myklebust2018-08-081-1/+0
* pnfs: Fix handling of NFS4ERR_OLD_STATEID replies to layoutreturnTrond Myklebust2018-08-081-3/+14
* pNFS: Parse the results of layoutget on open even if permissions checks failTrond Myklebust2018-07-261-4/+0
* pNFS: Wait for stale layoutget calls to complete in pnfs_update_layout()Trond Myklebust2018-07-261-5/+31
* pNFS: Ignore non-recalled layouts in pnfs_layout_need_return()Trond Myklebust2018-07-261-1/+10
* pNFS: Don't discard layout segments that are marked for returnTrond Myklebust2018-07-261-7/+27
* skip LAYOUTRETURN if layout is invalidOlga Kornievskaia2018-06-121-2/+4
* pnfs: Don't call commit on failed layoutget-on-openTrond Myklebust2018-05-311-6/+1
* pNFS: Don't send LAYOUTGET on OPEN for read, if we already have cached dataTrond Myklebust2018-05-311-0/+5
* NFSv4/pnfs: Don't switch off layoutget-on-open for transient errorsTrond Myklebust2018-05-311-7/+15
* NFSv4/pnfs: Ensure pnfs_parse_lgopen() won't try to parse uninitialised dataTrond Myklebust2018-05-311-1/+2
* pnfs: Fix manipulation of NFS_LAYOUT_FIRST_LAYOUTGETFred Isaman2018-05-311-6/+14