public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-20 16:40:20 to 2026-04-22 15:37:13 UTC [more...]

[PATCH] dcache: use QSTR() instead of QSTR_INIT()
 2026-04-22 15:41 UTC  (5+ messages)

[PATCH] ntfs: use page allocation for resident attribute inline data
 2026-04-22 15:36 UTC  (5+ messages)

[PATCH] libceph: switch ceph-msgr workqueue from WQ_PERCPU to WQ_UNBOUND
 2026-04-22 15:34 UTC  (2+ messages)

XFS Deadlock on Linux 6.12.82
 2026-04-22 15:25 UTC 

[PATCH] fs: Handle multiply claimed blocks more gracefully with mmb
 2026-04-22 14:45 UTC 

[PATCH] fuse: use QSTR() instead of QSTR_INIT() in fuse_get_dentry
 2026-04-22 14:43 UTC  (2+ messages)

[PATCH] docs: add guidelines for submitting new filesystems
 2026-04-22 14:35 UTC  (18+ messages)

[PATCH] namei: use QSTR() instead of QSTR_INIT() in path_pts
 2026-04-22 14:37 UTC  (3+ messages)

[PATCH] dcache: add extra sanity checks of the dentry in dentry_free()
 2026-04-22 14:10 UTC  (3+ messages)

[PATCH] dcache: add extra sanity checks of the dentry in dentry_free()
 2026-04-22 14:05 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Filesystem breakout sessions
 2026-04-22 13:42 UTC  (4+ messages)

[PATCH] mm: limit filemap_fault readahead to VMA boundaries
 2026-04-22 13:31 UTC  (5+ messages)

[PATCH] generic/790: test post-EOF gap zeroing persistence
 2026-04-22 13:22 UTC  (2+ messages)

[PATCH v3] docs: add guidelines for submitting new filesystems
 2026-04-22 13:04 UTC  (2+ messages)

答复: [PATCH] mm: Add RWH_RMAP_EXCLUDE flag to exclude files from rmap sharing
 2026-04-22 13:03 UTC  (2+ messages)

[PATCH v6 0/3] assorted ->i_count changes + extension of lockless handling
 2026-04-22 13:02 UTC  (8+ messages)
