linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-08-24 15:28:37 to 2026-08-26 00:02:48 UTC [more...]

Removing ->dirty_folio
 2026-08-26  0:02 UTC  (23+ messages)

[PATCH v6] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-08-25 23:28 UTC  (9+ messages)

[PATCH RFC/RFT v3 00/11] Fix easy bits of the negative dentry problem
 2026-08-25 22:06 UTC  (12+ messages)
` [PATCH v3 01/11] VFS: don't count references through ->d_parent
` [PATCH v3 02/11] autofs: change positive_after() so it takes d_lock rather than the caller
` [PATCH v3 03/11] coda: don't take rcu_read_lock() in coda_flag_children()
` [PATCH v3 04/11] nfs: separate locked regions in nfs_clear_verifier_directory()
` [PATCH v3 05/11] Add and use d_for_each_positive_child family of iterators
` [PATCH v3 06/11] fsnotify: don't hold a spin_lock across fsnotify_recalc_mask() calls
` [PATCH v3 07/11] fsnotify: don't hold i_lock while walking d_children in fsnotify_set_children_dentry_flags()
` [PATCH v3 08/11] nfs: Don't hold i_lock while walking ->d_children list
` [PATCH v3 09/11] autofs: don't hold ->lookup_lock in get_next_positive_*
` [PATCH v3 10/11] VFS: don't move dentries in d_sib list when they have the same parent
` [PATCH v3 11/11] Call cond_reshed() as needed in d_for_each_positive_child()

[PATCH V12 00/12] famfs: the Fabric-Attached Memory File System (standalone)
 2026-08-25 22:08 UTC  (13+ messages)
  ` [PATCH V12 02/12] famfs: Module operations, fs_context, and mount

[PATCH RFC/RFT v2 00/18] Fix easy bits of the negative dentry problem
 2026-08-25 21:56 UTC  (7+ messages)
` [PATCH v2 04/18] nfs: separate locked regions in nfs_clear_verifier_directory()
` [PATCH v2 13/18] VFS: don't move dentries in d_sib list when they have the same parent

[RFC PATCH 00/24] pidfd: add a minimal process spawn builder
 2026-08-25 21:27 UTC  (4+ messages)

[PATCH] fuse: mark DAX VMA page protections as decrypted
 2026-08-25 21:14 UTC  (4+ messages)

[PATCH RFC 0/7] coredump, files: exit files on request
 2026-08-25 20:54 UTC  (9+ messages)
` [PATCH RFC 3/7] fs: add switch_files_struct()
` [PATCH RFC 4/7] coredump: s/startup/done/g
` [PATCH RFC 5/7] coredump: add COREDUMP_CLOSE_FILES
` [PATCH RFC 6/7] tools: sync coredump.h header
` [PATCH RFC 7/7] selftests/coredump: test COREDUMP_CLOSE_FILES

[GIT PULL] fuse update for 7.3
 2026-08-25 19:50 UTC  (2+ messages)

[PATCH v2 0/3] proc,security,selinux: let SELinux block FOLL_FORCE for /proc/self/mem
 2026-08-25 19:30 UTC  (5+ messages)
` [PATCH v2 1/3] proc: refactor /proc/$pid/mem to use struct as private_data
` [PATCH v2 2/3] proc: query LSMs for introspective mem access (if PROC_MEM_FORCE_ALWAYS)
` [PATCH v2 3/3] selinux: require PROCESS__PTRACE for FOLL_FORCE introspection

[PATCH RFC v3 00/13] sysctl: add module aliases
 2026-08-25 19:10 UTC  (8+ messages)
` [PATCH RFC v3 03/13] sysctl, mod_devicetable: add macro MODULE_SYSCTL_TABLE

[PATCH v9 00/15] Use generic_file_read_iter() in hugetlbfs
 2026-08-25 18:41 UTC  (5+ messages)
` [PATCH v9 05/15] guest_memfd: Use folio_has_hwpoisoned_page()

[PATCH] fuse: mark DAX VMA page protections as decrypted
 2026-08-25 17:54 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v4 0/3] mm: zswap: free cold writeback folios promptly
 2026-08-25 16:57 UTC  (6+ messages)
