Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-05-21 08:37:41 to 2026-05-22 23:10:03 UTC [more...]

[PATCH v6 0/4] block: enable RWF_DONTCACHE for block devices
 2026-05-22 23:09 UTC  (5+ messages)
` [PATCH v6 1/4] block: add task-context bio completion infrastructure

[PATCH v2] f2fs: another way to set large folio by remembering inode number
 2026-05-22 22:41 UTC  (17+ messages)
                  ` [f2fs-dev] "

[PATCH] exec: free the old mm outside the exec locks
 2026-05-22 21:49 UTC  (4+ messages)

[PATCH 6.12 634/666] netfs: fix error handling in netfs_extract_user_iter()
 2026-05-22 20:23 UTC  (2+ messages)

[PATCH v2 0/2] fs/pipe: reduce pipe->mutex contention by pre-allocating outside the lock
 2026-05-22 19:48 UTC  (7+ messages)
` [PATCH v2 1/2] fs/pipe: pre-allocate pages outside pipe->mutex in anon_pipe_write
` [PATCH v2 2/2] selftests/pipe: add pipe_bench microbenchmark

[syzbot] [fs?] KASAN: slab-use-after-free Read in reverse_path_check_proc
 2026-05-22 19:48 UTC 

[GIT PULL] zonefs fixes for 7.1-rc5
 2026-05-22 19:39 UTC  (2+ messages)

[PATCH v5 0/2] mm: improve large folio readahead for exec memory
 2026-05-22 19:20 UTC  (4+ messages)
` [PATCH v5 1/2] mm: bypass mmap_miss heuristic for VM_EXEC readahead
` [PATCH v5 2/2] mm: use mapping_max_folio_order() for force_thp_readahead order

