aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/pnfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-21pNFS: rework pnfs_generic_pg_check_layout to check IO rangeGravatar Olga Kornievskaia 1-20/+9
2024-03-09NFS: avoid infinite loop in pnfs_update_layout.Gravatar NeilBrown 1-0/+8
2024-01-04pNFS: Fix the pnfs block driver's calculation of layoutget sizeGravatar Trond Myklebust 1-1/+2
2023-10-22NFSv4/pnfs: Allow layoutget to return EAGAIN for softerr mountsGravatar Trond Myklebust 1-2/+6
2023-10-18pNFS: Fix a hang in nfs4_evict_inode()Gravatar Trond Myklebust 1-10/+23
2023-02-15pNFS/filelayout: treat GETDEVICEINFO errors as layout failureGravatar Olga Kornievskaia 1-1/+1
2022-10-13Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-2/+7
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2022-10-06NFSv4/flexfiles: Cancel I/O if the layout is recalled or revokedGravatar Trond Myklebust 1-2/+7
2022-09-07freezer,sched: Rewrite core freezer logicGravatar Peter Zijlstra 1-2/+2
2022-08-13NFS: Remove a bogus flag setting in pnfs_write_done_resend_to_mdsGravatar Trond Myklebust 1-1/+0
2022-06-06pNFS: Avoid a live lock condition in pnfs_update_layout()Gravatar Trond Myklebust 1-6/+9
2022-06-06pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLEGravatar Trond Myklebust 1-0/+6
2022-05-17NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layoutGravatar Trond Myklebust 1-0/+2
2022-03-28NFSv4/pNFS: Fix another issue with a list iterator pointing to the headGravatar Trond Myklebust 1-0/+11
2022-03-22NFSv4/pnfs: Ensure pNFS allocation modes are consistent with nfsiodGravatar Trond Myklebust 1-22/+17
2022-02-25NFS: Convert GFP_NOFS to GFP_KERNELGravatar Trond Myklebust 1-2/+2
2021-08-09NFSv4/pnfs: The layout barrier indicate a minimal value for the seqidGravatar Trond Myklebust 1-1/+1
2021-08-09NFSv4/pNFS: Always allow update of a zero valued layout barrierGravatar Trond Myklebust 1-1/+1
2021-08-09NFSv4/pNFS: Remove dead codeGravatar Trond Myklebust 1-4/+0
2021-08-09NFSv4/pNFS: Fix a layoutget livelock loopGravatar Trond Myklebust 1-4/+8
2021-07-08NFSv4/pnfs: Clean up layout get on openGravatar Trond Myklebust 1-12/+16
2021-07-08NFSv4/pnfs: Fix layoutget behaviour after invalidationGravatar Trond Myklebust 1-5/+5
2021-07-08NFSv4/pnfs: Fix the layout barrier updateGravatar Trond Myklebust 1-15/+15
2021-05-20NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return()Gravatar Anna Schumaker 1-8/+7
2021-05-20pNFS/NFSv4: Remove redundant initialization of 'rd_size'Gravatar Yang Li 1-1/+1
2021-04-18NFSv4.1: Simplify layout return in pnfs_layout_process()Gravatar Trond Myklebust 1-3/+1
2021-04-18NFSv4: Don't discard segments marked for return in _pnfs_return_layout()Gravatar Trond Myklebust 1-1/+1
2021-04-16NFS: Don't discard pNFS layout segments that are marked for returnGravatar Trond Myklebust 1-0/+5
2021-02-01nfs: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+2
2021-01-24pNFS/NFSv4: Improve rejection of out-of-order layoutsGravatar Trond Myklebust 1-6/+16
2021-01-24pNFS/NFSv4: Update the layout barrier when we schedule a layoutreturnGravatar Trond Myklebust 1-18/+21
2021-01-24pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process()Gravatar Trond Myklebust 1-2/+7
2021-01-24pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process()Gravatar Trond Myklebust 1-0/+1
2021-01-10NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counterGravatar Trond Myklebust 1-0/+1
2021-01-10pNFS: Stricter ordering of layoutget and layoutreturnGravatar Trond Myklebust 1-22/+21
2021-01-10pNFS: Clean up pnfs_layoutreturn_free_lsegs()Gravatar Trond Myklebust 1-5/+4
2021-01-10pNFS: We want return-on-close to complete when evicting the inodeGravatar Trond Myklebust 1-5/+3
2021-01-10pNFS: Mark layout for return if return-on-close was not sentGravatar Trond Myklebust 1-0/+6
2020-12-02NFSv4: Fix a pNFS layout related use-after-free race when freeing the inodeGravatar Trond Myklebust 1-2/+31
2020-09-24nfs: fix spellint typo in pnfs.cGravatar Wang Qing 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-12NFS: Fix flexfiles read failoverGravatar Trond Myklebust 1-1/+3
2020-08-12NFS: Don't return layout segments that are in useGravatar Trond Myklebust 1-19/+15
2020-08-12NFS: Don't move layouts to plh_return_segs list while in useGravatar Trond Myklebust 1-11/+1
2020-08-05NFS: Report the stateid + status in trace_nfs4_layoutreturn_on_close()Gravatar Trond Myklebust 1-1/+1
2020-04-19NFS/pnfs: Fix a credential use-after-free issue in pnfs_roc()Gravatar Trond Myklebust 1-5/+2
2020-04-19NFS/pnfs: Ensure that _pnfs_return_layout() waits for layoutreturn completionGravatar Trond Myklebust 1-1/+3
2020-04-13NFS: Fix an ABBA spinlock issue in pnfs_update_layout()Gravatar Trond Myklebust 1-1/+2
2020-04-03NFS/pnfs: Reference the layout cred in pnfs_prepare_layoutreturn()Gravatar Trond Myklebust 1-19/+33