summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)AuthorFilesLines
2026-04-02xfs: remove file_path tracepoint dataDarrick J. Wong1-10/+2
2026-04-02xfs: scrub: unlock dquot before early return in quota scrubhongao1-1/+3
2026-03-25xfs: get rid of the xchk_xfile_*_descr callsDarrick J. Wong16-139/+41
2026-03-25xfs: Fix error pointer dereferenceEthan Tidmore1-1/+6
2026-03-04xfs: fix copy-paste error in previous fixDarrick J. Wong1-1/+1
2026-03-04xfs: check for deleted cursors when revalidating two btreesDarrick J. Wong2-3/+32
2026-03-04xfs: check return value of xchk_scrub_create_subordDarrick J. Wong3-1/+7
2026-03-04xfs: only call xf{array,blob}_destroy if we have a valid pointerDarrick J. Wong5-9/+24
2026-03-04xfs: fix remote xattr valuelblk checkDarrick J. Wong1-1/+4
2026-03-04xfs: fix the xattr scrub to detect freemap/entries array collisionsDarrick J. Wong1-27/+27
2026-03-04xfs: mark data structures corrupt on EIO and ENODATADarrick J. Wong3-0/+8
2026-02-16xfs: fix UAF in xchk_btree_check_block_ownerDarrick J. Wong1-2/+5
2026-01-08xfs: fix a UAF problem in xattr repairDarrick J. Wong1-1/+1
2025-12-01xfs: fix out of bounds memory read error in symlink repairDarrick J. Wong1-1/+1
2025-12-01xfs: Replace strncpy with memcpyMarcelo Moreira1-1/+1
2025-10-29xfs: fix locking in xchk_nlinks_collect_dirDarrick J. Wong1-3/+31
2025-10-23xfs: use deferred intent items for reaping crosslinked blocksDarrick J. Wong1-4/+5
2025-08-20xfs: fix scrub trace with null pointer in quotacheckAndrey Albershteyn1-1/+1
2025-02-27xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=nDarrick J. Wong3-6/+22
2024-12-27xfs: fix zero byte checking in the superblock scrubberDarrick J. Wong1-2/+27
2024-12-19xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong1-1/+1
2024-12-19xfs: return a 64-bit block count from xfs_btree_count_blocksDarrick J. Wong5-10/+10
2024-12-19xfs: set XFS_SICK_INO_SYMLINK_ZAPPED explicitly when zapping a symlinkDarrick J. Wong1-1/+2
2024-10-22xfs: don't fail repairs on metadata files with no attr forkDarrick J. Wong1-3/+5
2024-10-11xfs: fix integer overflow in xrep_bmapDarrick J. Wong1-1/+1
2024-10-07xfs: scrub: convert comma to semicolonYan Zhen1-2/+2
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2024-09-10mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel1-3/+3
2024-09-01xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong2-7/+7
2024-09-01xfs: replace m_rsumsize with m_rsumblocksChristoph Hellwig3-14/+11
2024-09-01xfs: add xchk_setup_nothing and xchk_nothing helpersDarrick J. Wong2-40/+18
2024-09-01xfs: pass the icreate args object to xfs_diallocDarrick J. Wong1-1/+1
2024-08-26xfs: fix folio dirtying for XFILE_ALLOC callersDarrick J. Wong1-1/+1
2024-08-14xfs: attr forks require attr, not attr2Darrick J. Wong1-1/+7
2024-07-29xfs: convert comma to semicolonChen Ni1-1/+1
2024-07-29xfs: fix file_path handling in tracepointsDarrick J. Wong1-6/+4
2024-07-29xfs: fix a memory leakDarrick J. Wong1-1/+1
2024-07-02xfs: convert "skip_discard" to a proper flags bitsetDarrick J. Wong2-5/+7
2024-07-02xfs: move dirent update hooks to xfs_dir2.cDarrick J. Wong1-0/+1
2024-07-02xfs: separate the icreate logic around INIT_XATTRSDarrick J. Wong1-1/+1
2024-07-02xfs: wrap inode creation dqalloc callsDarrick J. Wong1-5/+4
2024-07-02xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong1-5/+7
2024-07-01xfs: Remove header files which are included more than onceWenchao Hao1-1/+0
2024-05-27xfs: don't open-code u64_to_user_ptrDarrick J. Wong1-1/+1
2024-05-27xfs: drop xfarray sortinfo folio on errorDarrick J. Wong1-3/+6
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-5/+5
2024-05-02xfs: create a helper to compute the blockcount of a max sized remote valueDarrick J. Wong1-2/+2
2024-04-30xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig2-8/+0
2024-04-26xfs: refactor dir format helpersChristoph Hellwig2-16/+11
2024-04-26xfs: factor out a xfs_dir_replace_args helperChristoph Hellwig1-18/+1