blob: 6dff466ed91d6449f94ac4ba39c4fe3fa13c7cb8 [file] [log] [blame]
0c771b99d6c9 ("xfs: clean up calculation of LR header blocks")
f692d09e9c8f ("xfs: avoid LR buffer overrun due to crafted h_len")
050552cbe06a ("xfs: fix some memory leaks in log recovery")
a71895c5dad1 ("xfs: convert open coded corruption check to use XFS_IS_CORRUPT")
3d92c93b7065 ("xfs: devirtualize ->db_to_fdb and ->db_to_fdindex")
5893e4feb0ea ("xfs: move the max dir2 free bests count to struct xfs_da_geometry")
ed1d612fbe6b ("xfs: move the dir2 free header size to struct xfs_da_geometry")
a84f3d5cb04f ("xfs: add a bests pointer to struct xfs_dir3_icfree_hdr")
195b0a44ab73 ("xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_int")
200dada70008 ("xfs: devirtualize ->free_hdr_to_disk")
5ba30919a6fc ("xfs: devirtualize ->free_hdr_from_disk")
478c7835cb8e ("xfs: move the max dir2 leaf entries count to struct xfs_da_geometry")
545910bcc875 ("xfs: move the dir2 leaf header size to struct xfs_da_geometry")
787b0893ad1e ("xfs: add an entries pointer to struct xfs_dir3_icleaf_hdr")
163fbbb3568b ("xfs: devirtualize ->leaf_hdr_to_disk")
518425560a8b ("xfs: devirtualize ->leaf_hdr_from_disk")
3b34441309f3 ("xfs: move the node header size to struct xfs_da_geometry")
51908ca75feb ("xfs: add a btree entries pointer to struct xfs_da3_icnode_hdr")
e1c8af1e02c7 ("xfs: devirtualize ->node_hdr_to_disk")
f475dc4dc7cc ("xfs: devirtualize ->node_hdr_from_disk")
649d9d98c60e ("xfs: refactor btree node scrubbing")
b16be561876e ("xfs: use unsigned int for all size values in struct xfs_da_geometry")
a39f089a25e7 ("xfs: move incore structures out of xfs_da_format.h")
895e196fb6f8 ("xfs: convert EIO to EFSCORRUPTED when log contents are invalid")
2fe4f92834c4 ("xfs: refactor "does this fork map blocks" predicate")
ee4fb16cbec9 ("xfs: decrease indenting problems in xfs_dabuf_map")
a5155b870d68 ("xfs: always log corruption errors")
e992ae8afded ("xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocks")
c2414ad6e66a ("xfs: replace -EIO with -EFSCORRUPTED for corrupt metadata")
04df34ac6494 ("xfs: namecheck directory entry names before listing them")
16c6e92c7e98 ("xfs: namecheck attribute names before listing them")
a526c85c2236 ("xfs: move xfs_file_iomap_begin_delay around")
43568226a4a3 ("xfs: factor out a helper to calculate the end_fsb")
36adcbace24e ("xfs: fill out the srcmap in iomap_begin")
ae36b53c6c60 ("xfs: refactor xfs_file_iomap_begin_delay")
ffb375a8cf20 ("xfs: pass two imaps to xfs_reflink_allocate_cow")
05b30949f1aa ("xfs: set IOMAP_F_NEW more carefully")
2492a606b3d2 ("xfs: initialize iomap->flags in xfs_bmbt_to_iomap")
7684e2c4384d ("iomap: iomap that extends beyond EOF should be marked dirty")
756c6f0f7efe ("xfs: reverse search directory freespace indexes")
610125ab1e4b ("xfs: speed up directory bestfree block scanning")
0e822255f95d ("xfs: factor free block index lookup from xfs_dir2_node_addname_int()")
a07258a69528 ("xfs: factor data block addition from xfs_dir2_node_addname_int()")
aee7754bbeb1 ("xfs: move xfs_dir2_addname()")
858b44dc62a1 ("xfs: remove more ondisk directory corruption asserts")
250d4b4c4097 ("xfs: remove unused header files")
c63cdd4fc9cc ("xfs: move small allocation helper")
2a4f35f984f0 ("xfs: clean up small allocation helper")
81f400417351 ("xfs: merge xfs_trans_extfree.c into xfs_extfree_item.c")
9c5e7c2ae34b ("xfs: merge xfs_efd_init into xfs_trans_get_efd")