public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-07 01:03:11 to 2026-03-09 20:02:15 UTC [more...]

[PATCH v2 0/5] write streams and xfs spatial isolation
 2026-03-09 20:01 UTC  (12+ 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 v5 0/2] hfsplus: prevent b-tree allocator corruption
 2026-03-09 19:56 UTC  (10+ messages)
` [PATCH v5 1/2] hfsplus: refactor b-tree map page access and add node-type validation
` [PATCH v5 2/2] hfsplus: validate b-tree node 0 bitmap at mount time

[PATCH] hfsplus: limit sb_maxbytes to partition size
 2026-03-09 19:47 UTC  (12+ messages)

[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
 2026-03-09 19:33 UTC  (5+ messages)

[PATCH v4 00/25] fs-verity support for XFS with post EOF merkle tree
 2026-03-09 19:23 UTC  (26+ 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 v4 24/25] xfs: add fsverity traces
` [PATCH v4 25/25] xfs: enable ro-compat fs-verity flag

[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

[GIT PULL] libfuse: run fuse servers as a contained service
 2026-03-09 18:35 UTC  (6+ messages)

[RFC][PATCH 0/5] fanotify namespace monitoring
 2026-03-09 18:07 UTC  (9+ messages)
` [RFC][PATCH 1/5] fanotify: add support for watching the namespaces tree
` [RFC][PATCH 2/5] fanotify: use high bits for FAN_NS_CREATE/FAN_NS_DELETE
` [RFC][PATCH 3/5] selftests/filesystems: create fanotify test dir
` [RFC][PATCH 4/5] filesystems/statmount: update mount.h in tools include dir
` [RFC][PATCH 5/5] selftests/filesystems: add fanotify namespace notifications test

[PATCH] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
 2026-03-09 18:02 UTC 

[PATCH v5 0/4] OPENAT2_REGULAR flag support for openat2
 2026-03-09 17:39 UTC  (12+ messages)
` [PATCH v5 1/4] openat2: new OPENAT2_REGULAR flag support
` [PATCH v5 2/4] kselftest/openat2: test for OPENAT2_REGULAR flag
` [PATCH v5 3/4] sparc/fcntl.h: convert O_* flag macros from hex to octal
` [PATCH v5 4/4] mips/fcntl.h: "

[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 v6] hfsplus: fix uninit-value by validating catalog record size
 2026-03-09 17:19 UTC  (2+ messages)

[PATCH RFC v2 00/23] fs,kthread: start all kthreads in nullfs
 2026-03-09 16:50 UTC  (11+ messages)
` [PATCH RFC v2 02/23] fs: add scoped_with_init_fs()
` [PATCH RFC v2 04/23] crypto: ccp: use scoped_with_init_fs() for SEV file access
` [PATCH RFC v2 15/23] fs: add real_fs to track task's actual fs_struct
` [PATCH RFC v2 18/23] fs: add umh argument to struct kernel_clone_args

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-09 16:46 UTC  (11+ messages)
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
` [PATCH v1 11/16] mm/memory: inline unmap_page_range() into __zap_vma_range()
` [PATCH v1 14/16] mm: rename zap_page_range_single() to zap_vma_range()
` [PATCH v1 16/16] mm/memory: support VM_MIXEDMAP in zap_special_vma_range()

Hang in generic/648 on zoned btrfs after aa35dd5cbc06 ("iomap: fix invalid folio access after folio_end_read()")
 2026-03-09 16:37 UTC 

[PATCH v2] docs: filesystems: clarify KernelPageSize vs. MMUPageSize in smaps
 2026-03-09 16:14 UTC  (2+ messages)

[PATCH v3 0/3] memfd-based Userspace MFR Policy for HugeTLB
 2026-03-09 15:47 UTC  (10+ messages)
` [PATCH v3 1/3] mm: memfd/hugetlb: introduce memfd-based userspace MFR policy

[PATCH 6.1.y 3/3] hfs: fix general protection fault in hfs_find_init()
 2026-03-09 15:45 UTC  (2+ messages)

[PATCH RFC v3 0/4] guest_memfd: Track amount of memory allocated on inode
 2026-03-09 15:45 UTC  (8+ messages)
` [PATCH RFC v3 1/4] KVM: "
` [PATCH RFC v3 2/4] KVM: guest_memfd: Set release always on guest_memfd mappings
` [PATCH RFC v3 3/4] KVM: selftests: Wrap fstat() to assert success
` [PATCH RFC v3 4/4] KVM: selftests: Test that st_blocks is updated on allocation

[PATCH v2] vfs: remove externs from fs.h on functions modified by i_ino widening
 2026-03-09 15:21 UTC  (9+ messages)

[RFC PATCH 0/1] fuse: restructure requests extensions handling
 2026-03-09 14:59 UTC  (2+ messages)
` [RFC PATCH 1/1] "

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

[PATCH v6 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-03-09 14:49 UTC  (7+ messages)
` [PATCH v6 4/9] dax/cxl, hmem: Initialize hmem early and defer dax_cxl binding
` [PATCH v6 5/9] dax: Track all dax_region allocations under a global resource tree
` [PATCH v6 7/9] dax: Add deferred-work helpers for dax_hmem and dax_cxl coordination

[PATCH v2] binfmt_elf: Align eligible read-only PT_LOAD segments to PMD_SIZE for THP
 2026-03-09 14:22 UTC  (3+ messages)

[BUG] WARNING in alloc_slab_obj_exts triggered by __d_alloc
 2026-03-09 14:00 UTC  (4+ messages)
  ` [PATCH] mm/slab: fix an incorrect check in obj_exts_alloc_size()

[PATCH] erofs: introduce nolargefolio mount option
 2026-03-09 13:19 UTC  (3+ messages)

Possible newline injection into fdinfo
 2026-03-09 12:39 UTC  (6+ messages)

[BUG] WARNING: lib/ratelimit.c:LINE at ___ratelimit, CPU: kworker/u16:NUM/NUM
 2026-03-09 12:21 UTC  (2+ messages)

[syzbot] [mm?] [f2fs?] [exfat?] memory leak in __kfree_rcu_sheaf
 2026-03-09 12:17 UTC  (13+ messages)

[BUG] WARNING: lib/ratelimit.c:LINE at ___ratelimit, CPU: kworker/u16:NUM/NUM
 2026-03-09 10:25 UTC 

[PATCH] netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retry
 2026-03-09  9:22 UTC  (2+ messages)

[PATCH] netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iterators
 2026-03-09  9:17 UTC  (3+ messages)

[PATCH v2] fuse: limit debug log output during ring teardown
 2026-03-09  9:09 UTC  (2+ messages)

[PATCH] vfs: remove externs from fs.h on functions modified by i_ino widening
 2026-03-09  9:02 UTC  (8+ messages)

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

[PATCH v3 00/15] Further centralising of directory locking for name ops
 2026-03-09  8:43 UTC  (5+ messages)
` [PATCH v3 10/15] cachefiles: change cachefiles_bury_object to use start_renaming_dentry()
    ` [PATCH] FIXUP: "

[PATCH v3] fuse: invalidate page cache after sync and async direct writes
 2026-03-09  8:35 UTC 

[PATCH RFC v2 0/6] guest_memfd: Track amount of memory allocated on inode
 2026-03-09  8:02 UTC  (8+ messages)
` [PATCH RFC v2 2/6] KVM: guest_memfd: Directly allocate folios with filemap_alloc_folio()
` [PATCH RFC v2 3/6] fs: Add .unaccount_folio callback

[PATCH V7 00/19] famfs: port into fuse
 2026-03-09  6:27 UTC  (5+ messages)
  ` [PATCH V7 02/19] dax: Factor out dax_folio_reset_order() helper

[linus:master] [pidfs] 8021824904: stress-ng.pthread.ops_per_sec 115.4% improvement
 2026-03-09  5:50 UTC 

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

[BUG] efs: out-of-bounds in efs_symlink_read_folio+0x1b8/0x440 during readlink()
 2026-03-08  8:49 UTC 

[BUG] freevxfs: slab-out-of-bounds in vxfs_immed_read_folio+0x10f/0x280 during read()
 2026-03-08  8:47 UTC 

[BUG] adfs: use-after-free in _find_next_bit+0xe2/0x140 during getdents64()
 2026-03-08  8:46 UTC 

[BUG] adfs: mount-time null-ptr-deref in range [0x10-0x17] in adfs_read_map()
 2026-03-08  8:44 UTC 

[syzbot] [fuse?] general protection fault in task_work_cancel
 2026-03-08  3:46 UTC 

[PATCH RFC v2 22/23] fs: start all kthreads in nullfs
 2026-03-07 22:17 UTC  (2+ messages)

ANNOUNCE: nfs-utils-2.8.6 released
 2026-03-07 20:39 UTC 

[syzbot] [netfs?] kernel BUG in netfs_limit_iter
 2026-03-07 14:12 UTC  (5+ messages)

[PATCH v1 0/1] exfat: Valid Data Length(VDL) ioctl
 2026-03-07  8:04 UTC  (5+ messages)
` [PATCH v2 0/1] exfat: EXFAT_IOC_GET_VALID_DATA ioctl
  ` [PATCH v2 1/1] "

[syzbot] [netfs?] BUG: unable to handle kernel NULL pointer dereference in netfs_unbuffered_write
 2026-03-07  8:00 UTC  (3+ messages)

[PATCH 0/2] init: ensure that /dev/console and /dev/null are (nearly) always available in initramfs
 2026-03-07  3:22 UTC  (2+ messages)

[PATCH RFC v2 19/23] fs: add kthread_mntns()
 2026-03-07  2:04 UTC  (2+ messages)

[PATCH v5] hfsplus: fix uninit-value by validating catalog record size
 2026-03-07  1:05 UTC  (6+ messages)


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