aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_btree.c
AgeCommit message (Expand)Author
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