]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs
xfsprogs: Release v4.18.0
[thirdparty/xfsprogs-dev.git] / libxfs /
2018-08-24  Darrick J. Wonglibxfs: fix spdx tag in xfs_cksum.h
2018-08-01  Darrick J. Wongmisc: clean up MIN/MAX in the utilities
2018-08-01  Darrick J. Wongmisc: use xfs_agfl_walk where appropriate
2018-08-01  Eric Sandeenxfs_repair: notify user if free inodes contain errors
2018-08-01  Eric Sandeenxfsprogs: remove unused macros
2018-08-01  Darrick J. Wongxfs_repair: use libxfs extsize/cowextsize validation...
2018-08-01  Darrick J. Wonglibfrog: move crc32c code out of libxfs
2018-08-01  Darrick J. Wonglibxfs: remove crc32 functions
2018-07-27  Eric SandeenMerge branch 'libxfs-4.18-sync' into for-next
2018-07-27  Eric Sandeenxfs: properly handle free inodes in extent hint validators libxfs-4.18-sync
2018-07-27  Carlos Maiolinoxfs: Initialize variables in xfs_alloc_get_rec before...
2018-07-24  Carlos MaiolinoGet rid of XFS_BUF_SET_COUNT() macro
2018-07-24  Carlos MaiolinoGet rid of XFS_BUF_COUNT() macro
2018-07-24  Carlos MaiolinoGet rid of XFS_BUF_TARGET() macro
2018-07-24  Carlos MaiolinoGet rid of XFS_BUF_PTR() macro
2018-07-24  Dave Chinnerxfsprogs: convert to SPDX license tags
2018-07-05  Darrick J. Wongxfs: fix fdblocks accounting w/ RMAPBT per-AG reservation
2018-07-05  Darrick J. Wongxfs: fix off-by-one error in xfs_rtalloc_query_range
2018-07-05  Darrick J. Wongxfs: don't allow insert-range to shift extents past...
2018-07-05  Dave Chinnerxfs: More robust inode extent count validation
2018-06-28  Darrick J. Wongxfs: update incore per-AG inode count
2018-06-28  Dave Chinnerxfs: replace do_mod with native operations
2018-06-28  Eric Sandeenxfs: don't call xfs_da_shrink_inode with NULL bp
2018-06-28  Dave Chinnerxfs: clean up MIN/MAX
2018-06-28  Dave Chinnerxfs: move various type verifiers to common file
2018-06-28  Dave Chinnerxfs: convert to SPDX license tags
2018-06-28  Dave Chinnerxfs: validate btree records on retrieval
2018-06-28  Dave Chinnerxfs: push corruption -> ESTALE conversion to xfs_nfs_ge...
2018-06-28  Dave Chinnerxfs: verify COW extent size hint is valid in inode...
2018-06-28  Dave Chinnerxfs: verify extent size hint is valid in inode verifier
2018-06-28  Dave Chinnerxfs: catch bad stripe alignment configurations
2018-06-28  Darrick J. Wongxfs: explicitly pass buffer size to xfs_corruption_error
2018-06-28  Darrick J. Wongxfs: don't assert when on-disk btree pointers are garbage
2018-06-28  Darrick J. Wongxfs: strengthen btree pointer checks before use
2018-06-28  Darrick J. Wongxfs: introduce xfs_btree_debug_check_ptr
2018-06-28  Darrick J. Wongxfs: check directory bestfree information in the verifier
2018-06-28  Darrick J. Wongxfs: don't return garbage buffers in xfs_da3_node_read
2018-06-28  Darrick J. Wongxfs: don't ASSERT on short form btree root pointer...
2018-06-28  Darrick J. Wongxfs: btree lookup shouldn't ASSERT on empty btree nodes
2018-06-28  Darrick J. Wongxfs: xfs_alloc_get_rec should return EFSCORRUPTED for...
2018-06-28  Darrick J. Wongxfs: remove redundant ASSERT on insufficient bestfree...
2018-06-28  Darrick J. Wongxfs: don't assert when reporting on-disk corruption...
2018-06-28  Dave Chinnerxfs: verify AGI unlinked list contains valid blocks
2018-06-28  Dave Chinnerxfs: fix error handling in xfs_refcount_insert()
2018-06-28  Darrick J. Wongxfs: fix xfs_rtalloc_rec units
2018-06-28  Darrick J. Wongxfs: strengthen rtalloc query range checks
2018-06-28  Darrick J. Wongxfs: xfs_rtbuf_get should check the bmapi_read results
2018-06-28  Darrick J. Wongxfs: xfs_rtword_t should be unsigned, not signed
2018-06-28  Darrick J. Wongxfs: repair superblocks
2018-06-28  Darrick J. Wongxfs: fix inobt magic number check
2018-06-28  Eric Sandeenxfs: implement online get/set fs label
2018-06-28  Dave Chinnerxfs: factor the ag length extension code into libxfs
2018-06-28  Dave Chinnerxfs: move growfs core to libxfs
2018-06-28  Darrick J. Wongxfs: implement the metadata repair ioctl flag
2018-06-28  Darrick J. Wongxfs: teach xfs_bmapi_remap to accept some bmapi flags
2018-06-28  Darrick J. Wongxfs: make xfs_bmapi_remapi work with attribute forks
2018-06-28  Darrick J. Wongxfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walk
2018-06-28  Darrick J. Wongxfs: superblock scrub should use short-lived buffers
2018-06-28  Brian Fosterxfs: factor out nodiscard helpers
2018-06-28  Darrick J. Wongxfs: add BMAPI_NORMAP flag to perform block remapping...
2018-06-28  Darrick J. Wongxfs: add repair helpers for the reference count btree
2018-06-28  Darrick J. Wongxfs: add repair helpers for the reverse mapping btree
2018-06-28  Darrick J. Wongxfs: expose various functions to repair code
2018-06-28  Darrick J. Wongxfs: add helpers to calculate btree size
2018-06-28  Darrick J. Wongxfs: replace XFS_QMOPT_DQALLOC with a simple boolean
2018-06-28  Darrick J. Wongxfs: remove unnecessary xfs_qm_dqattach parameter
2018-06-28  Darrick J. Wongxfs: refactor XFS_QMOPT_DQNEXT out of existence
2018-06-28  Brian Fosterxfs: don't discard on free of unwritten extents
2018-06-28  Brian Fosterxfs: add bmapi nodiscard flag
2018-06-28  Dave Chinnerxfs: get rid of the log item descriptor
2018-06-28  Dave Chinnerxfs: adder caller IP to xfs_defer* tracepoints
2018-06-28  Darrick J. Wongxfs: add missing rmap error return
2018-06-28  Darrick J. Wongxfs: bmap debugging should never panic the system
2018-06-28  Brian Fosterxfs: defer agfl block frees from deferred ops processin...
2018-06-28  Brian Fosterxfs: defer agfl block frees when dfops is available
2018-06-28  Brian Fosterxfs: create agfl block free helper function
2018-06-28  Eric Sandeenxfs: print specific dqblk that failed verifiers
2018-06-28  Eric Sandeenxfs: add full xfs_dqblk verifier
2018-06-28  Eric Sandeenxfs: pass full xfs_dqblk to repair during quotacheck
2018-06-28  Eric Sandeenxfs: check type in quota verifier during quotacheck
2018-06-28  Eric Sandeenxfs: remove unused flags arg from xfs_dquot_verify
2018-06-28  Dave Chinnerxfs: make xfs_buf_incore out of line
2018-05-31  Eric Sandeenxfs_repair: fix libxfs api violations in quota repair...
2018-05-23  Eric Sandeenxfs_repair: check and repair quota metadata
2018-05-23  Darrick J. Wongmkfs: use geometry generation / helper functions
2018-05-23  Darrick J. Wonglibfrog: move platform specific runtime support code...
2018-05-23  Darrick J. Wongxfs_repair: actually fix .. entries that point to inode...
2018-05-23  Darrick J. Wongxfs_repair: invalidate dirty dir buffers when we zap...
2018-05-23  Eric SandeenMerge branch 'libxfs-4.17-sync' into for-next
2018-05-17  Darrick J. Wongxfs: don't fail when converting shortform attr to long... libxfs-4.17-sync
2018-05-17  Eric Sandeenxfs: set format back to extents if xfs_bmap_extents_to_...
2018-05-17  Eric Sandeenxfs: enhance dinode verifier
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-04-18  Brian Fosterxfs: clean up xfs_mount allocation and dynamic initializers
2018-04-18  Dave Chinnerxfs: remove dead inode version setting code
2018-04-18  Darrick J. Wongxfs: don't accept inode buffers with suspicious unlinke...
2018-04-18  Darrick J. Wongxfs: move inode extent size hint validation to libxfs
2018-04-18  Darrick J. Wongxfs: refactor inode buffer verifier error logging
2018-04-18  Darrick J. Wongxfs: refactor inode verifier error logging
next