summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_btree.c
AgeCommit message (Expand)Author
2021-09-23xfs: use separate btree cursor slab for each btree typebtree-cursor-zones-5.16_2021-09-23Darrick J. Wong
2021-09-23xfs: check absolute maximum nlevels for each btree typeDarrick J. Wong
2021-09-23xfs: remove xfs_btree_cur.bc_blocklogDarrick J. Wong
2021-09-23xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong
2021-09-23xfs: compute actual maximum btree height for critical reservation calculationDarrick J. Wong
2021-09-23xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong
2021-09-23xfs: encode the max btree height in the cursorDarrick J. Wong
2021-09-23xfs: refactor btree cursor allocation functionDarrick J. Wong
2021-09-23xfs: support dynamic btree cursor heightsDarrick J. Wong
2021-09-23xfs: check that bc_nlevels never overflowsDarrick J. Wong
2021-09-23xfs: 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 recursionxfs-5.12-merge-6Dave Chinner
2021-02-11xfs: consider shutdown in bmapbt cursor delete assertxfs-5.12-merge-5Brian Foster
2020-12-16xfs: remove xfs_buf_t typedefxfs-5.11-merge-4Dave Chinner
2020-12-12fs/xfs: convert comma to semicolonxfs-5.11-merge-3Zheng 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_lshiftxfs-5.6-merge-2Eric 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 argumentsxfs-5.3-merge-1Eric 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