]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/shortlog
thirdparty/xfsprogs-dev.git
2024-04-17  Darrick J.... xfs: clean out XFS_LI_DIRTY setting boilerplate from...
2024-04-17  Darrick J.... xfs: use xfs_defer_create_done for the relogging operation
2024-04-17  Darrick J.... xfs: hoist ->create_intent boilerplate to its callsite
2024-04-17  Darrick J.... xfs: hoist intent done flag setting to ->finish_item...
2024-04-17  Darrick J.... xfs: move ->iop_recover to xfs_defer_op_type
2024-04-17  Darrick J.... xfs: use xfs_defer_finish_one to finish recovered work...
2024-04-17  Darrick J.... xfs: recreate work items when recovering intent items
2024-04-17  Darrick J.... xfs: use xfs_defer_pending objects to recover intent...
2024-04-17  Darrick J.... xfs_{db,repair}: use m_blockwsize instead of sb_blocksi...
2024-04-17  Darrick J.... xfs_{db,repair}: use accessor functions for summary...
2024-04-17  Darrick J.... xfs_{db,repair}: use helpers for rtsummary block/wordco...
2024-04-17  Darrick J.... xfs_{db,repair}: use accessor functions for bitmap...
2024-04-17  Darrick J.... xfs_repair: convert helpers for rtbitmap block/wordcoun...
2024-04-17  Darrick J.... xfs_{db,repair}: convert open-coded xfs_rtword_t pointe...
2024-04-17  Darrick J.... mkfs: convert utility to use new rt extent helpers...
2024-04-17  Darrick J.... xfs_repair: convert utility to use new rt extent helper...
2024-04-17  Darrick J.... libxfs: use helpers to convert rt block numbers to...
2024-04-17  Darrick J.... libxfs: create a helper to compute leftovers of realtim...
2024-04-17  Darrick J.... xfs_repair: fix confusing rt space units in the duplica...
2024-04-17  Darrick J.... mkfs: fix log sunit rounding when external logs are...
2024-04-17  Darrick J.... libxfs: fix incorrect porting to 6.7
2024-04-17  Darrick J.... debian: fix package configuration after removing platfo...
2024-04-17  Carlos Maiolinoxfsprogs: Release v6.7.0 v6.7.0
2024-03-13  Christoph Hellwigconfigure: don't check for HDIO_GETGEO
2024-03-13  Christoph Hellwigconfigure: don't check for SG_IO
2024-03-13  Christoph Hellwigconfigure: don't check for fstatat
2024-03-13  Christoph Hellwigconfigure: don't check for openat
2024-03-13  Christoph Hellwigconfigure: don't check for the f_flags field in statfs
2024-03-13  Christoph Hellwigconfigure: don't check for fsetxattr
2024-03-13  Christoph Hellwigconfigure: don't check for mremap
2024-03-13  Christoph Hellwigconfigure: don't check for preadv and pwritev
2024-03-13  Christoph Hellwigconfigure: don't check for syncfs
2024-03-13  Christoph Hellwigconfigure: don't check for fallocate
2024-03-13  Christoph Hellwigconfigure: don't check for fls
2024-03-13  Christoph Hellwigconfigure: don't check for readdir
2024-03-13  Christoph Hellwigconfigure: don't check for sync_file_range
2024-03-13  Christoph Hellwigconfigure: don't check for fiemap
2024-03-13  Christoph Hellwigconfigure: don't check for mincor
2024-03-13  Christoph Hellwigconfigure: don't check for madvise
2024-03-13  Christoph Hellwigconfigure: don't check for sendfile
2024-03-13  Christoph Hellwigconfigure: don't check for fadvise
2024-03-13  Christoph Hellwigconfigure: require libblkid
2024-03-13  Christoph Hellwigconfigure: don't check for getmntent
2024-03-13  Christoph Hellwigio: don't redefine SEEK_DATA and SEEK_HOLE
2024-03-13  Christoph Hellwiginclude: stop generating platform_defs.h
2024-03-13  Christoph Hellwiginclude: stop using SIZEOF_LONG
2024-03-13  Christoph Hellwigrepair: refactor the BLKMAP_NEXTS_MAX check
2024-03-13  Christoph Hellwiginclude: unconditionally define umode_t
2024-03-13  Christoph Hellwiginclude: remove the filldir_t typedef
2024-03-12  Darrick J.... xfs_db: don't hardcode 'type data' size at 512b
2024-02-16  Bastian Germanndebian: Increase build verbosity, add terse support
2024-02-16  Sam Jamesbuild: Request 64-bit time_t where possible
2024-02-16  Sam Jamesio: Adapt to >= 64-bit time_t
2024-02-16  Violet PurcellRemove use of LFS64 interfaces
2024-02-15  Dave Chinnerxfs: inode recovery does not validate the recovered...
2024-02-15  Omar Sandovalxfs: fix internal error from AGFL exhaustion
2024-02-15  Long Lixfs: abort intent items when recovery intents fail
2024-02-15  Long Lixfs: factor out xfs_defer_pending_abort
2024-02-15  Omar Sandovalxfs: invert the realtime summary cache
2024-02-15  Darrick J.... xfs: simplify rt bitmap/summary block accessor functions
2024-02-15  Darrick J.... xfs: simplify xfs_rtbuf_get calling conventions
2024-02-15  Omar Sandovalxfs: cache last bitmap block in realtime allocator
2024-02-15  Dave Chinnerxfs: consolidate realtime allocation arguments
2024-02-15  Darrick J.... xfs: use accessor functions for summary info words
2024-02-15  Darrick J.... xfs: create helpers for rtsummary block/wordcount compu...
2024-02-15  Darrick J.... xfs: use accessor functions for bitmap words
2024-02-15  Darrick J.... xfs: create a helper to handle logging parts of rt...
2024-02-15  Darrick J.... xfs: create helpers for rtbitmap block/wordcount comput...
2024-02-15  Jeff Laytonxfs: convert to new timestamp accessors
2024-02-15  Darrick J.... xfs: convert rt summary macros to helpers
2024-02-15  Darrick J.... xfs: convert open-coded xfs_rtword_t pointer accesses...
2024-02-15  Darrick J.... xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macros
2024-02-15  Darrick J.... xfs: convert the rtbitmap block and bit macros to stati...
2024-02-15  Darrick J.... xfs: use shifting and masking when converting rt extent...
2024-02-15  Darrick J.... xfs: create rt extent rounding helpers for realtime...
2024-02-15  Darrick J.... xfs: convert do_div calls to xfs_rtb_to_rtx helper...
2024-02-15  Darrick J.... xfs: create helpers to convert rt block numbers to...
2024-02-15  Darrick J.... xfs: create a helper to convert extlen to rtextlen
2024-02-15  Darrick J.... xfs: create a helper to compute leftovers of realtime...
2024-02-15  Darrick J.... xfs: create a helper to convert rtextents to rtblocks
2024-02-15  Darrick J.... xfs: convert rt extent numbers to xfs_rtxnum_t
2024-02-15  Darrick J.... xfs: rename xfs_verify_rtext to xfs_verify_rtbext
2024-02-15  Darrick J.... xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t
2024-02-15  Darrick J.... xfs: convert rt bitmap/summary block numbers to xfs_fil...
2024-02-15  Darrick J.... xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt...
2024-02-15  Darrick J.... xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
2024-02-15  Darrick J.... xfs: fix units conversion error in xfs_bmap_del_extent_...
2024-02-15  Darrick J.... xfs: hoist freeing of rt data fork extent mappings
2024-02-15  Darrick J.... xfs: bump max fsgeom struct version
2024-02-05  Carlos Maiolinoxfsprogs: Release v6.6.0 v6.6.0
2024-01-23  Carlos MaiolinoMerge tag 'scruball-service-fixes-6.6_2024-01-11' of...
2024-01-23  Carlos MaiolinoMerge tag 'scrub-service-fixes-6.6_2024-01-11' of https...
2024-01-23  Carlos MaiolinoMerge tag 'scrub-repair-fixes-6.6_2024-01-11' of https...
2024-01-23  Carlos MaiolinoMerge tag 'scrub-fix-legalese-6.6_2024-01-11' of https...
2024-01-23  Carlos MaiolinoMerge tag 'xfsprogs-fixes-6.6_2024-01-11' of https...
2024-01-23  Carlos MaiolinoMerge tag 'xfsprogs-fixes-6.6_2023-12-21' of https...
2024-01-12  Darrick J.... xfs_scrub_all: fix termination signal handling
2024-01-12  Darrick J.... xfs_scrub_all.cron: move to package data directory
2024-01-12  Darrick J.... xfs_scrub_all: simplify cleanup of run_killable
2024-01-12  Darrick J.... xfs_scrub_fail: move executable script to /usr/libexec
next