blob: f71a3bb6313ca68f315f4902cd73922f188a467b [file] [log] [blame]
c94613feefd7 ("xfs: fix maxicount division by zero error")
494dba7b276e ("xfs: refactor inode geometry setup routines")
ef325959993e ("xfs: separate inode geometry")
025197ebb08a ("xfs: inode btree scrubber should calculate im_boffset correctly")
5cd213b0fec6 ("xfs: don't reserve per-AG space for an internal log")
e1f6ca113815 ("xfs: rename m_inotbt_nores to m_finobt_nores")
f9e63342b858 ("xfs: consolidate scrub dinode mapping code into a single function")
4539b8a78078 ("xfs: scrub big block inode btrees correctly")
b9454fe056bd ("xfs: clean up the inode cluster checking in the inobt scrub")
a1954242facb ("xfs: hoist inode cluster checks out of loop")
22234c62f98b ("xfs: check inobt record alignment on big block filesystems")
c050fdfeb575 ("xfs: check the ir_startino alignment directly")
435dcf0787fd ("xfs: never try to scrub more than 64 inodes per inobt record")
2c2d9d3a205a ("xfs: count inode blocks correctly in inobt scrub")
c1b4a321ede0 ("xfs: precalculate cluster alignment in inodes and blocks")
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")
c08768977b9a ("xfs: finobt AG reserves don't consider last AG can be a runt")
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")
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")
5fdd97944ee5 ("xfs: remove xfs_defer_init() firstblock param")