summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap_btree.c
AgeCommit message (Expand)AuthorFilesLines
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-19xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong1-4/+4
2021-08-19xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong1-1/+1
2021-08-19xfs: make the keys and records passed to btree inorder functions constDarrick J. Wong1-6/+6
2021-08-19xfs: mark the record passed into btree init_key functions as constDarrick J. Wong1-6/+6
2021-08-19xfs: make the key parameters to all btree key comparison functions constDarrick J. Wong1-7/+7
2021-04-08xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-08xfs: 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-29xfs: 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-29xfs: remove unused header filesEric Sandeen1-3/+0
2019-06-29xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig1-1/+1
2019-02-12xfs: miscellaneous verifier magic value fixupsBrian Foster1-7/+6
2018-08-03xfs: pass transaction to xfs_defer_add()Brian Foster1-1/+1
2018-08-03xfs: replace dop_low with transaction flagBrian Foster1-2/+2
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong1-1/+1
2018-07-12xfs: remove xfs_alloc_arg firstblock fieldBrian Foster1-1/+0
2018-07-12xfs: remove xfs_btree_cur private firstblock fieldBrian Foster1-6/+4
2018-07-12xfs: remove xfs_btree_cur bmbt dfops fieldBrian Foster1-6/+3
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-16xfs: add helpers to calculate btree sizeDarrick J. Wong1-0/+9
2018-03-12Cleanup 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-27xfs: remove xfs_bmbt_get_stateChristoph Hellwig1-28/+1
2017-10-27xfs: remove all xfs_bmbt_set_* helpers except for xfs_bmbt_set_allChristoph Hellwig1-88/+14
2017-10-27xfs: 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
2017-06-20xfs: plumb in needed functions for range querying of various btreesDarrick J. Wong1-0/+22
2017-06-20xfs: always compile the btree inorder check functionsDarrick J. Wong1-4/+0
2017-06-20xfs: remove double-underscore integer typesDarrick J. Wong1-4/+4
2017-04-25xfs: simplify validation of the unwritten extent bitChristoph Hellwig1-26/+0
2017-04-25xfs: remove bmap block allocation retriesChristoph Hellwig1-17/+0