]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - repair
xfs_io: add fsuuid command
[thirdparty/xfsprogs-dev.git] / repair /
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-12-09  Darrick J. Wongxfs_{db,repair}: fix XFS_REFC_COW_START usage
2022-12-09  Darrick J. Wongxfs_repair: retain superblock buffer to avoid write...
2022-12-09  Darrick J. Wongxfs_repair: don't crash on unknown inode parents in...
2022-12-09  Darrick J. Wongmisc: add static to various sourcefile-local functions
2022-11-21  Darrick J. Wongxfs: rename XFS_REFC_COW_START to _COWFLAG
2022-11-21  Darrick J. Wongxfs: track cow/shared record domains explicitly in...
2022-11-21  Shida Zhangxfs: rearrange the logic and remove the broken comment...
2022-08-30  Darrick J. Wongxfs: use XFS_IFORK_Q to determine the presence of an...
2022-08-30  Darrick J. Wongxfs: make inode attribute forks a permanent part of...
2022-08-30  Darrick J. Wongxfs: convert XFS_IFORK_PTR to a static inline helper
2022-08-30  Dave Chinnerxfs: Pre-calculate per-AG agino geometry
2022-08-30  Dave Chinnerxfs: Pre-calculate per-AG agbno geometry
2022-08-30  Dave Chinnerxfs: pass perag to xfs_alloc_read_agf()
2022-08-12  Darrick J. Wongxfs_repair: fix printf format specifiers on 32-bit...
2022-08-05  Chandan Babu Rxfs_repair: Add support for upgrading to large extent...
2022-08-05  Darrick J. Wongxfs_repair: check filesystem geometry before allowing...
2022-07-14  Chandan Babu Rxfs_repair: Search for conflicts in inode_tree_ptrs...
2022-07-14  Darrick J. Wongxfs_repair: ignore empty xattr leaf blocks
2022-07-13  Darrick J. Wongxfs_repair: check the rt summary against observations
2022-07-13  Darrick J. Wongxfs_repair: check the rt bitmap against observations
2022-07-13  Darrick J. Wongxfs_repair: check free rt extent count
2022-07-12  Darrick J. Wongxfs_repair: detect and fix padding fields that changed...
2022-07-12  Darrick J. Wongxfs_repair: clear DIFLAG2_NREXT64 when filesystem doesn...
2022-07-12  Darrick J. Wongxfs_repair: don't flag log_incompat inconsistencies...
2022-07-12  Darrick J. Wongxfs_repair: always rewrite secondary supers when needsr...
2022-07-12  Darrick J. Wongmisc: fix unsigned integer comparison complaints
2022-06-22  Darrick J. Wongxfs: simplify xfs_rmap_lookup_le call sites
2022-06-22  Chandan Babu Rxfs: Introduce per-inode 64-bit extent counters
2022-06-22  Chandan Babu Rxfs: Introduce macros to represent new maximum extent...
2022-06-22  Chandan Babu Rxfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and...
2022-06-22  Chandan Babu Rxfs: Introduce xfs_dfork_nextents() helper
2022-06-22  Chandan Babu Rxfs: Use xfs_extnum_t instead of basic data types
2022-06-22  Chandan Babu Rxfs: Introduce xfs_iext_max_nextents() helper
2022-06-22  Chandan Babu Rxfs: Define max extent length based on on-disk format...
2022-05-18  Darrick J. Wongxfs_repair: check the ftype of dot and dotdot directory...
2022-05-18  Darrick J. Wongxfs_repair: improve error reporting when checking rmap...
2022-05-18  Darrick J. Wongxfs_repair: detect v5 featureset mismatches in secondar...
2022-05-18  Darrick J. Wongxfs_repair: fix sizing of the incore rt space usage...
2022-05-18  Darrick J. Wongxfs_repair: warn about suspicious btree levels in AG...
2022-04-28  Darrick J. Wongxfs_repair: stop using XFS_BTREE_MAXLEVELS
2022-04-28  Christoph Hellwigxfs: remove the xfs_dqblk_t typedef
2022-04-28  Christoph Hellwigxfs: remove the xfs_dsb_t typedef
2022-04-28  Christoph Hellwigxfs: remove the xfs_dinode_t typedef
2022-04-28  Darrick J. Wongxfs_repair: fix AG header btree level comparisons
2022-03-10  Eric Sandeenxfs_repair: don't guess about failure reason in phase6
2022-02-25  Darrick J. Wongxfs_repair: update secondary superblocks after changing...
2022-02-25  Darrick J. Wongxfs_repair: fix indentation problems in upgrade_filesystem
2022-02-25  Darrick J. Wongxfs_repair: use format specifier for directory inode...
2022-02-25  Darrick J. Wongxfs_repair: explicitly cast resource usage counts in...
2022-02-25  Darrick J. Wongmisc: add a crc32c self test to mkfs and repair
2022-02-03  Dave Chinnerxfs: convert bp->b_bn references to xfs_buf_daddr()
2022-01-31  Dave Chinnerxfs: introduce xfs_buf_daddr()
2022-01-31  Darrick J. Wonglibxfs: use opstate flags and functions for libxfs...
2022-01-31  Dave Chinnerxfs: kill xfs_sb_version_has_v3inode()
2022-01-31  Darrick J. Wongxfs_{copy,db,logprint,repair}: replace xfs_sb_version...
2022-01-31  Dave Chinnerxfs: replace xfs_sb_version checks with feature flag...
2022-01-31  Dave Chinnerxfs: reflect sb features in xfs_mount
2022-01-31  Darrick J. Wongxfs_{copy,db,logprint,repair}: pass xfs_mount pointers...
2022-01-31  Theodore Ts'oxfsprogs: fix static build problems caused by liburcu
2021-12-02  Darrick J. Wonglibxfs: fix atomic64_t poorly for 32-bit architectures
2021-10-15  Dave Chinnerxfs: remove agno from btree cursor
2021-10-15  Dave Chinnerxfs: use perag for ialloc btree cursors
2021-10-15  Dave Chinnerxfs: convert allocbt cursors to use perags
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
2021-10-01  Darrick J. Wongmisc: convert utilities to use "fallthrough;"
2021-09-29  Darrick J. Wonglibfrog: move topology.[ch] to libxfs
2021-09-29  Dave Chinnerxfsprogs: introduce liburcu support
2021-07-28  Darrick J. Wongxfs_repair: invalidate dirhash entry when junking dirent
2021-07-28  Darrick J. Wongxfs_repair: validate alignment of inherited rt extent...
2021-06-30  Christoph Hellwigxfs: remove XFS_IFEXTENTS
2021-06-30  Christoph Hellwigxfs: move the di_crtime field to struct xfs_inode
2021-06-30  Christoph Hellwigxfs: move the di_flags2 field to struct xfs_inode
2021-06-30  Christoph Hellwigxfs: move the di_flags field to struct xfs_inode
2021-06-30  Christoph Hellwigxfs: move the di_forkoff field to struct xfs_inode
2021-06-30  Christoph Hellwigxfs: move the di_flushiter field to struct xfs_inode
2021-06-30  Christoph Hellwigxfs: move the di_cowextsize field to struct xfs_inode
2021-06-30  Christoph Hellwigxfs: move the di_extsize field to struct xfs_inode
2021-06-30  Christoph Hellwigxfs: move the di_nblocks field to struct xfs_inode
2021-06-30  Christoph Hellwigxfs: move the di_size field to struct xfs_inode
2021-06-30  Christoph Hellwigxfs: move the di_projid field to struct xfs_inode
2021-06-30  Darrick J. Wongxfs_repair: refactor resetting incore dinode fields...
2021-04-23  Gao Xiangrepair: fix an uninitialized variable issue
2021-04-15  Dave Chinnerrepair: scale duplicate name checking in phase 6.
2021-04-15  Dave Chinnerrepair: convert the dir byaddr hash to a radix tree
2021-04-15  Dave Chinnerrepair: don't duplicate names in phase 6
2021-04-15  Dave Chinnerrepair: parallelise phase 6
2021-04-15  Dave Chinnerrepair: protect inode chunk tree records with a mutex
2021-04-15  Dave Chinnerrepair: Protect bad inode list with mutex
2021-02-24  Darrick J. Wongxfs_repair: enable bigtime upgrade via repair
2021-02-24  Darrick J. Wongxfs_repair: enable inobtcount upgrade via repair
2021-02-24  Darrick J. Wongxfs_repair: allow upgrades on v5 filesystems
2021-02-24  Darrick J. Wongxfs_repair: add post-phase error injection points
2021-02-24  Darrick J. Wongxfs_repair: factor phase transitions into a helper
2021-02-24  Darrick J. Wongxfs_repair: set NEEDSREPAIR the first time we write...
2021-02-24  Darrick J. Wongxfs_repair: clear the needsrepair flag
2021-02-24  Darrick J. Wongxfs_repair: clear quota CHKD flags on the incore superb...
next