Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-05-31 18:20:53 to 2026-06-02 00:03:51 UTC [more...]

[PATCH V3 0/9] Fixes to the previously-merged drivers/dax/fsdev series
 2026-06-02  0:03 UTC  (11+ messages)
  ` [PATCH V3 1/9] dax: fix misleading comment about share/index union in dax_folio_reset_order()
  ` [PATCH V3 3/9] dax/fsdev: clear vmemmap_shift when binding static pgmap
  ` [PATCH V3 4/9] dax/fsdev: clear dev_dax->pgmap on probe failure
  ` [PATCH V3 5/9] dax/fsdev: use __va(phys) for kaddr in direct_access
  ` [PATCH V3 7/9] dax: fix holder_ops race in fs_put_dax()

PROBLEM: FUSE_NOTIFY_INVAL_ENTRY leaves stale negative dentry after c9ba789dad15
 2026-06-01 23:43 UTC  (3+ messages)

[PATCH v3] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-06-01 23:36 UTC  (13+ messages)

[PATCH v7 0/2] mm: improve large folio readahead for exec memory
 2026-06-01 23:10 UTC  (5+ messages)
` [PATCH v7 1/2] mm: bypass mmap_miss heuristic for VM_EXEC readahead
` [PATCH v7 2/2] mm: use mapping_max_folio_order() for force_thp_readahead order

[RFC PATCH v5 0/2] vfs: add O_CREAT|O_DIRECTORY to open*(2)
 2026-06-01 22:58 UTC  (7+ messages)
` [RFC PATCH v5 1/2] "

[PATCH] man/man2/fanotify_mark.2: AT_FDCWD plus NULL path doesn't work
 2026-06-01 22:19 UTC  (4+ messages)

[PATCH v2 0/5] mm/shmem: optimize read with reduced xarray lookups and folio batching
 2026-06-01 22:03 UTC  (18+ messages)
` [PATCH v2 1/5] mm/filemap: reduce unnecessary xarray lookups when read cached pages
` [PATCH v2 2/5] mm/filemap: reduce xarray lookups in filemap_get_folios_contig()
` [PATCH v2 3/5] mm/shmem: introduce copy_zero_to_iter() for large zeroing
` [PATCH v2 4/5] mm/shmem: remove page-copy fallback in shmem read path
` [PATCH v2 5/5] mm/shmem: optimize file read with folio batching

[PATCH v2 0/3] bpf: cgroup: fix sysctl new-value handling in __cgroup_bpf_run_filter_sysctl
 2026-06-01 22:01 UTC  (7+ messages)
` [PATCH v2 1/3] bpf: cgroup: use kvfree() for replaced sysctl write buffer
` [PATCH v2 2/3] bpf: cgroup: NUL-terminate replaced sysctl value
` [PATCH v2 3/3] bpf: cgroup: restore sysctl new-value replacement

[PATCH v23 00/28] riscv control-flow integrity for usermode
 2026-06-01 20:58 UTC  (9+ messages)
` [PATCH v23 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-06-01 20:23 UTC  (6+ messages)
` [PATCH 01/11] params: bound array element output to the caller's page buffer

[PATCH 0/2] fuse: fix and optimize parallel writes on passthrough mounts
 2026-06-01 20:23 UTC  (5+ messages)
` [PATCH 1/2] fuse: fix FOPEN_PARALLEL_DIRECT_WRITES being ignored for passthrough writes

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-01 20:04 UTC  (13+ messages)

[RFC PATCH v1 00/13] exec: add spawn templates for repeated executable startup
 2026-06-01 19:55 UTC  (6+ messages)

[PATCH] fuse: convert page array allocation to kcalloc()
 2026-06-01 19:29 UTC 

[PATCH 0/3] Remove __folio_index again
 2026-06-01 19:26 UTC  (4+ messages)
` [PATCH 1/3] ntfs: Correct use of folios in handle_bounds_compressed_page()
` [PATCH 2/3] ntfs: Remove references to page->__folio_index
` [PATCH 3/3] mm: Remove __folio_index

[PATCH] hfs: reject volume bitmaps overlapping the MDB
 2026-06-01 18:46 UTC  (6+ messages)
` [PATCH v2] hfs: prevent MDB and bitmap buffer_head aliasing
    ` [EXTERNAL] "

[PATCH] hpfs: validate in-fnode EA bounds unconditionally
 2026-06-01 18:45 UTC 

[PATCH v4 00/23] ext4: use iomap for regular file's buffered I/O path
 2026-06-01 18:33 UTC  (18+ messages)
` [PATCH v4 09/23] ext4: implement writeback path using iomap
` [PATCH v4 17/23] ext4: submit zeroed post-EOF data immediately in the iomap buffered I/O path
` [PATCH v4 18/23] ext4: wait for ordered I/O "

[PATCH v2 0/3] ocfs2: harden inode validators against forged metadata
 2026-06-01 18:21 UTC  (5+ 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 1/6] fs/proc/task_mmu: fix make_uffd_wp_huge_pte() prot-update race
 2026-06-01 18:06 UTC  (5+ messages)
` [PATCH 2/6] fs/proc/task_mmu: use huge_page_size() in pagemap_scan_hugetlb_entry()

[PATCH v1] mm/filemap: use folio_next_index() for start
 2026-06-01 17:48 UTC  (3+ messages)

[PATCH 0/3] ocfs2: harden inode validators against forged metadata
 2026-06-01 17:39 UTC  (2+ messages)

[syzbot] [fs?] KASAN: slab-use-after-free Read in current_time
 2026-06-01 17:08 UTC 

[RFC PATCH v2 0/5] Add buffered write-through support to iomap & xfs
 2026-06-01 16:49 UTC  (4+ messages)

[PATCH] vfs: missing inode operation should return a consistent error code
 2026-06-01 16:50 UTC  (5+ messages)

[RFC PATCH v6 0/9] vfs: add O_CREAT|O_DIRECTORY to open*(2)
 2026-06-01 16:27 UTC  (17+ messages)
` [RFC PATCH v6 1/9] fs/namei.c: make lookup_last() use trailing_slashes()
` [RFC PATCH v6 2/9] fs/namei.c: move create error && negative dentry case in lookup_open up
` [RFC PATCH v6 3/9] vfs: prepare vfs_creat|mkdir_no_perm for reuse in lookup_open()
` [RFC PATCH v6 4/9] vfs: lookup_open(): move setting FMODE_CREATED up when calling create()
` [RFC PATCH v6 5/9] vfs: lookup_open(): move audit_inode_child() and i_op->create check to before try_break_deleg()
` [RFC PATCH v6 6/9] vfs: lookup_open(): use vfs_create_no_perm()
` [RFC PATCH v6 7/9] vfs: add O_CREAT|O_DIRECTORY to open*(2)
` [RFC PATCH v6 8/9] vfs: move O_IS_MKDIR check out atomic_open() to individual filesystems

[PATCH v2 0/3] simple xattr improvements
 2026-06-01 16:24 UTC  (4+ messages)
` [PATCH v2 1/3] tmpfs: simplify constructing "security.foo" xattr names
` [PATCH v2 2/3] simple_xattr: change interface to pass struct simple_xattrs **
` [PATCH v2 3/3] simpe_xattr: use per-sb cache

[BUG] fuse: KASAN slab-use-after-free in fuse_uring_copy_to_ring()
 2026-06-01 16:03 UTC  (2+ messages)

[PATCH v3 0/2] fanotify: lift pidfd reporting restrictions
 2026-06-01 15:24 UTC  (3+ messages)
` [RFC][PATCH] fanotify: register event pid for pidfd reporting

[PATCH] famfs: FUSE_FAMFS_EXT_INTERLEAVE -> FUSE_DEV_IOC_STRIPE_OPEN
 2026-06-01 15:23 UTC 

