summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_btree.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: consider shutdown in bmapbt cursor delete assertBrian Foster2021-02-111-21/+12
* xfs: remove xfs_buf_t typedefDave Chinner2020-12-161-5/+5
* fs/xfs: convert comma to semicolonZheng Yongjun2020-12-121-1/+1
* xfs: support bulk loading of staged btreesDarrick J. Wong2020-03-181-7/+7
* xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong2020-03-181-2/+12
* xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong2020-03-181-0/+3
* xfs: rename btree cursor private btree member flagsDave Chinner2020-03-131-1/+1
* xfs: convert btree cursor inode-private member namesDave Chinner2020-03-131-25/+25
* xfs: convert btree cursor ag-private member nameDave Chinner2020-03-131-6/+6
* xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong2020-03-121-1/+1
* xfs: remove the xfs_btree_get_buf[ls] functionsDarrick J. Wong2020-01-261-46/+0
* xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong2020-01-261-7/+16
* xfs: remove shadow variable in xfs_btree_lshiftEric Sandeen2020-01-071-2/+0
* xfs: Remove kmem_zone_free() wrapperCarlos Maiolino2019-11-181-1/+1
* xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong2019-11-131-9/+5
* xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong2019-11-121-11/+42
* xfs: actually check xfs_btree_check_block return in xfs_btree_islastblockDarrick J. Wong2019-11-111-19/+0
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-1/+4
* xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocksDarrick J. Wong2019-10-291-2/+8
* xfs: remove all *_ITER_ABORT valuesDarrick J. Wong2019-08-291-7/+5
* xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_...zhengbin2019-08-261-2/+0
* xfs: remove unused header filesEric Sandeen2019-06-281-3/+0
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-281-8/+8
* xfs: remove unused flag argumentsEric Sandeen2019-06-121-19/+11
* xfs: fix inverted return from xfs_btree_sblock_verify_crcEric Sandeen2018-12-041-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong2018-06-041-1/+2
* xfs: don't assert when on-disk btree pointers are garbageDarrick J. Wong2018-06-041-7/+16
* xfs: strengthen btree pointer checks before useDarrick J. Wong2018-06-041-15/+35
* xfs: introduce xfs_btree_debug_check_ptrDarrick J. Wong2018-06-041-47/+29
* xfs: btree lookup shouldn't ASSERT on empty btree nodesDarrick J. Wong2018-06-041-1/+6
* xfs: add repair helpers for the reference count btreeDarrick J. Wong2018-05-151-0/+21
* xfs: add helpers to calculate btree sizeDarrick J. Wong2018-05-151-2/+2
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-2/+0
* Cleanup old XFS_BTREE_* tracesCarlos Maiolino2018-03-111-116/+9
* Split buffer's b_fspriv fieldCarlos Maiolino2018-01-291-2/+2
* xfs: add scrub cross-referencing helpers for the free space btreesDarrick J. Wong2018-01-171-0/+30
* xfs: have buffer verifier functions report failing addressDarrick J. Wong2018-01-081-23/+23
* xfs: refactor short form btree pointer verificationDarrick J. Wong2018-01-081-6/+6
* xfs: refactor long-format btree header verification routinesDarrick J. Wong2018-01-081-0/+45
* xfs: remove XFS_FSB_SANITY_CHECKDarrick J. Wong2018-01-081-1/+1
* xfs: mark xfs_btree_check_lblock and xfs_btree_check_ptr staticChristoph Hellwig2017-11-061-2/+2
* xfs: move error injection tags into their own fileDarrick J. Wong2017-11-011-0/+1
* xfs: compare btree block keys to parent block's keys during scrubDarrick J. Wong2017-10-271-2/+2
* xfs: scrub the shape of a metadata btreeDarrick J. Wong2017-10-261-2/+14
* xfs: refactor btree block header checking functionsDarrick J. Wong2017-10-261-68/+100
* xfs: refactor btree pointer checksDarrick J. Wong2017-10-261-38/+32
* xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster2017-09-011-8/+18
* xfs: skip bmbt block ino validation during owner changeBrian Foster2017-09-011-0/+1
* xfs: don't log dirty ranges for ordered buffersBrian Foster2017-09-011-4/+2