blob: 6d188a17dc776fbad495614a04d76609e9c9fb22 [file] [log] [blame]
3f8a4f1d876d ("xfs: fix inode fork extent count overflow")
9f9bc034b849 ("xfs: update fork seq counter on data fork changes")
2ba090d521c5 ("xfs: use WRITE_ONCE to update if_seq")
e666aa37f433 ("xfs: avoid COW fork extent lookups in writeback if the fork didn't change")
745b3f76d1c8 ("xfs: maintain a sequence count for inode fork manipulations")
51d626903083 ("xfs: introduce a new xfs_inode_has_cow_data helper")
3ba738df2523 ("xfs: remove the xfs_ifork_t typedef")
1216b58b353f ("xfs: simplify xfs_idata_realloc")
fcacbc3f5113 ("xfs: remove if_real_bytes")
ccd9d9114878 ("xfs: remove xfs_bunmapi() dfops param")
4bcfa613a058 ("xfs: use ->t_dfops for all xfs_bunmapi() callers")
32a9b7c65cfc ("xfs: replace xfs_da_args->dfops accesses with ->t_dfops and remove")
0bd6207f8364 ("xfs: remove dfops param in attr fork add path")
c9cfdb381172 ("xfs: remove dfops param from high level dirname calls")
6aa6718439ac ("xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops")
889c65b3f60a ("xfs: remove the imap_valid flag")
060d4eaa0bf3 ("xfs: remove xfs_reflink_find_cow_mapping")
e2f6ad4624df ("xfs: make xfs_writepage_map extent map centric")
6a4c95013608 ("xfs: rename the offset variable in xfs_writepage_map")
5c665e5b5af6 ("xfs: remove xfs_map_cow")
fca8c805425c ("xfs: remove xfs_reflink_trim_irec_to_next_cow")
a7b28f72ab90 ("xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocks")
c57371a16d07 ("xfs: don't clear imap_valid for a non-uptodate buffers")
91cdfd176165 ("xfs: do not set the page uptodate in xfs_writepage_map")
9bb54cb56ae8 ("xfs: clean up MIN/MAX")
13b86fc33718 ("xfs: skip online discard during eofblocks trims")
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")
a27ba2607e60 ("xfs: detect agfl count corruption and reset agfl")
6231848c3aa5 ("xfs: check for cow blocks before trying to clear them")
70c57dcd606f ("xfs: skip CoW writes past EOF when writeback races with truncate")
be78ff0e7277 ("xfs: recheck reflink / dirty page status before freeing CoW reservations")
c468562879a7 ("xfs: cancel tx on xfs_defer_finish() error during xattr set/remove")
1e1bbd8e7ee0 ("xfs: create structure verifier function for shortform xattrs")
b4d8ad7fd3a1 ("xfs: fix s_maxbytes overflow problems")
73353f486c9b ("xfs: relax is_reflink_inode assert in xfs_reflink_find_cow_mapping")
c54854a437a4 ("xfs: move xfs_iext_insert tracepoint to report useful information")
6e643cd094de ("xfs: hold xfs_buf locked between shortform->leaf conversion and the addition of an attribute")
2d5f4b5bebcc ("xfs: remove unused parameter from xfs_writepage_map")
22a6c83777ac ("xfs: ubsan fixes")
0254c2f253d6 ("xfs: remove the nr_extents argument to xfs_iext_insert")
6bdcf26ade88 ("xfs: use a b+tree for the in-core extent list")
43518812d297 ("xfs: remove support for inlining data/extents into the inode fork")
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")