aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap_btree.c
AgeCommit message (Expand)Author
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong
2023-12-06xfs: remove __xfs_free_extent_laterDarrick J. Wong
2023-06-29xfs: use deferred frees for btree block freeingDave Chinner
2023-06-05xfs: validate block number being freed before adding to xefiDave Chinner
2023-04-11xfs: implement masked btree key comparisons for _has_records scansDarrick J. Wong
2023-04-11xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong
2023-02-13xfs: use xfs_alloc_vextent_start_bno() where appropriateDave Chinner
2023-02-13xfs: use xfs_alloc_vextent_this_ag() where appropriateDave Chinner
2023-02-11xfs: t_firstblock is tracking AGs not blocksDave Chinner
2023-02-11xfs: drop firstblock constraints from allocation setupDave Chinner
2023-02-11xfs: block reservation too large for minleft allocationDave Chinner
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong
2022-04-11xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong
2021-10-19xfs: use separate btree cursor cache for each btree typeDarrick J. Wong
2021-10-19xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong
2021-10-19xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong
2021-10-19xfs: refactor btree cursor allocation functionDarrick J. Wong
2021-10-19xfs: remove xfs_btree_cur.bc_blocklogDarrick J. Wong
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_sb_version checks with feature flag checksDave Chinner
2021-08-18xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong
2021-08-18xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong
2021-08-18xfs: make the keys and records passed to btree inorder functions constDarrick J. Wong
2021-08-18xfs: mark the record passed into btree init_key functions as constDarrick J. Wong
2021-08-18xfs: make the key parameters to all btree key comparison functions constDarrick J. Wong
2021-04-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig
2020-12-09xfs: remove unneeded return value check for *init_cursor()Joseph Qi
2020-07-28xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig
2020-03-13xfs: rename btree cursor private btree member flagsDave Chinner
2020-03-13xfs: convert btree cursor inode-private member namesDave Chinner
2019-08-28xfs: fix sign handling problem in xfs_bmbt_diff_two_keysDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig
2019-02-11xfs: miscellaneous verifier magic value fixupsBrian Foster
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster
2018-08-02xfs: replace dop_low with transaction flagBrian Foster
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong
2018-07-11xfs: remove xfs_alloc_arg firstblock fieldBrian Foster
2018-07-11xfs: remove xfs_btree_cur private firstblock fieldBrian Foster
2018-07-11xfs: remove xfs_btree_cur bmbt dfops fieldBrian Foster
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-15xfs: add helpers to calculate btree sizeDarrick J. Wong
2018-03-11Cleanup old XFS_BTREE_* tracesCarlos Maiolino
2018-01-08xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong