Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-08-09 05:17:28 to 2026-08-11 15:56:24 UTC [more...]

Fwd: BadBunny: UFFDIO_COPY shmem killpriv bypass leading to local privilege escalation
 2026-08-11 15:56 UTC  (4+ messages)

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

[PATCH 1/2] vfs: Annotate struct fdtable's fd field with __counted_by_ptr
 2026-08-11 15:42 UTC  (5+ messages)
` [PATCH 2/2] vfs: Add KUnit tests for fdtable

[PATCH 00/11] coredump: allow to create sparse coredumps on the coredump socket
 2026-08-11 15:27 UTC  (12+ messages)
` [PATCH 01/11] selftests/coredump: discard the right amount after the coredump request
` [PATCH 02/11] selftests/coredump: collapse the expected request check into the helper
` [PATCH 03/11] coredump: pin the protocol struct sizes
` [PATCH 04/11] coredump: move the negotiated mask into struct coredump_params
` [PATCH 05/11] coredump: deduplicate the to_skip flush
` [PATCH 06/11] coredump: add COREDUMP_HEADER to the coredump socket protocol
` [PATCH 07/11] coredump: add COREDUMP_SPARSE "
` [PATCH 08/11] tools: sync coredump.h header
` [PATCH 09/11] coredump: frame the coredump when COREDUMP_HEADER is negotiated
` [PATCH 10/11] coredump: describe the holes when COREDUMP_SPARSE "
` [PATCH 11/11] selftests/coredump: test COREDUMP_HEADER and COREDUMP_SPARSE

[PATCH v4] iomap: follow the alignment requirement for iomap_dio_hole_iter()
 2026-08-11 15:22 UTC  (2+ messages)

[PATCH 0/9] mm: distinguish PTE table storage from PTE values
 2026-08-11 14:09 UTC  (21+ messages)
` [PATCH 1/9] mm: introduce hw_pte_t for PTE table storage
` [PATCH 2/9] mm: make hw_pte_t visible to generic PTE interfaces
` [PATCH 3/9] mm: name pointers to copied PTE values ptentp
` [PATCH 6/9] mm: convert PTE table entry to pte

[PATCH] tracing: report buffer memory in /proc/meminfo
 2026-08-11 12:44 UTC  (7+ messages)

[PATCH] mm/oom_kill, proc: replace magic number 1000 with OOM_SCORE_ADJ_MAX
 2026-08-11 12:58 UTC  (2+ messages)

[PATCH RFC/RFT v1 00/12] Fix easy bits of the negative dentry problem
 2026-08-11 12:14 UTC  (13+ messages)
` [PATCH v1 01/12] VFS: don't count references through ->d_parent
` [PATCH v1 02/12] Add and use d_for_each_positive_child family of iterators
` [PATCH v1 03/12] fsnotify: don't hold a spin_lock across fsnotify_recalc_mask() calls
` [PATCH v1 04/12] fsnotify: reduce i_lock hold time in fsnotify_set_children_dentry_flags()

[PATCH v6] coredump: Add bit 9 of coredump_filter for pre-exit files before dumping
 2026-08-11 12:13 UTC  (5+ messages)

[syzbot] [jfs?] [xfs?] [bcachefs?] INFO: task hung in sb_start_write (2)
 2026-08-11 11:41 UTC  (4+ messages)
` [syzbot] [kernfs?] [ext4?] "

[RFC] mnt_already_visible(): should regular-file mountpoints participate in the visibility check?
 2026-08-11 10:49 UTC  (4+ messages)

[PATCH v2 0/4] VFS: prepare for changes to directory locking
 2026-08-11 10:29 UTC  (4+ messages)

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

[PATCH v8] coredump: Add bit 9 of coredump_filter for pre-exit files before dumping
 2026-08-11  9:22 UTC  (3+ messages)

[PATCH] fs: document semantics of kstat::{uid,gid} fields
 2026-08-11  9:01 UTC  (3+ messages)

[PATCH] pidfd: hold exec_update_lock around namespace ioctl
 2026-08-11  8:54 UTC  (3+ messages)

[PATCH] coredump: add filesz truncation and filter
 2026-08-11  8:51 UTC  (2+ messages)

[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-11  8:40 UTC  (13+ messages)
` [PATCH v4 01/20] mm/vma: introduce VMA anon page offset field and add helpers
` [PATCH v4 02/20] mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()
` [PATCH v4 03/20] mm: introduce linear_anon_page_index()

[PATCH v14 00/21] fs-verity support for XFS with post EOF merkle tree
 2026-08-11  8:18 UTC  (18+ messages)
` [PATCH v14 05/21] fsverity: improve flushing performance of fsverity_fill_zerohash
` [PATCH v14 11/21] xfs: don't report dio_mem_align and dio_offset_align for fsverity files
` [PATCH v14 13/21] xfs: use read ioend for fsverity data verification
` [PATCH v14 14/21] xfs: add flags to xfs_free_eofblocks() to pass down to block processing

[PATCH 0/4] netfs: Miscellaneous fixes
 2026-08-11  8:09 UTC  (3+ messages)
` [PATCH 1/4] netfs: clear PG_private_2 on copy-to-cache append failure

[PATCH v13 00/12] famfs: the Fabric-Attached Memory File System (standalone)
 2026-08-11  8:03 UTC  (14+ messages)
  ` [PATCH v13 01/12] dax: replace exported dax_dev_get() with non-allocating dax_dev_find()
  ` [PATCH v13 02/12] famfs: Module operations, fs_context, and mount
  ` [PATCH v13 03/12] famfs: Add daxdev table and dax notify_failure support
  ` [PATCH v13 04/12] famfs: Introduce inode_operations and super_operations
  ` [PATCH v13 05/12] famfs: Introduce file_operations read/write
  ` [PATCH v13 06/12] famfs: Introduce mmap and VM fault handling
  ` [PATCH v13 07/12] famfs: MAP_CREATE ioctl and fmap ingest (ABI 44)
  ` [PATCH v13 08/12] famfs: iomap_begin and file-to-dax offset resolution
  ` [PATCH v13 09/12] famfs: Register secondary daxdevs by path (FAMFSIOC_DAXDEV_OPEN)
  ` [PATCH v13 10/12] famfs: Add runtime operation-permission (opts) framework
  ` [PATCH v13 11/12] famfs: Report device capacity via statfs so df works
  ` [PATCH v13 12/12] famfs: Add documentation

[PATCH v9 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-08-11  7:26 UTC  (31+ messages)
` [PATCH v9 01/26] netfs: Fix read progress reporting
` [PATCH v9 02/26] mm: Make readahead store folio count in readahead_control
` [PATCH v9 03/26] netfs: Bulk load the readahead-provided folios up front
` [PATCH v9 04/26] Add a function to kmap one page of a multipage bio_vec
` [PATCH v9 05/26] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v9 06/26] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v9 07/26] netfs: Add some tools for managing bvecq chains
` [PATCH v9 08/26] netfs: Make mempool available for bvecq
` [PATCH v9 09/26] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v9 10/26] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v9 11/26] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v9 12/26] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v9 13/26] netfs: Remove the writethrough code
` [PATCH v9 14/26] cachefiles,netfs: sunset ondemand mode
` [PATCH v9 15/26] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v9 16/26] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v9 17/26] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v9 18/26] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v9 19/26] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v9 20/26] netfs: Remove netfs_extract_user_iter()
` [PATCH v9 21/26] iov_iter: Remove ITER_FOLIOQ
` [PATCH v9 22/26] netfs: Remove folio_queue and rolling_buffer
` [PATCH v9 23/26] netfs: Simplify read abandonment
` [PATCH v9 24/26] netfs: Check for too much data being read
` [PATCH v9 25/26] netfs: Combine prepare and issue ops and grab the buffers on request
` [PATCH v9 26/26] cachefiles: Preset the state xattr when creating a new file

[RFC PATCH v2 0/4] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-08-11  6:47 UTC  (5+ messages)
` [RFC PATCH v2 1/4] blk-cgroup: wait for old blkgs to leave queue before disk rebind
` [RFC PATCH v2 2/4] blk-cgroup: use a request_queue rhashtable for blkg lookup
` [RFC PATCH v2 3/4] blk-cgroup: store blkcg in bio instead of blkg
` [RFC PATCH v2 4/4] blk-cgroup: move async bio punt state to blkcg

[PATCH] fuse: reject a duplicate fd= mount option
 2026-08-11  5:39 UTC  (2+ messages)

[syzbot] Monthly fs report (Aug 2026)
 2026-08-11  4:32 UTC 

[RFC PATCH RESEND] eventpoll: add lockless fast-path for eventfd
 2026-08-11  3:15 UTC 

memcg stats flushing (WAS "Re: [PATCH] fuse: disable default bdi strictlimiting")
 2026-08-11  0:48 UTC  (4+ messages)

[syzbot] [fs?] possible deadlock in configfs_detach_group
 2026-08-11  0:24 UTC 

[syzbot] [fs?] [mm?] BUG: sleeping function called from invalid context in kvm_xen_set_evtchn_fast (2)
 2026-08-11  0:12 UTC 

[PATCH v5] hfsplus: validate B-tree record offset table
 2026-08-11  0:02 UTC  (7+ messages)
` [PATCH v6] "
        ` [PATCH] hfsplus: validate extent record length before writing it back

[RFC PATCH 0/3] Neural Storage Driver - learning page cache prefetcher
 2026-08-10 20:19 UTC  (2+ messages)

[PATCH] mm/page-writeback: document folio_mark_dirty() locking more explicitly
 2026-08-10 18:29 UTC  (3+ messages)

