Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-05-19 10:42:12 to 2026-05-20 21:47:18 UTC [more...]

[PATCH] ceph: fix denial of service issue in ceph_update_snap_trace()
 2026-05-20 21:47 UTC 

[PATCH] MAINTAINERS: Add more files to PAGE CACHE section
 2026-05-20 21:17 UTC 

[post LSFMM summary] where is fuse going?
 2026-05-20 20:52 UTC  (7+ messages)
    `  "

[PATCH RFC 00/11] mm/filemap: split out folio wait and VFS code
 2026-05-20 20:49 UTC  (12+ messages)
` [PATCH RFC 01/11] mm: add folio_wake_writeback() helper
` [PATCH RFC 02/11] folio_wait: move folio bit-lock and wait implementation to mm/folio_wait.c
` [PATCH RFC 03/11] folio_wait: move folio bit-lock and wait declarations to include/linux/folio_wait.h
` [PATCH RFC 04/11] folio_wait: move folio_wait_writeback() family to mm/folio_wait.c
` [PATCH RFC 05/11] folio_wait: reformat comments and fix alignment
` [PATCH RFC 06/11] folio_wait: rename wait_page_* infrastructure to wait_folio_*
` [PATCH RFC 07/11] folio_wait: convert VM_BUG_ON_FOLIO() to VM_WARN_ON_ONCE_FOLIO()
` [PATCH RFC 08/11] MAINTAINERS: add folio_wait files to MEMORY MANAGEMENT - CORE
` [PATCH RFC 09/11] fs: move dir_pages() from <linux/pagemap.h> to <linux/fs.h>
` [PATCH RFC 10/11] fs: move generic_file_read_iter() to fs/read_write.c
` [PATCH RFC 11/11] fs: move generic_file_write_iter() family "

[PATCH 0/2] fs: refactor code to use clear_and_wake_up_bit()
 2026-05-20 20:05 UTC  (3+ messages)
` [PATCH 1/2] fs: buffer: use clear_and_wake_up_bit() in unlock_buffer()
` [PATCH 2/2] fs: jbd2: use clear_and_wake_up_bit() in journal_end_buffer_io_sync()

[PATCHBOMB v9] fuse/libfuse/e2fsprogs: faster file IO for containerized ext4 servers
 2026-05-20 20:01 UTC  (42+ messages)
` [PATCHSET v9 1/4] fuse: cleanups ahead of adding fuse support
  ` [PATCH 1/4] fuse: move the passthrough-specific code back to passthrough.c
  ` [PATCH 2/4] fuse: store backing id in fuse_backing objects
  ` [PATCH 3/4] fuse_trace: move the passthrough-specific code back to passthrough.c
  ` [PATCH 4/4] fuse: clean up per-file type inode initialization
` [PATCHSET v9 2/4] fuse: basic plumbing to upload file mappings from servers
  ` [PATCH 01/11] fuse: implement the basic iomap mechanisms
  ` [PATCH 02/11] fuse_trace: "
  ` [PATCH 03/11] fuse: make iomap debugging configurable at runtime
  ` [PATCH 04/11] fuse: adapt FUSE_DEV_IOC_BACKING_{OPEN,CLOSE} to add new iomap devices
  ` [PATCH 05/11] fuse_trace: "
  ` [PATCH 06/11] fuse: create a per-inode flag for setting exclusive mode
  ` [PATCH 07/11] fuse: create a per-inode flag for toggling iomap
  ` [PATCH 08/11] fuse_trace: "
  ` [PATCH 09/11] fuse: isolate the other regular file IO paths from iomap
  ` [PATCH 10/11] fuse: implement basic iomap reporting such as FIEMAP and SEEK_{DATA,HOLE}
  ` [PATCH 11/11] fuse_trace: "
` [PATCHSET v9 3/4] fuse: allow servers to use iomap for better file IO performance
  ` [PATCH 1/6] fuse: implement direct IO with iomap
  ` [PATCH 2/6] fuse_trace: "
  ` [PATCH 3/6] fuse: implement buffered "
  ` [PATCH 4/6] fuse_trace: "
  ` [PATCH 5/6] fuse: implement inline data file IO via iomap
  ` [PATCH 6/6] fuse_trace: "
` [PATCHSET v9 4/4] fuse: discovery and configuration of iomap
  ` [PATCH 1/9] fuse: advertise support for iomap
  ` [PATCH 2/9] fuse: query filesystem geometry when using iomap
  ` [PATCH 3/9] fuse_trace: "
  ` [PATCH 4/9] fuse: use an unrestricted backing device with iomap pagecache io
  ` [PATCH 5/9] fuse: disable direct fs reclaim for any fuse server that uses iomap
  ` [PATCH 6/9] fuse: allow privileged mount helpers to pre-approve iomap usage
  ` [PATCH 7/9] fuse: invalidate ranges of backing devices being used for iomap
  ` [PATCH 8/9] fuse_trace: invalidate ranges of block "
  ` [PATCH 9/9] fuse: set iomap backing device block size
