]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_sb.c
xfs: detect agfl count corruption and reset agfl
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_sb.c
2018-02-27  Carlos MaiolinoSplit buffer's b_fspriv field
2018-02-27  Darrick J. Wongxfs: check sb_agblocks and sb_agblklog when validating...
2018-02-27  Colin Ian Kingxfs: fix check on struct_version for versions 4 or...
2018-02-27  Darrick J. Wongxfs: refactor the geometry structure filling function
2018-02-27  Darrick J. Wongxfs: hoist xfs_fs_geometry to libxfs
2018-02-27  Darrick J. Wongxfs: refactor verifier callers to print address of...
2018-02-27  Darrick J. Wongxfs: refactor xfs_verifier_error and xfs_buf_ioerror
2017-07-31  Darrick J. Wongxfs: remove double-underscore integer types
2017-02-16  Darrick J. Wongxfs: verify dirblocklog correctly
2017-01-10  Darrick J. Wongxfs: check minimum block size for CRC filesystems
2016-10-25  Darrick J. Wongxfs: define the on-disk refcount btree format
2016-10-25  Dave Chinnerxfs: fix superblock inprogress check
2016-08-10  Darrick J. Wongxfs: rmap btree requires more reserved free space
2016-08-10  Darrick J. Wongxfs: define the on-disk rmap btree format
2016-08-10  Darrick J. Wongxfs: rework xfs_bmap_free callers to use xfs_defer_ops
2016-06-29  Eric Sandeenxfs_repair: don't call xfs_sb_quota_from_disk twice
2016-06-21  Christoph Hellwigxfs: better xfs_trans_alloc interface
2015-11-23  Eric Sandeenlibxfs: print name of verifier if it fails
2015-10-13  Brian Fosterlibxfs: validate metadata LSNs against log on v5 superb...
2015-08-24  Joe Perchesxfs: Use consistent logging message prefixes
2015-08-18  Brian Fosterlibxfs: remove sparse inode mount warning
2015-08-03  Dave ChinnerMerge branch 'progs-misc-fixes-2' into for-next
2015-08-03  Eric Sandeenxfsprogs: Add new sb_meta_uuid field, update userspace...
2015-07-31  Dave ChinnerMerge branch 'libxfs-commit-script' into for-next
2015-07-31  Dave ChinnerMerge branch 'progs-cleanup' into for-next
2015-07-31  Dave ChinnerMerge branch 'progs-misc-fixes-1' into for-next
2015-07-30  Christoph Hellwigxfs: saner xfs_trans_commit interface
2015-07-30  Christoph Hellwiglibxfs: remove the flags argument to xfs_trans_cancel
2015-07-30  Brian Fosterxfs: sparse inode chunks feature helpers and mount...
2015-07-30  Brian Fosterxfs: use sparse chunk alignment for min. inode allocati...
2015-07-30  Brian Fosterxfs: add sparse inode chunk alignment superblock field
2015-07-30  Dave Chinnerlibxfs: disambiguate xfs.h
2015-07-30  Dave Chinnerlibxfs: directly include libxfs headers
2015-07-30  Dave Chinnerlibxfs: update to 4.1-rc2 code base
2015-07-30  Dave Chinnerlibxfs: update to match 3.19-rc1 kernel code
2015-07-30  Dave Chinnerlibxfs: error negation rework
2015-07-30  Dave Chinnerxfs: Nuke XFS_ERROR macro
2015-07-30  Dave Chinnerlibxfs: update to 3.16 kernel code
2014-06-19  Eric Sandeenlibxfs: fix crc field handling in xfs_sb_to/from_disk
2014-03-06  Dave Chinnerlibxfs: modify verifiers to differentiate CRC from...
2014-03-06  Dave Chinnerlibxfs: add helper for updating checksums on xfs_bufs
2014-03-06  Dave Chinnerlibxfs: add helper for verifying checksums on xfs_bufs
2014-03-06  Dave Chinnerlibxfs: Use defines for CRC offsets in all cases
2014-03-06  Dave Chinnerlibxfs: limit superblock corruption errors to actual...
2014-03-06  Dave Chinnerlibxfs: skip verification on initial "guess" superblock...
2014-03-06  Dave Chinnerlibxfs: xfs_sb_read_verify() doesn't flag bad crcs...
2014-03-06  Dave Chinnerlibxfs: sanitize sb_inopblock in xfs_mount_validate_sb
2014-03-06  Dave Chinnerlibxfs: be more forgiving of a v4 secondary sb w/ junk...
2013-11-14  Dave Chinnerxfsprogs: kill experimental warnings for v5 filesystems
2013-11-13  Dave Chinnerxfs: don't emit corruption noise on fs probes
2013-11-13  Dave Chinnerxfs: remove newlines from strings passed to __xfs_printk
2013-09-16  Dave Chinnerlibxfs: switch over to xfs_sb.c and remove xfs_mount.c