[PATCH V2 0/7] Fixes to the previously-merged drivers/dax/fsdev series
 2026-05-22 19:19 UTC  (8+ messages)
  ` [PATCH V2 1/7] dax: fix misleading comment about share/index union in dax_folio_reset_order()
  ` [PATCH V2 2/7] dax/fsdev: fix multi-range offset, vmemmap_shift leak, and probe error cleanup
  ` [PATCH V2 3/7] dax/fsdev: fix kaddr for multi-range and fail probe on invalid pgmap offset
  ` [PATCH V2 4/7] dax/fsdev: clamp direct_access return to current physical range
  ` [PATCH V2 5/7] dax: fix holder_ops race in fs_put_dax()
  ` [PATCH V2 6/7] dax: replace exported dax_dev_get() with non-allocating dax_dev_find()
  ` [PATCH V2 7/7] dax: fsdev.c minor formatting cleanup

[syzbot] [fs?] KASAN: slab-use-after-free Read in clear_tfile_check_list
 2026-05-22 18:52 UTC 

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-05-22 17:05 UTC  (19+ messages)
` [PATCH 01/11] params: bound array element output to the caller's page buffer
` [PATCH 02/11] panic: Replace panic_print_get() with generic helper
` [PATCH 03/11] moduleparam: Add DEFINE_KERNEL_PARAM_OPS macro family
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
` [PATCH 05/11] moduleparam: Rename .get field to .get_str
` [PATCH 06/11] moduleparam: Add seq_buf-based .get callback alongside .get_str
` [PATCH 07/11] moduleparam: Route DEFINE_KERNEL_PARAM_OPS get pointer via _Generic
` [PATCH 08/11] params: Convert generic kernel_param_ops .get helpers to seq_buf
` [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
` [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks
` [PATCH 11/11] moduleparam: Drop legacy kernel_param_ops .get_str field and dispatch logic

[PATCH 0/6] Fixes to the previously-merged drivers/dax/fsdev series
 2026-05-22 16:10 UTC  (3+ messages)

[PATCH v4 00/11] exfat: convert to iomap
 2026-05-22 15:02 UTC  (5+ messages)
` [PATCH v4 01/11] iomap: introduce IOMAP_F_ZERO_TAIL flag
` (subset) [PATCH v4 00/11] exfat: convert to iomap

[PATCH] fs: retire stale comment in fget_task_next()
 2026-05-22 14:21 UTC 

[PATCH v4] ntfs: avoid heap allocation for free-cluster readahead state
 2026-05-22 14:20 UTC 

[PATCH v2 00/10] fanotify namespace monitoring
 2026-05-21 17:42 UTC  (13+ messages)
` [PATCH v2 02/10] fsnotify: introduce fsnotify group types
` [PATCH v2 03/10] fsnotify: separate the events bitmask macros by group type
` [PATCH v2 04/10] fanotify: test event->type instead of event mask when possible
` [PATCH v2 06/10] fanotify: gate fs event classification by group type

[PATCH 0/4] ntfs: tighten EA and index metadata validation
 2026-05-22 13:16 UTC  (9+ messages)
` [PATCH 1/4] ntfs: validate index block header more strictly
` [PATCH 2/4] ntfs: centalize $INDEX_ROOT header validation
` [PATCH 3/4] ntfs: validate index entries on reading
` [PATCH 4/4] ntfs: add bounds check before accessing EA entries

[PATCH 0/2] fs: refactor code to use clear_and_wake_up_bit()
 2026-05-22 13:14 UTC  (2+ messages)

[RFC PATCH] fs/splice: allow for a way to block splice() with read-only files
 2026-05-22 13:11 UTC  (8+ messages)

[PATCH 1/1] init/initramfs_test: wait_for_initramfs() before running
 2026-05-22 12:56 UTC  (2+ messages)

[PATCH 1/3] tmpfs: simplify constructing "security.foo" xattr names
 2026-05-22 12:43 UTC  (2+ messages)

[PATCH] eventpoll: add missing kernel-doc for @ctx function parameters
 2026-05-22 12:32 UTC  (2+ messages)

[PATCH v2] fuse: reject fuse_notify() pagecache ops on directories
 2026-05-22 12:20 UTC  (2+ messages)

[PATCH 0/2] fs/pipe: reduce pipe->mutex contention by bulk-allocating outside the lock
 2026-05-22 12:10 UTC  (8+ messages)
` [PATCH 1/2] fs/pipe: bulk pre-allocate pages outside pipe->mutex in anon_pipe_write

[PATCH v10 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-05-22 12:07 UTC  (8+ messages)

[PATCH 0/2] proc: protect ptrace_may_access() with exec_update_lock
 2026-05-22 11:47 UTC  (2+ messages)

[PATCHSET v9 1/4] fuse: cleanups ahead of adding fuse support
 2026-05-22 10:33 UTC  (8+ messages)
` [PATCH 1/4] fuse: move the passthrough-specific code back to passthrough.c
` [PATCH 2/4] fuse: store backing id in fuse_backing objects

[PATCH] minix: release the sb buffer_head when setting the v3 block size fails
 2026-05-22 10:21 UTC  (2+ messages)

[PATCH] init: do_mounts: use kmalloc() for allocations of temporary buffers
 2026-05-22 10:13 UTC  (2+ messages)

[PATCH] selftests: openat2: port emptypath_test to kselftest harness
 2026-05-22 10:11 UTC  (3+ messages)

[PATCH] fs: Fix lock leak in replace_fd()
 2026-05-22 10:10 UTC  (4+ messages)

[PATCH v4 0/3] writeback: fix race between cgroup_writeback_umount() and inode_switch_wbs()
 2026-05-22 10:07 UTC  (8+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] writeback: drop now-unnecessary rcu_barrier() in cgroup_writeback_umount()
` [PATCH v4 3/3] writeback: use a per-sb counter to drain inode wb switches at umount

[PATCHSET v9 2/4] fuse: basic plumbing to upload file mappings from servers
 2026-05-22  9:30 UTC  (5+ messages)
` [PATCH 01/11] fuse: implement the basic iomap mechanisms

[PATCH v4 0/7] lsm: Replace security_sb_mount with granular mount hooks
 2026-05-22  9:15 UTC  (3+ messages)
` [PATCH v4 1/7] lsm: Add granular mount hooks to replace security_sb_mount

[PATCH] fuse: use READ_ONCE in fuse_chan_num_background()
 2026-05-22  8:38 UTC 

[PATCH] dcache: add fs.dentry-limit sysctl with negative-first reaper
 2026-05-22  8:27 UTC  (10+ messages)

[PATCH v2] exfat: preserve benign secondary entries during rename and move
 2026-05-22  7:44 UTC  (5+ messages)
` [PATCH v3] "
    ` [PATCH v4] "

[PATCH] fuse: drop redundant initializer in process_init_limits()
 2026-05-22  6:54 UTC 

ntfs3: Use after free race condition in ntfs_read_folio()?
 2026-05-22  5:17 UTC 

[PATCH 0/3] ntfs: fix mount failure cleanup and free-count setup
 2026-05-22  4:31 UTC  (15+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] ntfs: free volume-wide resources on fill_super failure
  ` [PATCH v2 2/3] ntfs: avoid heap allocation for free-cluster readahead state
  ` [PATCH v2 3/3] ntfs: only alias volume $UpCase to default on exact match
` [PATCH v3 0/3] ntfs: fix mount failure cleanup and free-count setup
  ` [PATCH v3 1/3] ntfs: free volume-wide resources on fill_super failure
  ` [PATCH v3 2/3] ntfs: avoid heap allocation for free-cluster readahead state
  ` [PATCH v3 3/3] ntfs: only alias volume $UpCase to default on exact match

[PATCH] jbd2: update outdated comment for jbd2_journal_try_to_free_buffers()
 2026-05-22  3:05 UTC 

[PATCH] ntfs: Validate error in ntfs_lookup()
 2026-05-22  2:28 UTC  (5+ messages)

[PATCH v1 0/5] mm/shmem: optimize read with reduced xarray lookups and folio batching
 2026-05-22  1:36 UTC  (3+ messages)

[PATCH v3] fuse: back uncached readdir buffers with pages
 2026-05-22  1:32 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 550604d6c9b9efc8d068aff94dc301694a7afdee
 2026-05-22  0:33 UTC 

[GIT PULL] libfuse: new mount service container fixes (3)
 2026-05-21 19:14 UTC 

[PATCHSET] libfuse: new mount service container fixes (3)
 2026-05-21 19:14 UTC  (5+ messages)
` [PATCH 1/4] mount_service: rename IGNORE_MTAB and constify it
` [PATCH 2/4] mount.fuse: constify arguments to try_service_main
` [PATCH 3/4] mount_service: fix null pointer deref in mount_service_init
` [PATCH 4/4] mount/fuse_service: replace strcpy calls with memcpy

[PATCH] fuse: add fusex filesystem
 2026-05-21 17:21 UTC  (2+ messages)

[RFC PATCH 00/14] configfs cleanups and fixes
 2026-05-21 17:03 UTC  (7+ messages)
` [RFC PATCH 01/14] configfs_lookup(): don't leave ->s_dentry dangling on failure
` [RFC PATCH 02/14] configfs_mkdir(): use take_dentry_name_snapshot()
` [RFC PATCH 03/14] configfs_detach_prep(): pass configfs_dirent instead of dentry

[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
 2026-05-21 15:49 UTC  (4+ messages)

[PATCHSET] libfuse: new mount service container fixes
 2026-05-21 15:47 UTC  (12+ messages)
` [PATCH 1/4] fuse: use fuse_args in try_service_main instead of opencoding it
` [PATCH 3/4] mount_service: fix some pointer handling
` [PATCH 4/4] fuse_service: fix uninitialized variable

[PATCH v2 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
 2026-05-21 15:16 UTC  (5+ messages)

[PATCH 0/2] eventpoll: Fix epoll_wait() report false negative
 2026-05-21 12:38 UTC  (9+ messages)
` [PATCH 2/2] "

context switch within RCU read-side critical section in next-20260518+ with PREEMPT_RT
 2026-05-21 12:01 UTC  (16+ messages)

[PATCH] dcache: fix typos in comments in dcache.h
 2026-05-21 11:39 UTC  (2+ messages)

[PATCH v3] iomap: add simple read path for small direct I/O
 2026-05-21 11:26 UTC  (2+ messages)

[PATCH v7 0/4] 9p: Performance improvements for build workloads
 2026-05-21  9:40 UTC  (5+ messages)
` [PATCH v7 1/4] 9p: Cache negative dentries for lookup performance
` [PATCH v7 2/4] 9p: Add mount option for negative dentry cache retention
` [PATCH v7 3/4] 9p: Set default negative dentry retention time for cache=loose
` [PATCH v7 4/4] 9p: Enable symlink caching in page cache

[GIT PULL] libfuse: new mount service container fixes
 2026-05-21  9:18 UTC  (2+ messages)


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