Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-04-22 23:25:09 to 2026-04-24 12:59:26 UTC [more...]

[PATCH 7.2 v4 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-24 12:59 UTC  (21+ messages)
` [PATCH 7.2 v4 01/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH 7.2 v4 02/12] mm/khugepaged: add folio dirty check after try_to_unmap()
` [PATCH 7.2 v4 03/12] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH 7.2 v4 04/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_enabled()
` [PATCH 7.2 v4 05/12] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
` [PATCH 7.2 v4 06/12] mm: fs: remove filemap_nr_thps*() functions and their users
` [PATCH 7.2 v4 07/12] fs: remove nr_thps from struct address_space
` [PATCH 7.2 v4 08/12] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
` [PATCH 7.2 v4 09/12] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [PATCH 7.2 v4 10/12] fs/btrfs: remove a comment referring to READ_ONLY_THP_FOR_FS
` [PATCH 7.2 v4 11/12] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged
` [PATCH 7.2 v4 12/12] selftests/mm: remove READ_ONLY_THP_FOR_FS code from guard-regions

[PATCH RFC v3 01/19] mm: thread user_addr through page allocator for cache-friendly zeroing
 2026-04-24 12:33 UTC  (15+ messages)

[LSF/MM/BPF TOPIC] Should we make inode->i_ino a u64?
 2026-04-24 11:57 UTC  (6+ messages)

[PATCH v5 0/2] vfs: add O_EMPTYPATH to openat(2)/openat2(2)
 2026-04-24 11:46 UTC  (3+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] selftest: add tests for O_EMPTYPATH

[PATCH] smb: client: Fix error cleanup in smb_extract_iter_to_rdma()
 2026-04-24 11:39 UTC  (3+ messages)

[PATCH] proc: fix comm_write return value when truncated or error
 2026-04-24 10:50 UTC  (2+ messages)

[PATCH] ext4: fix LOGFLUSH shutdown ordering to allow ordered-mode data writeback
 2026-04-24 10:42 UTC 

[RFC PATCH v2 0/5] Add buffered write-through support to iomap & xfs
 2026-04-24 10:44 UTC  (16+ messages)
` [RFC PATCH v2 1/5] mm: Refactor folio_clear_dirty_for_io()
` [RFC PATCH v2 2/5] iomap: Add initial support for buffered RWF_WRITETHROUGH

[PATCH] libceph: switch ceph-msgr workqueue from WQ_PERCPU to WQ_UNBOUND
 2026-04-24 10:22 UTC  (4+ messages)

[RFC PATCH v2 0/2] vfs: syscalls: add mkdirat2() that returns an O_DIRECTORY fd
 2026-04-24 10:09 UTC  (3+ messages)
` [RFC PATCH v2 1/2] "

[LSF/MM/BPF TOPIC] Buffered atomic writes
 2026-04-24  9:40 UTC  (6+ messages)

[PATCH v2] generic/790: test post-EOF gap zeroing persistence
 2026-04-24  9:22 UTC 

[PATCH v2 v2] Documentation: proc: fix section numbering in table of contents
 2026-04-24  9:06 UTC 

[PATCH] hfsplus: replace unbounded sprintf() in hfsplus_{lookup,link,unlink}
 2026-04-24  9:06 UTC 

[RFC] weird stuff in exfat_lookup()
 2026-04-24  7:09 UTC  (2+ messages)

[PATCH 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
 2026-04-24  7:02 UTC  (4+ messages)
` [PATCH 1/3] fs/proc/task_mmu: read proc/pid/{smaps|numa_maps} under per-vma lock
` [PATCH 2/3] selftests/proc: ensure the test is performed at the right page boundary
` [PATCH 3/3] selftests/proc: add /proc/pid/smaps tearing tests

[PATCH v1 v1] Documentation: proc: fix ext4 section numbering in table of contents
 2026-04-24  6:53 UTC  (5+ messages)

答复: [PATCH] mm: Add RWH_RMAP_EXCLUDE flag to exclude files from rmap sharing
 2026-04-24  6:54 UTC  (6+ messages)
      ` 答复: "

[BUG] KASAN: slab-use-after-free in link_path_walk
 2026-04-24  1:06 UTC  (4+ messages)

[GIT PULL for v7.1] vfs fixes
 2026-04-24  0:13 UTC  (2+ messages)

[PATCH] mm: limit filemap_fault readahead to VMA boundaries
 2026-04-23 22:48 UTC  (6+ messages)

[PATCH 0/4] netfs: Yet further miscellaneous fixes
 2026-04-23 22:22 UTC  (5+ messages)
` [PATCH 1/4] netfs: Fix wrong return from netfs_read_sizes() on 32-bit SMP arches
` [PATCH 2/4] netfs: Fix missing barriers when accessing stream->subrequests locklessly
` [PATCH 3/4] afs: Fix afs_get_link() to take validate_lock around afs_read_single()
` [PATCH 4/4] afs: Fix RCU handling of symlinks in RCU pathwalk

[PATCH] hfsplus: fix hfs_bnode_split() failure on sparsely-filled nodes
 2026-04-23 21:49 UTC 

[PATCH 0/2] iomap/ntfs: remove over-strict inline data check and optimize ntfs
 2026-04-23 21:32 UTC  (3+ messages)
` [PATCH 1/2] iomap: remove over-strict inline data boundary check
` [PATCH 2/2] ntfs: use direct pointer for inline data to avoid redundant allocation

[RFC] shrinking rcu_read_lock() scope in d_alloc_parallel()
 2026-04-23 21:09 UTC  (2+ messages)

[PATCH v2] fs: cache the string generated by reading /proc/filesystems
 2026-04-23 21:04 UTC  (6+ messages)
` [PATCH v2] "

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

cleanup block-style layouts exports v2
 2026-04-23 18:57 UTC  (10+ messages)

[PATCH v2 1/2] vfs: introduce d_mark_tmpfile_name()
 2026-04-23 18:23 UTC  (3+ messages)
` [PATCH v2 2/2] smb: client: add support for O_TMPFILE

"Intent" of VFS lookups
 2026-04-23 17:43 UTC  (2+ messages)

[PATCH] fs: retire stale lock ordering annotations from inode hash
 2026-04-23 17:04 UTC 

XFS Deadlock on Linux 6.12.82
 2026-04-23 16:20 UTC  (3+ messages)

[RFC PATCH v1 00/11] Landlock: Namespace and capability control
 2026-04-23 16:08 UTC  (17+ messages)
` [RFC PATCH v1 01/11] security: add LSM blob and hooks for namespaces
` [RFC PATCH v1 10/11] samples/landlock: Add capability and namespace restriction support
` [RFC PATCH v1 11/11] landlock: Add documentation for capability and namespace restrictions

[PATCH] kunit: fat: test cluster and directory i_pos layout helpers
 2026-04-23 15:29 UTC  (5+ messages)

[syzbot] [iomap?] WARNING in iomap_zero_range
 2026-04-23 15:14 UTC  (3+ messages)

[PATCH v2] namei: use QSTR() instead of QSTR_INIT() in path_pts
 2026-04-23 15:11 UTC 

[PATCHBOMB v5] fuse/libfuse/e2fsprogs/etc: containerize ext4 for safer operation
 2026-04-23 14:50 UTC  (7+ messages)
` [RFC PATCH 1/4] fusefatfs: enable fuse systemd service mode
` [RFC PATCH 2/4] exfat: "
` [RFC PATCH 3/4] fuseiso: enable "
` [RFC PATCH 4/4] httpdirfs: enable fuse "

[PATCH 7.2 v3 02/12] mm/khugepaged: add folio dirty check after try_to_unmap()
 2026-04-23 13:14 UTC  (3+ messages)

[PATCH v2] fs: Handle multiply claimed blocks more gracefully with mmb
 2026-04-23 11:54 UTC  (2+ messages)

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

[PATCH] exfat: fix potential use-after-free in exfat_find_dir_entry()
 2026-04-23 11:47 UTC  (2+ messages)

LSF/MM/BPF: 2026: Call for Proposals
 2026-04-23 11:46 UTC  (2+ messages)

[PATCH] ntfs: Avoid NULL pointer dereference in ntfs_iomap_submit_read()
 2026-04-23 11:38 UTC  (2+ messages)

[PATCH v2] fuse: Send FORGET over io_uring when ring is ready
 2026-04-23 11:09 UTC  (2+ messages)
` [PATCH v3] fuse: optional FORGET delivery over io_uring

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, expansion plan for the storage stack test framework
 2026-04-23  9:36 UTC  (7+ messages)

[PATCH] fs: Handle multiply claimed blocks more gracefully with mmb
 2026-04-23  8:53 UTC  (3+ messages)
` [syzbot ci] "

libfuse accepts subtypes with slashes in them??
 2026-04-23  7:34 UTC  (2+ messages)

[PATCH] fuse: drop redundant check in fuse_sync_bucket_alloc()
 2026-04-23  7:32 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/32] fuse: improve transport and fs layer separation
 2026-04-23  7:20 UTC  (7+ messages)
` [PATCH 06/32] fuse: move background queuing related members to fuse_chan
` [PATCH 27/32] fuse: set params in fuse_chan_set_initialized()

[PATCH v2 0/6] fuse: fix hang with sync init
 2026-04-23  7:19 UTC  (8+ messages)
` [PATCH v2 1/6] fuse: create fuse_dev on /dev/fuse open instead of mount

[PATCH] fuse: fix kernel NULL pointer dereference in fuse_uring_add_to_pq()
 2026-04-23  7:17 UTC  (8+ messages)

[PATCH v4 2/2] selftest: add tests for O_EMPTYPATH
 2026-04-23  6:09 UTC  (2+ messages)

[PATCH] ntfs: use page allocation for resident attribute inline data
 2026-04-23  5:49 UTC  (7+ messages)

[PATCH v3] xfs: flush delalloc blocks on ENOSPC in xfs_trans_alloc_icreate
 2026-04-23  5:09 UTC  (2+ messages)

[moderation] KCSAN: data-race in filemap_read / filemap_splice_read (3)
 2026-04-23  5:05 UTC 

[PATCH 7.2 v3 01/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
 2026-04-23  4:47 UTC  (4+ messages)

[PATCH] generic/790: test post-EOF gap zeroing persistence
 2026-04-23  1:41 UTC  (3+ messages)

[PATCH] ntfs: fix s64 overflow in ntfs_mapping_pairs_decompress()
 2026-04-22 23:57 UTC  (3+ messages)
` [PATCH v2] ntfs: fix VCN "

[PATCHSET v5 2/2] fuse4fs: run servers as a contained service
 2026-04-22 23:26 UTC  (6+ messages)
` [PATCH 06/10] fuse4fs: hoist some code out of fuse4fs_main
` [PATCH 07/10] fuse4fs: enable safe service mode
` [PATCH 08/10] fuse4fs: set proc title when in fuse "
` [PATCH 09/10] fuse4fs: make MMP work correctly in safe "
` [PATCH 10/10] debian: update packaging for fuse4fs service


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