summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_btree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: sync xfs_btree_split macros with userspace libxfsDarrick J. Wong2021-11-111-0/+4
* xfs: use separate btree cursor cache for each btree typeDarrick J. Wong2021-10-191-6/+45
* xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong2021-10-191-0/+33
* xfs: clean up xfs_btree_{calc_size,compute_maxlevels}Darrick J. Wong2021-10-191-34/+33
* xfs: encode the max btree height in the cursorDarrick J. Wong2021-10-191-2/+2
* xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong2021-10-191-82/+86
* xfs: check that bc_nlevels never overflowsDarrick J. Wong2021-10-141-0/+2
* xfs: remove xfs_btree_cur_t typedefDarrick J. Wong2021-10-141-6/+6
* xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner2021-08-191-12/+13
* xfs: introduce xfs_buf_daddr()Dave Chinner2021-08-191-5/+5
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-3/+3
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-1/+1
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-7/+7
* xfs: constify btree function parameters that are not modifiedDarrick J. Wong2021-08-191-35/+35
* xfs: make the record pointer passed to query_range functions constDarrick J. Wong2021-08-191-1/+1
* xfs: make the key parameters to all btree query range functions constDarrick J. Wong2021-08-191-6/+6
* xfs: remove agno from btree cursorDave Chinner2021-06-021-6/+6
* xfs: add a perag to the btree cursorDave Chinner2021-06-021-0/+2
* xfs: move perag structure and setup to libxfs/xfs_ag.[ch]Dave Chinner2021-06-021-0/+1
* xfs: use current->journal_info for detecting transaction recursionDave Chinner2021-02-251-2/+10
* xfs: consider shutdown in bmapbt cursor delete assertBrian Foster2021-02-111-21/+12
* xfs: remove xfs_buf_t typedefDave Chinner2020-12-171-5/+5
* fs/xfs: convert comma to semicolonZheng Yongjun2020-12-121-1/+1
* xfs: support bulk loading of staged btreesDarrick J. Wong2020-03-181-7/+7
* xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong2020-03-181-2/+12
* xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong2020-03-181-0/+3
* xfs: rename btree cursor private btree member flagsDave Chinner2020-03-131-1/+1
* xfs: convert btree cursor inode-private member namesDave Chinner2020-03-131-25/+25
* xfs: convert btree cursor ag-private member nameDave Chinner2020-03-131-6/+6
* xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong2020-03-121-1/+1
* xfs: remove the xfs_btree_get_buf[ls] functionsDarrick J. Wong2020-01-261-46/+0
* xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong2020-01-261-7/+16
* xfs: remove shadow variable in xfs_btree_lshiftEric Sandeen2020-01-071-2/+0
* xfs: Remove kmem_zone_free() wrapperCarlos Maiolino2019-11-181-1/+1
* xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong2019-11-131-9/+5
* xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong2019-11-131-11/+42
* xfs: actually check xfs_btree_check_block return in xfs_btree_islastblockDarrick J. Wong2019-11-111-19/+0
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-1/+4
* xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocksDarrick J. Wong2019-10-291-2/+8
* xfs: remove all *_ITER_ABORT valuesDarrick J. Wong2019-08-301-7/+5
* xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_...zhengbin2019-08-271-2/+0
* xfs: remove unused header filesEric Sandeen2019-06-291-3/+0
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-291-8/+8
* xfs: remove unused flag argumentsEric Sandeen2019-06-121-19/+11
* xfs: fix inverted return from xfs_btree_sblock_verify_crcEric Sandeen2018-12-041-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong2018-06-051-1/+2
* xfs: don't assert when on-disk btree pointers are garbageDarrick J. Wong2018-06-051-7/+16
* xfs: strengthen btree pointer checks before useDarrick J. Wong2018-06-051-15/+35
* xfs: introduce xfs_btree_debug_check_ptrDarrick J. Wong2018-06-051-47/+29