linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-18 08:31:00 to 2025-07-29 23:21:52 UTC [more...]

[PATCH RFC 00/29] fs-verity support for XFS with post EOF merkle tree
 2025-07-29 23:21 UTC  (41+ messages)
` [PATCH RFC 01/29] iomap: add iomap_writepages_unbound() to write beyond EOF
` [PATCH RFC 02/29] iomap: introduce iomap_read/write_region interface
` [PATCH RFC 03/29] fs: add FS_XFLAG_VERITY for verity files
` [PATCH RFC 04/29] fsverity: add per-sb workqueue for post read processing
` [PATCH RFC 05/29] fsverity: add tracepoints
` [PATCH RFC 06/29] fsverity: report validation errors back to the filesystem
` [PATCH RFC 07/29] fsverity: pass super_block to fsverity_enqueue_verify_work
` [PATCH RFC 08/29] ext4: use a per-superblock fsverity workqueue
` [PATCH RFC 09/29] f2fs: "
` [PATCH RFC 10/29] btrfs: "
` [PATCH RFC 11/29] fsverity: remove system-wide workqueue
` [PATCH RFC 12/29] fsverity: expose merkle tree geometry to callers
` [PATCH RFC 13/29] iomap: integrate fs-verity verification into iomap's read path
` [PATCH RFC 14/29] xfs: add attribute type for fs-verity
` [PATCH RFC 15/29] xfs: add fs-verity ro-compat flag
` [PATCH RFC 16/29] xfs: add inode on-disk VERITY flag
` [PATCH RFC 17/29] xfs: initialize fs-verity on file open and cleanup on inode destruction
` [PATCH RFC 18/29] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH RFC 19/29] xfs: disable direct read path for fs-verity files
` [PATCH RFC 20/29] xfs: disable preallocations for fsverity Merkle tree writes
` [PATCH RFC 21/29] xfs: add writeback and iomap reading of Merkel tree pages
` [PATCH RFC 22/29] xfs: add fs-verity support
` [PATCH RFC 23/29] xfs: add fs-verity ioctls
` [PATCH RFC 24/29] xfs: advertise fs-verity being available on filesystem
` [PATCH RFC 25/29] xfs: check and repair the verity inode flag state
` [PATCH RFC 26/29] xfs: fix scrub trace with null pointer in quotacheck
` [PATCH RFC 27/29] xfs: report verity failures through the health system
` [PATCH RFC 28/29] xfs: add fsverity traces
` [PATCH RFC 29/29] xfs: enable ro-compat fs-verity flag

[PATCH 1/2] md/raid0,raid4,raid5,raid6,raid10: fix bogus io_opt value
 2025-07-29 21:49 UTC  (3+ messages)

[PATCH v11 0/1] mkfs: add ability to populate filesystem from directory
 2025-07-29 21:43 UTC  (3+ messages)
` [PATCH v11 1/1] proto: add ability to populate a filesystem from a directory

[RFC 0/3] xfs: Add support to shrink multiple empty AGs
 2025-07-29 21:05 UTC  (7+ messages)
` [RFC 1/3] xfs: Re-introduce xg_active_wq field in struct xfs_group
` [RFC 2/3] xfs: Refactoring the nagcount and delta calculation
` [RFC 3/3] xfs: Add support to shrink multiple empty AGs

next-20250721 arm64 16K and 64K page size WARNING fs fuse file.c at fuse_iomap_writeback_range
 2025-07-29 20:21 UTC  (16+ messages)

[PATCHSET 2/2] xfsprogs: various bug fixes for 6.16
 2025-07-29 20:14 UTC  (2+ messages)
` [PATCH 1/1] misc: fix reversed calloc arguments

[PATCHSET 1/2] xfsprogs: new libxfs code from kernel 6.16
 2025-07-29 20:13 UTC  (3+ messages)
` [PATCH 1/2] xfs: catch stale AGF/AGF metadata
` [PATCH 2/2] xfs: don't allocate the xfs_extent_busy structure for zoned RTGs

[PATCH 2/2] iomap: align writeback to RAID stripe boundaries
 2025-07-29 20:12 UTC  (5+ messages)

[PATCHSET 3/3] fstests: integrate with coredump capturing
 2025-07-29 20:11 UTC  (3+ messages)
` [PATCH 1/2] fsstress: don't abort when stat(".") returns EIO
` [PATCH 2/2] check: collect core dumps from systemd-coredump

[PATCHSET 2/3] fstests: check new 6.15 behaviors
 2025-07-29 20:10 UTC  (3+ messages)
` [PATCH 1/2] xfs/259: try to force loop device block size
` [PATCH 2/2] xfs/432: fix metadump loop device blocksize problems

[PATCHSET 1/3] fstests: fixes for atomic writes tests
 2025-07-29 20:10 UTC  (7+ messages)
` [PATCH 2/7] generic/427: try to ensure there's some free space before we do the aio test
` [PATCH 3/7] generic/767: require fallocate support
` [PATCH 4/7] generic/767: only test the hardware atomic write unit
` [PATCH 5/7] generic/767: allow on any atomic writes filesystem
` [PATCH 6/7] xfs/838: actually force usage of the realtime device
` [PATCH 7/7] common: fix _require_xfs_io_command pwrite -A for various blocksizes

[PATCH v3 00/13] Add more tests for multi fs block atomic writes
 2025-07-29 19:49 UTC  (46+ messages)
` [PATCH v3 02/13] common/rc: Fix fsx for ext4 with bigalloc
` [PATCH v3 04/13] ltp/fsx.c: Add atomic writes support to fsx
` [PATCH v3 05/13] generic/1226: Add atomic write test using fio crc check verifier
` [PATCH v3 06/13] generic/1227: Add atomic write test using fio verify on file mixed mappings
` [PATCH v3 07/13] generic/1228: Add atomic write multi-fsblock O_[D]SYNC tests
` [PATCH v3 08/13] generic/1229: Stress fsx with atomic writes enabled
` [PATCH v3 09/13] generic/1230: Add sudden shutdown tests for multi block atomic writes
` [PATCH v3 10/13] ext4/061: Atomic writes stress test for bigalloc using fio crc verifier
` [PATCH v3 11/13] ext4/062: Atomic writes test for bigalloc using fio crc verifier on multiple files
` [PATCH v3 12/13] ext4/063: Atomic write test for extent split across leaf nodes
` [PATCH v3 13/13] ext4/064: Add atomic write tests for journal credit calculation

