summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_btree.c
AgeCommit message (Expand)Author
2021-10-22xfs: define the on-disk realtime refcount btree formatDarrick J. Wong
2021-10-22xfs: introduce realtime refcount btree definitionsDarrick J. Wong
2021-10-22xfs: add realtime rmap btree operationsDarrick J. Wong
2021-10-22xfs: define the on-disk realtime rmap btree formatDarrick J. Wong
2021-10-22xfs: introduce realtime rmap btree definitionsDarrick J. Wong
2021-10-22xfs: consolidate btree block allocation tracepointsDarrick J. Wong
2021-10-22xfs: consolidate btree block freeing tracepointsDarrick J. Wong
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong
2021-10-22xfs: use separate btree cursor slab for each btree typebtree-cursor-zones_2021-10-22Darrick J. Wong
2021-10-22xfs: check absolute maximum nlevels for each btree typeDarrick J. Wong
2021-10-22xfs: widen btree maxlevels computation to handle 64-bit record countsbtree-cleanups_2021-10-22Darrick J. Wong
2021-10-22xfs: remove xfs_btree_cur.bc_blocklogDarrick J. Wong
2021-10-22xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong
2021-10-22xfs: compute actual maximum btree height for critical reservation calculationDarrick J. Wong
2021-10-22xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong
2021-10-22xfs: encode the max btree height in the cursorDarrick J. Wong
2021-10-22xfs: refactor btree cursor allocation functionDarrick J. Wong
2021-10-22xfs: support dynamic btree cursor heightsDarrick J. Wong
2021-10-22xfs: check that bc_nlevels never overflowsDarrick J. Wong
2021-10-22xfs: remove xfs_btree_cur_t typedefDarrick J. Wong
2021-10-22xfs: update btree keys correctly when _insrec splits an inode root blockbtree-ifork-records_2021-10-22Darrick J. Wong
2021-10-22xfs: support storing records in the inode core rootDarrick J. Wong
2021-10-22xfs: hoist the node iroot update code out of xfs_btree_kill_irootDarrick J. Wong
2021-10-22xfs: hoist the node iroot update code out of xfs_btree_new_irootDarrick J. Wong
2021-10-22xfs: generalize the btree root reallocation functionDarrick J. Wong
2021-10-22xfs: report XFS_CORRUPT_ON errors to the health systemcorruption-health-reports_2021-10-22Darrick J. Wong
2021-10-22xfs: report btree block corruption errors to the health systemDarrick J. Wong
2021-10-22xfs: teach xfs_btree_has_record to return false if there are gapsDarrick 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