Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-05-04 13:21:22 to 2026-05-07 07:21:30 UTC [more...]

[PATCH v5 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-05-07  7:21 UTC  (11+ messages)
` [PATCH v5 01/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH v5 11/14] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged

[PATCH v5 01/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
 2026-05-07  5:52 UTC  (3+ messages)

[PATCH v9 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-05-07  5:52 UTC  (2+ messages)

fix block layer bounce buffering for block size > PAGE_SIZE v2
 2026-05-07  5:01 UTC  (3+ messages)
` [PATCH 1/2] block: pass a minsize argument to bio_iov_iter_bounce
` [PATCH 2/2] block: align down bounces bios

[PATCH v5 04/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_enabled()
 2026-05-07  4:49 UTC  (2+ messages)

[PATCH v5 03/14] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
 2026-05-07  4:29 UTC  (2+ messages)

[PATCH] ntfs: fix out-of-bounds write in ntfs_index_walk_down()
 2026-05-07  2:18 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] ntfs: fix out-of-bounds write in ntfs_rl_collapse_range() merge path
 2026-05-07  0:37 UTC  (4+ messages)
` [PATCH v2] "

[PATCHBOMB] libfuse: various fixes for new mount code
 2026-05-06 21:36 UTC  (31+ messages)
` [PATCHSET 1/2] libfuse: new mount API and SYNC_INIT fixes
  ` [PATCH 1/2] libfuse: don't use SYNC_INIT unless asked for
    ` [PATCH v1.1 "
    ` [PATCH v1.2 "
  ` [PATCH 2/2] libfuse: always send the subtype to the kernel when using fsconfig()
  ` [PATCH 3/2] mount_util: fix mount_flags entries for MS_RDONLY
` [PATCHSET 2/2] libfuse: new mount service container fixes
  ` [PATCH 01/10] util/mount.fuse.c: loop in waitpid
  ` [PATCH 02/10] fuse_service: handle weird behavior during SCM_RIGHTS fd transfers
  ` [PATCH 03/10] examples: improve documentation of the new systemd service fuse servers
  ` [PATCH 04/10] example/single_file: sync backing fd when statx wants us to fsync
  ` [PATCH 05/10] example/single_file: fix ctime handling
  ` [PATCH 06/10] libfuse: fix cppcheck complaints about constifying pointers
  ` [PATCH 07/10] libfuse: fix cppcheck complaints about constifying pointers in user-visible ABI
  ` [PATCH 08/10] util: fix cppcheck complaints about constifying pointers
  ` [PATCH 09/10] fuser_conf: fix cppcheck complaints
  ` [PATCH 10/10] example: fix cppcheck complaints about constifying pointers
` [GIT PULL 1/2] libfuse: new mount API and SYNC_INIT fixes
` [GIT PULL 2/2] libfuse: new mount service container fixes

[PATCH 1/3] hfs/hfsplus: fix u32 overflow in check_and_correct_requested_length
 2026-05-06 19:23 UTC  (10+ messages)
` [PATCH 2/3] hfs/hfsplus: initialize data buffer in hfs_bnode_read_u16 and hfs_bnode_read_u8
` [PATCH 3/3] hfsplus: fix null pointer dereference in hfsplus_create_attributes_file
` [PATCH v2 0/2] hfs/hfsplus: fix OOB access and uninit-value in bnode operations
  ` [PATCH v2 1/2] hfs/hfsplus: fix u32 overflow in check_and_correct_requested_length
  ` [PATCH v2 2/2] hfs/hfsplus: zero-initialize buffer in hfs_bnode_read

sysfs: upgrade OOB write by buggy .show hook into WARNing
 2026-05-06 15:04 UTC 

[PATCH RFC] memcg: add per-cgroup dirty page controls (dirty_ratio, dirty_min)
 2026-05-06 14:21 UTC  (2+ messages)

[PATCH] fs/select: reject negative timeval components in kern_select()
 2026-05-06 13:55 UTC  (3+ messages)

[RFC v1 0/1] buffer_head: fail fast on repeated reads after I/O errors
 2026-05-06 13:50 UTC  (2+ messages)
` [RFC v1 1/1] "

[PATCH 1/1] iomap: avoid compaction for costly folio order allocation
 2026-05-06 12:33 UTC  (2+ messages)

[PATCH] fuse: fix writeback array overflow when max_pages is one
 2026-05-06 12:24 UTC 

[PATCH] ntfs: fix default_upcase refcount underflow and UAF on fs_context teardown
 2026-05-06 11:34 UTC  (3+ messages)

[PATCH] mm/fadvise: avoid remote LRU drain for mapped folio failures
 2026-05-06 11:23 UTC 

[PATCH v6 0/2] mm: improve write performance with RWF_DONTCACHE
 2026-05-06 10:43 UTC  (5+ messages)
` [PATCH v6 1/2] mm: track DONTCACHE dirty pages per bdi_writeback
` [PATCH v6 2/2] mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty tracking

[linus:master] [xattr] dc0876b984: ltp.fsetxattr02.fail
 2026-05-06  9:40 UTC  (2+ messages)

[PATCH] sync_file_range: delete dead S_ISLNK code
 2026-05-06  9:16 UTC  (2+ messages)

[PATCH v3 00/10] Add dmabuf read/write via io_uring
 2026-05-06  9:02 UTC  (3+ messages)

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-05-06  8:07 UTC  (2+ messages)

[PATCH] dept: update documentation function names to match implementation
 2026-05-06  6:27 UTC  (2+ messages)

[DISCUSSION] Preventing ENOSPC/EDQUOT writeback errors on network filesystems
 2026-05-06  6:11 UTC  (2+ messages)

[PATCH v5 02/14] mm/khugepaged: add folio dirty check after try_to_unmap()
 2026-05-06  5:23 UTC  (2+ messages)

[PATCH] fs/namespace: fix NULL pointer dereference in do_lock_mount()
 2026-05-06  4:37 UTC  (5+ messages)

[RFC PATCH 00/25] assorted dcache cleanups and fixes
 2026-05-06  3:49 UTC  (41+ messages)
` [RFC PATCH 01/25] VFS: use wait_var_event for waiting in d_alloc_parallel()
` [RFC PATCH 02/25] alloc_path_pseudo(): make sure we don't end up with NORCU dentries for directories
` [RFC PATCH 03/25] fix a race between d_find_any_alias() and final dput() of NORCU dentries
` [RFC PATCH 04/25] find_acceptable_alias(): skip NORCU aliases with zero refcount
` [RFC PATCH 05/25] select_collect(): ignore dentries on shrink lists if they have positive refcounts
` [RFC PATCH 06/25] make to_shrink_list() return whether it has moved dentry to list
` [RFC PATCH 07/25] kill d_dispose_if_unused()
` [RFC PATCH 08/25] d_prune_aliases(): make sure to skip NORCU aliases
` [RFC PATCH 09/25] shrink_dentry_list(): start with removing from shrink list
` [RFC PATCH 10/25] fold lock_for_kill() into shrink_kill()
` [RFC PATCH 11/25] fold lock_for_kill() and __dentry_kill() into common helper
` [RFC PATCH 12/25] reducing rcu_read_lock() scopes in dput and friends, step 1
` [RFC PATCH 13/25] reducing rcu_read_lock() scopes in dput and friends, step 2
` [RFC PATCH 14/25] reducing rcu_read_lock() scopes in dput and friends, step 3
` [RFC PATCH 15/25] reducing rcu_read_lock() scopes in dput and friends, step 4
` [RFC PATCH 16/25] reducing rcu_read_lock() scopes in dput and friends, step 5
` [RFC PATCH 17/25] reducing rcu_read_lock() scopes in dput and friends, step 6
` [RFC PATCH 18/25] adjust calling conventions of lock_for_kill(), fold __dentry_kill() into dentry_kill()
` [RFC PATCH 19/25] document dentry_kill()
` [RFC PATCH 20/25] d_walk(): shrink rcu_read_lock() scope
` [RFC PATCH 21/25] shrinking rcu_read_lock() scope in d_alloc_parallel()
` [RFC PATCH 22/25] shrink_dentry_tree(): unify the calls of shrink_dentry_list()
` [RFC PATCH 23/25] wind ->s_roots via ->d_sib instead of ->d_hash
` [RFC PATCH 24/25] nfs: get rid of fake root dentries
` [RFC PATCH 25/25] make cursors NORCU

[PATCH v2 00/14] fuse: add io-uring buffer rings and zero-copy
 2026-05-05 23:45 UTC  (13+ messages)
` [PATCH v2 10/14] fuse: add io-uring buffer rings
` [PATCH v2 11/14] fuse: add pinned headers capability for "
` [PATCH v2 13/14] fuse: add zero-copy over io-uring

[PATCH] ovl: fix verity lazy-load guard broken by fsverity_active() semantic change
 2026-05-05 22:46 UTC  (3+ messages)

[PATCH v2] ovl: fix verity lazy-load guard broken by fsverity_active() semantic change
 2026-05-05 22:42 UTC 

[PATCH] hfsplus: rework hfsplus_readdir() logic
 2026-05-05 22:00 UTC 

overlayfs: verity validation broken since f77f281b6118
 2026-05-05 20:19 UTC  (8+ messages)

[PATCH v3] fs/dax: check zero or empty entry before converting xarray entry
 2026-05-05 15:56 UTC 

[PATCH v2 1/2] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
 2026-05-05 13:49 UTC  (10+ messages)

Why does GNU sed abuse /proc/filesystems? Re: [PATCH v3 0/3] revamp fs/filesystems.c
 2026-05-05 12:37 UTC 

[PATCH v2 0/4] exfat: memory optimisations and stringent integrity checks for up-case table
 2026-05-05 12:31 UTC  (5+ messages)
` [PATCH v2 1/4] exfat: use upcase_ptable and upcase_range_info to reduce memory footprint
` [PATCH v2 2/4] exfat: optimise and refactor filename up-case conversion
` [PATCH v2 3/4] exfat: add default_upcase option (read-only)
` [PATCH v2 4/4] exfat: more pedantic upcase table validity check

[PATCH v1 1/3] exfat: add volume limit bounds checks
 2026-05-05 12:28 UTC  (3+ messages)
` [PATCH v1 2/3] exfat: print warning upon block size calibration
` [PATCH v1 3/3] exfat: fix memory leak (upcase table)

[PATCH RESEND v2] namei: use QSTR() instead of QSTR_INIT() in path_pts
 2026-05-05 11:42 UTC 

[RFC PATCH] userfaultfd: allow registration of ranges below mmap_min_addr
 2026-05-05 10:10 UTC  (5+ messages)

[PATCH 0/1] rhashtable: fix fs_reclaim circular dep in free_and_destroy
 2026-05-05  9:23 UTC  (3+ messages)
` [PATCH 1/1] rhashtable: drop ht->mutex in rhashtable_free_and_destroy()

[PATCH v3 0/9] Kernel API Specification Framework
 2026-05-05  7:45 UTC  (11+ messages)
` [PATCH v3 1/9] kernel/api: introduce kernel API specification framework
` [PATCH v3 2/9] kernel/api: enable kerneldoc-based API specifications

[PATCH 6.12.y] fs: prepare for adding LSM blob to backing_file
 2026-05-05  0:16 UTC 

[PATCH v5] hfsplus: fix null-ptr-deref by creating hidden dir on remount rw
 2026-05-04 22:58 UTC  (2+ messages)

[syzbot] [mm?] [f2fs?] [exfat?] memory leak in __kfree_rcu_sheaf
 2026-05-04 21:12 UTC  (5+ messages)
  ` [syzbot] [mm?] [exfat?] [f2fs?] "

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

[PATCH v4 0/4] 9p: Performance improvements for build workloads
 2026-05-04 19:47 UTC  (3+ messages)

[PATCH] fdinfo: Add fops flag to allow CAP_PERFMON to see fdinfo
 2026-05-04 19:14 UTC 

[RFC PATCH 0/2] net: af_unix: Useful handling of LSM denials on SCM_RIGHTS
 2026-05-04 17:43 UTC  (6+ messages)
` [RFC PATCH 1/2] "

[GIT PULL v5.1] libfuse: run fuse servers as a contained service
 2026-05-04 17:43 UTC  (9+ messages)

[RFC PATCH v2 0/2] vfs: syscalls: add mkdirat2() that returns an O_DIRECTORY fd
 2026-05-04 17:41 UTC  (4+ messages)
` [RFC PATCH v2 1/2] "

[fuse-devel] Debugging a stale kernel cache during file growth
 2026-05-04 16:49 UTC  (6+ messages)

[PATCH v4] FAT: Allow 0xE9 near jump in fat_read_static_bpb()
 2026-05-04 16:35 UTC  (3+ messages)

[PATCH] fs/dax: check for empty/zero entries before calling pfn_to_page()
 2026-05-04 16:08 UTC  (2+ messages)

[PATCH V10 00/10] famfs: port into fuse
 2026-05-04 15:08 UTC  (2+ messages)

[PATCH 6.18 140/275] fs: prepare for adding LSM blob to backing_file
 2026-05-04 13:51 UTC 

[PATCH 7.0 168/307] fs: prepare for adding LSM blob to backing_file
 2026-05-04 13:50 UTC  (2+ messages)
` [PATCH 7.0 169/307] lsm: add backing_file LSM hooks

[PATCH v5 0/2] mm: improve write performance with RWF_DONTCACHE
 2026-05-04 13:20 UTC  (3+ messages)
` [PATCH v5 1/2] mm: track DONTCACHE dirty pages per bdi_writeback
` [PATCH v5 2/2] mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty tracking


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