[PATCH 0/3] Use new syscalls to set filesystem inode attributes on any inode
 2025-07-29 15:52 UTC  (9+ messages)
` [PATCH 1/3] xfs: allow renames of project-less inodes
` [PATCH 2/3] xfs: allow setting xattrs on special files
` [PATCH 3/3] xfs: add .fileattr_set and fileattr_get callbacks for symlinks

Umowa vPPA - termin spotkania
 2025-07-29  8:16 UTC 

[GIT PULL] XFS new code for 6.17
 2025-07-28 23:40 UTC  (2+ messages)

[PATCH v10 0/1] mkfs: add ability to populate filesystem from directory
 2025-07-28 15:27 UTC  (4+ messages)
` [PATCH v10 1/1] proto: add ability to populate a filesystem from a directory

[PATCH v3 0/7] iomap: zero range folio batch support
 2025-07-28 12:57 UTC  (8+ messages)
` [PATCH v3 3/7] iomap: optional zero range dirty folio processing

[PATCH] iomap: move prefaulting out of hot write path
 2025-07-27 22:10 UTC  (2+ messages)

xfs_metadump segmentation fault on large fs - xfsprogs 6.1
 2025-07-26  3:51 UTC  (2+ messages)

[PATCH v3 0/3] xfs and DAX atomic writes changes
 2025-07-25 15:49 UTC  (8+ messages)
` [PATCH v3 1/3] fs/dax: Reject IOCB_ATOMIC in dax_iomap_rw()
` [PATCH v3 2/3] xfs: disallow atomic writes on DAX
` [PATCH v3 3/3] xfs: reject max_atomic_write mount option for no reflink

[ANNOUNCE] xfs-linux: for-next *REBASED* to ded74fddcaf6
 2025-07-24 16:06 UTC 

[PATCH 00/14] xfs: Remove unused trace events
 2025-07-23 22:35 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: for-next updated to b0494366bd5b
 2025-07-23 18:45 UTC 

fix XFS_IBULK_* vs XFS_IWALK_* confusion
 2025-07-23 16:21 UTC  (5+ messages)
` [PATCH 1/2] xfs: fully decouple XFS_IBULK* flags from XFS_IWALK* flags
` [PATCH 2/2] xfs: remove XFS_IBULK_SAME_AG

[PATCH] xfs: split xfs_zone_record_blocks
 2025-07-23 16:19 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 41a35f69b694
 2025-07-23 15:19 UTC 

[PATCH 0/4] xfs: more unused events from linux-next
 2025-07-23 15:01 UTC  (9+ messages)
` [PATCH 1/4] xfs: remove unused trace event xfs_dqreclaim_dirty
` [PATCH 2/4] xfs: remove unused trace event xfs_log_cil_return
` [PATCH 3/4] xfs: remove unused trace event xfs_discard_rtrelax
` [PATCH 4/4] xfs: remove unused trace event xfs_reflink_cow_enospc

[PATCH] xfs: Remove unused label in xfs_dax_notify_dev_failure
 2025-07-23 15:01 UTC  (2+ messages)

[PATCH v2] xfs: disallow atomic writes on DAX
 2025-07-23  7:36 UTC  (3+ messages)

[PATCH v2] generic: test overwriting file with mmap on a full filesystem
 2025-07-23  5:48 UTC  (5+ messages)

[BUG] xfs: Assertion failed in xfs_iwalk_args triggered by XFS_IOC_INUMBERS
 2025-07-22 18:35 UTC  (3+ messages)

[PATCH] xfs: Replace strncpy with strscpy
 2025-07-20 22:24 UTC  (7+ messages)

[PATCH] xfs: scrub: remove unnecessary braces and fix
 2025-07-19  8:33 UTC  (4+ messages)
` [PATCH] xfs: scrub: remove unnecessary braces and fix …

[PATCH] xfs: disallow atomic writes on DAX
 2025-07-18 19:38 UTC  (4+ messages)

[GIT PULL] XFS fixes for v6.16-rc7
 2025-07-18 18:50 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next *REBASED* to f69153451328
 2025-07-18 16:03 UTC 

[PATCH] agheader: remove inappropriate use of -ENOSYS
 2025-07-18 15:12 UTC  (3+ messages)

[ANNOUNCE] xfsprogs: for-next updated to 854665693e67
 2025-07-18 14:08 UTC 

[PATCHSET 1/3] xfsprogs: new libxfs code from kernel 6.16
 2025-07-18 14:03 UTC  (3+ messages)
` [PATCH 4/6] libxfs: add helpers to compute log item overhead

flakey assert failures in xfs/538 in for-next
 2025-07-18 12:19 UTC  (4+ messages)

[ANNOUNCE] xfs-linux: for-next updated to eb1412d610aa
 2025-07-18  9:19 UTC 

linux-next: build failure after merge of the xfs tree
 2025-07-18  8:45 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).