Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-08-21 14:01:22 to 2026-08-24 14:46:34 UTC [more...]

[PATCH v10 00/35] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-08-24 14:41 UTC  (35+ messages)
` [PATCH v10 01/35] netfs: Fix uninitialized return value in netfs_unbuffered_write()
` [PATCH v10 02/35] netfs: Fix read progress reporting
` [PATCH v10 03/35] cachefiles,netfs: sunset ondemand mode
` [PATCH v10 04/35] cachefiles: Fix potential UAF/KASAN warning
` [PATCH v10 05/35] netfs: Use uoff_t instead of unsigned long long and loff_t
` [PATCH v10 06/35] mm: Make readahead store folio count in readahead_control
` [PATCH v10 07/35] netfs: Bulk load the readahead-provided folios up front
` [PATCH v10 08/35] Add a function to kmap one page of a multipage bio_vec
` [PATCH v10 09/35] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v10 10/35] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v10 11/35] netfs: Add some tools for managing bvecq chains
` [PATCH v10 12/35] netfs: Make mempool available for bvecq
` [PATCH v10 13/35] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v10 14/35] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v10 15/35] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v10 16/35] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v10 17/35] netfs: Remove the writethrough code
` [PATCH v10 18/35] netfs: trace: Change the "clear" folio traces to "endwb"
` [PATCH v10 19/35] netfs: trace: Rejig a couple of the tracepoints
` [PATCH v10 20/35] netfs: Add some functions to wrap the all-queued handling
` [PATCH v10 21/35] netfs: Make deprecated PG_private_2 support optional
` [PATCH v10 22/35] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v10 23/35] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v10 24/35] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v10 25/35] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v10 26/35] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v10 27/35] netfs: Remove netfs_extract_user_iter()
` [PATCH v10 28/35] iov_iter: Remove ITER_FOLIOQ
` [PATCH v10 29/35] netfs: Remove folio_queue and rolling_buffer
` [PATCH v10 30/35] netfs: Simplify read abandonment
` [PATCH v10 31/35] netfs: Check for too much data being read
` [PATCH v10 32/35] netfs: Add a method to get an estimate of the amount that can be written
` [PATCH v10 33/35] netfs: Rework writeback to use a separate list of regions to be unlocked
` [PATCH v10 34/35] netfs: Combine prepare and issue ops and grab the buffers on request

[PATCH 0/6] userfaultfd: decouple uffd mode from VMA flags
 2026-08-24 14:46 UTC  (17+ 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

[PATCH 00/25] mm/fbatch: drain lru_add_drain() and _all()
 2026-08-24 14:44 UTC  (23+ messages)
` [PATCH 01/25] mm/fbatch: remove !CONFIG_SMP special case of folio_activate()
` [PATCH 02/25] mm/fbatch: allow folios_put_refs() to skip xa_is_value() entries
` [PATCH 03/25] mm/fbatch: temporarily disable lazyfree and mlock+munlock batching
` [PATCH 04/25] mm/fbatch: lru bit set, no extra ref, while folio on per-cpu fbatch
` [PATCH 05/25] mm/fbatch: lru_add_del_folio()+folio_add_lru() after clear_lru()
` [PATCH 06/25] mm/fbatch: fbatch_drain_lazyfree(onstack fbatch) before ptl unlock
` [PATCH 07/25] mm/fbatch: LRU_NEXT_ACTIVATE bit to optimize folio_activate()
` [PATCH 08/25] mm/fbatch: replace mlock_new_folio() by __folio_add_lru(,mlockit)
` [PATCH 09/25] mm/fbatch: restore mlock+munlock batching, without extra ref
` [PATCH 10/25] mm/fbatch: remove several uses of mlock_drain_local()
` [PATCH 11/25] mm/fbatch: remove migration's PAGE_WAS_MLOCKED lru_add_drain()
` [PATCH 12/25] mm/fbatch: remove percpu_pvec_drained and folios_put()
` [PATCH 13/25] mm/fbatch: no lru_add_drain() to collect_longterm_unpinnable_folios()
` [PATCH 14/25] mm/fbatch: no lru_add_drain() nor _all() for memfd_wait_for_pins()
` [PATCH 15/25] mm/fbatch: remove shake_folio() shake_page() from memory-failure
` [PATCH 16/25] mm/fbatch: remove lru_cache_disable(() from NUMA folio migration
` [PATCH 17/25] mm/fbatch: no lru_cache_disable() in __alloc_contig_migrate_range()
` [PATCH 18/25] mm/fbatch: remove lru_add_drain() and _all() calls from various
` [PATCH 19/25] mm/fbatch: vm/stat_refresh include lru_add_drain() on each cpu
` [PATCH 20/25] s390/fbatch: no lru_add_drain_all() in s390_wiggle_split_folio()
` [PATCH 21/25] block/fbatch: no lru_add_drain_all() in invalidate_bdev()
` [PATCH 22/25] fs/fbatch: drop_caches invalidate_bh_lrus() not lru_add_drain_all()

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

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-08-24 14:12 UTC  (6+ messages)

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

[PATCH 0/7] Remove aops->launder_folio
 2026-08-24 13:49 UTC  (5+ messages)
` [PATCH 2/7] fuse: Use filemap_invalidate_pages()

