summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap_btree.c
AgeCommit message (Expand)Author
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
2018-01-08xfs: refactor verifier callers to print address of failing checkDarrick J. Wong
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong
2018-01-08xfs: refactor long-format btree header verification routinesDarrick J. Wong
2018-01-08xfs: remove XFS_FSB_SANITY_CHECKDarrick J. Wong
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig
2017-11-06xfs: allow unaligned extent records in xfs_bmbt_disk_set_allChristoph Hellwig
2017-10-26xfs: remove xfs_bmbt_get_stateChristoph Hellwig
2017-10-26xfs: remove all xfs_bmbt_set_* helpers except for xfs_bmbt_set_allChristoph Hellwig
2017-10-26xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_updateChristoph Hellwig
2017-09-01xfs: skip bmbt block ino validation during owner changeBrian Foster
2017-06-19xfs: plumb in needed functions for range querying of various btreesDarrick J. Wong
2017-06-19xfs: always compile the btree inorder check functionsDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong