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

[PATCHSET 2/2] libfuse: new mount service container fixes
 2026-05-07 22:13 UTC 

[PATCHSET 1/2] libfuse: new mount API and SYNC_INIT fixes
 2026-05-07 22:13 UTC 

[PATCH 1/3] hfs/hfsplus: fix u32 overflow in check_and_correct_requested_length
 2026-05-07 22:02 UTC  (9+ messages)
` [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

[RFC PATCH 00/25] assorted dcache cleanups and fixes
 2026-05-07 21:52 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 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] fuse: fix writeback array overflow when max_pages is one
 2026-05-07 15:49 UTC  (2+ messages)

[PATCH] ntfs: avoid leaking uninitialised bytes in new security descriptors
 2026-05-07 15:48 UTC 

[PATCH v2 0/9] exfat: convert to iomap
 2026-05-07 14:09 UTC  (13+ messages)
` [PATCH v2 1/9] exfat: replace unsafe macros with static inline functions
` [PATCH v2 2/9] exfat: add balloc parameter to exfat_map_cluster() for iomap support
` [PATCH v2 3/9] exfat: add exfat_file_open()
` [PATCH v2 4/9] exfat: add support for multi-cluster allocation
` [PATCH v2 5/9] iomap: introduce IOMAP_F_ZERO_TAIL flag
` [PATCH v2 6/9] exfat: add data_start_bytes and exfat_cluster_to_phys() helper
` [PATCH v2 7/9] exfat: add iomap buffered I/O support
` [PATCH v2 8/9] exfat: add iomap direct "
` [PATCH v2 9/9] exfat: add support for SEEK_HOLE and SEEK_DATA in llseek

sysfs: upgrade OOB write by buggy .show hook into WARNing
 2026-05-07 13:52 UTC  (6+ messages)
` [PATCH] "

[PATCH v5 06/14] mm: fs: remove filemap_nr_thps*() functions and their users
 2026-05-07 12:59 UTC  (2+ messages)

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

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

[PATCH v5 05/14] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
 2026-05-07 12:48 UTC  (2+ messages)

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

[PATCH v2 0/4] exfat: memory optimisations and stringent integrity checks for up-case table
 2026-05-07 12:03 UTC  (7+ 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

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

[PATCH v2] nsfs: fix wrong error code returned for pidns ioctls
 2026-05-07 11:29 UTC  (2+ messages)

[PATCH] nsfs: fix wrong error code returned for pidns ioctls
 2026-05-07 11:29 UTC  (2+ messages)

[PATCH v3 00/10] Add dmabuf read/write via io_uring
 2026-05-07  9:50 UTC  (4+ messages)

[PATCH v14 00/15] Exposing case folding behavior
 2026-05-07  8:53 UTC  (16+ messages)
` [PATCH v14 01/15] fs: Move file_kattr initialization to callers
` [PATCH v14 02/15] fs: Add case sensitivity flags to file_kattr
` [PATCH v14 03/15] fat: Implement fileattr_get for case sensitivity
` [PATCH v14 04/15] exfat: "
` [PATCH v14 05/15] ntfs3: "
` [PATCH v14 06/15] hfs: "
` [PATCH v14 07/15] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v14 08/15] xfs: "
` [PATCH v14 09/15] cifs: Implement fileattr_get for case sensitivity
` [PATCH v14 10/15] nfs: "
` [PATCH v14 11/15] vboxsf: "
` [PATCH v14 12/15] isofs: "
` [PATCH v14 13/15] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v14 14/15] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v14 15/15] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION

[PATCH] fuse: add fusex filesystem
 2026-05-07  8:31 UTC  (2+ messages)

[PATCH v2 2/7] perf trace: Sync uapi/linux/fs.h with the kernel source
 2026-05-07  7:26 UTC  (2+ messages)
` [PATCH v2 3/7] perf trace: Sync uapi/linux/mount.h "

[PATCH v5 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-05-07  7:24 UTC  (12+ 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)

[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)

[PATCHBOMB] libfuse: various fixes for new mount code
 2026-05-06 21:36 UTC  (19+ 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 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] 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 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)

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

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

[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


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