[PATCH] mm: filemap: tighten dropbehind completion context check
 2026-08-24 13:34 UTC  (5+ messages)

[PATCH 0/2] lsm: expose mount idmaps to inode hooks
 2026-08-24 13:28 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/bpf: verify mount idmaps reach "

ovl_copy_xattr() can write uninitialised heap into the upper file's xattr
 2026-08-24 12:53 UTC  (6+ messages)

[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
 2026-08-24 12:26 UTC  (9+ messages)
` [PATCH v20 1/8] rust: alloc: add `KBox::into_non_null`
` [PATCH v20 2/8] rust: types: Add Ownable/Owned types
` [PATCH v20 3/8] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v20 4/8] rust: page: convert to `Ownable`
` [PATCH v20 6/8] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v20 8/8] rust: page: add `from_raw()`
  ` [PATCH v20 5/8] rust: rename `AlwaysRefCounted` to `RefCounted`

[PATCH v2 0/5] Stop TIF_NOTIFY_SIGNAL from interrupting work that can't be restarted
 2026-08-24 12:08 UTC  (6+ messages)
` [PATCH v2 1/5] signal: allow taks to temporarily block TIF_NOTIFY_SIGNAL
` [PATCH v2 2/5] coredump: prevent TIF_NOTIFY_SIGNAL from interrupting coredumps
` [PATCH v2 3/5] selftests/coredump: test that TIF_NOTIFY_SIGNAL doesn't truncate a coredump
` [PATCH v2 4/5] smb: prevent TIF_NOTIFY_SIGNAL from interrupting
` [PATCH v2 5/5] pid_namespace: prevent TIF_NOTIFY_SIGNAL from interrupting the reaper

[PATCH 0/3] netfs, cachefiles: Miscellaneous fixes
 2026-08-24 12:02 UTC  (4+ messages)
