| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: repair inode btrees | Darrick J. Wong | 2023-12-15 | 1 | -1/+1 |
* | xfs: remove trivial bnobt/inobt scrub helpers | Darrick J. Wong | 2023-12-15 | 1 | -19/+18 |
* | xfs: rewrite xchk_inode_is_allocated to work properly | Darrick J. Wong | 2023-08-10 | 1 | -1/+1 |
* | xfs: hide xfs_inode_is_allocated in scrub common code | Darrick J. Wong | 2023-08-10 | 1 | -2/+1 |
* | xfs: teach scrub to check for sole ownership of metadata objects | Darrick J. Wong | 2023-04-12 | 1 | -2/+2 |
* | xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan results | Darrick J. Wong | 2023-04-12 | 1 | -7/+10 |
* | xfs: directly cross-reference the inode btrees with each other | Darrick J. Wong | 2023-04-12 | 1 | -27/+198 |
* | xfs: clean up broken eearly-exit code in the inode btree scrubber | Darrick J. Wong | 2023-04-12 | 1 | -25/+17 |
* | xfs: ensure that all metadata and data blocks are not cow staging extents | Darrick J. Wong | 2023-04-12 | 1 | -1/+1 |
* | xfs: hoist inode record alignment checks from scrub | Darrick J. Wong | 2023-04-12 | 1 | -6/+0 |
* | xfs: standardize ondisk to incore conversion for inode btrees | Darrick J. Wong | 2023-04-12 | 1 | -20/+4 |
* | xfs: minimize overhead of drain wakeups by using jump labels | Darrick J. Wong | 2023-04-12 | 1 | -0/+2 |
* | xfs: update copyright years for scrub/ files | Darrick J. Wong | 2023-04-12 | 1 | -1/+1 |
* | xfs: fix author and spdx headers on scrub/ files | Darrick J. Wong | 2023-04-12 | 1 | -2/+2 |
* | xfs: create a predicate to verify per-AG extents | Darrick J. Wong | 2022-10-31 | 1 | -3/+2 |
* | xfs: Pre-calculate per-AG agino geometry | Dave Chinner | 2022-07-07 | 1 | -3/+3 |
* | xfs: Pre-calculate per-AG agbno geometry | Dave Chinner | 2022-07-07 | 1 | -3/+3 |
* | xfs: replace xfs_sb_version checks with feature flag checks | Dave Chinner | 2021-08-19 | 1 | -1/+1 |
* | xfs: mark the record passed into xchk_btree functions as const | Darrick J. Wong | 2021-08-19 | 1 | -1/+1 |
* | xfs: remove agno from btree cursor | Dave Chinner | 2021-06-02 | 1 | -4/+5 |
* | xfs: get rid of the ip parameter to xchk_setup_* | Darrick J. Wong | 2021-04-09 | 1 | -3/+2 |
* | xfs: split xfs_imap_to_bp | Christoph Hellwig | 2021-04-07 | 1 | -2/+1 |
* | xfs: remove unused iget_flags param from xfs_imap_to_bp() | Brian Foster | 2020-05-07 | 1 | -2/+1 |
* | xfs: convert btree cursor ag-private member name | Dave Chinner | 2020-03-13 | 1 | -4/+4 |
* | xfs: remove unused header files | Eric Sandeen | 2019-06-29 | 1 | -7/+0 |
* | xfs: separate inode geometry | Darrick J. Wong | 2019-06-12 | 1 | -10/+11 |
* | xfs: inode btree scrubber should calculate im_boffset correctly | Darrick J. Wong | 2019-06-03 | 1 | -1/+2 |
* | xfs: collapse scrub bool state flags into a single unsigned int | Darrick J. Wong | 2019-04-16 | 1 | -2/+2 |
* | xfs: fix uninitialized error variable | Colin Ian King | 2019-02-21 | 1 | -1/+1 |
* | xfs: consolidate scrub dinode mapping code into a single function | Darrick J. Wong | 2019-02-12 | 1 | -30/+32 |
* | xfs: scrub big block inode btrees correctly | Darrick J. Wong | 2019-02-12 | 1 | -1/+9 |
* | xfs: clean up the inode cluster checking in the inobt scrub | Darrick J. Wong | 2019-02-12 | 1 | -58/+107 |
* | xfs: hoist inode cluster checks out of loop | Darrick J. Wong | 2019-02-12 | 1 | -54/+65 |
* | xfs: check inobt record alignment on big block filesystems | Darrick J. Wong | 2019-02-12 | 1 | -0/+41 |
* | xfs: check the ir_startino alignment directly | Darrick J. Wong | 2019-02-12 | 1 | -6/+50 |
* | xfs: never try to scrub more than 64 inodes per inobt record | Darrick J. Wong | 2019-02-12 | 1 | -1/+2 |
* | xfs: count inode blocks correctly in inobt scrub | Darrick J. Wong | 2018-12-12 | 1 | -7/+15 |
* | xfs: precalculate cluster alignment in inodes and blocks | Darrick J. Wong | 2018-12-12 | 1 | -1/+1 |
* | xfs: precalculate inodes and blocks per inode cluster | Darrick J. Wong | 2018-12-12 | 1 | -8/+6 |
* | xfs: add a block to inode count converter | Darrick J. Wong | 2018-12-12 | 1 | -1/+1 |
* | xfs: remove xfs_rmap_ag_owner and friends | Darrick J. Wong | 2018-12-12 | 1 | -19/+9 |
* | xfs: fix indentation and other whitespace problems in scrub/repair | Darrick J. Wong | 2018-07-23 | 1 | -29/+29 |
* | xfs: shorten struct xfs_scrub_context to struct xfs_scrub | Darrick J. Wong | 2018-07-23 | 1 | -11/+11 |
* | xfs: shorten xfs_scrub_ prefix | Darrick J. Wong | 2018-07-23 | 1 | -69/+69 |
* | xfs: convert to SPDX license tags | Dave Chinner | 2018-06-06 | 1 | -15/+1 |
* | xfs: skip scrub xref if corruption already noted | Darrick J. Wong | 2018-05-16 | 1 | -3/+4 |
* | xfs: xfs_scrub_iallocbt_xref_rmap_inodes should use xref_set_corrupt | Darrick J. Wong | 2018-03-24 | 1 | -1/+1 |
* | xfs: record inode buf errors as a xref error in inobt scrubber | Darrick J. Wong | 2018-03-24 | 1 | -1/+2 |
* | xfs: don't clobber inobt/finobt cursors when xref with rmap | Darrick J. Wong | 2018-01-29 | 1 | -2/+2 |
* | xfs: cross-reference refcount btree during scrub | Darrick J. Wong | 2018-01-18 | 1 | -0/+1 |