aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap_btree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong1-1/+1
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong1-4/+4
2022-04-11xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R1-2/+7
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong1-1/+1
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong1-1/+1
2021-10-19xfs: use separate btree cursor cache for each btree typeDarrick J. Wong1-1/+22
2021-10-19xfs: compute absolute maximum nlevels for each btree typeDarrick J. Wong1-3/+28
2021-10-19xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong1-1/+2
2021-10-19xfs: refactor btree cursor allocation functionDarrick J. Wong1-5/+1
2021-10-19xfs: remove xfs_btree_cur.bc_blocklogDarrick J. Wong1-1/+0
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner1-1/+1
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-1/+1
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-2/+2
2021-08-18xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong1-4/+4
2021-08-18xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong1-1/+1
2021-08-18xfs: make the keys and records passed to btree inorder functions constDarrick J. Wong1-6/+6
2021-08-18xfs: mark the record passed into btree init_key functions as constDarrick J. Wong1-6/+6
2021-08-18xfs: make the key parameters to all btree key comparison functions constDarrick J. Wong1-7/+7
2021-04-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig1-2/+2
2020-12-09xfs: remove unneeded return value check for *init_cursor()Joseph Qi1-2/+0
2020-07-28xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino1-1/+1
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-4/+1
2020-03-13xfs: rename btree cursor private btree member flagsDave Chinner1-2/+2
2020-03-13xfs: convert btree cursor inode-private member namesDave Chinner1-25/+25
2019-08-28xfs: fix sign handling problem in xfs_bmbt_diff_two_keysDarrick J. Wong1-2/+14
2019-06-28xfs: remove unused header filesEric Sandeen1-3/+0
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig1-1/+1
2019-02-11xfs: miscellaneous verifier magic value fixupsBrian Foster1-7/+6
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster1-1/+1
2018-08-02xfs: replace dop_low with transaction flagBrian Foster1-2/+2
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong1-1/+1
2018-07-11xfs: remove xfs_alloc_arg firstblock fieldBrian Foster1-1/+0
2018-07-11xfs: remove xfs_btree_cur private firstblock fieldBrian Foster1-6/+4
2018-07-11xfs: remove xfs_btree_cur bmbt dfops fieldBrian Foster1-6/+3
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-15xfs: add helpers to calculate btree sizeDarrick J. Wong1-0/+9
2018-03-11Cleanup old XFS_BTREE_* tracesCarlos Maiolino1-3/+1
2018-01-08xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong1-0/+1
2018-01-08xfs: refactor verifier callers to print address of failing checkDarrick J. Wong1-5/+13
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong1-7/+9
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong1-7/+4
2018-01-08xfs: refactor long-format btree header verification routinesDarrick J. Wong1-20/+2
2018-01-08xfs: remove XFS_FSB_SANITY_CHECKDarrick J. Wong1-2/+2
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig1-89/+14
2017-11-06xfs: allow unaligned extent records in xfs_bmbt_disk_set_allChristoph Hellwig1-4/+4
2017-10-26xfs: remove xfs_bmbt_get_stateChristoph Hellwig1-28/+1
2017-10-26xfs: remove all xfs_bmbt_set_* helpers except for xfs_bmbt_set_allChristoph Hellwig1-88/+14
2017-10-26xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_updateChristoph Hellwig1-29/+13
2017-09-01xfs: skip bmbt block ino validation during owner changeBrian Foster1-0/+1