` [PATCH 1/3] netfs: Fix uninitialized return value in netfs_unbuffered_write()
` [PATCH 2/3] netfs: Fix read progress reporting
` [PATCH 3/3] cachefiles: Fix potential UAF/KASAN warning

[PATCH bpf-next v2 0/3] bpf: Add user memory access kfuncs for linux_binprm
 2026-08-24 10:49 UTC  (6+ messages)
` [PATCH bpf-next v2 1/3] mm: Add copy_remote_mm_str()
` [PATCH bpf-next v2 2/3] bpf: Add user memory access kfuncs for linux_binprm
    ` [PATCH bpf-next "

[RFC PATCH] fat: add noflush mount option
 2026-08-24  9:45 UTC  (2+ messages)

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

[PATCH 1/2] NFSD: Fix duplicate fsnotify access events for iterator READs
 2026-08-24  9:26 UTC  (5+ messages)

[PATCH] fs: fix s_fs_info leak when setup_bdev_super() fails
 2026-08-24  8:28 UTC  (3+ messages)
` [syzbot ci] "

[syzbot] [exfat?] WARNING in fat_ent_write
 2026-08-24  7:47 UTC 

[PATCH v4 0/6] xfs write streams
 2026-08-24  6:30 UTC  (6+ messages)
  ` [PATCH v4 1/6] fs: add write-stream management ioctls

corrupted mutex and KASAN global-out-of-bounds in hfsplus_ext_write_extent() (7.2-rc7, writeback vs umount/BLKPG race)
 2026-08-24  5:40 UTC 

WARNING in filename_mkdirat: end_dirop() unlocks the wrong inode and leaks the parent i_rwsem (v6.19+ regression, still in 7.2-rc7)
 2026-08-24  5:25 UTC 

[PATCH] devtmpfs: apply mount options to the existing superblock
 2026-08-24  5:08 UTC  (2+ messages)

[RFC PATCH RESEND] eventpoll: add lockless fast-path for eventfd
 2026-08-24  2:23 UTC  (2+ messages)
` [RFC PATCH v3] eventpoll: add lockless fast-path for eventpoll

[syzbot] [trace?] [fs?] WARNING in free_ei
 2026-08-24  0:13 UTC 

[PATCH RFC v3 00/13] sysctl: add module aliases
 2026-08-23 22:12 UTC  (5+ messages)
` [PATCH RFC v3 03/13] sysctl, mod_devicetable: add macro MODULE_SYSCTL_TABLE

[PATCH V2] fs: Kconfig: Alignment of code and text in the FS_DAX help section for better readability
 2026-08-23 21:20 UTC 

[PATCH] fs: Kconfig: Alignment of code and text in the FS_DAX help section for better readability
 2026-08-23 19:46 UTC  (2+ messages)

[PATCH v13 00/12] famfs: the Fabric-Attached Memory File System (standalone)
 2026-08-23 16:57 UTC  (15+ messages)
    ` [PATCH v13 10/12] famfs: Add runtime operation-permission (opts) framework
    ` [PATCH v13 07/12] famfs: MAP_CREATE ioctl and fmap ingest (ABI 44)

[PATCH v5 00/10] vfs: add O_CREAT|O_DIRECTORY to open*(2)
 2026-08-23 16:07 UTC  (11+ messages)
` [PATCH v5 01/10] fs/namei.c: use trailing_slashes()
` [PATCH v5 02/10] vfs: prepare vfs_creat|mkdir_no_perm for reuse in lookup_open()
` [PATCH v5 03/10] vfs: lookup_open(): move setting FMODE_CREATED down
` [PATCH v5 04/10] vfs: move ->create check in lookup_open() to before try_break_deleg()
` [PATCH v5 05/10] vfs: lookup_open(): use vfs_create_no_perm()
` [PATCH v5 06/10] vfs: add O_CREAT|O_DIRECTORY to open*(2)
` [PATCH v5 07/10] vfs: move O_IS_MKDIR check from lookup_open() into individual filesystems
` [PATCH v5 08/10] vfs: refuse O_CREAT for directories through a dangling symlink
` [PATCH v5 09/10] vfs: short-circuit MAY_WRITE access for O_DIRECTORY opens
` [PATCH v5 10/10] selftest: add tests for open*(O_CREAT|O_DIRECTORY)

[PATCH v4] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-08-23 15:57 UTC  (4+ messages)
` [PATCH v5] "
  ` [PATCH v6] "

[PATCH 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-08-23 13:30 UTC  (4+ messages)
` [PATCH 1/3] blk-cgroup: use a request_queue rhashtable for blkg lookup
` [PATCH 2/3] blk-cgroup: store blkcg in bio instead of blkg
` [PATCH 3/3] blk-cgroup: move async bio punt state to blkcg

[PATCH RFC/RFT v1 00/12] Fix easy bits of the negative dentry problem
 2026-08-23  1:21 UTC  (10+ messages)
` [PATCH v1 03/12] fsnotify: don't hold a spin_lock across fsnotify_recalc_mask() calls

[PULL] unicode changes for 7.3
 2026-08-22 23:58 UTC  (2+ messages)

[PATCH] sysctl: drop the pointer dance in proc_put_char()
 2026-08-22 18:42 UTC 

[PATCH 0/7] docs: core-api: Fix stale function names and a broken example
 2026-08-22 17:30 UTC  (4+ messages)
` [PATCH 6/7] docs: xarray: Fix xas_try_split() name

[PATCH v23 00/28] riscv control-flow integrity for usermode
 2026-08-22 16:50 UTC  (12+ messages)
` [PATCH v23 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE

[PATCH 0/2] squashfs: harden fragment index table sizing
 2026-08-22 14:33 UTC  (3+ messages)
` [PATCH 1/2] squashfs: fix fragment index table sizing overflow on 32-bit
` [PATCH 2/2] squashfs: make the fragment index table bounds check overflow-safe

[PATCH] man/man2/statmount.2: Fix incorrect function signature
 2026-08-22 12:52 UTC  (2+ messages)

memcg stats flushing (WAS "Re: [PATCH] fuse: disable default bdi strictlimiting")
 2026-08-22  1:38 UTC  (9+ messages)

[PATCH] ntfs: bound $AttrDef table walk to the loaded table size
 2026-08-21 23:41 UTC 

[GIT PULL] smb: client: replace Steve French as CIFS maintainer
 2026-08-21 20:26 UTC  (2+ messages)

[PATCH] binfmt_elf_fdpic: reject PT_LOAD with filesz larger than memsz
 2026-08-21 19:43 UTC  (3+ messages)

[PATCH 0/3] proc,security,selinux: let SELinux block FOLL_FORCE for /proc/self/mem
 2026-08-21 19:00 UTC  (16+ messages)
` [PATCH 1/3] proc: refactor /proc/$pid/mem to use struct as private_data
` [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 0/4] Stop TIF_NOTIFY_SIGNAL from interrupting work that can't be restarted
 2026-08-21 17:18 UTC  (5+ messages)
` [PATCH 1/4] signal: allow taks to temporarily block TIF_NOTIFY_SIGNAL
` [PATCH 4/4] smb: prevent TIF_NOTIFY_SIGNAL from interrupting

[PATCH v2] fuse: permit freezing while waiting for request answer
 2026-08-21 14:57 UTC  (12+ messages)

[PATCH] ntfs: reject zero sectors_per_cluster in the boot sector
 2026-08-21 14:22 UTC 


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