public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-04 13:03:27 to 2026-03-09 19:25:21 UTC [more...]

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

[PATCH 0/9] fstests: add test coverage for cloned filesystem ids
 2026-03-09 19:13 UTC  (3+ messages)
` [PATCH 2/9] fstests: add _mkfs_scratch_clone() helper

[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
 2026-03-09 19:00 UTC  (28+ messages)
` [PATCH v3 01/12] vfs: widen inode hash/lookup functions "
` [PATCH v3 02/12] audit: widen ino fields "
` [PATCH v3 03/12] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v3 04/12] vfs: widen trace event i_ino fields "
` [PATCH v3 05/12] cachefiles: "
` [PATCH v3 06/12] ext2: "
` [PATCH v3 07/12] hugetlbfs: "
` [PATCH v3 08/12] zonefs: "
` [PATCH v3 09/12] ext4: "
` [PATCH v3 10/12] f2fs: "
` [PATCH v3 11/12] nilfs2: "
` [PATCH v3 12/12] treewide: change inode->i_ino from unsigned long "

[PATCH v3 0/8] iomap, xfs: improve zero range flushing and lookup
 2026-03-09 18:38 UTC  (21+ messages)
` [PATCH v3 1/8] xfs: fix iomap hole map reporting for zoned zero range
` [PATCH v3 2/8] xfs: flush dirty pagecache over hole in zoned mode "
` [PATCH v3 3/8] iomap, xfs: lift zero range hole mapping flush into xfs
` [PATCH v3 4/8] xfs: flush eof folio before insert range size update
` [PATCH v3 5/8] xfs: look up cow fork extent earlier for buffered iomap_begin
` [PATCH v3 6/8] xfs: only flush when COW fork blocks overlap data fork holes
` [PATCH v3 7/8] xfs: replace zero range flush with folio batch
` [PATCH v3 8/8] xfs: report cow mappings with dirty pagecache for iomap zero range

[PATCH v11 2/2] xfs: add FALLOC_FL_WRITE_ZEROES to XFS code base
 2026-03-09 18:12 UTC 

[PATCH 0/2] Addadd FALLOC_FL_WRITE_ZEROES support to xfs
 2026-03-09 18:07 UTC  (2+ messages)
` [PATCH 1/2] xfs: Introduce 'bmapi_flags' parameter to xfs_alloc_file_space()

[PATCHSET v8 2/2] fstests: autonomous self healing of filesystems
 2026-03-09 18:03 UTC  (4+ messages)
` [PATCH 01/13] xfs: test health monitoring code

[RFC 0/3] Add buffered write-through support to iomap & xfs
 2026-03-09 17:34 UTC  (4+ messages)
` [RFC 1/3] iomap: Support buffered RWF_WRITETHROUGH via async dio backend
` [RFC 2/3] iomap: Enable stable writes for RWF_WRITETHROUGH inodes
` [RFC 3/3] xfs: Add RWF_WRITETHROUGH support to xfs

[PATCH 0/4] xfs: close crash window in attr dabtree inactivation
 2026-03-09 16:59 UTC  (9+ messages)
` [PATCH 1/4] xfs: only assert new size for datafork during truncate extents
` [PATCH 2/4] xfs: factor out xfs_da3_node_entry_remove
` [PATCH 3/4] xfs: factor out xfs_attr3_leaf_init
` [PATCH 4/4] xfs: close crash window in attr dabtree inactivation

[PATCH v2 0/5] write streams and xfs spatial isolation
 2026-03-09 16:38 UTC  (11+ messages)
  ` [PATCH v2 1/5] fs: add generic write-stream management ioctl
  ` [PATCH v2 2/5] iomap: introduce and propagate write_stream
  ` [PATCH v2 3/5] xfs: implement write-stream management support
  ` [PATCH v2 4/5] xfs: steer allocation using write stream
  ` [PATCH v2 5/5] xfs: introduce software write streams

[PATCH v3 0/4] xfs: fix AIL push use-after-free during shutdown
 2026-03-09 16:28 UTC  (9+ messages)
` [PATCH v3 1/4] xfs: stop reclaim before pushing AIL during unmount
` [PATCH v3 2/4] xfs: refactor xfsaild_push loop into helper
` [PATCH v3 3/4] xfs: avoid dereferencing log items after push callbacks
` [PATCH v3 4/4] xfs: save ailp before dropping the AIL lock in "

support file system generated / verified integrity information v4
 2026-03-09 14:52 UTC  (2+ messages)
