aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)AuthorFilesLines
2025-12-16xfs: fix a UAF problem in xattr repairDarrick J. Wong1-1/+1
2025-12-03Merge tag 'xfs-merge-6.19' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-38/+20
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-7/+4
2025-12-01Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds1-1/+1
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-3/+3
2025-11-20xfs: fix out of bounds memory read error in symlink repairDarrick J. Wong1-1/+1
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown1-1/+1
2025-11-14VFS: introduce start_creating_noperm() and start_removing_noperm()NeilBrown1-7/+4
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton1-1/+1
2025-11-11xfs: move quota locking into xrep_quota_itemChristoph Hellwig1-10/+6
2025-11-11xfs: move quota locking into xqcheck_commit_dquotChristoph Hellwig1-19/+2
2025-11-11xfs: move q_qlock locking into xqcheck_compare_dquotChristoph Hellwig1-8/+3
2025-11-11xfs: move q_qlock locking into xchk_quota_itemChristoph Hellwig1-5/+1
2025-11-11xfs: push q_qlock acquisition from xchk_dquot_iter to the callers.Christoph Hellwig5-1/+4
2025-11-11xfs: return the dquot unlocked from xfs_qm_dqgetChristoph Hellwig3-0/+3
2025-11-11xfs: remove xfs_qm_dqput and optimize dropping dquot referencesChristoph Hellwig4-6/+12
2025-11-11xfs: remove xfs_dqunlock and friendsChristoph Hellwig3-9/+9
2025-10-31xfs: Use folio_next_pos()Matthew Wilcox (Oracle)1-1/+1
2025-10-22xfs: fix locking in xchk_nlinks_collect_dirDarrick J. Wong1-3/+31
2025-10-20xfs: use the new ->i_state accessorsMateusz Guzik3-3/+3
2025-09-22xfs: scrub: use kstrdup_const() for metapath scan setupsDmitry Antipov1-6/+6
2025-09-18xfs: remove the expr argument to XFS_TEST_ERRORChristoph Hellwig2-3/+3
2025-09-05Merge tag 'fix-scrub-reap-calculations_2025-09-05' of https://git.kernel.org/...Carlos Maiolino5-130/+553
2025-09-05xfs: use deferred reaping for data device cow extentsDarrick J. Wong1-2/+2
2025-09-05xfs: remove static reap limits from repair.hDarrick J. Wong3-12/+9
2025-09-05xfs: compute file mapping reap limits dynamicallyDarrick J. Wong2-5/+105
2025-09-05xfs: compute realtime device CoW staging extent reap limits dynamicallyDarrick J. Wong2-4/+68
2025-09-05xfs: compute data device CoW staging extent reap limits dynamicallyDarrick J. Wong2-5/+84
2025-09-05xfs: compute per-AG extent reap limits dynamicallyDarrick J. Wong3-12/+171
2025-09-05xfs: convert the ifork reap code to use xreap_stateDarrick J. Wong1-32/+46
2025-09-05xfs: prepare reaping code for dynamic limitsDarrick J. Wong1-70/+79
2025-09-05xfs: use deferred intent items for reaping crosslinked blocksDarrick J. Wong1-4/+5
2025-09-05xfs: Replace strncpy with memcpyMarcelo Moreira1-1/+1
2025-08-11xfs: fix scrub trace with null pointer in quotacheckAndrey Albershteyn1-1/+1
2025-07-24xfs: remove xrep_trans_{alloc,cancel}_hook_dummyChristoph Hellwig4-46/+6
2025-07-24xfs: return the allocated transaction from xchk_trans_alloc_emptyChristoph Hellwig11-41/+18
2025-07-24xfs: return the allocated transaction from xfs_trans_alloc_emptyChristoph Hellwig3-15/+5
2025-07-24xfs: refactor xfs_btree_diff_two_ptrs() to take advantage of cmp_int()Fedor Pchelkin1-1/+1
2025-07-24xfs: refactor cmp_key_with_cur routines to take advantage of cmp_int()Fedor Pchelkin1-12/+3
2025-07-24xfs: refactor cmp_two_keys routines to take advantage of cmp_int()Fedor Pchelkin1-12/+3
2025-07-24xfs: rename key_diff routinesFedor Pchelkin1-2/+2
2025-07-24xfs: rename diff_two_keys routinesFedor Pchelkin1-2/+2
2025-07-24xfs: change xfs_xattr_class from a TRACE_EVENT() to DECLARE_EVENT_CLASS()Steven Rostedt1-1/+1
2025-05-26Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+0
2025-05-26Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2025-05-14xfs: remove some EXPERIMENTAL warningsDarrick J. Wong1-2/+0
2025-05-09super: add filesystem freezing helpers for suspend and hibernateChristian Brauner1-2/+2
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown1-2/+2
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown1-2/+1