summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_btree.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: don't leak btree cursor when insrec fails after a splitDarrick J. Wong2022-05-271-3/+5
* xfs: assert in xfs_btree_del_cursor should take into account errorDave Chinner2022-05-271-1/+7
* xfs: avoid unnecessary runtime sibling pointer endian conversionsDave Chinner2022-05-271-14/+33
* xfs: detect self referencing btree sibling pointersDave Chinner2022-05-041-35/+105
* xfs: convert btree buffer log flags to unsigned.Dave Chinner2022-04-211-5/+5
* mm/fs: delete PF_SWAPWRITEHugh Dickins2022-03-221-1/+1
* 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-181-35/+35
* xfs: make the record pointer passed to query_range functions constDarrick J. Wong2021-08-181-1/+1
* xfs: make the key parameters to all btree query range functions constDarrick J. Wong2021-08-181-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-161-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-121-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-291-7/+5
* xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_...zhengbin2019-08-261-2/+0
* xfs: remove unused header filesEric Sandeen2019-06-281-3/+0
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-281-8/+8
* xfs: remove unused flag argumentsEric Sandeen2019-06-121-19/+11