]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - include
xfsprogs: Release v6.15.0
[thirdparty/xfsprogs-dev.git] / include /
2025-04-29  Christoph Hellwigxfs: support zone gaps
2025-04-29  Christoph Hellwigxfs: allow internal RT devices for zoned mode
2025-04-29  Christoph Hellwigxfs: define the zoned on-disk format
2025-04-29  Christoph Hellwigxfs: make metabtree reservations global
2025-04-29  Christoph Hellwigxfs: generalize the freespace and reserved blocks handling
2025-04-08  Darrick J. Wongxfs_protofile: add messages to localization catalog
2025-04-08  Darrick J. WongMakefile: inject package name/version/bugreport into...
2025-03-31  Matthew Wilcox ... xfs: Use abs_diff instead of XFS_ABSDIFF
2025-03-31  Ritesh Harjani ... xfs_io: Add cachestat syscall support
2025-03-31  Ritesh Harjani ... xfs_io: Add RWF_DONTCACHE support to pwritev2
2025-03-31  Theodore Ts'omake: remove the .extradep file in libxfs on "make...
2025-02-25  Darrick J. Wongxfs_repair: reserve per-AG space while rebuilding rt...
2025-02-25  Mirsad Todorovacxfs/libxfs: replace kmalloc() and memcpy() with kmemdup()
2025-02-25  Christoph Hellwigxfs: constify feature checks
2025-02-25  Darrick J. Wongxfs: introduce realtime refcount btree ondisk definitions
2025-02-25  Darrick J. Wongxfs: introduce realtime rmap btree ondisk definitions
2025-02-25  Darrick J. Wongxfs: allow inode-based btrees to reserve space in the...
2025-02-25  Darrick J. Wonglibxfs: unmap xmbuf pages to avoid disaster
2025-01-16  Darrick J. Wongbuild: initialize stack variables to zero by default
2024-12-25  Ojaswin Mujooinclude/linux.h: use linux/magic.h to get XFS_SUPER_MAGIC
2024-12-24  Darrick J. Wongxfs_quota: report warning limits for realtime space...
2024-12-24  Darrick J. Wongxfs_db: metadump realtime devices
2024-12-24  Darrick J. Wongxfs_repair: refactor offsetof+sizeof to offsetofend
2024-12-24  Darrick J. Wongxfs: make xfs_rtblock_t a segmented address like xfs_fs...
2024-12-24  Darrick J. Wongxfs: add block headers to realtime bitmap and summary...
2024-12-24  Darrick J. Wongxfs: add frextents to the lazysbcounters when rtgroups...
2024-12-24  Darrick J. Wongxfs: update realtime super every time we update the...
2024-12-24  Darrick J. Wongxfs: define the format of rt groups
2024-12-24  Christoph Hellwigxfs: move RT bitmap and summary information to the...
2024-12-24  Darrick J. Wongxfs: support caching rtgroup metadata inodes
2024-12-24  Darrick J. Wongxfs: create incore realtime group structures
2024-12-24  Darrick J. Wongmkfs: support copying in large or sparse files
2024-12-24  Darrick J. Wonglibxfs: resync libxfs_alloc_file_space interface with...
2024-12-24  Darrick J. Wonglibxfs: load metadata directory root at mount time
2024-12-24  Darrick J. Wonglibxfs: constify the xfs_inode predicates
2024-12-24  Darrick J. Wongxfs: read and write metadata inode directory tree
2024-12-24  Darrick J. Wongxfs: iget for metadata inodes
2024-12-24  Darrick J. Wongxfs: define the on-disk format for the metadir feature
2024-12-24  Christoph Hellwigxfs: store a generic group structure in the intents
2024-12-24  Christoph Hellwigxfs: add group based bno conversion helpers
2024-12-24  Christoph Hellwigxfs: factor out a generic xfs_group structure
2024-12-24  Christoph Hellwigxfs: convert remaining trace points to pass pag structures
2024-12-24  Christoph Hellwigxfs: pass objects to the xfs_irec_merge_{pre,post}...
2024-12-24  Christoph Hellwigxfs: remove the agno argument to xfs_free_ag_extent
2024-11-21  Catherine Hoangxfs_io: add support for atomic write statx fields
2024-10-31  Darrick J. Wonglibxfs: remove unused xfs_inode fields
2024-10-31  Christoph Hellwigxfs: convert perag lookup to xarray
2024-10-31  Christoph Hellwigxfs: use kfree_rcu_mightsleep to free the perag structures
2024-10-31  Dave Chinnerxfs: use kvmalloc for xattr buffers
2024-10-31  Christoph Hellwigxfs: replace m_rsumsize with m_rsumblocks
2024-10-31  Darrick J. Wonglibxfs: port IS_ENABLED from the kernel
2024-10-31  Darrick J. Wonglibxfs: test compiling public headers with a C++ compiler
2024-10-04  Dave Chinnerxfs: background AIL push should target physical space
2024-10-04  Dave Chinnerxfs: AIL doesn't need manual pushing
2024-10-04  Christoph Hellwigxfs: pass the fsbno to xfs_perag_intent_get
2024-10-04  Darrick J. Wongxfs: clean up extent free log intent item tracepoint...
2024-10-04  Darrick J. Wongxfs: hoist xfs_{bump,drop}link to libxfs
2024-10-04  Darrick J. Wongxfs: hoist xfs_iunlink to libxfs
2024-10-04  Darrick J. Wongxfs: hoist new inode initialization functions to libxfs
2024-10-04  Darrick J. Wonglibxfs: implement get_random_u32
2024-10-04  Darrick J. Wonglibxfs: remove libxfs_dir_ialloc
2024-10-04  Darrick J. Wonglibxfs: backport inode init code from the kernel
2024-10-04  Darrick J. Wonglibxfs: pack icreate initialization parameters into...
2024-10-04  Darrick J. Wongxfs: hoist inode flag conversion functions to libxfs
2024-10-04  Darrick J. Wongxfs: hoist extent size helpers to libxfs
2024-10-03  Catherine Hoangxfs_io: add RWF_ATOMIC support to pwrite
2024-10-02  Darrick J. Wonglibfrog: emulate deprecated attrlist functionality...
2024-09-16  Julien Olivainlibxfs: provide a memfd_create() wrapper if not present...
2024-08-09  Carlos MaiolinoMerge tag 'debian-autofsck-6.10_2024-08-08' of https...
2024-08-09  Carlos MaiolinoMerge tag 'autofsck-6.10_2024-08-08' of https://git...
2024-08-06  Carlos MaiolinoMerge tag 'repair-fixes-6.10_2024-07-29' of https:...
2024-08-06  Carlos MaiolinoMerge tag 'vectorized-scrub-6.10_2024-07-29' of https...
2024-08-06  Carlos MaiolinoMerge tag 'scrub-directory-tree-6.10_2024-07-29' of...
2024-08-06  Carlos MaiolinoMerge tag 'repair-pptrs-6.10_2024-07-29' of https:...
2024-08-06  Carlos MaiolinoMerge tag 'scrub-pptrs-6.10_2024-07-29' of https:/...
2024-08-06  Carlos MaiolinoMerge tag 'pptrs-6.10_2024-07-29' of https://git.kernel...
2024-08-06  Carlos MaiolinoMerge tag 'improve-attr-validation-6.10_2024-07-29...
2024-08-06  Carlos MaiolinoMerge tag 'scrub-all-improve-systemd-handling-6.10_2024...
2024-08-06  Carlos MaiolinoMerge tag 'scrub-media-scan-service-6.10_2024-07-29...
2024-08-06  Carlos MaiolinoMerge tag 'scrub-service-security-6.10_2024-07-29'...
2024-08-06  Carlos MaiolinoMerge tag 'scrub-fstrim-minlen-freesp-histogram-6.10_20...
2024-08-06  Carlos MaiolinoMerge tag 'scrub-fstrim-phase-6.10_2024-07-29' of https...
2024-08-06  Carlos MaiolinoMerge tag 'scrub-detect-deceptive-extensions-6.10_2024...
2024-08-06  Carlos MaiolinoMerge tag 'scrub-repair-scheduling-6.10_2024-07-29...
2024-08-06  Carlos MaiolinoMerge tag 'scrub-object-tracking-6.10_2024-07-29' of...
2024-08-06  Carlos MaiolinoMerge tag 'scrub-repair-data-deps-6.10_2024-07-29'...
2024-08-06  Carlos MaiolinoMerge tag 'scrub-better-repair-warnings-6.10_2024-07...
2024-08-06  Carlos MaiolinoMerge tag 'scrub-repair-fixes-6.10_2024-07-29' of https...
2024-08-06  Carlos MaiolinoMerge tag 'inode-repair-improvements-6.10_2024-07-29...
2024-08-06  Carlos MaiolinoMerge tag 'dirattr-validate-owners-6.10_2024-07-29...
2024-08-06  Carlos MaiolinoMerge tag 'atomic-file-updates-6.10_2024-07-29' of...
2024-08-06  Carlos MaiolinoMerge tag 'libxfs-sync-6.10_2024-07-29' of https:/...
2024-08-06  Carlos MaiolinoMerge tag 'libxfs-6.9-fixes_2024-07-29' of https:/...
2024-07-30  Darrick J. Wongxfs_db: add link and unlink expert commands
2024-07-30  Darrick J. Wonglibfrog: add parent pointer support code
2024-07-30  Darrick J. Wongxfs_repair: check free space requirements before allowi...
2024-07-30  Darrick J. Wongxfs_scrub_all: enable periodic file data scrubs automat...
2024-07-30  Darrick J. Wonglibxfs: port the bumplink function from the kernel
2024-07-30  Darrick J. Wonglibhandle: add support for bulkstat v5
2024-07-30  Darrick J. Wongxfs: restrict when we try to align cow fork delalloc...
next