summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/trace.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: teach online scrub to find directory tree structure problemsDarrick J. Wong2024-04-231-0/+4
* xfs: walk directory parent pointers to determine backref countDarrick J. Wong2024-04-231-0/+1
* xfs: move files to orphanage instead of letting nlinks drop to zeroDarrick J. Wong2024-04-151-0/+1
* xfs: hook live rmap operations during a repair operationDarrick J. Wong2024-02-221-0/+1
* xfs: split out a btree type from the btree ops geometry flagsChristoph Hellwig2024-02-221-1/+1
* xfs: encode the btree geometry flags in the btree ops structureDarrick J. Wong2024-02-221-1/+1
* xfs: repair summary countersDarrick J. Wong2024-02-221-0/+1
* xfs: teach scrub to check file nlinksDarrick J. Wong2024-02-221-0/+2
* xfs: repair file modes by scanning for a dirent pointing to usDarrick J. Wong2024-02-221-0/+1
* xfs: implement live inode scan for scrubDarrick J. Wong2024-02-221-0/+1
* xfs: repair quotasDarrick J. Wong2023-12-151-0/+1
* xfs: improve dquot iteration for scrubDarrick J. Wong2023-12-151-0/+2
* xfs: use accessor functions for summary info wordsDarrick J. Wong2023-10-181-0/+1
* xfs: create a big array data structureDarrick J. Wong2023-08-101-1/+3
* xfs: update copyright years for scrub/ filesDarrick J. Wong2023-04-111-1/+1
* xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong2023-04-111-2/+2
* xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong2021-10-191-2/+2
* xfs: fix incorrect decoding in xchk_btree_cur_fsbnoDarrick J. Wong2021-10-191-3/+4
* xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner2021-08-191-4/+4
* xfs: remove agno from btree cursorDave Chinner2021-06-021-1/+2
* xfs: convert btree cursor inode-private member namesDave Chinner2020-03-131-1/+1
* xfs: convert btree cursor ag-private member nameDave Chinner2020-03-131-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-6/+0
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-2/+2
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* fs: xfs: remove duplicate includesPravin Shedge2017-12-081-1/+0
* xfs: create helpers to scrub a metadata btreeDarrick J. Wong2017-10-261-0/+17
* xfs: probe the scrub ioctlDarrick J. Wong2017-10-261-0/+1
* xfs: create an ioctl to scrub AG metadataDarrick J. Wong2017-10-261-0/+41