summaryrefslogtreecommitdiff
path: root/fs/nfs/pnfs.c
AgeCommit message (Expand)Author
2024-03-09NFS: avoid infinite loop in pnfs_update_layout.NeilBrown
2024-01-04pNFS: Fix the pnfs block driver's calculation of layoutget sizeTrond Myklebust
2023-10-22NFSv4/pnfs: Allow layoutget to return EAGAIN for softerr mountsTrond Myklebust
2023-10-18pNFS: Fix a hang in nfs4_evict_inode()Trond Myklebust
2023-02-15pNFS/filelayout: treat GETDEVICEINFO errors as layout failureOlga Kornievskaia
2022-10-13Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-06NFSv4/flexfiles: Cancel I/O if the layout is recalled or revokedTrond Myklebust
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra
2022-08-13NFS: Remove a bogus flag setting in pnfs_write_done_resend_to_mdsTrond Myklebust
2022-06-06pNFS: Avoid a live lock condition in pnfs_update_layout()Trond Myklebust
2022-06-06pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLETrond Myklebust
2022-05-17NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layoutTrond Myklebust
2022-03-28NFSv4/pNFS: Fix another issue with a list iterator pointing to the headTrond Myklebust
2022-03-22NFSv4/pnfs: Ensure pNFS allocation modes are consistent with nfsiodTrond Myklebust
2022-02-25NFS: Convert GFP_NOFS to GFP_KERNELTrond Myklebust
2021-08-09NFSv4/pnfs: The layout barrier indicate a minimal value for the seqidTrond Myklebust
2021-08-09NFSv4/pNFS: Always allow update of a zero valued layout barrierTrond Myklebust
2021-08-09NFSv4/pNFS: Remove dead codeTrond Myklebust
2021-08-09NFSv4/pNFS: Fix a layoutget livelock loopTrond Myklebust
2021-07-08NFSv4/pnfs: Clean up layout get on openTrond Myklebust
2021-07-08NFSv4/pnfs: Fix layoutget behaviour after invalidationTrond Myklebust
2021-07-08NFSv4/pnfs: Fix the layout barrier updateTrond Myklebust
2021-05-20NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return()Anna Schumaker
2021-05-20pNFS/NFSv4: Remove redundant initialization of 'rd_size'Yang Li
2021-04-18NFSv4.1: Simplify layout return in pnfs_layout_process()Trond Myklebust
2021-04-18NFSv4: Don't discard segments marked for return in _pnfs_return_layout()Trond Myklebust
2021-04-16NFS: Don't discard pNFS layout segments that are marked for returnTrond Myklebust
2021-02-01nfs: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-01-24pNFS/NFSv4: Improve rejection of out-of-order layoutsTrond Myklebust
2021-01-24pNFS/NFSv4: Update the layout barrier when we schedule a layoutreturnTrond Myklebust
2021-01-24pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process()Trond Myklebust
2021-01-24pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process()Trond Myklebust
2021-01-10NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counterTrond Myklebust
2021-01-10pNFS: Stricter ordering of layoutget and layoutreturnTrond Myklebust
2021-01-10pNFS: Clean up pnfs_layoutreturn_free_lsegs()Trond Myklebust
2021-01-10pNFS: We want return-on-close to complete when evicting the inodeTrond Myklebust
2021-01-10pNFS: Mark layout for return if return-on-close was not sentTrond Myklebust
2020-12-02NFSv4: Fix a pNFS layout related use-after-free race when freeing the inodeTrond Myklebust
2020-09-24nfs: fix spellint typo in pnfs.cWang Qing
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-12NFS: Fix flexfiles read failoverTrond Myklebust
2020-08-12NFS: Don't return layout segments that are in useTrond Myklebust
2020-08-12NFS: Don't move layouts to plh_return_segs list while in useTrond Myklebust
2020-08-05NFS: Report the stateid + status in trace_nfs4_layoutreturn_on_close()Trond Myklebust
2020-04-19NFS/pnfs: Fix a credential use-after-free issue in pnfs_roc()Trond Myklebust
2020-04-19NFS/pnfs: Ensure that _pnfs_return_layout() waits for layoutreturn completionTrond Myklebust
2020-04-13NFS: Fix an ABBA spinlock issue in pnfs_update_layout()Trond Myklebust
2020-04-03NFS/pnfs: Reference the layout cred in pnfs_prepare_layoutreturn()Trond Myklebust
2020-04-03NFS/pnfs: Fix dereference of layout cred in pnfs_layoutcommit_inode()Trond Myklebust