summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_btree.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-20Merge branch 'xfs-4.8-misc-fixes-3' into for-nextDave Chinner1-4/+4
2016-07-20xfs: indentation fix in xfs_btree_get_iroot()Kaho Ng1-4/+4
2016-06-21xfs: refactor btree maxlevels computationDarrick J. Wong1-0/+19
2016-02-08xfs: move buffer invalidation to xfs_btree_free_blockChristoph Hellwig1-1/+3
2016-02-08xfs: factor btree block freeing into a helperChristoph Hellwig1-7/+16
2016-02-08xfs: handle errors from ->free_blocks in xfs_btree_kill_irootChristoph Hellwig1-3/+6
2016-01-04libxfs: refactor short btree block verificationDarrick J. Wong1-0/+58
2015-10-12Merge branch 'xfs-misc-fixes-for-4.4-1' into for-nextDave Chinner1-2/+2
2015-10-12libxfs: fix two comment typosGeliang Tang1-2/+2
2015-10-12xfs: validate metadata LSNs against log on v5 superblocksBrian Foster1-2/+15
2015-07-29xfs: create new metadata UUID field and incompat flagEric Sandeen1-4/+6
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_RETURNEric Sandeen1-3/+3
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_GOTOEric Sandeen1-9/+9
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-08-04Merge branch 'xfs-misc-fixes-3.17-1' into for-nextDave Chinner1-16/+16
2014-07-30xfs: require 64-bit sector_tChristoph Hellwig1-16/+16
2014-07-15Merge branch 'xfs-libxfs-restructure' into for-nextDave Chinner1-0/+4069
2014-06-25xfs: global error sign conversionDave Chinner1-7/+7
2014-06-25libxfs: move source filesDave Chinner1-0/+3989