summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_btree.c
AgeCommit message (Expand)Author
2017-09-20xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster
2017-09-20xfs: skip bmbt block ino validation during owner changeBrian Foster
2017-09-20xfs: don't log dirty ranges for ordered buffersBrian Foster
2017-09-20xfs: check _btree_check_block valueDarrick J. Wong
2017-06-07xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen
2017-04-08xfs: filter out obviously bad btree pointersDarrick J. Wong
2017-01-12xfs: check for bogus values in btree block headersDarrick J. Wong
2016-10-20xfs: add some 'static' annotationsEric Biggers
2016-10-03xfs: define the on-disk refcount btree formatDarrick J. Wong
2016-10-03xfs: introduce refcount btree definitionsDarrick J. Wong
2016-09-19xfs: count the blocks in a btreeDarrick J. Wong
2016-09-19xfs: create a standard btree size calculator codeDarrick J. Wong
2016-09-19xfs: remove xfs_btree_bigkeyDarrick J. Wong
2016-08-26xfs: simple btree query range should look right if LE lookup failsDarrick J. Wong
2016-08-26xfs: fix some key handling problems in _btree_simple_query_rangeDarrick J. Wong
2016-08-26xfs: don't perform lookups on zero-height btreesDarrick J. Wong
2016-08-03xfs: in btree_lshift, only allocate temporary cursor when neededDarrick J. Wong
2016-08-03xfs: remove unnecesary lshift/rshift key initializationDarrick J. Wong
2016-08-03xfs: remove the get*keys and update_keys btree ops pointersDarrick J. Wong
2016-08-03xfs: define the on-disk rmap btree formatDarrick J. Wong
2016-08-03xfs: introduce rmap btree definitionsDarrick J. Wong
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong
2016-08-03xfs: refactor btree owner change into a separate visit-blocks functionDarrick J. Wong
2016-08-03xfs: introduce interval queries on btreesDarrick J. Wong
2016-08-03xfs: support btrees with overlapping intervals for keysDarrick J. Wong
2016-08-03xfs: add function pointers for get/update keys to the btreeDarrick J. Wong
2016-08-03xfs: during btree split, save new block key & ptr for future insertionDarrick J. Wong
2016-08-03xfs: set *stat=1 after iroot reallocDarrick J. Wong
2016-07-20Merge branch 'xfs-4.8-misc-fixes-3' into for-nextDave Chinner
2016-07-20xfs: indentation fix in xfs_btree_get_iroot()Kaho Ng
2016-06-21xfs: refactor btree maxlevels computationDarrick J. Wong
2016-02-08xfs: move buffer invalidation to xfs_btree_free_blockChristoph Hellwig
2016-02-08xfs: factor btree block freeing into a helperChristoph Hellwig
2016-02-08xfs: handle errors from ->free_blocks in xfs_btree_kill_irootChristoph Hellwig
2016-01-04libxfs: refactor short btree block verificationDarrick J. Wong
2015-10-12Merge branch 'xfs-misc-fixes-for-4.4-1' into for-nextDave Chinner
2015-10-12libxfs: fix two comment typosGeliang Tang
2015-10-12xfs: validate metadata LSNs against log on v5 superblocksBrian Foster
2015-07-29xfs: create new metadata UUID field and incompat flagEric Sandeen
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_RETURNEric Sandeen
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_GOTOEric Sandeen
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig
2014-08-04Merge branch 'xfs-misc-fixes-3.17-1' into for-nextDave Chinner
2014-07-30xfs: require 64-bit sector_tChristoph Hellwig
2014-07-15Merge branch 'xfs-libxfs-restructure' into for-nextDave Chinner
2014-06-25xfs: global error sign conversionDave Chinner
2014-06-25libxfs: move source filesDave Chinner