]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - repair
xfs: remove xfs_buf_t typedef
[thirdparty/xfsprogs-dev.git] / repair /
2021-01-07  Dave Chinnerxfs: remove xfs_buf_t typedef libxfs-5.11-sync
2021-01-07  Eric Sandeenlibxfs: cosmetic changes to libxfs_inode_alloc
2020-12-09  Anthony Iliopoulosxfs_repair: remove obsolete code for handling mountpoin...
2020-11-24  Dave Chinnerlibxfs: get rid of b_bcount from xfs_buf
2020-11-23  Christoph Hellwigrepair: simplify bmap_next_offset
2020-11-20  Dave Chinnerlibxfs: rename buftarg->dev to btdev
2020-11-20  Darrick J. Wongxfs_repair: directly compare refcount records
2020-11-20  Darrick J. Wongxfs_repair: correctly detect partially written extents
2020-11-20  Darrick J. Wongxfs_repair: skip the rmap and refcount btree checks...
2020-11-20  Darrick J. Wongxfs_repair: support bigtime timestamp checking
2020-11-20  Darrick J. Wongxfs_repair: regenerate inode btree block counters in AGI
2020-11-20  Darrick J. Wongxfs_repair: check inode btree block counters in AGI
2020-11-12  Carlos Maiolinoxfs: Convert xfs_attr_sf macros to inline functions
2020-11-12  Carlos Maiolinoxfs: Remove typedef xfs_attr_shortform_t
2020-11-12  Carlos Maiolinoxfs: remove typedef xfs_attr_sf_entry_t
2020-11-10  Darrick J. Wongxfs: redefine xfs_timestamp_t
2020-11-10  Darrick J. Wonglibxfs: refactor NSEC_PER_SEC
2020-10-12  Darrick J. Wongxfs_repair: coordinate parallel updates to the rt bitmap
2020-09-30  Darrick J. Wongxfs_repair: don't flag RTINHERIT files when no rt volume
2020-09-30  Darrick J. Wongxfs_repair: use libxfs_verify_rtbno to verify rt extents
2020-09-30  Darrick J. Wongxfs_repair: throw away totally bad clusters
2020-09-28  Darrick J. Wongxfs_repair: fix handling of data blocks colliding with...
2020-09-28  Darrick J. Wongxfs_repair: complain about unwritten extents when they...
2020-09-28  Darrick J. Wongxfs_repair: junk corrupt xattr root blocks
2020-09-28  Darrick J. Wongxfs_repair: fix error in process_sf_dir2_fixi8
2020-09-28  Darrick J. Wongxfs_repair: don't crash on partially sparse inode clusters
2020-09-15  Darrick J. Wongxfs: rename the ondisk dquot d_flags to d_type
2020-09-04  Darrick J. Wongxfs: create xfs_dqtype_t to represent quota types
2020-09-04  Darrick J. Wongxfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*
2020-09-04  Darrick J. Wongxfs: drop the type parameter from xfs_dquot_verify
2020-08-10  Christoph Hellwigxfs: move the fork format fields into struct xfs_ifork
2020-08-10  Christoph Hellwigxfs: remove the XFS_DFORK_Q macro
2020-08-10  Christoph Hellwigxfs: remove xfs_ifork_ops
2020-08-05  Brian Fosterrepair: remove custom dir2 sf fork verifier from phase6
2020-08-05  Brian Fosterrepair: use fs rootino for dummy parent value instead...
2020-08-05  Brian Fosterrepair: don't double check dir2 sf parent in phase 4
2020-08-05  Brian Fosterrepair: set the in-core inode parent in phase 3
2020-07-30  Darrick J. Wongxfs_repair: skip mount time quotacheck if our quotachec...
2020-07-30  Darrick J. Wongxfs_repair: check quota values if quota was loaded
2020-07-30  Darrick J. Wongxfs_repair: fix clearing of quota CHKD flags
2020-07-30  Darrick J. Wongxfs_repair: alphabetize HFILES and CFILES
2020-07-10  Darrick J. Wongxfs_repair: try to fill the AGFL before we fix the...
2020-07-10  Darrick J. Wongxfs_repair: simplify free space btree calculations...
2020-07-10  Darrick J. Wongxfs_repair: complain about ag header crc errors
2020-07-10  Darrick J. Wongxfs_repair: use bitmap to track blocks lost during...
2020-07-10  Darrick J. Wongxfs_repair: remove old btree rebuild support code
2020-07-10  Darrick J. Wongxfs_repair: rebuild refcount btrees with bulk loader
2020-07-10  Darrick J. Wongxfs_repair: rebuild reverse mapping btrees with bulk...
2020-07-10  Darrick J. Wongxfs_repair: rebuild inode btrees with bulk loader
2020-07-10  Darrick J. Wongxfs_repair: rebuild free space btrees with bulk loader
2020-07-10  Darrick J. Wongxfs_repair: create a new class of btree rebuild cursors
2020-07-10  Darrick J. Wongxfs_repair: inject lost blocks back into the fs no...
2020-07-10  Eric Sandeenxfs_repair: remove gratuitous code block in phase5
2020-07-10  Darrick J. Wongxfs_repair: make container for btree bulkload root...
2020-07-10  Darrick J. Wongxfs_repair: rename the agfl index loop variable in...
2020-07-10  Darrick J. Wongxfs_repair: drop lostblocks from build_agf_agfl
2020-07-10  Darrick J. Wongxfs_repair: complain about any nonzero inprogress value...
2020-07-10  Darrick J. Wongxfs_repair: complain about extents in unknown state
2020-07-10  Darrick J. Wongxfs_repair: complain about free space only seen by...
2020-07-10  Darrick J. Wongxfs_repair: mark entire free space btree record as...
2020-07-10  Darrick J. Wongxfs_repair: remove verify_aginum
2020-07-10  Darrick J. Wongxfs_repair: remove verify_dfsbno
2020-07-10  Darrick J. Wongxfs_repair: refactor verify_dfsbno_range
2020-07-10  Darrick J. Wongxfs_repair: convert to libxfs_verify_agbno
2020-07-10  Darrick J. Wongxfs_repair: complain about bad interior btree pointers
2020-07-10  Darrick J. Wongxfs_repair: tag inobt vs finobt errors properly
2020-07-10  Darrick J. Wongxfs_repair: fix rmapbt record order check
2020-07-10  Darrick J. Wongxfs_repair: check for out-of-order inobt records
2020-07-10  Darrick J. Wongxfs_repair: fix bnobt and refcountbt record order checks
2020-07-10  Darrick J. Wongxfs_repair: check for AG btree records that would wrap...
2020-07-10  Darrick J. Wongxfs_repair: warn when we would have rebuilt a directory
2020-07-10  Darrick J. Wongxfs_repair: fix missing dir buffer corruption checks
2020-07-10  Gao Xiangxfs_repair: fix rebuilding btree block less than minrecs
2020-05-26  Eric Sandeenxfs_repair: fix progress reporting
2020-05-11  Christoph Hellwigrepair: cleanup build_agf_agfl
2020-05-09  Christoph Hellwigxfsprogs: remove xfs_dir_ops
2020-05-02  Christoph Hellwigxfs: remove the di_version field from struct icdinode
2020-05-01  Christoph Hellwigxfs: only check the superblock version for dinode size...
2020-05-01  Christoph Hellwigxfs: add a new xfs_sb_version_has_v3inode helper
2020-05-01  Christoph Hellwigxfs: remove XFS_BUF_TO_SBP
2020-05-01  Christoph Hellwigxfs: remove XFS_BUF_TO_AGF
2020-05-01  Christoph Hellwigxfs: remove XFS_BUF_TO_AGI
2020-05-01  Christoph Hellwigxfs: remove the xfs_agfl_t typedef
2020-05-01  Christoph Hellwigxfs: remove the agfl_bno member from struct xfs_agfl
2020-04-08  Darrick J. Wongxfs_repair: fix dir_read_buf use of libxfs_da_read_buf
2020-04-08  Dave Chinnerxfsprogs: fix silently broken option parsing
2020-03-14  Darrick J. Wongxfs: make xfs_buf_read return an error code
2020-03-14  Darrick J. Wongxfs: make xfs_buf_get return an error code
2020-03-14  Darrick J. Wonglibxfs: make libxfs_buf_read_map return an error code
2020-03-14  Darrick J. Wonglibxfs: make libxfs_buf_get_map return an error code
2020-03-01  Darrick J. Wonglibxfs: convert buffer priority get/set macros to functions
2020-03-01  Darrick J. Wonglibxfs: rename libxfs_getbuf_map to libxfs_buf_get_map
2020-03-01  Darrick J. Wonglibxfs: rename libxfs_readbuf_map to libxfs_buf_read_map
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: make libxfs_readbuf_verify return an error...
2020-03-01  Darrick J. Wonglibxfs: replace libxfs_readbuf with libxfs_buf_read
2020-03-01  Darrick J. Wonglibxfs: replace libxfs_getbuf with libxfs_buf_get
2020-03-01  Darrick J. Wonglibxfs: replace libxfs_putbuf with libxfs_buf_relse
2020-03-01  Darrick J. Wongxfs_repair: check that metadata updates have been committed
next