blob: 5733624bec4b397841761db30af944b10e083b57 [file] [log] [blame]
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")
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")
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")
91ef75b65724 ("xfs: use internal dfops during [b|c]ui recovery")
9c6bb0cf7ba3 ("xfs: use internal dfops in attr code")
e021a2e5fc52 ("xfs: support embedded dfops in transaction")
44fd294681de ("xfs: pack holes in xfs_defer_ops and xfs_trans")
509308b413c9 ("xfs: reset dfops to initial state after finish")
83200bfac608 ("xfs: remove unused deferred ops committed field")
03f4e4b26cd5 ("xfs: make deferred processing safe for embedded dfops")
dcbd44f79986 ("xfs: fix transaction leak on remote attr set/remove failure")
a61acc3c78df ("xfs: use ->t_dfops in log recovery intent processing")
02dff7bf8168 ("xfs: pull up dfops from xfs_itruncate_extents()")
032d91f9820f ("xfs: fix indentation and other whitespace problems in scrub/repair")
1d8a748a8aa9 ("xfs: shorten struct xfs_scrub_context to struct xfs_scrub")
b5e2196e9c72 ("xfs: shorten xfs_repair_ prefix to xrep_")
c517b3aa02cf ("xfs: shorten xfs_scrub_ prefix")
0b04b6b875b3 ("xfs: trivial xfs_btree_del_cursor cleanups")
81b549aa626b ("xfs: return from _defer_finish with a clean transaction")