summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/trace.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-24xfs: teach online scrub to find directory tree structure problemsDarrick J. Wong1-0/+4
2024-04-23xfs: walk directory parent pointers to determine backref countDarrick J. Wong1-0/+1
2024-04-16xfs: move files to orphanage instead of letting nlinks drop to zeroDarrick J. Wong1-0/+1
2024-02-22xfs: hook live rmap operations during a repair operationDarrick J. Wong1-0/+1
2024-02-22xfs: split out a btree type from the btree ops geometry flagsChristoph Hellwig1-1/+1
2024-02-22xfs: encode the btree geometry flags in the btree ops structureDarrick J. Wong1-1/+1
2024-02-22xfs: repair summary countersDarrick J. Wong1-0/+1
2024-02-22xfs: teach scrub to check file nlinksDarrick J. Wong1-0/+2
2024-02-22xfs: repair file modes by scanning for a dirent pointing to usDarrick J. Wong1-0/+1
2024-02-22xfs: implement live inode scan for scrubDarrick J. Wong1-0/+1
2023-12-15xfs: repair quotasDarrick J. Wong1-0/+1
2023-12-15xfs: improve dquot iteration for scrubDarrick J. Wong1-0/+2
2023-10-19xfs: use accessor functions for summary info wordsDarrick J. Wong1-0/+1
2023-08-10xfs: create a big array data structureDarrick J. Wong1-1/+3
2023-04-12xfs: update copyright years for scrub/ filesDarrick J. Wong1-1/+1
2023-04-12xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong1-2/+2
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong1-2/+2
2021-10-19xfs: fix incorrect decoding in xchk_btree_cur_fsbnoDarrick J. Wong1-3/+4
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner1-4/+4
2021-06-02xfs: remove agno from btree cursorDave Chinner1-1/+2
2020-03-13xfs: convert btree cursor inode-private member namesDave Chinner1-1/+1
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner1-1/+1
2019-06-29xfs: remove unused header filesEric Sandeen1-6/+0
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-2/+2
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong1-1/+1
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-15/+1
2017-12-09fs: xfs: remove duplicate includesPravin Shedge1-1/+0
2017-10-27xfs: create helpers to scrub a metadata btreeDarrick J. Wong1-0/+17
2017-10-27xfs: probe the scrub ioctlDarrick J. Wong1-0/+1
2017-10-27xfs: create an ioctl to scrub AG metadataDarrick J. Wong1-0/+41