[PATCH v1 0/5] mm/shmem: optimize read with reduced xarray lookups and folio batching
 2026-06-01 14:37 UTC  (8+ messages)
` [PATCH v1 5/5] mm/shmem: optimize file read with "

[PATCH] vfs: document locking for mnt_notify_add()
 2026-06-01 14:33 UTC  (3+ messages)

[PATCH RFC v4 00/25] fs,kthread: start all kthreads in nullfs
 2026-06-01 13:56 UTC  (26+ messages)
` [PATCH RFC v4 01/25] fs: add switch_fs_struct()
` [PATCH RFC v4 02/25] fs: notice when init abandons fs sharing
` [PATCH RFC v4 03/25] fs: add scoped_with_init_fs()
` [PATCH RFC v4 04/25] fs: add real_fs to track task's actual fs_struct
` [PATCH RFC v4 05/25] fs: make userspace_init_fs a dynamically-initialized pointer
` [PATCH RFC v4 06/25] rnbd: use scoped_with_init_fs() for block device open
` [PATCH RFC v4 07/25] crypto: ccp: use scoped_with_init_fs() for SEV file access
` [PATCH RFC v4 08/25] scsi: target: use scoped_with_init_fs() for ALUA metadata
` [PATCH RFC v4 09/25] scsi: target: use scoped_with_init_fs() for APTPL metadata
` [PATCH RFC v4 10/25] btrfs: use scoped_with_init_fs() for update_dev_time()
` [PATCH RFC v4 11/25] coredump: use scoped_with_init_fs() for coredump path resolution
` [PATCH RFC v4 12/25] fs: use scoped_with_init_fs() for kernel_read_file_from_path_initns()
` [PATCH RFC v4 13/25] ksmbd: use scoped_with_init_fs() for share path resolution
` [PATCH RFC v4 14/25] ksmbd: use scoped_with_init_fs() for filesystem info path lookup
` [PATCH RFC v4 15/25] ksmbd: use scoped_with_init_fs() for VFS path operations
` [PATCH RFC v4 16/25] pnfs/blocklayout: use scoped_with_init_fs() for SCSI device lookup
` [PATCH RFC v4 17/25] initramfs: use scoped_with_init_fs() for rootfs unpacking
` [PATCH RFC v4 18/25] af_unix: use scoped_with_init_fs() for coredump socket lookup
` [PATCH RFC v4 19/25] fs: stop sharing fs_struct between init_task and pid 1
` [PATCH RFC v4 20/25] fs: add umh argument to struct kernel_clone_args
` [PATCH RFC v4 21/25] devtmpfs: create private mount namespace
` [PATCH RFC v4 22/25] nullfs: make nullfs multi-instance
` [PATCH RFC v4 23/25] fs: start all kthreads in nullfs
` [PATCH RFC v4 24/25] fs: stop rewriting kthread fs structs
` [PATCH RFC v4 25/25] fs: stop rewriting paths for PF_EXITING | PF_DUMPCORE

[PATCH/RFC 00/18] VFS/nfsd: replace dentry_create()
 2026-06-01 12:29 UTC  (24+ messages)
` [PATCH 01/18] VFS: move mnt_want_write() and locking into lookup_open()
` [PATCH 02/18] VFS: move delegated_inode retry loop "
` [PATCH 03/18] VFS: replace nameidata and open_flag args to lookup_open()
` [PATCH 04/18] VFS: add vfs_lookup_open()
` [PATCH 05/18] VFS: dentry_create: always set FMODE_CREATE when file is created
` [PATCH 06/18] nfsd: replace fh_fill_both_attrs() with fh_fill_post_noop()
` [PATCH 07/18] nfsd: move fh_want_write() after preamble in nfsd4_create_file()
` [PATCH 08/18] nfsd: move more nfs-specific code into preamble of nfsd4_create_file()
` [PATCH 09/18] nfsd: remove subtlety from nfsd4_create_file()
` [PATCH 10/18] nfsd: in nfsd4_create_file() let VFS report if file was created
` [PATCH 11/18] nfsd: nfsd4_create_file(): remove NFSD_MAY_CREATE check
` [PATCH 12/18] nfsd: reduce range of directory lock in nfsd4_create_file()
` [PATCH 13/18] nfsd: open-code nfsd4_vfs_create() into nfsd4_create_file()
` [PATCH 14/18] nfsd: move some code out of the d_really_is_negative() branch in nfsd4_create_file()
` [PATCH 15/18] nfsd: reduce want-write range in nfsd4_create_file(
` [PATCH 16/18] nfsd: switch nfsd4_create_file() to use vfs_lookup_open()
` [PATCH 17/18] nfsd: use vfs_lookup_open() for non-creating open requests too
` [PATCH 18/18] VFS: remove dentry_create()

