blob: ba0914444d23cfbe277da2d2cc16e53cc1209731 [file] [log] [blame]
1aa6300638e7 ("xfs: add mising include of xfs_pnfs.h for missing declarations")
250d4b4c4097 ("xfs: remove unused header files")
75efa57d0bf5 ("xfs: add online scrub for superblock counters")
4860a05d2475 ("xfs: scrub/repair should update filesystem metadata health")
160b5a784525 ("xfs: hoist the already_fixed variable to the scrub context")
f8c2a2257ca1 ("xfs: collapse scrub bool state flags into a single unsigned int")
9d71e15586fd ("xfs: refactor scrub context initialization")
39353ff6e96f ("xfs: replace the BAD_SUMMARY mount flag with the equivalent health code")
6772c1f11206 ("xfs: track metadata health status")
9b2471797942 ("xfs: cache unlinked pointers in an rhashtable")
4664c66c91a1 ("xfs: add tracepoints for high level iunlink operations")
b1d2a068ea63 ("xfs: refactor inode update in iunlink_remove")
23ffa52cc792 ("xfs: refactor unlinked list search and mapping to a separate function")
f2fc16a3d7c1 ("xfs: refactor inode unlinked pointer update functions")
86bfd3750fb3 ("xfs: strengthen AGI unlinked inode bucket pointer checks")
9a4a5118644e ("xfs: refactor AGI unlinked bucket updates")
5837f62592ef ("xfs: clean up iunlink functions")
f8c1d7023e25 ("xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_t")
b9454fe056bd ("xfs: clean up the inode cluster checking in the inobt scrub")
a1954242facb ("xfs: hoist inode cluster checks out of loop")
435dcf0787fd ("xfs: never try to scrub more than 64 inodes per inobt record")
86d163dbfe2a ("xfs: stringify scrub types in ftrace output")
c494213f3008 ("xfs: stringify btree cursor types in ftrace output")
05c753c4cf53 ("xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfs")
85f8dff00a31 ("xfs: fix symbolic enum printing in ftrace output")
7af8150f9935 ("xfs: fix function pointer type in ftrace format")
83dcdb4469e7 ("xfs: precalculate inodes and blocks per inode cluster")
43004b2a8da2 ("xfs: add a block to inode count converter")
7280fedaf3a0 ("xfs: remove xfs_rmap_ag_owner and friends")
66e3237e724c ("xfs: const-ify xfs_owner_info arguments")
38b6238eb6b4 ("xfs: fix buffer state management in xrep_findroot_block")
1002ff45eff5 ("xfs: xrep_findroot_block should reject root blocks with siblings")
dddde68b8f06 ("xfs: add a define for statfs magic to uapi")
2863c2ebc4f4 ("xfs: remove duplicated include from alloc.c")
0e93d3f43ec7 ("xfs: repair the AGFL")
f9ed6debca45 ("xfs: repair the AGF")
0f37d1780c3d ("xfs: pass transaction to xfs_defer_add()")
a8198666fb75 ("xfs: automatic dfops inode relogging")
82ff27bc52a8 ("xfs: automatic dfops buffer relogging")
1214f1cf663b ("xfs: replace dop_low with transaction flag")
ce356d64772f ("xfs: pass transaction to dfops reset/move helpers")
fbfa977d25dc ("xfs: use transaction for intent recovery instead of raw dfops")
69775fd15dc7 ("xfs: verify icount in superblock write")
8756a5af1819 ("libxfs: add more bounds checking to sb sanity checks")
eca383fcd63b ("xfs: refactor superblock verifiers")
86d969b425d7 ("xfs: refactor the xrep_extent_list into xfs_bitmap")
bc270b53e6aa ("xfs: move the repair extent list into its own file")
b277c37f43dd ("xfs: bypass final dfops roll in trans commit path")
9e28a242be65 ("xfs: drop unnecessary xfs_defer_finish() dfops parameter")
c8eac49ef798 ("xfs: remove all boilerplate defer init/finish code")