]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_refcount_btree.c
xfsprogs: Release v6.7.0
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_refcount_btree.c
2023-09-07  Dave Chinnerxfs: use deferred frees for btree block freeing
2023-06-09  Darrick J. Wongxfs: implement masked btree key comparisons for _has_re...
2023-06-09  Darrick J. Wongxfs: replace xfs_btree_has_record with a general keyspa...
2023-06-09  Darrick J. Wongxfs: create traced helper to get extra perag references
2023-06-09  Darrick J. Wongxfs: pass per-ag references to xfs_free_extent
2023-05-10  Dave Chinnerxfs: introduce xfs_alloc_vextent_near_bno()
2023-05-10  Dave Chinnerxfs: use xfs_alloc_vextent_this_ag() where appropriate
2023-05-10  Dave Chinnerxfs: perags need atomic operational state
2022-11-21  Darrick J. Wongxfs: track cow/shared record domains explicitly in...
2022-08-30  Dave Chinnerxfs: make is_log_ag() a first class helper
2022-08-30  Dave Chinnerxfs: pass perag to xfs_alloc_read_agf()
2022-04-28  Darrick J. Wongxfs: remove kmem_zone typedef
2022-04-28  Darrick J. Wongxfs: use separate btree cursor cache for each btree...
2022-04-28  Darrick J. Wongxfs: compute absolute maximum nlevels for each btree...
2022-04-28  Darrick J. Wongxfs: dynamically allocate cursors based on maxlevels
2022-04-28  Darrick J. Wongxfs: refactor btree cursor allocation function
2022-04-28  Darrick J. Wongxfs: remove xfs_btree_cur.bc_blocklog
2022-01-31  Dave Chinnerxfs: introduce xfs_buf_daddr()
2022-01-31  Dave Chinnerxfs: replace xfs_sb_version checks with feature flag...
2022-01-31  Darrick J. Wongxfs: make the start pointer passed to btree alloc_block...
2022-01-31  Darrick J. Wongxfs: make the pointer passed to btree set_root function...
2022-01-31  Darrick J. Wongxfs: make the keys and records passed to btree inorder...
2022-01-31  Darrick J. Wongxfs: mark the record passed into btree init_key functio...
2022-01-31  Darrick J. Wongxfs: make the key parameters to all btree key compariso...
2021-10-15  Dave Chinnerxfs: remove agno from btree cursor
2021-10-15  Dave Chinnerxfs: convert refcount btree cursor to use perags
2021-10-15  Dave Chinnerxfs: add a perag to the btree cursor
2021-10-15  Dave Chinnerxfs: push perags through the ag reservation callouts
2021-10-15  Dave Chinnerxfs: move xfs_perag_get/put to xfs_ag.[ch]
2020-09-15  Carlos Maiolinoxfs: Remove kmem_zone_zalloc() usage
2020-09-04  Gao Xiangxfs: get rid of unnecessary xfs_perag_{get,put} pairs
2020-05-01  Darrick J. Wongxfs: add support for refcount btree staging cursors
2020-05-01  Dave Chinnerxfs: make the btree ag cursor private union anonymous
2020-05-01  Dave Chinnerxfs: convert btree cursor ag-private member name
2020-05-01  Christoph Hellwigxfs: remove XFS_BUF_TO_AGF
2020-01-30  Eric Sandeenlibxfs: move header includes closer to kernelspace
2019-08-28  Eric Sandeenxfs: remove unused header files
2019-08-28  Christoph Hellwigxfs: add struct xfs_mount pointer to struct xfs_buf
2019-07-24  Darrick J. Wongxfs: don't reserve per-AG space for an internal log
2019-05-06  Brian Fosterxfs: miscellaneous verifier magic value fixups
2019-02-27  Darrick J. Wongxfs: remove xfs_rmap_ag_owner and friends
2018-10-05  Darrick J. Wongxfs: pass transaction lock while setting up agresv...
2018-10-05  Brian Fosterxfs: remove xfs_alloc_arg firstblock field
2018-10-04  Brian Fosterxfs: remove unused btree cursor bc_private.a.dfops...
2018-06-28  Dave Chinnerxfs: convert to SPDX license tags
2018-06-28  Darrick J. Wongxfs: don't ASSERT on short form btree root pointer...
2018-05-01  Eric SandeenMerge branch 'libxfs-4.17-sync' into for-next
2018-04-18  Eric Sandeenxfs: non-scrub - remove unused function parameters
2018-04-18  Carlos MaiolinoCleanup old XFS_BTREE_* traces
2018-02-27  Darrick J. Wongxfs: create a new buf_ops pointer to verify structure...
2018-02-27  Darrick J. Wongxfs: refactor verifier callers to print address of...
2018-02-27  Darrick J. Wongxfs: have buffer verifier functions report failing...
2018-02-27  Darrick J. Wongxfs: refactor xfs_verifier_error and xfs_buf_ioerror
2017-07-31  Darrick J. Wongxfs: always compile the btree inorder check functions
2017-07-31  Darrick J. Wongxfs: remove double-underscore integer types
2017-01-11  Darrick J. Wongxfs: use the actual AG length when reserving blocks
2017-01-10  Dave Chinnerxfs: make xfs btree stats less huge
2016-10-25  Darrick J. Wongxfs: preallocate blocks for worst-case btree expansion
2016-10-25  Darrick J. Wongxfs: add refcount btree operations
2016-10-25  Darrick J. Wongxfs: define the on-disk refcount btree format