summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_btree.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: check _btree_check_block valueDarrick J. Wong2017-07-201-2/+4
* xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-271-4/+2
* 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-031-0/+15
* | xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko2017-05-031-1/+1
|/
* xfs: filter out obviously bad btree pointersDarrick J. Wong2017-02-021-1/+2
* xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen2017-01-301-6/+5
* xfs: make xfs_btree_magic more genericEric Sandeen2017-01-301-8/+26
* xfs: glean crc status from mp not flags in xfs_btree_init_block_intEric Sandeen2017-01-301-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
* xfs: fix some key handling problems in _btree_simple_query_rangeDarrick J. Wong2016-08-261-1/+2
* xfs: don't perform lookups on zero-height btreesDarrick J. Wong2016-08-261-0/+4
* xfs: in btree_lshift, only allocate temporary cursor when neededDarrick J. Wong2016-08-031-17/+17
* xfs: remove unnecesary lshift/rshift key initializationDarrick J. Wong2016-08-031-14/+0
* xfs: remove the get*keys and update_keys btree ops pointersDarrick J. Wong2016-08-031-92/+61
* xfs: define the on-disk rmap btree formatDarrick J. Wong2016-08-031-0/+3
* xfs: introduce rmap btree definitionsDarrick J. Wong2016-08-031-2/+2
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-031-0/+1
* xfs: refactor btree owner change into a separate visit-blocks functionDarrick J. Wong2016-08-031-50/+91
* xfs: introduce interval queries on btreesDarrick J. Wong2016-08-031-0/+264
* xfs: support btrees with overlapping intervals for keysDarrick J. Wong2016-08-031-13/+326
* xfs: add function pointers for get/update keys to the btreeDarrick J. Wong2016-08-031-64/+100
* xfs: during btree split, save new block key & ptr for future insertionDarrick J. Wong2016-08-031-20/+20
* xfs: set *stat=1 after iroot reallocDarrick J. Wong2016-08-031-0/+1
* Merge branch 'xfs-4.8-misc-fixes-3' into for-nextDave Chinner2016-07-201-4/+4
|\
| * xfs: indentation fix in xfs_btree_get_iroot()Kaho Ng2016-07-201-4/+4
* | xfs: refactor btree maxlevels computationDarrick J. Wong2016-06-211-0/+19
|/
* xfs: move buffer invalidation to xfs_btree_free_blockChristoph Hellwig2016-02-081-1/+3
* xfs: factor btree block freeing into a helperChristoph Hellwig2016-02-081-7/+16
* xfs: handle errors from ->free_blocks in xfs_btree_kill_irootChristoph Hellwig2016-02-081-3/+6
* libxfs: refactor short btree block verificationDarrick J. Wong2016-01-041-0/+58
* Merge branch 'xfs-misc-fixes-for-4.4-1' into for-nextDave Chinner2015-10-121-2/+2
|\
| * libxfs: fix two comment typosGeliang Tang2015-10-121-2/+2
* | xfs: validate metadata LSNs against log on v5 superblocksBrian Foster2015-10-121-2/+15
|/
* xfs: create new metadata UUID field and incompat flagEric Sandeen2015-07-291-4/+6
* xfs: pass mp to XFS_WANT_CORRUPTED_RETURNEric Sandeen2015-02-231-3/+3
* xfs: pass mp to XFS_WANT_CORRUPTED_GOTOEric Sandeen2015-02-231-9/+9
* xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0