[PATCH v6 0/4] block: enable RWF_DONTCACHE for block devices
 2026-06-01 11:04 UTC  (9+ messages)
` [PATCH v6 1/4] block: add task-context bio completion infrastructure

[syzbot] [fuse?] general protection fault in fuse_dev_release
 2026-06-01 10:27 UTC 

[PATCH v2 00/10] fanotify namespace monitoring
 2026-06-01 10:06 UTC  (7+ messages)
` [PATCH v2 07/10] fanotify: gate fs events checks in fanotify_mark() by group type

[PATCH v6 0/2] mm: improve large folio readahead for exec memory
 2026-06-01  9:43 UTC  (8+ messages)
` [PATCH v6 2/2] mm: use mapping_max_folio_order() for force_thp_readahead order

[PATCH v2 0/9] Landlock: Namespace and capability control
 2026-06-01  9:37 UTC  (3+ messages)
` [PATCH v2 9/9] landlock: Add documentation for capability and namespace restrictions

[PATCH v2 0/2] mm/hmm: A fix and a selftest
 2026-06-01  9:14 UTC  (13+ messages)
` [PATCH v2 1/2] fs/proc/task_mmu: do not warn on seeing non-migration pmd entry
` [PATCH v2 2/2] selftests/mm/hmm-tests: test pagemap reads of PMD device-private entries

[PATCH] fanotify: report thread pidfds for FAN_REPORT_TID
 2026-06-01  9:12 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v4 0/6] ntfs: validate attribute values on lookup
 2026-06-01  8:46 UTC  (5+ messages)
` [PATCH v4 6/6] ntfs: validate resident index root "

[PATCH] famfs: FUSE_GET_DAXDEV -> FUSE_DEV_IOC_BACKING_OPEN
 2026-06-01  8:42 UTC  (3+ messages)

[PATCH RFC 00/11] mm/filemap: split out folio wait and VFS code
 2026-06-01  8:37 UTC  (5+ messages)

[PATCH] loop: reject binding to procfs and sysfs files
 2026-06-01  7:10 UTC 

[PATCH 0/4] fs: mark selected blocking waits as freezable
 2026-06-01  7:00 UTC  (4+ messages)
` [PATCH 3/4] pipe: mark blocking pipe read and FIFO open sleeps "

[PATCH] fs/proc/task_mmu: do not warn on seeing non-migration pmd entry
 2026-06-01  5:48 UTC  (4+ messages)

[PATCH v2] fs/namespace: notify pollers of legacy propagation changes
 2026-06-01  3:29 UTC 

[PATCH] fs/namespace: notify pollers of legacy propagation changes
 2026-06-01  2:21 UTC  (3+ messages)

[f2fs-dev] [PATCH v2] f2fs: another way to set large folio by remembering inode number
 2026-06-01  1:52 UTC  (11+ messages)

[PATCH 0/15] mm: introduce ANON_VMA_LAZY for deferred anon_vma creation
 2026-06-01  1:46 UTC  (8+ messages)

[PATCH 1/1] iomap: avoid compaction for costly folio order allocation
 2026-05-31 23:29 UTC  (3+ messages)


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