Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-05-01 10:46:30 to 2026-05-05 05:54:01 UTC [more...]

[RFC PATCH 00/25] assorted dcache cleanups and fixes
 2026-05-05  5:53 UTC  (11+ 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 11/25] fold lock_for_kill() and __dentry_kill() into common helper

[PATCHBOMB] libfuse: various fixes for new mount code
 2026-05-05  5:26 UTC  (17+ 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 2/2] libfuse: always send the subtype to the kernel when using fsconfig()
` [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 v2 1/2] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
 2026-05-05  2:05 UTC  (8+ messages)

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

[PATCH 1/3] hfs/hfsplus: fix u32 overflow in check_and_correct_requested_length
 2026-05-04 23:31 UTC  (6+ 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 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  (11+ 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  (12+ 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  (3+ messages)

[PATCH] ntfs: fix out-of-bounds write in ntfs_rl_collapse_range() merge path
 2026-05-04 15:48 UTC 

[PATCH v3 00/10] Add dmabuf read/write via io_uring
 2026-05-04 15:29 UTC  (6+ messages)
` [PATCH v3 01/10] file: add callback for creating long-term dmabuf maps

[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

[PATCH 2/2] eventpoll: Fix epoll_wait() report false negative
 2026-05-04 12:00 UTC  (5+ messages)

[PATCH 0/3] ntfs: error/durability fixes for mft writepage paths
 2026-05-04 11:00 UTC  (8+ messages)
` [PATCH 1/3] ntfs: wait for sync mft writes to complete
` [PATCH 2/3] ntfs: redirty folio when ntfs_write_mft_block() runs out of memory
` [PATCH 3/3] ntfs: capture mft mirror sync errors in ntfs_write_mft_block()

[PATCH] ntfs: use base mft_no when looking up base inode for extent record
 2026-05-04 11:00 UTC  (3+ messages)

[PATCH] ntfs: fix copy length in ntfs_bdev_write() for non-page-aligned start
 2026-05-04 11:00 UTC  (3+ messages)

[PATCH] ntfs: avoid use-after-free of index inode in ntfs_inode_sync_filename()
 2026-05-04 10:59 UTC  (3+ messages)

[PATCH v5 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-05-04 10:11 UTC  (16+ messages)
` [PATCH v5 01/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH v5 02/14] mm/khugepaged: add folio dirty check after try_to_unmap()
` [PATCH v5 03/14] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH v5 04/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_enabled()
` [PATCH v5 05/14] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
` [PATCH v5 07/14] fs: remove nr_thps from struct address_space
` [PATCH v5 11/14] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged

[PATCH v6 00/11] kunit: Introduce UAPI testing framework
 2026-05-04  9:33 UTC  (12+ messages)
` [PATCH v6 01/11] kbuild: doc: add label for userprogs section
` [PATCH v6 02/11] exec: add dirfd parameter to kernel_execve()
` [PATCH v6 03/11] umh: add dirfd parameter
` [PATCH v6 04/11] mount: add support for __free(kern_unmount)
` [PATCH v6 05/11] init: add nolibc build support
` [PATCH v6 06/11] kunit: qemu_configs: loongarch: Enable LSX/LSAX
` [PATCH v6 07/11] kunit: Introduce UAPI testing framework
` [PATCH v6 08/11] kunit: uapi: Forward test executable output to KUnit log
` [PATCH v6 09/11] kunit: uapi: Add example for UAPI tests
` [PATCH v6 10/11] kunit: uapi: Introduce preinit executable
` [PATCH v6 11/11] kunit: uapi: Validate usability of /proc

[PATCH v4 0/8] fuse: {io-uring} Allow to reduce the number of queues and request distribution
 2026-05-04  8:25 UTC  (6+ messages)
` [PATCH v4 5/8] fuse: {io-uring} Allow reduced number of ring queues

[RFC PATCH v2 0/5] Add buffered write-through support to iomap & xfs
 2026-05-04  7:54 UTC  (2+ messages)

fix block layer bounce buffering for block size > PAGE_SIZE
 2026-05-04  4:58 UTC  (4+ messages)
` [PATCH 1/2] block: pass a minsize argument to bio_iov_iter_bounce

[LSF/MM/BPF BoF Session] Numa-Aware Placement for Page Cache Pages
 2026-05-03 23:48 UTC  (8+ messages)

[PATCH] ntfs: match ntfs_resident_attr_min_value_length with $AttrDef
 2026-05-03 23:29 UTC 

[PATCH] ovl: use linked upper dentry in copy-up tmpfile
 2026-05-03 20:37 UTC  (2+ messages)

[PATCH 2/5] perf trace: Sync uapi/linux/fs.h with the kernel source
 2026-05-03 19:31 UTC  (2+ messages)
` [PATCH 3/5] perf trace: Sync uapi/linux/mount.h "

[PATCH v4 0/4] mm: improve write performance with RWF_DONTCACHE
 2026-05-03 18:41 UTC  (7+ messages)
` [PATCH v4 1/4] mm: track DONTCACHE dirty pages per bdi_writeback
` [PATCH v4 2/4] mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty tracking

[PATCH v1] docs: locking: Fix stale dquot.c path
 2026-05-03 17:16 UTC  (2+ messages)

[PATCH] docs: proc: fix minor grammar and formatting issues
 2026-05-03 15:08 UTC  (2+ messages)

Meaning of struct statx->stx_blksize field
 2026-05-03 13:53 UTC  (2+ messages)

[PATCH v9 00/17] ntfs filesystem remake
 2026-05-03 13:33 UTC  (4+ messages)
` [PATCH v9 10/17] ntfs: update attrib operations

[PATCH 1/1] iomap: avoid compaction for costly folio order allocation
 2026-05-03 11:55 UTC  (4+ messages)

[PATCHSET 0/5] io_uring related epoll cleanups
 2026-05-03  8:49 UTC  (6+ messages)
` [PATCH 1/5] eventpoll: pass struct epoll_filefd through ep_find() and ep_insert()
` [PATCH 2/5] eventpoll: export is_file_epoll()
` [PATCH 3/5] eventpoll: add file based control interface
` [PATCH 4/5] io_uring/epoll: switch to using do_epoll_ctl_file() interface
` [PATCH 5/5] io_uring/epoll: disallow adding an epoll file to an epoll context

[PATCH v1 0/4] exfat: memory optimisations and stringent integrity checks for up-case table
 2026-05-03  8:03 UTC  (10+ messages)
` [PATCH v1 1/4] exfat: refactor nls.c (tables)
` [PATCH v1 4/4] exfat: more pedantic upcase table validity check

[syzbot] Monthly hfs report (May 2026)
 2026-05-02 20:32 UTC 

[PATCH v4] hfsplus: fix null-ptr-deref by creating hidden dir on remount rw
 2026-05-02 14:49 UTC  (3+ messages)

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

overlayfs: verity validation broken since f77f281b6118
 2026-05-02  9:23 UTC  (3+ messages)

[PATCH 0/2] userfaultfd: merge fs/userfaultfd.c into mm/userfaultfd.c
 2026-05-02  6:37 UTC  (9+ messages)

[PATCH RFC] memcg: add per-cgroup dirty page controls (dirty_ratio, dirty_min)
 2026-05-01 22:28 UTC 

[PATCHSET v5.1] libfuse: run fuse servers as a contained service
 2026-05-01 17:35 UTC  (3+ messages)
` [PATCH 02/13] mount_service: add systemd socket service mounting helper

[PATCHSET v8 1/8] fuse: general bug fixes
 2026-05-01 16:57 UTC  (9+ messages)
` [PATCH 3/4] fuse: update file mode when updating acls
` [PATCH 4/4] fuse: propagate default and file acls on creation

[PATCH v3] generic/790: test post-EOF gap zeroing persistence
 2026-05-01 16:46 UTC  (2+ messages)

[PATCH ported/repost v2] security,fs,nfs,net: update security_inode_listsecurity() interface
 2026-05-01 16:00 UTC  (3+ messages)

[PATCH bpf-next 1/2] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
 2026-05-01 15:37 UTC  (10+ messages)

[PATCH v2 0/3] userfaultfd: merge fs/userfaultfd.c into mm/userfaultfd.c
 2026-05-01 14:54 UTC  (4+ messages)
` [PATCH v2 1/3] userfaultfd: ensure mremap_userfaultfd_fail() releases mmap_changing
` [PATCH v2 2/3] userfaultfd: merge fs/userfaultfd.c into mm/userfaultfd.c
` [PATCH v2 3/3] userfaultfd: make functions that are not used outside uffd static

[PATCH 1/1] mm/readahead: simplify page_cache_ra_unbounded loop counter reset
 2026-05-01 13:11 UTC  (2+ messages)

[PATCH v3 04/19] VFS: use wait_var_event for waiting in d_alloc_parallel()
 2026-05-01 10:46 UTC  (12+ messages)


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