` [PATCH v4 1/3] mm: swap: move LRU insertion out of the swap cache allocator
` [PATCH v4 2/3] mm: swap: drop dropbehind swap cache folios on writeback completion
` [PATCH v4 3/3] mm: zswap: drop cold writeback folios via swap dropbehind

[PATCH 0/3] proc,security,selinux: let SELinux block FOLL_FORCE for /proc/self/mem
 2026-08-25 15:00 UTC  (24+ messages)
` [PATCH 2/3] proc: query LSMs for introspective mem access (if PROC_MEM_FORCE_ALWAYS)
` [PATCH 3/3] selinux: require EXECMEM or PTRACE for FOLL_FORCE introspection

[PATCH] fs: don't return -EINVAL for successful nested thaw
 2026-08-25 14:29 UTC  (4+ messages)

[PATCH RFC 2/7] fs: make close_files() synchronous
 2026-08-25 13:43 UTC  (2+ messages)

[PATCH 6.12 08/77] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
 2026-08-25 13:25 UTC 

[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
 2026-08-25 13:37 UTC  (9+ messages)
` [PATCH v20 1/8] rust: alloc: add `KBox::into_non_null`
` [PATCH v20 4/8] rust: page: convert to `Ownable`
  ` [PATCH v20 4/8] rust: page: convert to `Ownable`'
` [PATCH v20 7/8] rust: Add `OwnableRefCounted`

[PATCH v2 0/9] netfs, cachefiles: Miscellaneous fixes
 2026-08-25 13:20 UTC  (10+ messages)
` [PATCH v2 1/9] netfs: Fix uninitialized return value in netfs_unbuffered_write()
` [PATCH v2 2/9] netfs: Fix unbuffered/DIO write partial transfer error return
` [PATCH v2 3/9] netfs: Fix error vs transferred passed to ->ki_complete()
` [PATCH v2 4/9] netfs: Fix i_size update for partial transfer
` [PATCH v2 5/9] netfs: Fix subreq ref leak
` [PATCH v2 6/9] netfs: break unbuffered write when netfs_alloc_subrequest() fails
` [PATCH v2 7/9] netfs: Fix readahead synchronisation issues by loading all folios upfront
` [PATCH v2 8/9] netfs: Fix read progress reporting
` [PATCH v2 9/9] cachefiles: Fix potential UAF/KASAN warning

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-08-25 13:19 UTC  (15+ messages)

[PATCH v5 0/2] erofs: share the superblock for file-backed mounts
 2026-08-25 13:07 UTC  (5+ messages)
` [PATCH v5 1/2] fs: rename vfs_get_super() to get_tree_super() and export it

[PATCH v3 0/2] fuse: allow FUSE_SYNCFS for privileged userspace servers
 2026-08-25 13:03 UTC  (2+ messages)

[PATCH 0/6] userfaultfd: decouple uffd mode from VMA flags
 2026-08-25 13:00 UTC  (22+ messages)
` [PATCH 1/6] mm/gup: move gup_can_follow_protnone() to gup.c
` [PATCH 2/6] userfaultfd: constify VMA parameter of userfaultfd_*() helpers
` [PATCH 3/6] userfaultfd: use userfaultfd_*() helpers instead of open coded flag tests
` [PATCH 4/6] userfaultfd: rename vm_userfaultfd_ctx to vm_uffd_state
` [PATCH 5/6] userfaultfd: decouple fault reason from VMA flags
` [PATCH 6/6] userfaultfd: collapse VM_UFFD_{MISSING,WP,MINOR,RWP} into single VM_UFFD

[RFC] "final" flag for a directory
 2026-08-25 12:55 UTC  (3+ messages)

[PATCH 0/3] fs: don't warn when a mount is completed from another user namespace
 2026-08-25 12:53 UTC  (4+ messages)
` [PATCH 1/3] ovl: don't warn when the "

[PATCH 0/2] ufs: harden the mount path against malformed images
 2026-08-25 12:50 UTC  (3+ messages)

[PATCH v2] btrfs: allow idmapped DEFRAG ioctls
 2026-08-25 12:47 UTC  (2+ messages)

[PATCH] ufs: do not treat unreadable directory blocks as empty
 2026-08-25 12:44 UTC  (2+ messages)

[PATCH 2/2] vfs: Add KUnit tests for fdtable
 2026-08-25 12:35 UTC  (6+ messages)

[PATCH v8] coredump: Add bit 9 of coredump_filter for pre-exit files before dumping
 2026-08-25 12:31 UTC  (4+ messages)

[syzbot] [exfat?] WARNING in fat_ent_write
 2026-08-25 12:11 UTC  (4+ messages)
` Please drop 64d9183203eeb in mm-nonmm-unstable ([syzbot] [exfat?] WARNING in fat_ent_write)
    ` [PATCH] fat: Fix fat_ent_write() for reverting the value

[PATCH 5.10.y] iomap: adjust read range correctly for non-block-aligned positions
 2026-08-25 11:49 UTC  (2+ messages)