` [PATCH v6 1/3] fs: add icount_read_once() and stop open-coding ->i_count loads
` [PATCH v6 2/3] fs: relocate and tidy up ihold()
` [PATCH v6 3/3] fs: allow lockless ->i_count bumps as long as it does not transition 0->1

[PATCH v2] iomap: avoid memset iomap when iter is done
 2026-04-22 12:56 UTC  (4+ messages)

[PATCH v4 1/2] vfs: add O_EMPTYPATH to openat(2)/openat2(2)
 2026-04-22 12:53 UTC  (2+ messages)

[PATCH v8 0/5] proc: subset=pid: Relax check of mount visibility
 2026-04-22 12:46 UTC  (10+ messages)
` [PATCH v9 "
  ` [PATCH v9 4/5] proc: Skip the visibility check if subset=pid is used

[PATCH] fs/coredump: reduce redundant log noise in validate_coredump_safety
 2026-04-22 12:44 UTC  (3+ messages)
` 答复: "

[PATCH] fuse: fix kernel NULL pointer dereference in fuse_uring_add_to_pq()
 2026-04-22 11:39 UTC  (3+ messages)

[PATCH v3 0/2] fanotify: support restartable permission events
 2026-04-22 11:17 UTC  (12+ messages)
` [PATCH v3 1/2] fanotify: add restart infrastructure for pending "
` [PATCH v3 2/2] fanotify: introduce restartable "

[PATCH v2] vfs: replace ints with enum component_type for LAST_XXX
 2026-04-22 10:59 UTC  (5+ messages)

[RFC PATCH v2 0/5] Add buffered write-through support to iomap & xfs
 2026-04-22 10:00 UTC  (11+ messages)
` [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-22  9:59 UTC  (8+ messages)
` [PATCH v8 03/22] ovl: use core fsverity ensure info interface
` [PATCH v8 04/22] fsverity: generate and store zero-block hash

[PATCH] ntfs: fix s64 overflow in ntfs_mapping_pairs_decompress()
 2026-04-22  9:47 UTC  (3+ messages)
  ` [PATCH v2] ntfs: fix VCN "

Stable NTFS-3G + NTFSPROGS 2026.2.25 Released
 2026-04-22  9:20 UTC 

[PATCH v2 0/6] fuse: fix hang with sync init
 2026-04-22  9:04 UTC  (6+ messages)
` [PATCH v2 1/6] fuse: create fuse_dev on /dev/fuse open instead of mount

[LSF/MM/BPF TOPIC] Filesystem breakout sessions
 2026-04-22  8:58 UTC 

[syzbot] [fs?] kernel BUG in sock_release
 2026-04-22  7:51 UTC 

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

[PATCH v3] xfs: flush delalloc blocks on ENOSPC in xfs_trans_alloc_icreate
 2026-04-22  7:39 UTC 

libfuse accepts subtypes with slashes in them??
 2026-04-22  6:35 UTC 

[PATCH v2] mm/filemap: avoid costly reclaim for high-order folio allocations
 2026-04-22  6:07 UTC  (5+ messages)

subscribe
 2026-04-22  4:46 UTC 

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

[PATCH v3 00/22] ext4: use iomap for regular file's buffered I/O path
 2026-04-22  2:10 UTC  (23+ messages)
` [PATCH v3 01/22] ext4: simplify size updating in ext4_setattr()
` [PATCH v3 02/22] ext4: factor out ext4_truncate_[up|down]()
` [PATCH v3 03/22] ext4: simplify error handling in ext4_setattr()
` [PATCH v3 04/22] ext4: add iomap address space operations for buffered I/O
` [PATCH v3 05/22] ext4: implement buffered read path using iomap
` [PATCH v3 06/22] ext4: pass out extent seq counter when mapping da blocks
` [PATCH v3 07/22] ext4: do not use data=ordered mode for inodes using buffered iomap path
` [PATCH v3 08/22] ext4: implement buffered write path using iomap
` [PATCH v3 09/22] ext4: implement writeback "
` [PATCH v3 10/22] ext4: implement mmap "
` [PATCH v3 11/22] iomap: correct the range of a partial dirty clear
` [PATCH v3 12/22] iomap: support invalidating partial folios
` [PATCH v3 13/22] iomap: fix incorrect did_zero setting in iomap_zero_iter()
` [PATCH v3 14/22] ext4: implement partial block zero range path using iomap
` [PATCH v3 15/22] ext4: add block mapping tracepoints for iomap buffered I/O path
` [PATCH v3 16/22] ext4: disable online defrag when inode using "
` [PATCH v3 17/22] ext4: partially enable iomap for the buffered I/O path of regular files
` [PATCH v3 18/22] ext4: introduce a mount option for iomap buffered I/O path
` [PATCH v3 19/22] ext4: submit zeroed post-EOF data immediately in the "
` [PATCH v3 20/22] ext4: wait for ordered I/O "
` [PATCH v3 21/22] ext4: update i_disksize to i_size on ordered I/O completion
` [PATCH v3 22/22] ext4: add tracepoints for ordered I/O in the iomap buffered I/O path

[PATCH] ntfs: fix mmap_prepare writable check for shared mappings
 2026-04-22  0:06 UTC  (2+ messages)

[PATCH V10 00/10] famfs: port into fuse
 2026-04-21 22:13 UTC  (20+ messages)

[PATCH RFC v3 01/19] mm: thread user_addr through page allocator for cache-friendly zeroing
 2026-04-21 22:01 UTC 

[PATCH 0/3] coda dcache-related cleanups and fixes
 2026-04-21 21:56 UTC  (4+ messages)
  ` [git pull] "

[GIT PULL] DAX for 7.1
 2026-04-21 21:56 UTC  (2+ messages)

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-04-21 17:08 UTC  (10+ messages)
` [PATCH v12 01/16] set_memory: set_direct_map_* to take address
` [PATCH v12 09/16] KVM: arm64: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map

[RFC][PATCH] make sure that lock_for_kill() callers drop the locks in safe order
 2026-04-21 16:25 UTC  (4+ messages)
` [RFC PATCH 01/11] shrink_dentry_list(): start with removing from shrink list
  ` [git pull] dcache busy-wait fixes

[syzbot] [iomap?] WARNING in iomap_zero_range
 2026-04-21 14:57 UTC  (2+ messages)

[PATCH] proc: use strnlen() for name validation in __proc_create
 2026-04-21 14:17 UTC  (4+ messages)

cleanup block-style layouts exports v2
 2026-04-21 12:04 UTC  (9+ messages)

[PATCH] dcache: fix typos in comments in dcache.h
 2026-04-21 12:00 UTC  (2+ messages)

[PATCH v9 0/9] Automatic NFSv4 state revocation on filesystem unmount
 2026-04-21 12:00 UTC  (2+ messages)

[PATCH 00/11] netfs: Further miscellaneous fixes
 2026-04-21 11:56 UTC  (2+ messages)

[PATCH v2] nstree: fix func. parameter kernel-doc warnings
 2026-04-21 11:38 UTC  (2+ messages)

[PATCH] ovl: Fix possible NULL pointer dereference in ovl_destroy_inode
 2026-04-21 11:37 UTC  (2+ messages)

[PATCH] dcache: use kmalloc_flex() in __d_alloc
 2026-04-21 11:35 UTC  (2+ messages)

[PATCH] fs: aio: reject partial mremap to avoid Null-pointer-dereference error
 2026-04-21 11:34 UTC  (2+ messages)

[PATCH] fuse: reject oversized dirents in page cache
 2026-04-21 11:31 UTC  (2+ messages)

[PATCH] vfs: remove always taken if-branch in find_next_fd()
 2026-04-21 11:30 UTC  (3+ messages)

[PATCH 0/1] iomap: avoid compaction for costly folio order allocation
 2026-04-21  9:02 UTC  (4+ messages)
` [PATCH 1/1] "

[RFC PATCH v1 00/11] Landlock: Namespace and capability control
 2026-04-21  8:24 UTC  (3+ messages)

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, expansion plan for the storage stack test framework
 2026-04-21  6:37 UTC  (9+ messages)

[PATCH] fuse: drop redundant check in fuse_sync_bucket_alloc()
 2026-04-21  3:38 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/3] mm: split the file's i_mmap tree for NUMA
 2026-04-21  3:06 UTC  (5+ messages)

[PATCH v0 0/4] exfat: memory optimisations and stringent integrity checks for up-case table
 2026-04-21  2:23 UTC  (4+ messages)
` [PATCH v0 2/4] exfat: use upcase_ptable and upcase_range_info to reduce memory footprint

[PATCH 7.2 v3 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-21  2:12 UTC  (5+ messages)
` [PATCH 7.2 v3 04/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_pmd_enabled()

[PATCH] fsnotify: fix inode reference leak in fsnotify_recalc_mask()
 2026-04-21  2:04 UTC  (5+ messages)

[PATCH 1/1] iomap: avoid compaction for costly folio order allocation
 2026-04-21  1:16 UTC  (4+ messages)

[PATCH V4 0/2] ndctl: Add daxctl support for the new "famfs" mode of devdax
 2026-04-21  1:47 UTC  (5+ messages)
  ` [PATCH V4 1/2] daxctl: Add support for famfs mode

[PATCH v3] hfsplus: fix null-ptr-deref in hfsplus_cat_write_inode
 2026-04-21  1:44 UTC  (3+ messages)

[PATCHSET v4] libfuse: run fuse servers as a contained service
 2026-04-20 23:41 UTC  (3+ messages)
` [PATCH 09/13] mount.fuse3: integrate systemd service startup

[PATCH bpf-next 1/2] bpf: Implement dtor for struct file BTF ID
 2026-04-20 22:17 UTC 

[LSF/MM/BPF TOPIC] Page cache tracking with the Maple Tree
 2026-04-20 20:18 UTC  (3+ messages)

[GIT PULL] ntfs3: bugfixes for 7.1
 2026-04-20 18:13 UTC  (2+ messages)

[PATCH v2 00/25] libfuse: Add support for synchronous init
 2026-04-20 16:43 UTC  (7+ messages)
` [PATCH v2 14/25] fuse mount: Support synchronous FUSE_INIT (privileged daemon)


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