]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs
xfs_db: handle realtime bitmap / summary files as text
[thirdparty/xfsprogs-dev.git] / libxfs /
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
2018-04-18  Darrick J. Wongxfs: refactor bmap record validation
2018-04-18  Darrick J. Wongxfs: sanity-check the unused space before trying to...
2018-04-18  Brian Fosterxfs: detect agfl count corruption and reset agfl
2018-04-18  Brian Fosterxfs: account only rmapbt-used blocks against rmapbt...
2018-04-18  Brian Fosterxfs: rename agfl perag res type to rmapbt
2018-04-18  Dave Chinnerxfs: convert XFS_AGFL_SIZE to a helper function
2018-04-18  Darrick J. Wongxfs: convert a few more directory asserts to corruption
2018-04-18  Carlos MaiolinoCleanup old XFS_BTREE_* traces
2018-04-03  Eric Sandeenlibxfs: warn about deprecation of irix, freebsd, darwin
2018-03-27  Darrick J. Wongxfs_repair: implement custom ifork verifiers
2018-03-09  Darrick J. Wongxfs_repair: don't fail directory repairs when grabbing...
2018-03-09  Darrick J. Wongxfs_db: print transaction reservation type information
2018-03-09  Eric Sandeenlibxfs: Catch non-empty zones on destroy
2018-03-09  Eric Sandeenlibxfs: move xfs_inode_zone to rdwr.c
2018-03-09  Eric Sandeenlibxfs: add function to free all buffers in bcache
2018-03-09  Eric Sandeenlibxfs: Replace XFS_BUF_SET_PTR with xfs_buf_associate_...
2018-02-27  Darrick J. Wongxfs: don't screw up direct writes when freesp is fragmented
2018-02-27  Darrick J. Wongxfs: treat CoW fork operations as delalloc for quota...
2018-02-27  Darrick J. Wongxfs: refactor accounting updates out of xfs_bmap_btalloc
2018-02-27  Darrick J. Wongxfs: refactor inode verifier corruption error printing
2018-02-27  Shan Haixfs: bmap code cleanup
2018-02-27  Carlos MaiolinoSplit buffer's b_fspriv field
2018-02-27  Jeff Laytonxfs: convert to new i_version API
2018-02-27  Darrick J. Wongxfs: check sb_agblocks and sb_agblklog when validating...
2018-02-27  Darrick J. Wongxfs: recheck reflink / dirty page status before freeing...
2018-02-27  Darrick J. Wongxfs: btree format ifork loader should check for zero...
2018-02-27  Darrick J. Wongxfs: attr leaf verifier needs to check for obviously...
2018-02-27  Darrick J. Wongxfs: directory scrubber must walk through data block...
2018-02-27  Darrick J. Wongxfs: cross-reference the realtime bitmap
2018-02-27  Darrick J. Wongxfs: add scrub cross-referencing helpers for the refcou...
2018-02-27  Darrick J. Wongxfs: add scrub cross-referencing helpers for the rmap...
2018-02-27  Darrick J. Wongxfs: add scrub cross-referencing helpers for the inode...
2018-02-27  Darrick J. Wongxfs: add scrub cross-referencing helpers for the free...
2018-02-27  Brian Fosterxfs: cancel tx on xfs_defer_finish() error during xattr...
2018-02-27  Brian Fosterxfs: account finobt blocks properly in perag reservation
2018-02-27  Colin Ian Kingxfs: fix check on struct_version for versions 4 or...
2018-02-27  Darrick J. Wongxfs: use %px for data pointers when debugging
2018-02-27  Darrick J. Wongxfs: change 0x%p -> %p in print messages
2018-02-27  Darrick J. Wongxfs: harden directory integrity checks some more
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: trace log reservations at mount time
2018-02-27  Darrick J. Wongxfs: standardize quota verification function outputs
2018-02-27  Darrick J. Wongxfs: separate dquot repair into a separate function
2018-02-27  Darrick J. Wongxfs: create a new buf_ops pointer to verify structure...
2018-02-27  Darrick J. Wongxfs: fail out of xfs_attr3_leaf_lookup_int if it looks...
2018-02-27  Darrick J. Wongxfs: provide a centralized method for verifying inline...
2018-02-27  Darrick J. Wongxfs: refactor short form directory structure verifier...
2018-02-27  Darrick J. Wongxfs: create structure verifier function for short form...
2018-02-27  Darrick J. Wongxfs: create structure verifier function for shortform...
2018-02-27  Darrick J. Wongxfs: move inode fork verifiers to xfs_dinode_verify
2018-02-27  Darrick J. Wongxfs: verify dinode header first
2018-02-27  Darrick J. Wongxfs: refactor verifier callers to print address of...
2018-02-27  Darrick J. Wongxfs: have buffer verifier functions report failing...
2018-02-27  Darrick J. Wongxfs: refactor xfs_verifier_error and xfs_buf_ioerror
2018-02-27  Darrick J. Wongxfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data...
2018-02-27  Darrick J. Wongxfs: refactor short form btree pointer verification
2018-02-27  Darrick J. Wongxfs: refactor long-format btree header verification...
2018-02-27  Darrick J. Wongxfs: remove XFS_FSB_SANITY_CHECK
2018-02-27  Brian Fosterxfs: eliminate duplicate icreate tx reservation functions
2018-02-27  Brian Fosterxfs: refactor inode chunk alloc/free tx reservation
2018-02-27  Brian Fosterxfs: include an allocfree res for inobt modifications
2018-02-27  Brian Fosterxfs: truncate transaction does not modify the inobt
2018-02-27  Brian Fosterxfs: fix up agi unlinked list reservations
2018-02-27  Brian Fosterxfs: include inobt buffers in ifree tx log reservation
2018-01-25  Eric Sandeenlibxfs: use a memory zone for log items
2018-01-25  Eric Sandeenlibxfs: use a memory zone for transactions
2018-01-25  Eric Sandeenlibxfs: remove unused buf_fsprivate3
2018-01-25  Christoph Hellwigxfs: add a proper transaction pointer to struct xfs_buf
2018-01-25  Christoph Hellwigxfs: remove wrappers around b_fspriv
2018-01-04  Darrick J. Wongxfs_repair: fix libxfs namespace problems
2018-01-03  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2018-01-03  Darrick J. Wongxfs: only skip rmap owner checks for unknown-owner... libxfs-4.15-sync
2018-01-03  Darrick J. Wongxfs: always honor OWN_UNKNOWN rmap removal requests
2018-01-03  Darrick J. Wongxfs: queue deferred rmap ops for cow staging extent...
2018-01-03  Darrick J. Wongxfs: move xfs_iext_insert tracepoint to report useful...
2018-01-03  Darrick J. Wongxfs: account for null transactions in bunmapi
2018-01-03  Darrick J. Wongxfs: hold xfs_buf locked between shortform->leaf conver...
2018-01-03  Darrick J. Wongxfs: add the ability to join a held buffer to a defer_ops
2018-01-03  Brian Fosterxfs: refactor buffer logging into buffer dirtying helper
2018-01-03  Christoph Hellwigxfs: remove "no-allocation" reservations for file creations
2018-01-03  Eric Sandeenxfs: fix leaks on corruption errors in xfs_bmap.c
next