summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_btree.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused header filesEric Sandeen2019-06-291-3/+0Star
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-291-8/+8
* xfs: remove unused flag argumentsEric Sandeen2019-06-121-19/+11Star
* 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/+1Star
* xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong2018-06-051-1/+2
* xfs: don't assert when on-disk btree pointers are garbageDarrick J. Wong2018-06-051-7/+16
* xfs: strengthen btree pointer checks before useDarrick J. Wong2018-06-051-15/+35
* xfs: introduce xfs_btree_debug_check_ptrDarrick J. Wong2018-06-051-47/+29Star
* 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-161-0/+21
* xfs: add helpers to calculate btree sizeDarrick J. Wong2018-05-161-2/+2
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-2/+0Star
* Cleanup old XFS_BTREE_* tracesCarlos Maiolino2018-03-121-116/+9Star
* 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-181-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-271-2/+14
* xfs: refactor btree block header checking functionsDarrick J. Wong2017-10-271-68/+100
* xfs: refactor btree pointer checksDarrick J. Wong2017-10-271-38/+32Star
* 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/+2Star
* xfs: check _btree_check_block valueDarrick J. Wong2017-07-201-2/+4
* xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-281-4/+2Star
* xfs: export various function for the online scrubberDarrick J. Wong2017-06-191-6/+6
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-11/+11
* xfs: optimize _btree_query_allDarrick J. Wong2017-06-191-5/+7
* xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen2017-05-251-1/+1
* Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-05-061-0/+15
|\
| * xfs: create a function to query all records in a btreeDarrick J. Wong2017-04-041-0/+15
* | xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko2017-05-041-1/+1
|/
* xfs: filter out obviously bad btree pointersDarrick J. Wong2017-02-031-1/+2
* xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen2017-01-311-6/+5Star
* xfs: make xfs_btree_magic more genericEric Sandeen2017-01-311-8/+26
* xfs: glean crc status from mp not flags in xfs_btree_init_block_intEric Sandeen2017-01-311-2/+4
* xfs: check for bogus values in btree block headersDarrick J. Wong2016-12-051-0/+20
* xfs: add some 'static' annotationsEric Biggers2016-10-201-1/+1
* xfs: define the on-disk refcount btree formatDarrick J. Wong2016-10-031-0/+3
* xfs: introduce refcount btree definitionsDarrick J. Wong2016-10-031-2/+3
* xfs: count the blocks in a btreeDarrick J. Wong2016-09-191-0/+23
* xfs: create a standard btree size calculator codeDarrick J. Wong2016-09-191-0/+24
* xfs: remove xfs_btree_bigkeyDarrick J. Wong2016-09-191-6/+6
* xfs: simple btree query range should look right if LE lookup failsDarrick J. Wong2016-08-261-0/+7