` [PATCHSET RFC] fuse: allow fuse servers to upload iomap stripe information
  ` [PATCH 1/4] fuse: allow fuse servers to upload stripe maps
  ` [PATCH 2/4] fuse_trace: "
  ` [PATCH 3/4] fuse: implement striping for iomap
  ` [PATCH 4/4] fuse_trace: "

[PATCH v6 0/4] 9p: Performance improvements for build workloads
 2026-05-20 18:41 UTC  (5+ messages)
` [PATCH v6 1/4] 9p: Cache negative dentries for lookup performance
` [PATCH v6 2/4] 9p: Add mount option for negative dentry cache retention
` [PATCH v6 3/4] 9p: Set default negative dentry retention time for cache=loose
` [PATCH v6 4/4] 9p: Enable symlink caching in page cache

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

[PATCH v2 00/10] fanotify namespace monitoring
 2026-05-20 19:06 UTC  (6+ messages)
` [PATCH v2 02/10] fsnotify: introduce fsnotify group types

[PATCH 6.6 473/508] netfs: fix error handling in netfs_extract_user_iter()
 2026-05-20 16:24 UTC 

[PATCH 6.12 634/666] netfs: fix error handling in netfs_extract_user_iter()
 2026-05-20 16:24 UTC 

[PATCH 6.18 926/957] netfs: fix error handling in netfs_extract_user_iter()
 2026-05-20 16:23 UTC 

[PATCH v14 00/15] Exposing case folding behavior
 2026-05-20 17:30 UTC  (10+ messages)
` [PATCH v14 03/15] fat: Implement fileattr_get for case sensitivity

[PATCH 7.0 1104/1146] netfs: fix error handling in netfs_extract_user_iter()
 2026-05-20 16:22 UTC 

[PATCH 0/2] fs/pipe: reduce pipe->mutex contention by bulk-allocating outside the lock
 2026-05-20 17:09 UTC  (4+ messages)
` [PATCH 1/2] fs/pipe: bulk pre-allocate pages outside pipe->mutex in anon_pipe_write

[PATCH 0/3] ntfs: fix mount failure cleanup and free-count setup
 2026-05-20 17:01 UTC  (4+ messages)
` [PATCH 1/3] ntfs: free volume-wide resources on fill_super failure
` [PATCH 2/3] ntfs: wake free-cluster waiters when precalc allocation fails
` [PATCH 3/3] ntfs: only alias volume $UpCase to default on exact match

[PATCH] ntfs: Validate error in ntfs_lookup()
 2026-05-20 15:10 UTC  (2+ messages)

[PATCH v4 00/23] ext4: use iomap for regular file's buffered I/O path
 2026-05-20 13:17 UTC  (11+ messages)
` [PATCH v4 04/23] ext4: add iomap address space operations for buffered I/O
` [PATCH v4 07/23] ext4: do not use data=ordered mode for inodes using buffered iomap path

[PATCH] init: do_mounts: use kmalloc() for allocations of temporary buffers
 2026-05-20 12:41 UTC  (3+ messages)

[PATCH 6.18.y] fuse: avoid 0x10 fault in fuse_readahead when max_pages == 0
 2026-05-20 11:40 UTC  (4+ messages)
` [PATCH 6.18.y v2] "

[PATCH v3 0/3] writeback: fix race between cgroup_writeback_umount() and inode_switch_wbs()
 2026-05-20 11:38 UTC  (6+ messages)
` [PATCH v3 2/3] writeback: drop now-unnecessary rcu_barrier() in cgroup_writeback_umount()
` [PATCH v3 3/3] writeback: use a per-sb counter to drain inode wb switches at umount

[PATCH] ntfs: Validate error in ntfs_lookup()
 2026-05-20 11:03 UTC 

[PATCH] xfstests: disable generic/003 for HFS file system
 2026-05-20 10:36 UTC  (4+ messages)

[PATCH v1 0/5] mm/shmem: optimize read with reduced xarray lookups and folio batching
 2026-05-20 10:15 UTC  (6+ messages)
