]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - repair/rmap.c
xfsprogs: Release v6.7.0
[thirdparty/xfsprogs-dev.git] / repair / rmap.c
2023-05-10  Darrick J. Wongxfs_repair: estimate per-AG btree slack better
2023-05-10  Dave Chinnerxfs: perags need atomic operational state
2022-12-09  Carlos Maiolinoxfs_repair: Fix rmaps_verify_btree() error path origin/for-next_2022-12-13
2022-12-09  Carlos Maiolinoxfs_repair: Fix check_refcount() error path
2022-11-21  Darrick J. Wongxfs: track cow/shared record domains explicitly in...
2022-08-30  Dave Chinnerxfs: pass perag to xfs_alloc_read_agf()
2022-06-22  Darrick J. Wongxfs: simplify xfs_rmap_lookup_le call sites
2022-05-18  Darrick J. Wongxfs_repair: improve error reporting when checking rmap...
2022-01-31  Darrick J. Wongxfs_{copy,db,logprint,repair}: replace xfs_sb_version...
2021-10-15  Dave Chinnerxfs: convert refcount btree cursor to use perags
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
2020-11-20  Darrick J. Wongxfs_repair: directly compare refcount records
2020-05-01  Christoph Hellwigxfs: remove the agfl_bno member from struct xfs_agfl
2020-03-01  Darrick J. Wonglibxfs: remove unused flags parameter to libxfs_buf_mar...
2020-03-01  Darrick J. Wonglibxfs: straighten out libxfs_writebuf naming confusion
2020-03-01  Darrick J. Wonglibxfs: replace libxfs_putbuf with libxfs_buf_relse
2020-01-30  Eric Sandeenxfs_repair: don't search for libxfs.h in system headers
2019-11-06  Darrick J. Wonglibfrog: convert bitmap.c to negative error codes
2019-10-17  Darrick J. Wonglibfrog: fix bitmap error communication problems
2019-09-09  Darrick J. Wongxfs_repair: reduce the amount of "clearing reflink...
2019-09-09  Darrick J. Wonglibfrog: move bitmap.h to libfrog/
2019-06-06  Darrick J. Wonglibfrog: fix bitmap return values
2019-04-26  Darrick J. Wongxfs_repair: correctly account for free space btree...
2019-02-27  Darrick J. Wongxfs: remove xfs_rmap_ag_owner and friends
2018-12-12  Darrick J. Wongxfs_repair: skip block reservation when fixing freelist
2018-10-17  Eric Sandeenxfsprogs: minor endian annotation fixes
2018-10-09  Darrick J. Wonglibxfs: check libxfs_trans_commit return values
2018-10-04  Brian Fosterxfs: remove unused btree cursor bc_private.a.dfops...
2018-10-04  Darrick J. Wonglibxfs: fix xfs_trans_alloc reservation abuse
2018-07-27  Eric SandeenMerge branch 'libxfs-4.18-sync' into for-next
2018-07-24  Dave Chinnerxfsprogs: convert to SPDX license tags
2018-05-01  Eric SandeenMerge branch 'libxfs-4.17-sync' into for-next
2018-04-18  Dave Chinnerxfs: convert XFS_AGFL_SIZE to a helper function
2017-11-09  Darrick J. Wongxfs_repair: always release btree buffers when refcountb...
2017-09-15  Eric SandeenMerge branch 'libxfs-4.13-sync' into for-next
2017-08-04  Darrick J. Wongxfsprogs: remove double-underscore integer types
2017-06-21  Darrick J. Wongxfs_repair: replace rmap_compare with libxfs version
2016-12-21  Darrick J. Wongxfs_repair: fix some potential null pointer deferences
2016-10-26  Darrick J. Wongxfs_repair: use range query when while checking rmaps
2016-10-26  Darrick J. Wongxfs_repair: check the refcount btree against our observ...
2016-10-26  Darrick J. Wongxfs_repair: fix inode reflink flags
2016-10-26  Darrick J. Wongxfs_repair: record reflink inode state
2016-10-26  Darrick J. Wongxfs_repair: process reverse-mapping data into refcount...
2016-10-02  Darrick J. Wongxfs_repair: fix bogosity when rmapping new AGFL blocks
2016-08-26  Darrick J. Wongxfs_repair: fix naming problems in repair/rmap.c
2016-08-26  Darrick J. Wongmisc: fix libxfs api violations
2016-08-26  Darrick J. Wongmisc: fix Coverity errors
2016-08-19  Darrick J. Wongxfs_repair: merge data & attr fork reverse mappings
2016-08-19  Darrick J. Wongxfs_repair: add per-AG btree blocks to rmap data and...
2016-08-19  Darrick J. Wongxfs_repair: check existing rmapbt entries against obser...
2016-08-19  Darrick J. Wongxfs_repair: add fixed-location per-AG rmaps
2016-08-19  Darrick J. Wongxfs_repair: add inode bmbt block rmaps
2016-08-19  Darrick J. Wongxfs_repair: record and merge raw rmap data
2016-08-19  Darrick J. Wongxfs_repair: collect reverse-mapping data for refcount...