[PATCH v2] mm/page-writeback: document folio_mark_dirty() locking more explicitly
 2026-08-10 18:10 UTC 

[PATCH v2] f2fs: quiesce background threads during system suspend using PM notifier
 2026-08-10 16:53 UTC  (3+ messages)

[PATCH v7 0/5] block: enable RWF_DONTCACHE for block devices
 2026-08-10 16:10 UTC  (3+ messages)
` RWF_DONTCACHE regression fix for xfs

[BUG] NTFS rename fails with "Failed to add AT_INDEX_ALLOCATION" on Linux 7.1 new ntfs driver
 2026-08-10 15:33 UTC 

[PATCH] orangefs: use folio_pos() and folio_size() in orangefs_page_mkwrite()
 2026-08-10 15:21 UTC  (3+ messages)

[PATCH v4] erofs: reuse superblock for file-backed mounts
 2026-08-10 15:11 UTC  (3+ messages)

[PATCH v3 00/12] ceph: convert writeback path to folios
 2026-08-10 14:20 UTC  (13+ messages)
` [PATCH v3 01/12] ceph: fix error handling when the OSD client is stopping in ceph_submit_write()
` [PATCH v3 02/12] ceph: wait for pending fscache write in write_folio_nounlock()
` [PATCH v3 03/12] ceph: add ceph_folio_snap_context()
` [PATCH v3 04/12] ceph: convert ceph_wait_until_current_writes_complete() to folios
` [PATCH v3 05/12] mm: remove wait_on_page_writeback()
` [PATCH v3 06/12] ceph: convert get_writepages_data_length() to folios
` [PATCH v3 07/12] ceph: convert ceph_submit_write() "
` [PATCH v3 08/12] mm: remove thp_size() and thp_order()
` [PATCH v3 09/12] ceph: remove page remnants from write_folio_nounlock()
` [PATCH v3 10/12] ceph: convert page cleanup loop in writepages_finish() to folios
` [PATCH v3 11/12] ceph: remove ceph_fscrypt_pagecache_page() and ceph_fscrypt_page_offset()
` [PATCH v3 12/12] ceph: rename ceph_check_page_before_write() to ceph_check_folio_before_write()

[PATCH v11 0/5] ext4: deferred iput framework for EA inodes
 2026-08-10 13:36 UTC  (9+ messages)
` [PATCH v11 1/5] fs: add iput_if_not_last() helper

[PATCH v3 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
 2026-08-10 13:24 UTC  (2+ messages)

[PATCH v6] erofs: accept source file descriptor via fsconfig
 2026-08-10 13:19 UTC  (2+ messages)

[PATCH v8 00/25] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-08-10 13:12 UTC  (2+ messages)

[PATCH v2] squashfs: avoid thundering-herd cache wakeups
 2026-08-10 10:30 UTC  (3+ messages)

[PATCH v2] fs: push nr_cached_objects memcg gating into individual filesystems
 2026-08-10 10:19 UTC  (2+ messages)

[syzbot] [fs?] VFS: Close: file count is zero (use-after-free) (2)
 2026-08-10  6:51 UTC  (2+ messages)

[PATCH] docs: fix grammatical error in iomap docs
 2026-08-10  6:36 UTC 

[PATCH v2] fuse: check for NULL root inode in fuse_fill_super_submount
 2026-08-10  3:27 UTC  (2+ messages)

[PATCH v2] futex: Keep the PI owner of a private futex in the key's mm
 2026-08-10  0:23 UTC 

[PATCH v2 0/2] nilfs2: eliminate blockdev_direct_IO() call
 2026-08-10  0:15 UTC  (4+ messages)
` [PATCH v2 2/2] nilfs2: switch O_DIRECT to iomap based operations

[PATCH] binfmt_misc: don't leak the user namespace when the mount fails
 2026-08-09 22:37 UTC  (2+ messages)

[PATCH] fs: fix comment typos in bpf_fs_kfuncs.c, inode.c, fs-writeback.c
 2026-08-09 19:22 UTC 

[PATCH v3 00/12] Landlock: Namespace and capability control
 2026-08-09 16:01 UTC  (11+ messages)
` [PATCH v3 04/12] landlock: Rename quiet_masks to quiet_access
` [PATCH v3 05/12] landlock: Wrap per-layer access masks in struct layer_config
` [PATCH v3 06/12] landlock: Copy the quiet mask in the ruleset merge helper
` [PATCH v3 07/12] landlock: Enforce namespace use restrictions
` [PATCH v3 08/12] landlock: Enforce capability restrictions

[PATCH v5 0/20] fs: Fix missed inode write during fsync
 2026-08-09 15:36 UTC  (2+ messages)

[BUG] NTFS rename fails with "Failed to add AT_INDEX_ALLOCATION" on Linux 7.1 new ntfs driver
 2026-08-09  8:16 UTC 


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