Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-09-02 13:05:06 to 2026-09-03 08:40:41 UTC [more...]

[PATCH v2 0/3] drop BUG_ON() NULL checks in namespace copy helpers
 2026-09-03  8:40 UTC  (5+ messages)
  ` [PATCH v2 1/3] cgroup: namespace: drop BUG_ON() in copy_cgroup_ns()
  ` [PATCH v2 2/3] uts: drop BUG_ON() in copy_utsname()
  ` [PATCH v2 3/3] fs: namespace: drop BUG_ON() in copy_mnt_ns()

[PATCH] overlayfs.rst: document cross-layer file lock and lease semantics
 2026-09-03  8:34 UTC  (2+ messages)

[PATCH] ovl: reject verity= together with userxattr
 2026-09-03  8:09 UTC  (2+ messages)

[syzbot] [fs?] possible deadlock in configfs_read_iter
 2026-09-03  8:04 UTC  (2+ messages)
` [syzbot] [integrity?] [lsm?] "

[PATCH v2 0/8] Support Clang context analysis for ext2
 2026-09-03  7:27 UTC  (3+ messages)

[PATCH bpf-next] exec: Drop bprm loader before closing bprm->file
 2026-09-03  7:24 UTC  (2+ messages)

[PATCH] fs/dax: Remove redundant deferred list initialization
 2026-09-03  6:13 UTC  (2+ messages)

[PATCH] super: remember whether freeze holds writer rwsems
 2026-09-03  6:08 UTC 

[PATCH v11 00/36] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-09-03  6:06 UTC  (38+ messages)
` [PATCH v11 01/36] block: Fix start and length check added to iov_iter_extract_bvecs()
` [PATCH v11 02/36] mm: Make readahead store folio count in readahead_control
` [PATCH v11 03/36] mm: Add a bulk end-writeback tool
` [PATCH v11 04/36] netfs: Use uoff_t instead of unsigned long long and loff_t
` [PATCH v11 05/36] Add a function to kmap one page of a multipage bio_vec
` [PATCH v11 06/36] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v11 07/36] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v11 08/36] netfs: Add some tools for managing bvecq chains
` [PATCH v11 09/36] netfs: Make mempool available for bvecq
` [PATCH v11 10/36] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v11 11/36] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v11 12/36] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v11 13/36] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v11 14/36] netfs: Remove the writethrough code
` [PATCH v11 15/36] netfs: trace: Change the "clear" folio traces to "endwb"
` [PATCH v11 16/36] netfs: trace: Rejig a couple of the tracepoints
` [PATCH v11 17/36] netfs: Add some functions to wrap the all-queued handling
` [PATCH v11 18/36] netfs: Make deprecated PG_private_2 support optional
` [PATCH v11 19/36] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v11 20/36] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v11 21/36] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v11 22/36] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v11 23/36] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v11 24/36] netfs: Remove netfs_extract_user_iter()
` [PATCH v11 25/36] iov_iter: Remove ITER_FOLIOQ
` [PATCH v11 26/36] netfs: Remove folio_queue and rolling_buffer
` [PATCH v11 27/36] netfs: Build a list of regions undergoing writeback
` [PATCH v11 28/36] netfs: Simplify writeback cleanup
` [PATCH v11 29/36] netfs: Simplify read abandonment
` [PATCH v11 30/36] netfs: Check for too much data being read
` [PATCH v11 31/36] netfs: Add a method to get an estimate of the amount that can be written
` [PATCH v11 32/36] netfs: Rework writeback to estimate
` [PATCH v11 33/36] netfs: Set subrequest->source at alloc before trace emission
` [PATCH v11 34/36] netfs: Combine prepare and issue ops
` [PATCH v11 35/36] netfs: Clean up now-unused code
` [PATCH v11 36/36] cachefiles: Preset the state xattr when creating a new file

[PATCH 00/25] mm/fbatch: drain lru_add_drain() and _all()
 2026-09-03  5:41 UTC  (6+ messages)
` [PATCH 07/25] mm/fbatch: LRU_NEXT_ACTIVATE bit to optimize folio_activate()

[PATCH] devpts: reject max=0 instead of silently lifting the limit
 2026-09-03  4:33 UTC  (2+ messages)

[PATCH v3 0/6] VFS: prepare for changes to directory locking
 2026-09-03  3:01 UTC  (7+ messages)
` [PATCH v3 1/6] VFS: fix various typos in documentation for start_creating start_removing etc
` [PATCH v3 2/6] VFS: enhance d_splice_alias() to handle hashed dentries
` [PATCH v3 3/6] VFS: introduce d_alloc_trylock()
` [PATCH v3 4/6] VFS: add d_duplicate()
` [PATCH v3 5/6] VFS: Add LOOKUP_SHARED flag
` [PATCH v3 6/6] VFS: add lockdep monitoring of DCACHE_PAR_LOOKUP lock

