public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-10 22:11:36 to 2026-04-20 18:41:06 UTC [more...]

[PATCH v2] mm/filemap: avoid costly reclaim for high-order folio allocations
 2026-04-20 18:41 UTC  (3+ messages)

[PATCH] xfs: check hash ordering in xfs_da3_node_verify
 2026-04-20 17:54 UTC  (4+ messages)

[PATCH v3] xfs: check da node block pad field during scrub
 2026-04-20 17:42 UTC  (3+ messages)

[PATCH 0/1] iomap: avoid compaction for costly folio order allocation
 2026-04-20 16:33 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH 0/2] xfs: add additional zoned sysfs attributes
 2026-04-20 16:09 UTC  (6+ messages)
` [PATCH 1/2] xfs: expose the number of free zones in sysfs
` [PATCH 2/2] xfs: expose the current zonegc required status "

[RFC PATCH v2 0/5] Add buffered write-through support to iomap & xfs
 2026-04-20 11:56 UTC  (13+ messages)
` [RFC PATCH v2 1/5] mm: Refactor folio_clear_dirty_for_io()
` [RFC PATCH v2 2/5] iomap: Add initial support for buffered RWF_WRITETHROUGH

[PATCH v8 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-04-20 11:47 UTC  (23+ messages)
` [PATCH v8 01/22] fsverity: report validation errors through fserror to fsnotify
` [PATCH v8 02/22] fsverity: expose ensure_fsverity_info()
` [PATCH v8 03/22] ovl: use core fsverity ensure info interface
` [PATCH v8 04/22] fsverity: generate and store zero-block hash
` [PATCH v8 05/22] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v8 06/22] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v8 07/22] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v8 08/22] iomap: teach iomap to read files with fsverity
` [PATCH v8 09/22] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [PATCH v8 10/22] xfs: introduce fsverity on-disk changes
` [PATCH v8 11/22] xfs: initialize fs-verity on file open
` [PATCH v8 12/22] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v8 13/22] xfs: disable direct read path for fs-verity files
` [PATCH v8 14/22] xfs: handle fsverity I/O in write/read path
` [PATCH v8 15/22] xfs: use read ioend for fsverity data verification
` [PATCH v8 16/22] xfs: add fs-verity support
` [PATCH v8 17/22] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v8 18/22] xfs: add fs-verity ioctls
` [PATCH v8 19/22] xfs: advertise fs-verity being available on filesystem
` [PATCH v8 20/22] xfs: check and repair the verity inode flag state
` [PATCH v8 21/22] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v8 22/22] xfs: enable ro-compat fs-verity flag

[PATCH v3 0/3] add FALLOC_FL_WRITE_ZEROES support to xfs
 2026-04-20 10:55 UTC  (4+ messages)
` [PATCH v3 1/3] xfs: add xfs_bmap_alloc_or_convert_range function
` [PATCH v3 2/3] xfs: add support for FALLOC_FL_WRITE_ZEROES
` [PATCH v3 3/3] xfs: add a sysfs entry to enable write zeroes even if HW does not support it

[PATCH] xfs: flush delalloc blocks on ENOSPC when creating symlinks
 2026-04-20 10:06 UTC  (7+ messages)
      ` [PATCH v2] xfs: flush delalloc blocks on ENOSPC in xfs_trans_alloc_icreate

Should we hook up sashiko.dev?
 2026-04-20  8:54 UTC  (4+ messages)

[PATCH v2] iomap: avoid memset iomap when iter is done
 2026-04-20  6:16 UTC 

[RFC PATCH] iomap: add fast read path for small direct I/O
 2026-04-18 19:36 UTC  (7+ messages)

[PATCH 0/3] xfs: handle ERR_PTR return from bio_split
 2026-04-18  9:27 UTC  (4+ messages)
` [PATCH 1/3] xfs: handle ERR_PTR return from bio_split in xfs_buf_submit_bio
` [PATCH 2/3] xfs: handle ERR_PTR return from bio_split in xlog_write_iclog
` [PATCH 3/3] xfs: handle ERR_PTR return from bio_split in xfs_zone_gc_split_write

[ANNOUNCE] xfsprogs: for-next updated to 95329f9fa130
 2026-04-17 16:26 UTC 

[syzbot] [iomap?] WARNING in iomap_zero_range
 2026-04-17 14:31 UTC 

[PATCH] xfs: fix memory leak for data allocated by xfs_zone_gc_data_alloc()
 2026-04-17 14:18 UTC  (3+ messages)

[syzbot] [xfs?] inconsistent lock state in igrab
 2026-04-17 14:00 UTC  (3+ messages)

