aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs/scrub
AgeCommit message (Expand)AuthorFilesLines
2026-04-27xfs: check da node block pad field during scrubYuto Ohnuki1-1/+6
2026-04-27xfs: check directory data block header padding in scrubYuto Ohnuki3-1/+19
2026-03-26xfs: remove file_path tracepoint dataDarrick J. Wong1-10/+2
2026-03-18xfs: scrub: unlock dquot before early return in quota scrubhongao1-1/+3
2026-02-25xfs: fix copy-paste error in previous fixDarrick J. Wong1-1/+1
2026-02-25xfs: Fix error pointer dereferenceEthan Tidmore1-1/+6
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook37-50/+47
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+2
2026-02-12mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes1-1/+2
2026-01-24xfs: check for deleted cursors when revalidating two btreesDarrick J. Wong2-3/+32
2026-01-24xfs: fix UAF in xchk_btree_check_block_ownerDarrick J. Wong1-2/+5
2026-01-24xfs: check return value of xchk_scrub_create_subordDarrick J. Wong3-1/+7
2026-01-24xfs: only call xf{array,blob}_destroy if we have a valid pointerDarrick J. Wong5-9/+24
2026-01-23xfs: get rid of the xchk_xfile_*_descr callsDarrick J. Wong19-166/+47
2026-01-23xfs: fix remote xattr valuelblk checkDarrick J. Wong1-1/+4
2026-01-23xfs: fix the xattr scrub to detect freemap/entries array collisionsDarrick J. Wong1-27/+27
2026-01-21xfs: mark data structures corrupt on EIO and ENODATADarrick J. Wong3-0/+8
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig67-67/+67
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/linux/kernel/git/vfs/vfsLinus Torvalds1-7/+4
2025-12-01Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus 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/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.18-mergeCarlos 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