summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_btree.c
AgeCommit message (Expand)Author
2017-09-01xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster
2017-09-01xfs: skip bmbt block ino validation during owner changeBrian Foster
2017-09-01xfs: don't log dirty ranges for ordered buffersBrian Foster
2017-07-20xfs: check _btree_check_block valueDarrick J. Wong
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong
2017-06-19xfs: export various function for the online scrubberDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-06-19xfs: optimize _btree_query_allDarrick J. Wong
2017-05-25xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-05-03xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko
2017-04-03xfs: create a function to query all records in a btreeDarrick J. Wong
2017-02-02xfs: filter out obviously bad btree pointersDarrick J. Wong
2017-01-30xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen
2017-01-30xfs: make xfs_btree_magic more genericEric Sandeen
2017-01-30xfs: glean crc status from mp not flags in xfs_btree_init_block_intEric Sandeen
2016-12-05xfs: 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