]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_refcount.c
xfsprogs: Release v6.8.0
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_refcount.c
2024-04-17  Darrick J. Wongxfs: create a ranged query function for refcount btrees
2024-04-17  Darrick J. Wongxfs: repair refcount btrees
2024-04-17  Christoph Hellwigxfs: pass the defer ops directly to xfs_defer_add
2024-04-17  Darrick J. Wongxfs: remove __xfs_free_extent_later
2023-09-07  Darrick J. Wongxfs: fix xfs_btree_query_range callers to initialize...
2023-09-07  Dave Chinnerxfs: use deferred frees for btree block freeing
2023-06-22  Dave Chinnerxfs: validate block number being freed before adding...
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: complain about bad records in query_range helpers
2023-06-09  Darrick J. Wongxfs: standardize ondisk to incore conversion for refcou...
2023-06-09  Darrick J. Wongxfs: give xfs_refcount_intent its own perag reference
2023-05-09  Darrick J. Wongxfs: pass refcount intent directly through the log...
2023-03-17  Darrick J. Wongxfs: estimate post-merge refcounts correctly
2023-03-17  Darrick J. Wongxfs: hoist refcount record merge predicates
2022-11-21  Darrick J. Wongxfs: rename XFS_REFC_COW_START to _COWFLAG
2022-11-21  Darrick J. Wongxfs: fix uninitialized list head in struct xfs_refcount...
2022-11-21  Darrick J. Wongxfs: fix agblocks check in the cow leftover recovery...
2022-11-21  Darrick J. Wongxfs: check record domain when accessing refcount records
2022-11-21  Darrick J. Wongxfs: remove XFS_FIND_RCEXT_SHARED and _COW
2022-11-21  Darrick J. Wongxfs: refactor domain and refcount checking
2022-11-21  Darrick J. Wongxfs: track cow/shared record domains explicitly in...
2022-11-21  Darrick J. Wongxfs: check deferred refcount op continuation parameters
2022-11-21  Darrick J. Wongxfs: create a predicate to verify per-AG extents
2022-11-21  Darrick J. Wongxfs: make sure aglen never goes negative in xfs_refcoun...
2022-08-30  Dave Chinnerxfs: Pre-calculate per-AG agbno geometry
2022-08-30  Dave Chinnerxfs: pass perag to xfs_alloc_read_agf()
2022-06-22  Darrick J. Wongxfs: rename xfs_*alloc*_log_count to _block_count
2022-06-22  Darrick J. Wongxfs: reduce transaction reservations with reflink
2022-06-22  Darrick J. Wongxfs: count EFIs when deciding to ask for a continuation...
2022-04-28  Darrick J. Wongxfs: remove unused parameter from refcount code
2022-04-28  Darrick J. Wongxfs: rename xfs_bmap_add_free to xfs_free_extent_later
2022-04-28  Darrick J. Wongxfs: create slab caches for frequently-used deferred...
2022-01-31  Dave Chinnerxfs: convert xfs_sb_version_has checks to use mount...
2022-01-31  Darrick J. Wongxfs: make the record pointer passed to query_range...
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-01-07  Joseph Qixfs: remove unneeded return value check for *init_cursor()
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-03-14  Darrick J. Wongxfs: remove unnecessary null pointer checks from _read_...
2020-01-30  Eric Sandeenlibxfs: move header includes closer to kernelspace
2020-01-22  Darrick J. Wongxfs: convert open coded corruption check to use XFS_IS_...
2020-01-22  Darrick J. Wongxfs: kill the XFS_WANT_CORRUPT_* macros
2020-01-22  Darrick J. Wongxfs: always log corruption errors
2019-12-13  Darrick J. Wongxfs: remove unnecessary int returns from deferred refco...
2019-12-13  Darrick J. Wongxfs: remove unnecessary int returns from deferred rmap...
2019-12-13  Tetsuo Handafs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
2019-08-28  Eric Sandeenxfs: remove unused header files
2018-10-05  Brian Fosterxfs: pass transaction to xfs_defer_add()
2018-10-05  Brian Fosterxfs: drop dop param from xfs_defer_op_type ->finish_ite...
2018-10-05  Brian Fosterxfs: remove all boilerplate defer init/finish code
2018-10-05  Darrick J. Wongxfs: clean up xfs_btree_del_cursor callers
2018-10-05  Darrick J. Wongxfs: trivial xfs_btree_del_cursor cleanups
2018-10-05  Brian Fosterxfs: remove xfs_defer_init() firstblock param
2018-10-05  Brian Fosterxfs: replace no-op firstblock init with ->t_firstblock
2018-10-04  Brian Fosterxfs: refactor dfops init to attach to transaction
2018-10-04  Brian Fosterxfs: use ->t_dfops in reflink cow recover path
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  Dave Chinnerxfs: validate btree records on retrieval
2018-06-28  Dave Chinnerxfs: fix error handling in xfs_refcount_insert()
2018-06-28  Darrick J. Wongxfs: add repair helpers for the reference count btree
2018-06-28  Darrick J. Wongxfs: expose various functions to repair code
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-02-27  Darrick J. Wongxfs: add scrub cross-referencing helpers for the refcou...
2018-01-03  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2018-01-03  Darrick J. Wongxfs: queue deferred rmap ops for cow staging extent...
2017-11-27  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2017-11-17  Darrick J. Wongxfs: move error injection tags into their own file
2017-10-18  Christoph Hellwigxfs: remove the ip argument to xfs_defer_finish
2017-07-31  Darrick J. Wongxfs: check _alloc_read_agf buffer pointer before using
2017-07-31  Darrick J. Wongxfs: remove unneeded parameter from XFS_TEST_ERROR
2017-07-31  Darrick J. Wongxfs: try to avoid blowing out the transaction reservati...
2017-06-13  Darrick J. Wongxfs: avoid mount-time deadlock in CoW extent recovery
2016-10-25  Darrick J. Wongxfs: rework refcount cow recovery error handling
2016-10-25  Darrick J. Wongxfs: store in-progress CoW allocations in the refcount...
2016-10-25  Darrick J. Wongxfs: introduce reflink utility functions
2016-10-25  Darrick J. Wongxfs: connect refcount adjust functions to upper layers
2016-10-25  Darrick J. Wongxfs: adjust refcount of an extent of blocks in refcount...
2016-10-25  Darrick J. Wongxfs: add refcount btree operations