` (subset) "

[linus:master] [iomap] cd3c877d04: fio.write_iops 5.8% improvement
 2026-03-09  8:49 UTC 

[PATCH v2] xfs: fix use-after-free of log items during AIL pushing
 2026-03-08 18:35 UTC  (3+ messages)

[Lsf-pc] [LSF/MM/BPF TOPIC] Buffered atomic writes
 2026-03-08 15:33 UTC  (2+ messages)

[PATCHSET v8] xfsprogs: autonomous self healing of filesystems
 2026-03-06 15:58 UTC  (32+ messages)
` [PATCH 03/26] libfrog: add support code for starting systemd services programmatically
` [PATCH 17/26] xfs_healer: use getmntent to find moved filesystems
` [PATCH 23/26] xfs_io: print systemd service names
` [PATCH 24/26] mkfs: enable online repair if all backrefs are enabled
` [PATCH 25/26] debian: enable xfs_healer on the root filesystem by default

[PATCH v2 0/4] mm: Remove stray references to pagevec
 2026-03-06 11:45 UTC  (9+ messages)
` [PATCH v2 1/4] mm: Remove stray references to struct pagevec
` [PATCH v2 2/4] fs: Remove unncessary pagevec.h includes
` [PATCH v2 3/4] folio_batch: Rename pagevec.h to folio_batch.h
` [PATCH v2 4/4] folio_batch: Rename PAGEVEC_SIZE to FOLIO_BATCH_SIZE

[PATCH] xfs: Convert comma to semicolon
 2026-03-06  8:48 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: for-next *REBASED* to 54fcd2f95f8d
 2026-03-06  8:40 UTC 

[PATCHSET] xfsprogs: various bug fixes for 6.19
 2026-03-05 22:56 UTC  (12+ messages)
` [PATCH 1/4] misc: fix a few memory leaks
` [PATCH 2/4] libxfs: fix data corruption bug in libxfs_file_write
` [PATCH 3/4] mkfs: fix protofile data corruption when in/out file block sizes don't match
` [PATCH 4/4] mkfs: fix log sunit automatic configuration

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-03-05 19:25 UTC  (6+ messages)
` [PATCH 24/24] fs: remove simple_nosetlease()

[PATCH] xfs: fix use-after-free in xfs_inode_item_push()
 2026-03-05 18:28 UTC  (5+ messages)
  `  "

[PATCH] xfs: don't clobber bi_status in xfs_zone_alloc_and_submit
 2026-03-05 18:09 UTC  (7+ messages)

[PATCH v2 0/5] iomap, xfs: improve zero range flushing and lookup
 2026-03-05 16:10 UTC  (15+ messages)
` [PATCH v2 1/5] iomap, xfs: lift zero range hole mapping flush into xfs

[PATCH 0/2] xfs: code cleanup and item deletion fix
 2026-03-05 14:06 UTC  (5+ messages)
` [PATCH 1/2] xfs: remove redundant set null for ip->i_itemp
` [PATCH 2/2] xfs: ensure dquot item is deleted from AIL only after log shutdown

[PATCH] xfs: fix undersized l_iclog_roundoff values
 2026-03-05 14:06 UTC  (2+ messages)

[PATCH] xfs: remove scratch field from struct xfs_gc_bio
 2026-03-05  9:48 UTC  (2+ messages)

[PATCH v2] xfs: fix race between healthmon unmount and read_iter
 2026-03-05  9:47 UTC  (2+ messages)

[PATCH] xfs: Remove redundant NULL check after __GFP_NOFAIL
 2026-03-05  9:47 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] xfs: fix returned valued from xfs_defer_can_append
 2026-03-05  9:46 UTC  (4+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 625f2cf0ed12
 2026-03-05  9:45 UTC 

[RFC 0/2] add FALLOC_FL_WRITE_ZEROES support to xfs
 2026-03-04 19:57 UTC  (8+ messages)
` [RFC 1/2] xfs: add flags field to xfs_alloc_file_space

[PATCH 0/1] mkfs.xfs fix sunit size on 512e and 4kN disks
 2026-03-04 19:49 UTC  (3+ messages)
` [PATCH 1/1] "

[syzbot] Monthly xfs report (Mar 2026)
 2026-03-04 18:24 UTC 

[PATCH] xfs/841: create a block device that must exist
 2026-03-04 16:49 UTC  (4+ messages)

[PATCH v2 001/110] vfs: introduce kino_t typedef and PRIino format macro
 2026-03-04 14:10 UTC  (11+ messages)

[PATCH v3] iomap: reject delalloc mappings during writeback
 2026-03-04 13:32 UTC  (2+ messages)


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