blob: 27db1b1fc0214c7d2b6c4895bb8b3fadde7c27c9 [file] [log] [blame]
d0a9d7957299 ("xfs: use ->t_firstblock in insert/collapse range")
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")
f4a9cf97faf4 ("xfs: use ->t_dfops for collapse/insert range operations")
ccd9d9114878 ("xfs: remove xfs_bunmapi() dfops param")
4bcfa613a058 ("xfs: use ->t_dfops for all xfs_bunmapi() callers")
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")
f62cb48e4319 ("xfs: don't allow insert-range to shift extents past the maximum offset")
4e529339af15 ("xfs: factor out nodiscard helpers")
d63192c89047 ("xfs: refactor xfs_qm_dqtobp and xfs_qm_dqalloc")
617cd5c12c3c ("xfs: refactor incore dquot initialization functions")
7b6b50f55c10 ("xfs: release new dquot buffer on defer_finish error")
84ca484ecf2f ("xfs: don't discard on free of unwritten extents")
13b86fc33718 ("xfs: skip online discard during eofblocks trims")
fcb762f5de2e ("xfs: add bmapi nodiscard flag")
c5295c6aad53 ("xfs: fix double ijoin in xfs_reflink_cancel_cow_range")
e632a5690c73 ("xfs: adder caller IP to xfs_defer* tracepoints")
8804630e1eeb ("xfs: defer agfl frees from directory op transactions")
8b922f0e6a7f ("xfs: defer frees from common inode allocation paths")
658f8f951173 ("xfs: defer agfl frees from inode inactivation")
2bc5eba8b695 ("xfs: defer agfl block frees from deferred ops processing context")
f8f2835a9cf3 ("xfs: defer agfl block frees when dfops is available")
4223f659dd3e ("xfs: create agfl block free helper function")
a1f69417c6f4 ("xfs: non-scrub - remove unused function parameters")
a27ba2607e60 ("xfs: detect agfl count corruption and reset agfl")
c468562879a7 ("xfs: cancel tx on xfs_defer_finish() error during xattr set/remove")
eeea79802871 ("xfs: separate dquot repair into a separate function")
8368a6019d5b ("xfs: refactor long-format btree header verification routines")
59f6fec3bdb2 ("xfs: remove XFS_FSB_SANITY_CHECK")
68c58e9b9a88 ("xfs: only skip rmap owner checks for unknown-owner rmap removal")
33df3a9cf925 ("xfs: always honor OWN_UNKNOWN rmap removal requests")
0525e952dcce ("xfs: queue deferred rmap ops for cow staging extent alloc/free in the right order")
6e643cd094de ("xfs: hold xfs_buf locked between shortform->leaf conversion and the addition of an attribute")
b7b2846fe26f ("xfs: add the ability to join a held buffer to a defer_ops")
509955823cc9 ("xfs: log recovery should replay deferred ops in order")
b121459c7a56 ("xfs: simplify xfs_reflink_convert_cow")
b2b1712a6408 ("xfs: introduce the xfs_iext_cursor abstraction")
906abed501bf ("xfs: iterate over extents in xfs_bmap_extents_to_btree")
71565f4b9204 ("xfs: iterate over extents in xfs_iextents_copy")
f36bc228e1b9 ("xfs: pass an on-disk extent to xfs_bmbt_validate_extent")