blob: bc4bdc5c67ee3a7f544de1d3a432b4aa05d6de35 [file] [log] [blame]
88947ea0ba71 ("xfs: move xfs_log_dinode_to_disk to the log recovery code")
cb7d58594412 ("xfs: call xfs_iformat_fork from xfs_inode_from_disk")
658fa68b6f34 ("xfs: refactor log recovery inode item dispatch for pass2 commit functions")
1094d3f12363 ("xfs: refactor log recovery buffer item dispatch for pass2 commit functions")
3304a4fabd09 ("xfs: refactor log recovery item dispatch for pass1 commit functions")
8ea5682d0711 ("xfs: refactor log recovery item dispatch for pass2 readhead functions")
86ffa471d9ce ("xfs: refactor log recovery item sorting into a generic dispatch structure")
35f4521fd3a0 ("xfs: convert xfs_log_recover_item_t to struct xfs_log_recover_item")
98b69b1285be ("xfs: refactor xlog_recover_buffer_pass1")
f15ab3f60ef3 ("xfs: simplify xlog_recover_inode_ra_pass2")
7d4894b4ce07 ("xfs: factor out a xlog_buf_readahead helper")
5ce70b770d16 ("xfs: rename inode_list xlog_recover_reorder_trans")
e968350aadf3 ("xfs: refactor the buffer cancellation table helpers")
6471e9c5e7a1 ("xfs: remove the di_version field from struct icdinode")
e9e2eae89ddb ("xfs: only check the superblock version for dinode size calculation")
b81b79f4eda2 ("xfs: add a new xfs_sb_version_has_v3inode helper")
0e3eccce5e0e ("xfs: make xfs_buf_read return an error code")
4ed8e27b4f75 ("xfs: make xfs_buf_read_map return an error code")
3848b5f67092 ("xfs: make xfs_buf_get_map return an error code")
32dff5e5d1b5 ("xfs: make xfs_buf_alloc return an error code")
8a6453a89dc1 ("xfs: check log iovec size to make sure it's plausibly a buffer log format")
e8db2aafcedb ("xfs: fix memory corruption during remote attr value buffer invalidation")
377bcd5f3b7f ("xfs: Remove kmem_zone_free() wrapper")
aaf54eb8bc15 ("xfs: Remove kmem_zone_destroy() wrapper")
b1231760e443 ("xfs: Remove slab init wrappers")
aefe69a45d84 ("xfs: remove the xfs_disk_dquot_t and xfs_dquot_t")
de7a866fd41b ("xfs: merge the projid fields in struct xfs_icdinode")
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")