blob: 79127764637c38a6536f1f23643453932ce79236 [file] [log] [blame]
02dff7bf8168 ("xfs: pull up dfops from xfs_itruncate_extents()")
5fdd97944ee5 ("xfs: remove xfs_defer_init() firstblock param")
9c3bf5da80ef ("xfs: use ->t_firstblock in inode inactivate")
f53753892187 ("xfs: use ->t_firstblock in extent swap")
381d59284872 ("xfs: use ->t_firstblock in reflink cow block cancel")
fb91f4b5d618 ("xfs: replace no-op firstblock init with ->t_firstblock")
058529c5f51c ("xfs: use ->t_firstblock in dq alloc")
4b77a088d781 ("xfs: use ->t_firstblock in bmap extent split")
2af528425342 ("xfs: remove xfs_bunmapi() firstblock param")
d0a9d7957299 ("xfs: use ->t_firstblock in insert/collapse range")
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")
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")
7cf199ba5a70 ("xfs: make xfs_bmapi_remapi work with attribute forks")
4e529339af15 ("xfs: factor out nodiscard helpers")
95eb308caa0f ("xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbt")
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")