summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_btree.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-18xfs: support bulk loading of staged btreesDarrick J. Wong1-7/+7
2020-03-18xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong1-2/+12
2020-03-18xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong1-0/+3
2020-03-13xfs: rename btree cursor private btree member flagsDave Chinner1-1/+1
2020-03-13xfs: convert btree cursor inode-private member namesDave Chinner1-25/+25
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner1-6/+6
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong1-1/+1
2020-01-26xfs: remove the xfs_btree_get_buf[ls] functionsDarrick J. Wong1-46/+0
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong1-7/+16
2020-01-07xfs: remove shadow variable in xfs_btree_lshiftEric Sandeen1-2/+0
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino1-1/+1
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong1-9/+5
2019-11-12xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong1-11/+42
2019-11-11xfs: actually check xfs_btree_check_block return in xfs_btree_islastblockDarrick J. Wong1-19/+0
2019-11-04xfs: always log corruption errorsDarrick J. Wong1-1/+4
2019-10-29xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocksDarrick J. Wong1-2/+8
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong1-7/+5
2019-08-26xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_...zhengbin1-2/+0
2019-06-28xfs: remove unused header filesEric Sandeen1-3/+0
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig1-8/+8
2019-06-12xfs: remove unused flag argumentsEric Sandeen1-19/+11
2018-12-04xfs: fix inverted return from xfs_btree_sblock_verify_crcEric Sandeen1-1/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-04xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong1-1/+2
2018-06-04xfs: don't assert when on-disk btree pointers are garbageDarrick J. Wong1-7/+16
2018-06-04xfs: strengthen btree pointer checks before useDarrick J. Wong1-15/+35
2018-06-04xfs: introduce xfs_btree_debug_check_ptrDarrick J. Wong1-47/+29
2018-06-04xfs: btree lookup shouldn't ASSERT on empty btree nodesDarrick J. Wong1-1/+6
2018-05-15xfs: add repair helpers for the reference count btreeDarrick J. Wong1-0/+21
2018-05-15xfs: add helpers to calculate btree sizeDarrick J. Wong1-2/+2
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-2/+0
2018-03-11Cleanup old XFS_BTREE_* tracesCarlos Maiolino1-116/+9
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino1-2/+2
2018-01-17xfs: add scrub cross-referencing helpers for the free space btreesDarrick J. Wong1-0/+30
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong1-23/+23
2018-01-08xfs: refactor short form btree pointer verificationDarrick J. Wong1-6/+6
2018-01-08xfs: refactor long-format btree header verification routinesDarrick J. Wong1-0/+45
2018-01-08xfs: remove XFS_FSB_SANITY_CHECKDarrick J. Wong1-1/+1
2017-11-06xfs: mark xfs_btree_check_lblock and xfs_btree_check_ptr staticChristoph Hellwig1-2/+2
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong1-0/+1
2017-10-27xfs: compare btree block keys to parent block's keys during scrubDarrick J. Wong1-2/+2
2017-10-26xfs: scrub the shape of a metadata btreeDarrick J. Wong1-2/+14
2017-10-26xfs: refactor btree block header checking functionsDarrick J. Wong1-68/+100
2017-10-26xfs: refactor btree pointer checksDarrick J. Wong1-38/+32
2017-09-01xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster1-8/+18
2017-09-01xfs: skip bmbt block ino validation during owner changeBrian Foster1-0/+1
2017-09-01xfs: don't log dirty ranges for ordered buffersBrian Foster1-4/+2
2017-07-20xfs: check _btree_check_block valueDarrick J. Wong1-2/+4
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong1-4/+2
2017-06-19xfs: export various function for the online scrubberDarrick J. Wong1-6/+6