]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/shortlog
thirdparty/xfsprogs-dev.git
2024-04-17  Darrick J.... xfs: set XBF_DONE on newly formatted btree block that...
2024-04-17  Darrick J.... xfs: force all buffers to be written during btree bulk...
2024-04-17  Christoph Hellwigxfs: pass the defer ops directly to xfs_defer_add
2024-04-17  Christoph Hellwigxfs: pass the defer ops instead of type to xfs_defer_st...
2024-04-17  Christoph Hellwigxfs: store an ops pointer in struct xfs_defer_pending
2024-04-17  Christoph Hellwigxfs: consolidate the xfs_attr_defer_* helpers
2024-04-17  Christoph Hellwigxfs: move xfs_ondisk.h to libxfs/
2024-04-17  Zhang Tiancixfs: extract xfs_da_buf_copy() helper function
2024-04-17  Zhang Tiancixfs: update dir3 leaf block metadata after swap
2024-04-17  Jiachen Zhangxfs: ensure logflagsp is initialized in xfs_bmap_del_ex...
2024-04-17  Darrick J.... xfs: force small EFIs for reaping btree extents
2024-04-17  Darrick J.... xfs: remove unused fields from struct xbtree_ifakeroot
2024-04-17  Darrick J.... xfs: automatic freeing of freshly allocated unwritten...
2024-04-17  Darrick J.... xfs: remove __xfs_free_extent_later
2024-04-17  Darrick J.... xfs: allow pausing of pending deferred work items
2024-04-17  Darrick J.... xfs: don't append work items to logged xfs_defer_pendin...
2024-04-17  Darrick J.... xfs: elide ->create_done calls for unlogged deferred...
2024-04-17  Darrick J.... xfs: don't allow overly small or large realtime volumes
2024-04-17  Darrick J.... xfs: fix 32-bit truncation in xfs_compute_rextslog
2024-04-17  Darrick J.... xfs: make rextslog computation consistent with mkfs
2024-04-17  Darrick J.... xfs: move ->iop_relog to struct xfs_defer_op_type
2024-04-17  Darrick J.... xfs: hoist xfs_trans_add_item calls to defer ops functions
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
next