blob: 1d5d6bd8223fd4d7c1fe8102664bb7095c29f830 [file] [log] [blame]
c84e819090f3 ("xfs: remove the xfs_efd_log_item_t typedef")
efe2330fdc24 ("xfs: remove the xfs_log_item_t typedef")
9ce632a28a41 ("xfs: add a flag to release log items on commit")
ddf92053e45c ("xfs: split iop_unlock")
195cd83d1b88 ("xfs: don't use xfs_trans_free_items in the commit path")
8e4b20ea83c2 ("xfs: remove the dummy iop_push implementation for inode creation items")
e8b78db77d48 ("xfs: don't require log items to implement optional methods")
086252c34bc2 ("xfs: fix a trivial comment typo in xfs_trans_committed_bulk")
d9183105caa9 ("xfs: don't unlock invalidated buf on aborted tx commit")
e6631f85546c ("xfs: get rid of the log item descriptor")
ba18781b9156 ("xfs: add tracing to high level transaction operations")
22525c17ed13 ("xfs: log item flags are racy")
f8f2835a9cf3 ("xfs: defer agfl block frees when dfops is available")
4223f659dd3e ("xfs: create agfl block free helper function")
0612d1166330 ("xfs: fix intent use-after-free on abort")
a27ba2607e60 ("xfs: detect agfl count corruption and reset agfl")
0ab32086d0be ("xfs: account only rmapbt-used blocks against rmapbt perag res")
215928633502 ("xfs: rename agfl perag res type to rmapbt")
57e809561118 ("xfs: Rename xa_ elements to ail_")
e157ebdcb3ac ("Cleanup old XFS_BTREE_* traces")
7c2d238ac6c4 ("xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modes")
643c8c05e75d ("Use list_head infra-structure for buffer's log items list")
fb1755a64597 ("Split buffer's b_fspriv field")
70a20655339a ("Get rid of xfs_buf_log_item_t typedef")
3d170aa24283 ("xfs: change 0x%p -> %p in print messages")
b872af2c8700 ("xfs: trace log reservations at mount time")
bc1a09b8e334 ("xfs: refactor verifier callers to print address of failing check")
a6a781a58bef ("xfs: have buffer verifier functions report failing address")
31ca03c92c32 ("xfs: refactor xfs_verifier_error and xfs_buf_ioerror")
9101d3707b9a ("xfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data verifiers")
e1e55aaf1cc6 ("xfs: refactor short form btree pointer verification")
8368a6019d5b ("xfs: refactor long-format btree header verification routines")
59f6fec3bdb2 ("xfs: remove XFS_FSB_SANITY_CHECK")
373b0589dc8d ("xfs: Properly retry failed dquot items in case of error during buffer writeback")
509955823cc9 ("xfs: log recovery should replay deferred ops in order")
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")
f36bc228e1b9 ("xfs: pass an on-disk extent to xfs_bmbt_validate_extent")
426303610034 ("xfs: treat idx as a cursor in xfs_bmap_collapse_extents")
657fcb23362c ("xfs: treat idx as a cursor in xfs_bmap_del_extent_*")
a681847796df ("xfs: treat idx as a cursor in xfs_bmap_add_extent_unwritten_real")
1d2e0089e166 ("xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_real")
41d196f43950 ("xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_delay")
0d045540ed57 ("xfs: treat idx as a cursor in xfs_bmap_add_extent_delay_real")
1bfd7618cbf2 ("xfs: don't create overlapping extents in xfs_bmap_add_extent_delay_real")
dc56015faff1 ("xfs: add a new xfs_iext_lookup_extent_before helper")
211e95bbab71 ("xfs: merge xfs_bmap_read_extents into xfs_iread_extents")