[PATCH] iomap: avoid memset iomap when iter is done
 2026-04-17  9:15 UTC  (9+ messages)

[PATCH v2 0/3] fix s_uuid and f_fsid consistency for cloned filesystems
 2026-04-17  7:34 UTC  (13+ messages)
` [PATCH v2 3/3] ext4: derive f_fsid from block device to avoid collisions

[PATCHSET 2/2] fstests: capture logs from mount failures
 2026-04-16 19:15 UTC  (12+ messages)
` [PATCH 1/2] treewide: convert all $MOUNT_PROG to _mount
` [PATCH 2/2] check: capture dmesg of mount failures if test fails
  ` [PATCH v1.1 "

[PATCH v3] xfs: add a test for number of open zones on conventional devices
 2026-04-16 16:54 UTC  (4+ messages)

[PATCH] xfs: start inodegc after quota initialization
 2026-04-16  0:55 UTC  (5+ messages)

bio completion in task enhancements / experiments
 2026-04-15 14:30 UTC  (21+ messages)
` [PATCH 4/8] FOLD: block: change the defer in task context interface to be procedural
` [PATCH 8/8] RFC: use a TASK_FIFO kthread for read completion support

[PATCH v2] xfs: fix memory leak on error in xfs_alloc_zone_info()
 2026-04-15 13:33 UTC  (4+ messages)

[PATCH RFC v4 1/3] block: add BIO_COMPLETE_IN_TASK for task-context completion
 2026-04-15  6:10 UTC  (6+ messages)

[PATCH] xfs_scrub: warn about unicode variation selectors in names
 2026-04-15  5:36 UTC  (2+ messages)

[PATCH] xfs_healer: update weakhandle mountpoint when reconnecting
 2026-04-15  5:35 UTC  (3+ messages)

[PATCH v7 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-04-15  5:23 UTC  (9+ messages)
` [PATCH v7 02/22] fsverity: expose ensure_fsverity_info()
` [PATCH v7 03/22] ovl: use core fsverity ensure info interface
` [PATCH v7 07/22] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity

[PATCH] xfs: fix memory leak on error in xfs_alloc_zone_info()
 2026-04-14 10:43 UTC  (3+ messages)

[PATCH] xfs_quota: display default limits for users with zero usage
 2026-04-14  9:40 UTC  (3+ messages)

refactor submit_bio_wait and bio await helpers v3
 2026-04-14  8:24 UTC  (4+ messages)
` [PATCH 4/5] block: add a bio_submit_or_kill helper

[PATCHSET 1/2] fstests: more random fixes for v2026.03.20
 2026-04-14  7:57 UTC  (3+ messages)
` [PATCH 1/1] xfs/841: actually compare the new filesystem contents to the proto dir

[PATCH v2 0/2] add FALLOC_FL_WRITE_ZEROES support to xfs
 2026-04-14  6:11 UTC  (7+ messages)
` [PATCH v2 1/2] xfs: add xfs_bmap_alloc_or_convert_range function
` [PATCH v2 2/2] xfs: add support for FALLOC_FL_WRITE_ZEROES

[PATCH v3 0/3] xfs: clean up directory data block header padding
 2026-04-14  1:01 UTC  (9+ messages)
` [PATCH v3 1/3] xfs: zero entire directory data block header region at init
` [PATCH v3 2/3] xfs: zero directory data block padding on write verification
` [PATCH v3 3/3] xfs: check directory data block header padding in scrub

[GIT PULL] XFS: New code for v7.1
 2026-04-14  0:30 UTC  (2+ messages)

[XFS] Question: can xfs_agfl_free_finish_item exhaust AGFL during bnobt/cntbt split?
 2026-04-13 22:19 UTC  (4+ messages)

[PATCHSET 1/2] fstests: more random fixes for v2026.02.26
 2026-04-13 17:52 UTC  (2+ messages)

[PATCH 0/2] xfsprogs/mkfs: consolidate subvolume validation logic for file images
 2026-04-13 16:05 UTC  (8+ messages)
` [PATCH 1/2] mkfs: fix assertion failure on empty data file
` [PATCH 2/2] mkfs: unify validation behavior for data, log and rt dev

[PATCH] debian: add version control tags to control
 2026-04-13 15:21 UTC  (3+ messages)

Please migrate xfsdump and xfsprogs Debian packaging to Salsa
 2026-04-13 14:36 UTC  (9+ messages)

[syzbot] [xfs?] INFO: task hung in xlog_force_lsn (2)
 2026-04-13  8:29 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox