]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_rmap_btree.c
xfs: convert flex-array declarations in xfs attr shortform objects
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_rmap_btree.c
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: fix rm_offset flag handling in rmap keys
2023-06-09  Darrick J. Wongxfs: create traced helper to get extra perag references
2023-05-10  Dave Chinnerxfs: perags need atomic operational state
2022-08-30  Dave Chinnerxfs: make is_log_ag() a first class helper
2022-08-30  Dave Chinnerxfs: pass perag to xfs_alloc_put_freelist
2022-08-30  Dave Chinnerxfs: pass perag to xfs_alloc_get_freelist
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: compute the maximum height of the rmap btree when...
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 rmap btree cursor to using a perag
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: pass perags through to the busy extent code
2021-10-15  Dave Chinnerxfs: move xfs_perag_get/put to xfs_ag.[ch]
2021-06-30  Darrick J. Wongxfs: remove obsolete AGF counter debugging
2020-11-20  Darrick J. Wongxfs: revert "xfs: fix rmap key and record comparison...
2020-11-14  Darrick J. Wongxfs: fix rmap key and record comparison functions
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 rmap btree staging cursors
2020-05-01  Dave Chinnerxfs: convert btree cursor ag-private member name
2020-05-01  Christoph Hellwigxfs: remove XFS_BUF_TO_AGF
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
2018-10-05  Darrick J. Wongxfs: pass transaction lock while setting up agresv...
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  Brian Fosterxfs: account only rmapbt-used blocks against rmapbt...
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: introduce refcount btree definitions
2016-08-18  Darrick J. Wongxfs: store rmapbt block count in the AGF
2016-08-10  Darrick J. Wongxfs: remove the get*keys and update_keys btree ops...
2016-08-10  Darrick J. Wongxfs: support overlapping intervals in the rmap btree
2016-08-10  Darrick J. Wongxfs: add rmap btree operations
2016-08-10  Darrick J. Wongxfs: define the on-disk rmap btree format