[PATCH 0/2] quota: Verify special quota formats match sb type
 2026-09-03  2:31 UTC  (6+ messages)
` [PATCH 1/2] ocfs2: Refuse to enable ocfs2 format for another filesystem
` [PATCH 2/2] shmem: Refuse to enable tmpfs "

[PATCH] selftests/filesystems: fix missing and stale TARGETS entries
 2026-09-03  2:17 UTC  (4+ messages)

[PATCH v3 0/8] Convert barrier pairs to acquire/release for better performance
 2026-09-03  2:16 UTC  (8+ messages)
` [PATCH v3 1/8] user_namespace: Use acquire/release for nr_extents synchronization

[PATCH v2] fs/locks: filter OFD locks from /proc/locks for foreign pid namespaces
 2026-09-03  2:10 UTC  (3+ messages)

[PATCH] buffer: fix NULL dereference of bh->b_folio in __bh_submit()
 2026-09-03  1:42 UTC  (3+ messages)

[RFC] splice: add wait-all semantics for socket-to-pipe reads
 2026-09-03  1:38 UTC 

[PATCH] super: make iterate_supers_type() deletion-safe
 2026-09-03  1:33 UTC 

[PATCH] fs_pin: publish pins with RCU list helpers
 2026-09-03  0:21 UTC 

[PATCH v2 0/3] fs/nfsd: accept a backdated timestamp from a delegation holder
 2026-09-03  0:03 UTC  (5+ messages)
` [PATCH v2 1/3] fs: stamp the current time for a stale delegated ctime update
` [PATCH v2 2/3] nfsd: accept a backdated timestamp from a delegation holder
` [PATCH v2 3/3] nfsd: compare CB_GETATTR times against the inode

[BUG] fanotify: destroy/add race leaves a mark on a detached connector
 2026-09-02 21:50 UTC  (16+ messages)

[PATCH 0/4] mm: replace PF_KCOMPACTD/PF_KSWAPD with kthread_func()
 2026-09-02 20:44 UTC  (17+ messages)
` [PATCH 1/4] xfs: remove dead kswapd flag inheritance from btree split worker
` [PATCH 2/4] iomap: simplify writepages reclaim guard
` [PATCH 3/4] mm: replace PF_KSWAPD flag with kthread_func() check
` [PATCH 4/4] mm: replace PF_KCOMPACTD "

[PATCH 00/27] fs: port to const struct mnt_idmap
 2026-09-02 19:34 UTC  (61+ messages)
` [PATCH 01/27] userns: pass const uid_gid_map in lookup helpers
` [PATCH 02/27] fs: port mnt_idmap_{get,put}() to const mnt_idmap
` [PATCH 03/27] fs: port vfs{g,u}id helpers "
` [PATCH 04/27] fs: port fs{g,u}id "
` [PATCH 05/27] fs: port i_{g,u}id_into_vfs{g,u}id() "
` [PATCH 06/27] fs: port i_{g,u}id_{needs_}update() "
` [PATCH 07/27] quota: port "
` [PATCH 08/27] fs: port privilege checking helpers "
` [PATCH 09/27] fs: port inode_owner_or_capable() "
` [PATCH 10/27] fs: port inode_init_owner() "
` [PATCH 11/27] fs: port acl "
` [PATCH 12/27] fs: port ->permission() to pass "
` [PATCH 13/27] fs: port xattr to "
` [PATCH 14/27] fs: port ->fileattr_set() to pass "
` [PATCH 15/27] fs: port ->set_acl() "
` [PATCH 16/27] fs: port ->get_acl() "
` [PATCH 17/27] fs: port ->tmpfile() "
` [PATCH 18/27] fs: port ->mknod() "
` [PATCH 19/27] fs: port ->rename() "
` [PATCH 20/27] fs: port ->mkdir() "
` [PATCH 21/27] fs: port ->symlink() "
` [PATCH 22/27] fs: port ->create() "
` [PATCH 23/27] fs: port ->getattr() "
` [PATCH 24/27] fs: port ->setattr() "
` [PATCH 25/27] fs: port vfs_*() helpers to "
` [PATCH 26/27] fs: port mnt_idmap() and file_mnt_idmap() "
` [PATCH 27/27] fs: make nop_mnt_idmap and invalid_mnt_idmap const

lazy bounce buffering for checksummed reads V2
 2026-09-02 18:26 UTC  (5+ messages)
` [PATCH 14/17] xfs: add support for lazy direct read bounce buffering
` [PATCH 15/17] xfs: add error injection for lazy "

deadlock from exec_update_lock and reading procfs
 2026-09-02 18:04 UTC  (2+ messages)

[PATCH 0/6] mm: make MAP_PRIVATE-/dev/zero mappings truly anonymous
 2026-09-02 18:00 UTC  (7+ messages)
` [PATCH 1/6] mm: move drivers/char/mem.c to mm/char-mem.c
` [PATCH 2/6] mm: implement file_is_dev_zero() to uniquely identify /dev/zero
` [PATCH 3/6] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH 4/6] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous
` [PATCH 5/6] tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anon
` [PATCH 6/6] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests

[PATCH RFC v2 00/16] coredump, files: exit files on request
 2026-09-02 17:58 UTC  (23+ messages)
` [PATCH RFC v2 01/16] fs: don't open-code file_close_fd() in close_fd()
` [PATCH RFC v2 02/16] fs: add fput_close_list() and fput_list()
` [PATCH RFC v2 03/16] fs: rename do_close_on_exec() to close_cloexec_files()
` [PATCH RFC v2 04/16] fs: defer the final fput of close-on-exec files past the exec locks
` [PATCH RFC v2 05/16] fs: add switch_files_struct()
` [PATCH RFC v2 06/16] fs: move unshare_fd() to fs/file.c
` [PATCH RFC v2 07/16] fs: remove unshare_files()
` [PATCH RFC v2 08/16] exec: release fdtable after exec locks drop
` [PATCH RFC v2 09/16] fs: make close_files() synchronous
` [PATCH RFC v2 10/16] fs: make close_range() synchronous
` [PATCH RFC v2 11/16] coredump: s/startup/done/g
` [PATCH RFC v2 12/16] coredump: factor out coredump_wait_inactive()
` [PATCH RFC v2 13/16] fs: add alloc_files_struct()
` [PATCH RFC v2 14/16] coredump: add COREDUMP_CLOSE_FILES
` [PATCH RFC v2 15/16] tools: sync coredump.h header
` [PATCH RFC v2 16/16] selftests/coredump: test COREDUMP_CLOSE_FILES

[PATCH v2 14/14] mm/page-flags: remove PG_private
 2026-09-02 17:57 UTC  (3+ messages)

[PATCH v5 00/22] iomap: convert to in-iter iomap_next() model
 2026-09-02 17:45 UTC  (4+ messages)
` (subset) "

[RFC PATCH 0/3] Neural Storage Driver - learning page cache prefetcher
 2026-09-02 17:24 UTC  (5+ messages)

[PATCH] docs: locking: Fix bracket
 2026-09-02 17:13 UTC  (3+ messages)

[PATCH] fs: make sure to call fsnotify_inoderemove() only once when inode is dead
 2026-09-02 16:49 UTC 

[PATCH v4 00/10] ceph: convert writeback path to folios
 2026-09-02 14:34 UTC  (4+ messages)
` [PATCH v4 01/10] ceph: fix error handling when the OSD client is stopping in ceph_submit_write()

[PATCH v2 0/7] hfsplus: convert regular file I/O to iomap-based operations
 2026-09-02 14:07 UTC  (7+ messages)

[PATCH v4 0/6] xfs write streams
 2026-09-02 14:05 UTC  (9+ messages)
  ` [PATCH v4 1/6] fs: add write-stream management ioctls

[PATCH v5] fs: avoid spurious dentry ref/unref cycle on open
 2026-09-02 14:01 UTC  (3+ messages)

[PATCH 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-09-02 13:49 UTC  (5+ messages)
` [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 v5 00/12] rust: xarray: add entry API with preloading
 2026-09-02 13:26 UTC  (13+ messages)
` [PATCH v5 01/12] rust: xarray: minor formatting fixes
` [PATCH v5 02/12] rust: xarray: add debug format for `StoreError`
` [PATCH v5 03/12] xarray: move xas_result() and xa_zero_to_null() to the header
` [PATCH v5 04/12] rust: xarray: add `XArrayState`
` [PATCH v5 05/12] rust: xarray: simplify `Guard::load`
` [PATCH v5 06/12] rust: xarray: add `find_next` and `find_next_mut`
` [PATCH v5 07/12] rust: xarray: add entry API
` [PATCH v5 08/12] rust: mm: add abstractions for allocating from a `sheaf`
` [PATCH v5 09/12] rust: mm: sheaf: allow use of C initialized static caches
` [PATCH v5 10/12] xarray, radix-tree: enable sheaf support for kmem_cache
` [PATCH v5 11/12] rust: xarray: add preload API
` [PATCH v5 12/12] rust: xarray: document `Guard` lock drop semantics


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