]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/shortlog
thirdparty/xfsprogs-dev.git
2017-12-06  Darrick J.... libfrog: create a threaded workqueue
2017-12-06  Darrick J.... libfrog: promote avl64 code from xfs_repair
2017-12-06  Darrick J.... libfrog: move list_sort out of libxfs
2017-12-06  Darrick J.... libfrog: add bit manipulation functions
2017-12-06  Darrick J.... libfrog: move libxfs_log2_roundup to libfrog
2017-12-06  Darrick J.... libfrog: move all the userspace support stuff into...
2017-12-06  Darrick J.... man: describe the metadata scrubbing ioctl
2017-12-06  Darrick J.... xfs_io: provide an interface to the scrub ioctls
2017-12-06  Eric Sandeenxfs_io: add buf_lru_ref tag to inject table
2017-12-06  Darrick J.... xfs_io: pull xfs errortag definitions from libxfs
2017-12-06  Nikolay Borisovxfs_io: implement ranged fiemap query
2017-12-06  Dave Chinnerxfs_io: fix gcc-7 related printf warnings
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.... xfs: fix type usage
2017-11-27  Eric Sandeenxfsprogs: Release v4.14.0 v4.14.0
2017-11-20  Eric Sandeenxfsprogs: Release v4.14.0-rc2 v4.14.0-rc2
2017-11-20  Jeff Mahoneyxfs_io: stat: treat statfs.f_flags as optional
2017-11-20  Jeff Mahoneyxfs_io: stat: fix typo in statfs->f_flags
2017-11-20  Darrick J.... xfs_copy: don't hang if /all/ the targets hit write...
2017-11-20  Zirong Langxfsprogs: fix wrong do_pwritev definition
2017-11-20  Zirong Langxfsprogs: fix wrong variable types in pwrite/pread...
2017-11-20  Eric Sandeenxfsprogs: Release v4.14.0-rc1
2017-11-17  Darrick J.... xfs: remove u_int* 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.... xfs: move error injection tags into their own file
2017-11-17  Darrick J.... xfs: 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.... xfs: compare btree block keys to parent block's keys...
2017-11-17  Darrick J.... xfs: 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...
2017-11-17  Christoph Hellwigxfs: add a xfs_bmap_fork_to_state helper
2017-11-17  Darrick J.... xfs: scrub quota information
2017-11-17  Darrick J.... xfs: scrub realtime bitmap/summary
2017-11-17  Darrick J.... xfs: scrub directory parent pointers
2017-11-17  Darrick J.... xfs: scrub symbolic links
2017-11-17  Darrick J.... xfs: scrub extended attributes
2017-11-17  Darrick J.... xfs: scrub directory metadata
2017-11-17  Darrick J.... xfs: scrub inode block mappings
2017-11-17  Darrick J.... xfs: scrub inodes
2017-11-17  Darrick J.... xfs: scrub refcount btrees
2017-11-17  Darrick J.... xfs: scrub rmap btrees
2017-11-17  Darrick J.... xfs: scrub inode btrees
2017-11-17  Darrick J.... xfs: scrub free space btrees
2017-11-17  Darrick J.... xfs: scrub the AGI
2017-11-17  Darrick J.... xfs: scrub AGF and AGFL
2017-11-17  Darrick J.... xfs: scrub the secondary superblocks
2017-11-17  Darrick J.... xfs: scrub the shape of a metadata btree
2017-11-17  Darrick J.... xfs: probe the scrub ioctl
2017-11-17  Darrick J.... xfs: create an ioctl to scrub AG metadata
2017-11-17  Darrick J.... xfs: create inode pointer verifiers
2017-11-17  Darrick J.... xfs: refactor btree block header checking functions
2017-11-17  Darrick J.... xfs: refactor btree pointer checks
2017-11-17  Darrick J.... xfs: create block pointer check functions
2017-11-17  Christoph Hellwigxfs: remove xfs_bmbt_get_state
2017-11-17  Christoph Hellwigxfs: remove all xfs_bmbt_set_* helpers except for xfs_b...
2017-11-17  Christoph Hellwigxfs: replace xfs_bmbt_lookup_ge with xfs_bmbt_lookup_first
next