[PATCH 00/11] Convert barrier pairs to acquire/release for better performance
 2026-08-25 11:46 UTC  (13+ messages)
` [PATCH 01/11] user_namespace: Use acquire/release for nr_extents synchronization
` [PATCH 02/11] lib/vsprintf: Use acquire/release for ptr_key publication
` [PATCH 03/11] fs: aio: Use acquire/release for ring->tail publication
` [PATCH 04/11] fs: Use acquire/release for fdtable resize synchronization
` [PATCH 05/11] pidfs: Use test_bit_acquire() for attr flag tests
` [PATCH 06/11] super: Use acquire for SB_BORN check in super_cache_count()
` [PATCH 07/11] ext4: Convert group-count barrier protocol to acquire/release
` [PATCH 08/11] soreuseport: publish num_socks with acquire/release
` [PATCH 09/11] net: sched: act_gact: use acquire/release for tcfg_ptype
` [PATCH 10/11] 8021q: publish vlan_devices_arrays entries with acquire/release
` [PATCH 11/11] can: isotp: publish tx.state with smp_store_release()

[BUG] general protection fault in path_put
 2026-08-25 11:15 UTC  (3+ messages)
` [PATCH] USB: gadget: fix NULL pointer dereference in gadget_dev_ioctl()

[linus:master] [fanotify] 82c6dd2047: ltp.fanotify21.fail
 2026-08-25 10:39 UTC  (4+ messages)
    ` [LTP] "

[RFC PATCH 0/4] Extend xas_split* to support splitting arbitrarily large entries
 2026-08-25  9:08 UTC  (5+ messages)

[PATCH] ntfs: treat any nonzero dio zero-range return as an error
 2026-08-25  8:28 UTC  (2+ messages)

ovl_copy_xattr() can write uninitialised heap into the upper file's xattr
 2026-08-25  8:20 UTC  (3+ messages)
` [PATCH] ovl: fortify ovl_copy_xattr() against underlying layer modifications

[PATCH 0/7] Remove aops->launder_folio
 2026-08-25  7:08 UTC  (11+ messages)
` [PATCH 2/7] fuse: Use filemap_invalidate_pages()
` [PATCH 3/7] btrfs: "

[PATCH v4 0/6] xfs write streams
 2026-08-25  6:57 UTC  (11+ messages)
  ` [PATCH v4 1/6] fs: add write-stream management ioctls
  ` [PATCH v4 5/6] xfs: write stream based AG placement

[PATCH v3 1/2] f2fs: complete dropbehind write bios in safe task context
 2026-08-25  6:43 UTC  (2+ messages)

[PATCH v1] splice: emit a single fsnotify access event per NFSD READ
 2026-08-25  6:20 UTC  (3+ messages)

[RFC PATCH] fat: add noflush mount option
 2026-08-25  5:51 UTC  (5+ messages)

[PATCH] ntfs: bound $AttrDef table walk to the loaded table size
 2026-08-25  5:28 UTC  (2+ messages)

[PATCH] ntfs: reject zero sectors_per_cluster in the boot sector
 2026-08-25  4:25 UTC  (2+ messages)

[RFC PATCH 3/6] mm: nommu: fix an issue on map request to /dev/zero
 2026-08-25  1:57 UTC  (3+ messages)

[syzbot] [fs?] KASAN: slab-use-after-free Write in do_bad_area
 2026-08-25  0:39 UTC 

memcg stats flushing (WAS "Re: [PATCH] fuse: disable default bdi strictlimiting")
 2026-08-24 23:42 UTC  (10+ messages)

[PATCH v3] audit: free proctitle in context so it can be re-set by fork on exec_binprm
 2026-08-24 22:07 UTC  (2+ messages)

[PATCH v2] selftests/proc: make proc-maps-race work with READ_IMPLIES_EXEC
 2026-08-24 20:49 UTC  (2+ messages)

[PATCH bpf-next v2 2/3] bpf: Add user memory access kfuncs for linux_binprm
 2026-08-24 20:01 UTC  (3+ messages)
` [PATCH bpf-next "

[PATCH v10 00/35] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-08-24 19:47 UTC  (4+ messages)
` [PATCH v10 30/35] netfs: Simplify read abandonment
  ` READ_PLUS in NetFS? "

[PATCH 00/25] mm/fbatch: drain lru_add_drain() and _all()
 2026-08-24 18:42 UTC  (4+ messages)
` [PATCH 13/25] mm/fbatch: no lru_add_drain() to collect_longterm_unpinnable_folios()
  ` [PATCH alt "

[PATCH v3 2/3] mm: swap: drop dropbehind swap cache folios on writeback completion
 2026-08-24 16:39 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).