` [PATCH v1 1/5] mm/filemap: reduce unnecessary xarray lookups when read cached pages
` [PATCH v1 2/5] mm/filemap: reduce xarray lookups in filemap_get_folios_contig()
` [PATCH v1 3/5] mm/shmem: make SGP_NOALLOC succeed on hole like SGP_READ
` [PATCH v1 4/5] mm/shmem: introduce copy_zero_to_iter() for large zeroing
` [PATCH v1 5/5] mm/shmem: optimize file read with folio batching

[PATCH] dcache: add fs.dentry-limit sysctl with negative-first reaper
 2026-05-20  9:43 UTC  (8+ messages)

How to unsubscribe from linux-fsdevel mailing list?
 2026-05-20  8:41 UTC 

unsubscribe linux-fsdevel
 2026-05-20  8:32 UTC 

[PATCH v3 00/10] Add dmabuf read/write via io_uring
 2026-05-20  8:30 UTC  (5+ messages)
` [PATCH v3 04/10] block: introduce dma map backed bio type

[PATCH v2] dax/bus: Upgrade resource conflict message to dev_err() in alloc_dax_region()
 2026-05-20  3:56 UTC  (6+ messages)

[PATCH v2 0/5] iomap: trivial fixes for ext4 conversion
 2026-05-20  3:03 UTC  (6+ messages)
` [PATCH v2 1/5] iomap: correct the range of a partial dirty clear
` [PATCH v2 2/5] iomap: support invalidating partial folios
` [PATCH v2 3/5] iomap: fix incorrect did_zero setting in iomap_zero_iter()
` [PATCH v2 4/5] iomap: fix out-of-bounds bitmap_set() with zero-length range
` [PATCH v2 5/5] iomap: add comments for ifs_clear/set_range_dirty()

[PATCH v2 00/14] fuse: add io-uring buffer rings and zero-copy
 2026-05-20  0:54 UTC  (9+ messages)
` [PATCH v2 13/14] fuse: add zero-copy over io-uring

[PATCH] libfuse: fix cppcheck warnings in the new mount service code
 2026-05-19 22:42 UTC 

[PATCH] hfs: rework hfsplus_readdir() logic
 2026-05-19 22:28 UTC 

[PATCH v4] hfs: Validate CNIDs in hfs_read_inode
 2026-05-19 21:09 UTC  (17+ messages)
                        ` [PATCH v7] hfs: validate record ID against requested CNID in hfs_cat_find_brec()

[RFC PATCH 00/14] configfs cleanups and fixes
 2026-05-19 21:06 UTC  (16+ messages)
` [RFC PATCH 09/14] configfs_remove_dir(), detach_attrs(): switch to passing dentry
` [RFC PATCH 10/14] switch configfs_detach_{group,item}() "
` [RFC PATCH 11/14] configfs: dentry refcount needs to be pinned only once
` [RFC PATCH 12/14] configfs: mark pinned dentries persistent
` [RFC PATCH 13/14] kill configfs_drop_dentry()
` [RFC PATCH 14/14] configfs_create(): lift parent timestamp updates into callers

[syzbot] [fs?] [usb?] [input?] INFO: rcu detected stall in __fsnotify_parent (3)
 2026-05-19 20:54 UTC 

[RFC] fs/ioctl.c: FIBMAP requires CAP_SYS_RAWIO while FIEMAP exposes identical data unprivileged
 2026-05-19 20:51 UTC  (9+ messages)

[PATCH v4 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-05-19 18:56 UTC  (6+ messages)
` [PATCH v4 13/15] KVM: guest_memfd: implement userfaultfd operations

[RFC PATCH] fs/splice: allow for a way to block splice() with read-only files
 2026-05-19 16:28 UTC  (9+ messages)

[PATCH v3] fuse: back uncached readdir buffers with pages
 2026-05-19 15:41 UTC  (4+ messages)

[PATCH v2] fuse: reject fuse_notify() pagecache ops on directories
 2026-05-19 14:34 UTC  (2+ messages)

[PATCH] fuse: reject fuse_notify() pagecache ops on directories
 2026-05-19 14:21 UTC  (4+ messages)

[PATCH v2 0/3] ocfs2: harden inode validators against forged metadata
 2026-05-19 12:22 UTC  (7+ messages)
` [PATCH v2 1/3] ocfs2: reject dinodes with non-canonical i_mode type
` [PATCH v2 2/3] ocfs2: reject dinodes whose i_rdev disagrees with the file type
` [PATCH v2 3/3] ocfs2: reject non-inline dinodes with i_size and zero i_clusters

[PATCH 0/6] Fixes to the previously-merged drivers/dax/fsdev series
 2026-05-19 12:19 UTC  (5+ messages)
    ` [PATCH 1/6] dax: fix misleading comment about share/index union in dax_folio_reset_order()


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