blob: 848e6b60c6c37c90ebeed630006645076225494b [file] [log] [blame]
0e93d3f43ec7 ("xfs: repair the AGFL")
f9ed6debca45 ("xfs: repair the AGF")
86d969b425d7 ("xfs: refactor the xrep_extent_list into xfs_bitmap")
bc270b53e6aa ("xfs: move the repair extent list into its own file")
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")
cf612de732cb ("xfs: remove xfs_btree_cur private firstblock field")
280253d213fb ("xfs: remove bmap format helpers firstblock params")
92f9da30f57b ("xfs: remove bmap extent add helper firstblock params")
94c07b4dba01 ("xfs: remove xfs_bmalloca firstblock field")
4b77a088d781 ("xfs: use ->t_firstblock in bmap extent split")
333f950c89a1 ("xfs: remove bmap insert/collapse firstblock param")
2af528425342 ("xfs: remove xfs_bunmapi() firstblock param")
a7beabeae221 ("xfs: remove xfs_bmapi_write() firstblock param")
d0a9d7957299 ("xfs: use ->t_firstblock in insert/collapse range")
580c4ff9484a ("xfs: use ->t_firstblock in xfs_bmapi_remap()")
372837978d90 ("xfs: use ->t_firstblock for all xfs_bunmapi() callers")
650919f13182 ("xfs: use ->t_firstblock for all xfs_bmapi_write() callers")
766139032f95 ("xfs: use ->t_firstblock in xattr ops")
825d75cd8c1b ("xfs: use ->t_firstblock in attrfork add")
381eee69f862 ("xfs: remove firstblock param from xfs dir ops")
f16dea54b789 ("xfs: use ->t_firstblock in dir ops")
3ae2d89174e4 ("xfs: allow null firstblock in xfs_bmapi_write() when tp is null")
bcd2c9f33559 ("xfs: refactor dfops init to attach to transaction")
d5669ed58175 ("xfs: use ->t_dfops in reflink cow recover path")
27356a063a85 ("xfs: use ->t_dfops in cancel cow blocks operation")
7a7943c7e095 ("xfs: use ->t_dfops for rmap extent swap operations")
42b394a92562 ("xfs: remove xfs_btree_cur bmbt dfops field")
81ba8f3e947c ("xfs: remove dfops param from internal bmap extent helpers")
f4a9cf97faf4 ("xfs: use ->t_dfops for collapse/insert range operations")
3e3673e3029c ("xfs: remove struct xfs_bmalloca dfops field")
ff3edf255da7 ("xfs: remove xfs_bmapi_remap() dfops param")
ccd9d9114878 ("xfs: remove xfs_bunmapi() dfops param")
4bcfa613a058 ("xfs: use ->t_dfops for all xfs_bunmapi() callers")
6e702a5dcbe1 ("xfs: remove xfs_bmapi_write() dfops param")
175d1a013eaf ("xfs: use ->t_dfops for all xfs_bmapi_write() callers")
2ba13721257e ("xfs: use ->t_dfops in dqalloc transaction")
32a9b7c65cfc ("xfs: replace xfs_da_args->dfops accesses with ->t_dfops and remove")
d76e6ce8ed69 ("xfs: use ->t_dfops in extent split tx and remove param")
0bd6207f8364 ("xfs: remove dfops param in attr fork add path")
40d03ac6aa2b ("xfs: use ->t_dfops for attr set/remove operations")
c9cfdb381172 ("xfs: remove dfops param from high level dirname calls")
0e0417f3e546 ("xfs: remove dfops parameter from ifree call stack")
6aa6718439ac ("xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops")
8a7493864983 ("xfs: cow unwritten conversion uses uninitialized dfops")
f62cb48e4319 ("xfs: don't allow insert-range to shift extents past the maximum offset")
9bb54cb56ae8 ("xfs: clean up MIN/MAX")