]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_rmap.c
xfsprogs: Release v6.15.0
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_rmap.c
2025-02-25  Darrick J. Wongxfs: update rmap to allow cow staging extents in the...
2025-02-25  Darrick J. Wongxfs: create a shadow rmap btree during realtime rmap...
2025-02-25  Darrick J. Wongxfs: wire up rmap map and unmap to the realtime rmapbt
2025-02-25  Darrick J. Wongxfs: add a realtime flag to the rmap update log redo...
2025-02-25  Darrick J. Wongxfs: prepare rmap functions to deal with rtrmapbt
2025-02-25  Darrick J. Wongxfs: simplify the xfs_rmap_{alloc,free}_extent calling...
2024-12-24  Christoph Hellwigxfs: store a generic group structure in the intents
2024-12-24  Christoph Hellwigxfs: add a generic group pointer to the btree cursor
2024-12-24  Christoph Hellwigxfs: move the online repair rmap hooks to the generic...
2024-12-24  Christoph Hellwigxfs: factor out a generic xfs_group structure
2024-10-04  Darrick J. Wongxfs: move xfs_rmap_update_defer_add to xfs_rmap_item.c
2024-10-04  Christoph Hellwigxfs: simplify usage of the rcur local variable in xfs_r...
2024-10-04  Darrick J. Wongxfs: don't bother calling xfs_rmap_finish_one_cleanup...
2024-10-04  Darrick J. Wongxfs: clean up rmap log intent item tracepoint callsites
2024-10-04  Darrick J. Wongxfs: pass btree cursors to rmap btree tracepoints
2024-10-04  Darrick J. Wongxfs: give rmap btree cursor error tracepoints their...
2024-06-17  Carlos MaiolinoMerge tag 'libxfs-sync-6.9_2024-06-03' of https://git...
2024-06-03  Darrick J. Wongxfs: hook live rmap operations during a repair operation
2024-06-03  Darrick J. Wongxfs: create a shadow rmap btree during rmap repair
2024-06-03  Darrick J. Wongxfs: repair the rmapbt
2024-06-03  Darrick J. Wongxfs: report XFS_IS_CORRUPT errors to the health system
2024-06-03  Darrick J. Wongxfs: report btree block corruption errors to the health...
2024-06-03  Dave Chinnerxfs: use GFP_KERNEL in pure transaction contexts
2024-04-17  Christoph Hellwigxfs: pass the defer ops directly to xfs_defer_add
2023-09-07  Darrick J. Wongxfs: fix xfs_btree_query_range callers to initialize...
2023-06-09  Darrick J. Wongxfs: teach scrub to check for sole ownership of metadat...
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: hoist rmap record flag checks from scrub
2023-06-09  Darrick J. Wongxfs: hoist rmap record flag checks from scrub
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 rmap...
2023-06-09  Darrick J. Wongxfs: return a failure address from xfs_rmap_irec_offset...
2023-06-09  Darrick J. Wongxfs: give xfs_rmap_intent its own perag reference
2023-05-09  Darrick J. Wongxfs: pass rmap space mapping directly through the log...
2022-11-21  Darrick J. Wongxfs: create a predicate to verify per-AG extents
2022-08-30  Dave Chinnerxfs: Pre-calculate per-AG agbno geometry
2022-06-22  Darrick J. Wongxfs: speed up write operations by using non-overlapped...
2022-06-22  Darrick J. Wongxfs: speed up rmap lookups by using non-overlapped...
2022-06-22  Darrick J. Wongxfs: simplify xfs_rmap_lookup_le call sites
2022-04-28  Darrick J. Wongxfs: create slab caches for frequently-used deferred...
2022-01-31  Dave Chinnerxfs: replace xfs_sb_version checks with feature flag...
2022-01-31  Darrick J. Wongxfs: make the record pointer passed to query_range...
2022-01-31  Darrick J. Wongxfs: make the key parameters to all btree query range...
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: pass perags through to the busy extent code
2021-10-15  Dave Chinnerxfs: move xfs_perag_get/put to xfs_ag.[ch]
2021-01-07  Joseph Qixfs: remove unneeded return value check for *init_cursor()
2020-11-14  Darrick J. Wongxfs: fix flags argument to rmap lookup when converting...
2020-11-12  Darrick J. Wongxfs: avoid shared rmap operations for attr fork extents
2020-05-01  Dave Chinnerxfs: convert btree cursor ag-private member name
2020-05-01  Darrick J. Wongxfs: fix xfs_rmap_has_other_keys usage of ECANCELED
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
2019-12-13  Darrick J. Wongxfs: remove all *_ITER_CONTINUE values
2019-12-13  Darrick J. Wongxfs: remove all *_ITER_ABORT values
2019-12-13  Darrick J. Wongxfs: reinitialize rm_flags when unpacking an offset...
2019-12-13  Darrick J. Wongxfs: remove unnecessary int returns from deferred rmap...
2019-12-13  Darrick J. Wongxfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keys
2019-12-13  Tetsuo Handafs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
2019-08-28  Eric Sandeenxfs: remove unused header files
2019-02-27  Darrick J. Wongxfs: remove xfs_rmap_ag_owner and friends
2019-02-27  Darrick J. Wongxfs: const-ify xfs_owner_info arguments
2018-10-05  Brian Fosterxfs: pass transaction to xfs_defer_add()
2018-10-05  Darrick J. Wongxfs: trivial xfs_btree_del_cursor cleanups
2018-10-05  Darrick J. Wongxfs: don't assume a left rmap when allocating a new...
2018-06-28  Dave Chinnerxfs: convert to SPDX license tags
2018-06-28  Dave Chinnerxfs: validate btree records on retrieval
2018-06-28  Darrick J. Wongxfs: add repair helpers for the reverse mapping btree
2018-06-28  Darrick J. Wongxfs: add missing rmap error return
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 rmap...
2018-01-03  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2018-01-03  Darrick J. Wongxfs: only skip rmap owner checks for unknown-owner... libxfs-4.15-sync
2018-01-03  Darrick J. Wongxfs: always honor OWN_UNKNOWN rmap removal requests
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-07-31  Darrick J. Wongxfs: remove unneeded parameter from XFS_TEST_ERROR
2017-07-31  Darrick J. Wongxfs: export various function for the online scrubber
2017-07-31  Darrick J. Wongxfs: remove double-underscore integer types
2017-05-11  Darrick J. Wongxfs: implement the GETFSMAP ioctl
2017-05-11  Darrick J. Wongxfs: create a function to query all records in a btree
2016-10-25  Darrick J. Wongxfs: convert unwritten status of reverse mappings for...
2016-10-25  Darrick J. Wongxfs: use interval query for rmap alloc operations on...
2016-10-25  Darrick J. Wongxfs: introduce the CoW fork
2016-08-10  Darrick J. Wongxfs: propagate bmap updates to rmapbt
2016-08-10  Darrick J. Wongxfs: add rmap btree insert and delete helpers
2016-08-10  Darrick J. Wongxfs: convert unwritten status of reverse mappings
2016-08-10  Darrick J. Wongxfs: remove an extent from the rmap btree
2016-08-10  Darrick J. Wongxfs: add an extent to the rmap btree
2016-08-10  Darrick J. Wongxfs: teach rmapbt to support interval queries
2016-08-10  Darrick J. Wongxfs: add rmap btree operations
2016-08-10  Darrick J. Wongxfs: introduce rmap extent operation stubs