aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_btree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-09xfs: 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-22mm/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-18xfs: constify btree function parameters that are not modifiedDarrick J. Wong1-35/+35
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong1-1/+1
2021-08-18xfs: 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-16xfs: 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-26xfs: remove the xfs_btree_get_buf[ls] functionsDarrick J. Wong1-46/+0
2020-01-26xfs: 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
2019-11-12xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong1-11/+42
2019-11-11xfs: actually check xfs_btree_check_block return in xfs_btree_islastblockDarrick J. Wong1-19/+0
2019-11-04xfs: always log corruption errorsDarrick J. Wong1-1/+4
2019-10-29xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocksDarrick J. Wong1-2/+8
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong1-7/+5
2019-08-26xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_verify'zhengbin1-2/+0
2019-06-28xfs: remove unused header filesEric Sandeen1-3/+0