]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs
xfs: harden directory integrity checks some more
[thirdparty/xfsprogs-dev.git] / libxfs /
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
2017-12-07  Darrick J. Wonglibxfs: libxfs_nproc should never return negative numbers
2017-12-06  Darrick J. Wonglibfrog: move list_sort out of libxfs
2017-12-06  Darrick J. Wonglibfrog: move libxfs_log2_roundup to libfrog
2017-11-27  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2017-11-27  Christoph Hellwigxfs: abstract out dev_t conversions
2017-11-27  Shu Wangxfs: fix memory leak in xfs_iext_free_last_leaf
2017-11-27  Darrick J. Wongxfs: fix type usage
2017-11-17  Christoph Hellwigxfs: handle zero entries case in xfs_iext_rebalance_leaf
2017-11-17  Christoph Hellwigxfs: add comments documenting the rebalance algorithm
2017-11-17  Christoph Hellwigxfs: trivial indentation fixup for xfs_iext_remove_node
2017-11-17  Christoph Hellwigxfs: remove a superflous assignment in xfs_iext_remove_node
2017-11-17  Christoph Hellwigxfs: add some comments to xfs_iext_insert/xfs_iext_inse...
2017-11-17  Christoph Hellwigxfs: fix number of records handling in xfs_iext_split_leaf
2017-11-17  Christoph Hellwigxfs: mark xfs_btree_check_lblock and xfs_btree_check_pt...
2017-11-17  Christoph Hellwigxfs: move xfs_bmbt_irec and xfs_exntst_t to xfs_types.h
2017-11-17  Christoph Hellwigxfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extent
2017-11-17  Christoph Hellwigxfs: remove the nr_extents argument to xfs_iext_remove
2017-11-17  Christoph Hellwigxfs: remove the nr_extents argument to xfs_iext_insert
2017-11-17  Christoph Hellwigxfs: use a b+tree for the in-core extent list
2017-11-17  Christoph Hellwigxfs: allow unaligned extent records in xfs_bmbt_disk_se...
2017-11-17  Christoph Hellwigxfs: remove support for inlining data/extents into...
2017-11-17  Christoph Hellwigxfs: simplify xfs_reflink_convert_cow
2017-11-17  Christoph Hellwigxfs: introduce the xfs_iext_cursor abstraction
2017-11-17  Christoph Hellwigxfs: iterate over extents in xfs_bmap_extents_to_btree
2017-11-17  Christoph Hellwigxfs: iterate over extents in xfs_iextents_copy
2017-11-17  Christoph Hellwigxfs: pass an on-disk extent to xfs_bmbt_validate_extent
2017-11-17  Christoph Hellwigxfs: treat idx as a cursor in xfs_bmap_collapse_extents
2017-11-17  Christoph Hellwigxfs: treat idx as a cursor in xfs_bmap_del_extent_*
2017-11-17  Christoph Hellwigxfs: treat idx as a cursor in xfs_bmap_add_extent_unwri...
2017-11-17  Christoph Hellwigxfs: treat idx as a cursor in xfs_bmap_add_extent_hole_real
2017-11-17  Christoph Hellwigxfs: treat idx as a cursor in xfs_bmap_add_extent_hole_...
2017-11-17  Christoph Hellwigxfs: treat idx as a cursor in xfs_bmap_add_extent_delay...
2017-11-17  Christoph Hellwigxfs: remove a duplicate assignment in xfs_bmap_add_exte...
2017-11-17  Christoph Hellwigxfs: don't create overlapping extents in xfs_bmap_add_e...
2017-11-17  Dave Chinnerxfs: convert remaining xfs_sb_version_... checks to...
2017-11-17  Darrick J. Wongxfs: move error injection tags into their own file
2017-11-17  Darrick J. Wongxfs: remove inode log format typedef
2017-11-17  Christoph Hellwigxfs: remove the inode log format from the inode log...
2017-11-17  Colin Ian Kingxfs: remove redundant assignment to variable bit
2017-11-17  Darrick J. Wongxfs: compare btree block keys to parent block's keys...
2017-11-17  Darrick J. Wongxfs: abort dir/attr btree operation if btree is obvious...
2017-11-17  Christoph Hellwigxfs: add a new xfs_iext_lookup_extent_before helper
2017-11-17  Christoph Hellwigxfs: merge xfs_bmap_read_extents into xfs_iread_extents
2017-11-17  Christoph Hellwigxfs: rewrite xfs_bmap_first_unused to make better use...
2017-11-17  Christoph Hellwigxfs: don't rely on extent indices in xfs_bmap_insert_ex...
2017-11-17  Christoph Hellwigxfs: don't rely on extent indices in xfs_bmap_collapse_...
2017-11-17  Christoph Hellwigxfs: update got in xfs_bmap_shift_update_extent
2017-11-17  Christoph Hellwigxfs: remove xfs_bmse_shift_one
2017-11-17  Christoph Hellwigxfs: split xfs_bmap_shift_extents
2017-11-17  Christoph Hellwigxfs: remove XFS_BMAP_MAX_SHIFT_EXTENTS
2017-11-17  Christoph Hellwigxfs: remove if_rdev
2017-11-17  Christoph Hellwigxfs: remove the never fully implemented UUID fork format
2017-11-17  Christoph Hellwigxfs: remove XFS_BMAP_TRACE_EXLIST
2017-11-17  Christoph Hellwigxfs: move pre/post-bmap tracing into xfs_iext_update_extent
2017-11-17  Christoph Hellwigxfs: remove post-bmap tracing in xfs_bmap_local_to_extents
2017-11-17  Christoph Hellwigxfs: make better use of the 'state' variable in xfs_bma...
next