summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap_btree.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R2022-04-111-2/+7
* xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong2021-10-221-1/+1
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-221-1/+1
* xfs: use separate btree cursor cache for each btree typeDarrick J. Wong2021-10-191-1/+22
* xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong2021-10-191-3/+28
* xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong2021-10-191-1/+2
* xfs: refactor btree cursor allocation functionDarrick J. Wong2021-10-191-5/+1
* xfs: remove xfs_btree_cur.bc_blocklogDarrick J. Wong2021-10-191-1/+0
* xfs: introduce xfs_buf_daddr()Dave Chinner2021-08-191-1/+1
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-1/+1
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-2/+2
* xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong2021-08-181-4/+4
* xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong2021-08-181-1/+1
* xfs: make the keys and records passed to btree inorder functions constDarrick J. Wong2021-08-181-6/+6
* xfs: mark the record passed into btree init_key functions as constDarrick J. Wong2021-08-181-6/+6
* xfs: make the key parameters to all btree key comparison functions constDarrick J. Wong2021-08-181-7/+7
* xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: remove unneeded return value check for *init_cursor()Joseph Qi2020-12-091-2/+0
* xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino2020-07-281-1/+1
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-4/+1
* xfs: rename btree cursor private btree member flagsDave Chinner2020-03-131-2/+2
* xfs: convert btree cursor inode-private member namesDave Chinner2020-03-131-25/+25
* xfs: fix sign handling problem in xfs_bmbt_diff_two_keysDarrick J. Wong2019-08-281-2/+14
* xfs: remove unused header filesEric Sandeen2019-06-281-3/+0
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-281-1/+1
* xfs: miscellaneous verifier magic value fixupsBrian Foster2019-02-111-7/+6
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-021-1/+1
* xfs: replace dop_low with transaction flagBrian Foster2018-08-021-2/+2
* xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2018-07-231-1/+1
* xfs: remove xfs_alloc_arg firstblock fieldBrian Foster2018-07-111-1/+0
* xfs: remove xfs_btree_cur private firstblock fieldBrian Foster2018-07-111-6/+4
* xfs: remove xfs_btree_cur bmbt dfops fieldBrian Foster2018-07-111-6/+3
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: add helpers to calculate btree sizeDarrick J. Wong2018-05-151-0/+9
* Cleanup old XFS_BTREE_* tracesCarlos Maiolino2018-03-111-3/+1
* xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong2018-01-081-0/+1
* xfs: refactor verifier callers to print address of failing checkDarrick J. Wong2018-01-081-5/+13
* xfs: have buffer verifier functions report failing addressDarrick J. Wong2018-01-081-7/+9
* xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong2018-01-081-7/+4
* xfs: refactor long-format btree header verification routinesDarrick J. Wong2018-01-081-20/+2
* xfs: remove XFS_FSB_SANITY_CHECKDarrick J. Wong2018-01-081-2/+2
* xfs: use a b+tree for the in-core extent listChristoph Hellwig2017-11-061-89/+14
* xfs: allow unaligned extent records in xfs_bmbt_disk_set_allChristoph Hellwig2017-11-061-4/+4
* xfs: remove xfs_bmbt_get_stateChristoph Hellwig2017-10-261-28/+1
* xfs: remove all xfs_bmbt_set_* helpers except for xfs_bmbt_set_allChristoph Hellwig2017-10-261-88/+14
* xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_updateChristoph Hellwig2017-10-261-29/+13
* xfs: skip bmbt block ino validation during owner changeBrian Foster2017-09-011-0/+1
* xfs: plumb in needed functions for range querying of various btreesDarrick J. Wong2017-06-191-0/+22
* xfs: always compile the btree inorder check functionsDarrick J. Wong2017-06-191-4/+0