summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_btree.c
AgeCommit message (Expand)Author
2021-11-11xfs: sync xfs_btree_split macros with userspace libxfsDarrick J. Wong
2021-10-19xfs: use separate btree cursor cache for each btree typeDarrick J. Wong
2021-10-19xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong
2021-10-19xfs: clean up xfs_btree_{calc_size,compute_maxlevels}Darrick J. Wong
2021-10-19xfs: encode the max btree height in the cursorDarrick J. Wong
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong
2021-10-14xfs: check that bc_nlevels never overflowsDarrick J. Wong
2021-10-14xfs: remove xfs_btree_cur_t typedefDarrick J. Wong
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-18xfs: constify btree function parameters that are not modifiedDarrick J. Wong
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong
2021-08-18xfs: make the key parameters to all btree query range functions constDarrick J. Wong
2021-06-02xfs: remove agno from btree cursorDave Chinner
2021-06-02xfs: add a perag to the btree cursorDave Chinner
2021-06-02xfs: move perag structure and setup to libxfs/xfs_ag.[ch]Dave Chinner
2021-02-25xfs: use current->journal_info for detecting transaction recursionDave Chinner
2021-02-11xfs: consider shutdown in bmapbt cursor delete assertBrian Foster
2020-12-16xfs: remove xfs_buf_t typedefDave Chinner
2020-12-12fs/xfs: convert comma to semicolonZheng Yongjun
2020-03-18xfs: support bulk loading of staged btreesDarrick J. Wong
2020-03-18xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong
2020-03-18xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong
2020-03-13xfs: rename btree cursor private btree member flagsDave Chinner
2020-03-13xfs: convert btree cursor inode-private member namesDave Chinner
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong
2020-01-26xfs: remove the xfs_btree_get_buf[ls] functionsDarrick J. Wong
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong
2020-01-07xfs: remove shadow variable in xfs_btree_lshiftEric Sandeen
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong
2019-11-12xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong
2019-11-11xfs: actually check xfs_btree_check_block return in xfs_btree_islastblockDarrick J. Wong
2019-11-04xfs: always log corruption errorsDarrick J. Wong
2019-10-29xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocksDarrick J. Wong
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong
2019-08-26xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_...zhengbin
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig
2019-06-12xfs: remove unused flag argumentsEric Sandeen
2018-12-04xfs: fix inverted return from xfs_btree_sblock_verify_crcEric Sandeen
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-04xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong
2018-06-04xfs: don't assert when on-disk btree pointers are garbageDarrick J. Wong
2018-06-04xfs: strengthen btree pointer checks before useDarrick J. Wong
2018-06-04xfs: introduce xfs_btree_debug_check_ptrDarrick J. Wong