blob: c1a5713a175221b6e85e377de8532dee15be21c9 [file] [log] [blame]
3feb4ffbf693 ("xfs: remove the redundant crc feature check in xfs_attr3_rmt_verify")
39708c20ab51 ("xfs: miscellaneous verifier magic value fixups")
e34d3e74eb8f ("xfs: always check magic values in on-disk byte order")
eca383fcd63b ("xfs: refactor superblock verifiers")
131fa58d391f ("xfs: fix u32 type usage in sb validation function")
4bb73d014785 ("xfs: check sb_agblocks and sb_agblklog when validating superblock")
b55725974c9d ("xfs: create a new buf_ops pointer to verify structure metadata")
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")
211e95bbab71 ("xfs: merge xfs_bmap_read_extents into xfs_iread_extents")
e8e0e170e2e1 ("xfs: remove XFS_BMAP_TRACE_EXLIST")
060ea65b3940 ("xfs: add a xfs_bmap_fork_to_state helper")
80e4e1268802 ("xfs: scrub inodes")
edc09b528628 ("xfs: scrub refcount btrees")
c7e693d9836c ("xfs: scrub rmap btrees")
3daa66419137 ("xfs: scrub inode btrees")
efa7a99ce1f8 ("xfs: scrub free space btrees")
a12890aebb89 ("xfs: scrub the AGI")
ab9d5dc59fe6 ("xfs: scrub AGF and AGFL")
21fb4cb1981e ("xfs: scrub the secondary superblocks")
b6c1beb967b0 ("xfs: create helpers to scan an allocation group")
537964bceb9a ("xfs: create helpers to scrub a metadata btree")
4700d22980d4 ("xfs: create helpers to record and deal with scrub problems")
dcb660f9222f ("xfs: probe the scrub ioctl")
a56371865e78 ("xfs: dispatch metadata scrub subcommands")
36fd6e863cb7 ("xfs: create an ioctl to scrub AG metadata")
1abb9e55326c ("xfs: refactor xfs_bmap_add_extent_hole_real")
3ffc18ecd30e ("xfs: refactor xfs_bmap_add_extent_hole_delay")
48fd52b16d74 ("xfs: refactor xfs_del_extent_real")
1b24b633aafe ("xfs: move some more code into xfs_bmap_del_extent_real")
e1d7553faf39 ("xfs: use xfs_bmap_del_extent_delay for the data fork as well")
b213d69293cf ("xfs: don't set XFS_BTCUR_BPRV_WASDEL in xfs_bunmapi")
e150dcd459e1 ("fs/xfs: Use %pS printk format for direct addresses")
50bb44c28614 ("xfs: switch xfs_bmap_local_to_extents to use xfs_iext_insert")
6215894e11de ("xfs: check that dir block entries don't off the end of the buffer")
6eb0b8df9f74 ("xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLEN")
9e24cfd04485 ("xfs: remove unneeded parameter from XFS_TEST_ERROR")
31965ef34802 ("xfs: make errortag a per-mountpoint structure")
118bb47e281c ("xfs: plumb in needed functions for range querying of various btrees")
2678809799e6 ("xfs: export various function for the online scrubber")
38dee376d670 ("xfs: always compile the btree inorder check functions")
e1a4e37cc7b6 ("xfs: try to avoid blowing out the transaction reservation when bunmaping a shared extent")
0c1d9e4a6159 ("xfs: simplify validation of the unwritten extent bit")
6ebd5a4413e2 ("xfs: introduce xfs_bmapi_remap")
6d04558f9fa9 ("xfs: pass individual arguments to xfs_bmap_add_extent_hole_real")