aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_btree.c
Commit message (Expand)AuthorAge
* xfs: filter out obviously bad btree pointersDarrick J. Wong2017-04-08
* xfs: check for bogus values in btree block headersDarrick J. Wong2017-01-12
* xfs: add some 'static' annotationsEric Biggers2016-10-20
* xfs: define the on-disk refcount btree formatDarrick J. Wong2016-10-03
* xfs: introduce refcount btree definitionsDarrick J. Wong2016-10-03
* xfs: count the blocks in a btreeDarrick J. Wong2016-09-18
* xfs: create a standard btree size calculator codeDarrick J. Wong2016-09-18
* xfs: remove xfs_btree_bigkeyDarrick J. Wong2016-09-18
* xfs: simple btree query range should look right if LE lookup failsDarrick J. Wong2016-08-26
* xfs: fix some key handling problems in _btree_simple_query_rangeDarrick J. Wong2016-08-26
* xfs: don't perform lookups on zero-height btreesDarrick J. Wong2016-08-26
* xfs: in btree_lshift, only allocate temporary cursor when neededDarrick J. Wong2016-08-02
* xfs: remove unnecesary lshift/rshift key initializationDarrick J. Wong2016-08-02
* xfs: remove the get*keys and update_keys btree ops pointersDarrick J. Wong2016-08-02
* xfs: define the on-disk rmap btree formatDarrick J. Wong2016-08-02
* xfs: introduce rmap btree definitionsDarrick J. Wong2016-08-02
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-02
* xfs: refactor btree owner change into a separate visit-blocks functionDarrick J. Wong2016-08-02
* xfs: introduce interval queries on btreesDarrick J. Wong2016-08-02
* xfs: support btrees with overlapping intervals for keysDarrick J. Wong2016-08-02
* xfs: add function pointers for get/update keys to the btreeDarrick J. Wong2016-08-02
* xfs: during btree split, save new block key & ptr for future insertionDarrick J. Wong2016-08-02
* xfs: set *stat=1 after iroot reallocDarrick J. Wong2016-08-02
* Merge branch 'xfs-4.8-misc-fixes-3' into for-nextDave Chinner2016-07-19
|\
| * xfs: indentation fix in xfs_btree_get_iroot()Kaho Ng2016-07-19
* | xfs: refactor btree maxlevels computationDarrick J. Wong2016-06-20
|/
* xfs: move buffer invalidation to xfs_btree_free_blockChristoph Hellwig2016-02-07
* xfs: factor btree block freeing into a helperChristoph Hellwig2016-02-07
* xfs: handle errors from ->free_blocks in xfs_btree_kill_irootChristoph Hellwig2016-02-07
* libxfs: refactor short btree block verificationDarrick J. Wong2016-01-04
* Merge branch 'xfs-misc-fixes-for-4.4-1' into for-nextDave Chinner2015-10-12
|\
| * libxfs: fix two comment typosGeliang Tang2015-10-12
* | xfs: validate metadata LSNs against log on v5 superblocksBrian Foster2015-10-12
|/
* xfs: create new metadata UUID field and incompat flagEric Sandeen2015-07-28
* xfs: pass mp to XFS_WANT_CORRUPTED_RETURNEric Sandeen2015-02-23
* xfs: pass mp to XFS_WANT_CORRUPTED_GOTOEric Sandeen2015-02-23
* xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-27
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-27
* Merge branch 'xfs-misc-fixes-3.17-1' into for-nextDave Chinner2014-08-03
|\
| * xfs: require 64-bit sector_tChristoph Hellwig2014-07-29
* | Merge branch 'xfs-libxfs-restructure' into for-nextDave Chinner2014-07-14
|/
* xfs: global error sign conversionDave Chinner2014-06-25
* libxfs: move source filesDave Chinner2014-06-25