summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_btree.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-11/+11
2017-06-19xfs: optimize _btree_query_allDarrick J. Wong1-5/+7
2017-05-25xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen1-1/+1
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+15
2017-05-03xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko1-1/+1
2017-04-03xfs: create a function to query all records in a btreeDarrick J. Wong1-0/+15
2017-02-02xfs: filter out obviously bad btree pointersDarrick J. Wong1-1/+2
2017-01-30xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen1-6/+5
2017-01-30xfs: make xfs_btree_magic more genericEric Sandeen1-8/+26
2017-01-30xfs: glean crc status from mp not flags in xfs_btree_init_block_intEric Sandeen1-2/+4
2016-12-05xfs: check for bogus values in btree block headersDarrick J. Wong1-0/+20
2016-10-20xfs: add some 'static' annotationsEric Biggers1-1/+1
2016-10-03xfs: define the on-disk refcount btree formatDarrick J. Wong1-0/+3
2016-10-03xfs: introduce refcount btree definitionsDarrick J. Wong1-2/+3
2016-09-19xfs: count the blocks in a btreeDarrick J. Wong1-0/+23
2016-09-19xfs: create a standard btree size calculator codeDarrick J. Wong1-0/+24
2016-09-19xfs: remove xfs_btree_bigkeyDarrick J. Wong1-6/+6
2016-08-26xfs: simple btree query range should look right if LE lookup failsDarrick J. Wong1-0/+7
2016-08-26xfs: fix some key handling problems in _btree_simple_query_rangeDarrick J. Wong1-1/+2
2016-08-26xfs: don't perform lookups on zero-height btreesDarrick J. Wong1-0/+4
2016-08-03xfs: in btree_lshift, only allocate temporary cursor when neededDarrick J. Wong1-17/+17
2016-08-03xfs: remove unnecesary lshift/rshift key initializationDarrick J. Wong1-14/+0
2016-08-03xfs: remove the get*keys and update_keys btree ops pointersDarrick J. Wong1-92/+61
2016-08-03xfs: define the on-disk rmap btree formatDarrick J. Wong1-0/+3
2016-08-03xfs: introduce rmap btree definitionsDarrick J. Wong1-2/+2
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong1-0/+1
2016-08-03xfs: refactor btree owner change into a separate visit-blocks functionDarrick J. Wong1-50/+91
2016-08-03xfs: introduce interval queries on btreesDarrick J. Wong1-0/+264
2016-08-03xfs: support btrees with overlapping intervals for keysDarrick J. Wong1-13/+326
2016-08-03xfs: add function pointers for get/update keys to the btreeDarrick J. Wong1-64/+100
2016-08-03xfs: during btree split, save new block key & ptr for future insertionDarrick J. Wong1-20/+20
2016-08-03xfs: set *stat=1 after iroot reallocDarrick J. Wong1-0/+1