Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-05-20 17:01:59 to 2026-05-22 10:13:47 UTC [more...]

[PATCH] init: do_mounts: use kmalloc() for allocations of temporary buffers
 2026-05-22 10:13 UTC  (3+ 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 1/4] fuse: cleanups ahead of adding fuse support
 2026-05-22 10:03 UTC  (7+ 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 v10 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-05-22 10:03 UTC  (9+ messages)
` [PATCH v10 03/22] ovl: use core fsverity ensure info interface

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

[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  (11+ messages)

[GIT PULL] zonefs fixes for 7.1-rc5
 2026-05-22  8:07 UTC 

[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 

[PATCH 0/4] ntfs: tighten EA and index metadata validation
 2026-05-22  5:21 UTC  (7+ 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

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  (22+ messages)
` [PATCH 1/3] ntfs: free volume-wide resources on fill_super failure
` [PATCH 2/3] ntfs: wake free-cluster waiters when precalc allocation fails
` [PATCH 3/3] ntfs: only alias volume $UpCase to default on exact match
` [PATCH v2 0/3] ntfs: fix mount failure cleanup and free-count setup
  ` [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 0/6] Fixes to the previously-merged drivers/dax/fsdev series
 2026-05-22  3:30 UTC  (2+ messages)

[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 00/11] Convert moduleparams to seq_buf
 2026-05-21 17:44 UTC  (16+ 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/2] fs/pipe: reduce pipe->mutex contention by bulk-allocating outside the lock
 2026-05-21 17:26 UTC  (7+ messages)
` [PATCH 1/2] fs/pipe: bulk pre-allocate pages outside pipe->mutex in anon_pipe_write

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

[PATCH v2 00/10] fanotify namespace monitoring
 2026-05-21 17:10 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

[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  (13+ messages)
` [PATCH 1/4] fuse: use fuse_args in try_service_main instead of opencoding it
` [PATCH 2/4] mount_i_linux.h: fix whitespace error
` [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)

FOP_UNSIGNED_OFFSET abuse
 2026-05-21  8:36 UTC  (2+ messages)

[PATCH] ntfs: skip extent mft records in writeback to prevent deadlock
 2026-05-21  5:37 UTC 

[PATCH] ceph: fix denial of service issue in ceph_update_snap_trace()
 2026-05-20 21:47 UTC 

[PATCH] MAINTAINERS: Add more files to PAGE CACHE section
 2026-05-20 21:17 UTC 

[post LSFMM summary] where is fuse going?
 2026-05-20 20:52 UTC  (6+ messages)

[PATCH RFC 00/11] mm/filemap: split out folio wait and VFS code
 2026-05-20 20:49 UTC  (12+ messages)
` [PATCH RFC 01/11] mm: add folio_wake_writeback() helper
` [PATCH RFC 02/11] folio_wait: move folio bit-lock and wait implementation to mm/folio_wait.c
` [PATCH RFC 03/11] folio_wait: move folio bit-lock and wait declarations to include/linux/folio_wait.h
` [PATCH RFC 04/11] folio_wait: move folio_wait_writeback() family to mm/folio_wait.c
` [PATCH RFC 05/11] folio_wait: reformat comments and fix alignment
` [PATCH RFC 06/11] folio_wait: rename wait_page_* infrastructure to wait_folio_*
` [PATCH RFC 07/11] folio_wait: convert VM_BUG_ON_FOLIO() to VM_WARN_ON_ONCE_FOLIO()
` [PATCH RFC 08/11] MAINTAINERS: add folio_wait files to MEMORY MANAGEMENT - CORE
` [PATCH RFC 09/11] fs: move dir_pages() from <linux/pagemap.h> to <linux/fs.h>
` [PATCH RFC 10/11] fs: move generic_file_read_iter() to fs/read_write.c
` [PATCH RFC 11/11] fs: move generic_file_write_iter() family "

[PATCH 0/2] fs: refactor code to use clear_and_wake_up_bit()
 2026-05-20 20:05 UTC  (3+ messages)
` [PATCH 1/2] fs: buffer: use clear_and_wake_up_bit() in unlock_buffer()
` [PATCH 2/2] fs: jbd2: use clear_and_wake_up_bit() in journal_end_buffer_io_sync()

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

[PATCH 6.6 473/508] netfs: fix error handling in netfs_extract_user_iter()
 2026-05-20 16:24 UTC 

[PATCH 6.12 634/666] netfs: fix error handling in netfs_extract_user_iter()
 2026-05-20 16:24 UTC 

[PATCH 6.18 926/957] netfs: fix error handling in netfs_extract_user_iter()
 2026-05-20 16:23 UTC 

[PATCH v14 00/15] Exposing case folding behavior
 2026-05-20 17:30 UTC  (10+ messages)
` [PATCH v14 03/15] fat: Implement fileattr_get for case sensitivity

[PATCH 7.0 1104/1146] netfs: fix error handling in netfs_extract_user_iter()
 2026-05-20 16:22 UTC 


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