summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_btree.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-12xfs: implement masked btree key comparisons for _has_records scansDarrick J. Wong1-4/+20
2023-04-12xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong1-13/+95
2023-04-12xfs: refactor ->diff_two_keys callsitesDarrick J. Wong1-33/+24
2023-04-12xfs: refactor converting btree irec to btree keyDarrick J. Wong1-8/+15
2023-02-10xfs: t_firstblock is tracking AGs not blocksDave Chinner1-1/+1
2023-02-05xfs: don't use BMBT btree split workers for IO completionDave Chinner1-2/+16
2023-01-03xfs: fix off-by-one error in xfs_btree_space_to_heightDarrick J. Wong1-1/+6
2022-07-10xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong1-2/+2
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner1-15/+10
2022-05-27xfs: don't leak btree cursor when insrec fails after a splitDarrick J. Wong1-3/+5
2022-05-27xfs: assert in xfs_btree_del_cursor should take into account errorDave Chinner1-1/+7
2022-05-27xfs: avoid unnecessary runtime sibling pointer endian conversionsDave Chinner1-14/+33
2022-05-04xfs: detect self referencing btree sibling pointersDave Chinner1-35/+105
2022-04-21xfs: convert btree buffer log flags to unsigned.Dave Chinner1-5/+5
2022-03-23mm/fs: delete PF_SWAPWRITEHugh Dickins1-1/+1
2021-11-11xfs: sync xfs_btree_split macros with userspace libxfsDarrick J. Wong1-0/+4
2021-10-19xfs: use separate btree cursor cache for each btree typeDarrick J. Wong1-6/+45
2021-10-19xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong1-0/+33
2021-10-19xfs: clean up xfs_btree_{calc_size,compute_maxlevels}Darrick J. Wong1-34/+33
2021-10-19xfs: encode the max btree height in the cursorDarrick J. Wong1-2/+2
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong1-82/+86
2021-10-14xfs: check that bc_nlevels never overflowsDarrick J. Wong1-0/+2
2021-10-14xfs: remove xfs_btree_cur_t typedefDarrick J. Wong1-6/+6
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner1-12/+13
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner1-5/+5
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-3/+3
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner1-1/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-7/+7
2021-08-19xfs: constify btree function parameters that are not modifiedDarrick J. Wong1-35/+35
2021-08-19xfs: make the record pointer passed to query_range functions constDarrick J. Wong1-1/+1
2021-08-19xfs: make the key parameters to all btree query range functions constDarrick J. Wong1-6/+6
2021-06-02xfs: remove agno from btree cursorDave Chinner1-6/+6
2021-06-02xfs: add a perag to the btree cursorDave Chinner1-0/+2
2021-06-02xfs: move perag structure and setup to libxfs/xfs_ag.[ch]Dave Chinner1-0/+1
2021-02-25xfs: use current->journal_info for detecting transaction recursionDave Chinner1-2/+10
2021-02-11xfs: consider shutdown in bmapbt cursor delete assertBrian Foster1-21/+12
2020-12-17xfs: remove xfs_buf_t typedefDave Chinner1-5/+5
2020-12-12fs/xfs: convert comma to semicolonZheng Yongjun1-1/+1
2020-03-18xfs: support bulk loading of staged btreesDarrick J. Wong1-7/+7
2020-03-18xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong1-2/+12
2020-03-18xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong1-0/+3
2020-03-13xfs: rename btree cursor private btree member flagsDave Chinner1-1/+1
2020-03-13xfs: convert btree cursor inode-private member namesDave Chinner1-25/+25
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner1-6/+6
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong1-1/+1
2020-01-27xfs: remove the xfs_btree_get_buf[ls] functionsDarrick J. Wong1-46/+0
2020-01-27xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong1-7/+16
2020-01-07xfs: remove shadow variable in xfs_btree_lshiftEric Sandeen1-2/+0
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino1-1/+1
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong1-9/+5