public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-14 11:47:29 to 2026-01-15 02:07:27 UTC [more...]

[RFC PATCH 00/15] kmem_cache instances with static storage duration
 2026-01-15  2:08 UTC  (3+ messages)

[PATCH v2] fuse: fix premature writetrhough request for large folio
 2026-01-15  1:56 UTC  (3+ messages)

[PATCH v1] exfat: reduce unnecessary writes during mmap write
 2026-01-15  1:50 UTC  (6+ messages)
  ` > On Sun, Jan 11, 2026 at 05:19:55AM +0000, Matthew Wilcox wrote:

[PATCH v14 00/10] erofs: Introduce page cache sharing feature
 2026-01-15  1:47 UTC  (18+ messages)
` [PATCH v14 07/10] erofs: introduce the page cache share feature
` [PATCH v14 08/10] erofs: support unencoded inodes for page cache share
` [PATCH v14 09/10] erofs: support compressed "
` (subset) [PATCH v14 00/10] erofs: Introduce page cache sharing feature

[Regression 6.12] NULL pointer dereference in submit_bio_noacct via backing_file_read_iter
 2026-01-15  1:04 UTC  (3+ messages)

NFSv4 + FUSE xattr user namespace regression/change?
 2026-01-14 23:32 UTC  (3+ messages)

[PATCH V4 01/19] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
 2026-01-14 21:45 UTC  (24+ messages)
  ` [PATCH V4 02/19] dax: Factor out dax_folio_reset_order() helper
  ` [PATCH V4 03/19] dax: add fsdev.c driver for fs-dax on character dax
  ` [PATCH V4 04/19] dax: Save the kva from memremap
  ` [PATCH V4 05/19] dax: Add dax_operations for use by fs-dax on fsdev dax
  ` [PATCH V4 06/19] dax: Add dax_set_ops() for setting dax_operations at bind time
  ` [PATCH V4 07/19] dax: Add fs_dax_get() func to prepare dax for fs-dax usage
  ` [PATCH V4 08/19] dax: export dax_dev_get()
  ` [PATCH V4 09/19] famfs_fuse: magic.h: Add famfs magic numbers
  ` [PATCH V4 10/19] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
  ` [PATCH V4 11/19] famfs_fuse: Basic fuse kernel ABI enablement for famfs
  ` [PATCH V4 12/19] famfs_fuse: Plumb the GET_FMAP message/response
  ` [PATCH V4 13/19] famfs_fuse: Create files with famfs fmaps
  ` [PATCH V4 15/19] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
  ` [PATCH V4 16/19] famfs_fuse: Add holder_operations for dax notify_failure()
  ` [PATCH V4 17/19] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
  ` [PATCH V4 18/19] famfs_fuse: Add famfs fmap metadata documentation
  ` [PATCH V4 19/19] famfs_fuse: Add documentation
` [PATCH V4 0/3]
  ` [PATCH V4 1/3] fuse_kernel.h: bring up to baseline 6.19
  ` [PATCH V4 2/3] fuse_kernel.h: add famfs DAX fmap protocol definitions
  ` [PATCH V4 3/3] fuse: add famfs DAX fmap support
` [PATCH V2 0/2] ndctl: Add daxctl support for the new "famfs" mode of devdax
  ` [PATCH V2 2/2] Add test/daxctl-famfs.sh to test famfs mode transitions:

bounce buffer direct I/O when stable pages are required
 2026-01-14 23:07 UTC  (26+ messages)
` [PATCH 02/14] block: open code bio_add_page and fix handling of mismatching P2P ranges
` [PATCH 05/14] block: add helpers to bounce buffer an iov_iter into bios
` [PATCH 06/14] iomap: fix submission side handling of completion side errors
` [PATCH 07/14] iomap: simplify iomap_dio_bio_iter
` [PATCH 08/14] iomap: split out the per-bio logic from iomap_dio_bio_iter
` [PATCH 09/14] iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_direct
` [PATCH 10/14] iomap: free the bio before completing the dio
` [PATCH 11/14] iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKED
` [PATCH 12/14] iomap: support ioends for direct reads
` [PATCH 13/14] iomap: add a flag to bounce buffer direct I/O
` [PATCH 14/14] xfs: use bounce buffering direct I/O when the device requires stable pages

[syzbot] [fs?] possible deadlock in serial8250_handle_irq (2)
 2026-01-14 22:52 UTC 

[PATCH v5] ceph: fix kernel crash in ceph_open()
 2026-01-14 21:26 UTC  (2+ messages)

[PATCH 0/3 v2] exec: inherit HWCAPs from the parent process
 2026-01-14 21:25 UTC  (5+ messages)
` [PATCH 2/3] "

O_CLOEXEC use for OPEN_TREE_CLOEXEC
 2026-01-14 21:18 UTC  (4+ messages)

NFSv4 delegation support in Linux kernel v6.19
 2026-01-14 20:18 UTC 

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

[PATCH] iomap: fix readahead folio refcounting race
 2026-01-14 19:52 UTC  (3+ messages)

[PATCH man-pages v2 0/2] man/man2const: clean up F_GETLEASE and add F_SETDELEG/F_GETDELEG manpages
 2026-01-14 19:48 UTC  (6+ messages)
` [PATCH man-pages v2 1/2] man/man2const: document the new F_SETDELEG and F_GETDELEG constants
` [PATCH man-pages v2 2/2] man/man2const: clean up the F_GETLEASE manpage

[syzbot] [gfs2?] INFO: task hung in writeback_iter (3)
 2026-01-14 19:29 UTC  (5+ messages)
` [RFC PATCH] fs/hfs: fix ABBA deadlock in hfs_mdb_commit

[PATCH v5 0/5] Enable THP support in drm_pagemap
 2026-01-14 19:19 UTC 

[PATCH v8 00/18] Live Update Orchestrator
 2026-01-14 19:02 UTC  (7+ messages)
` [PATCH v8 14/18] mm: memfd_luo: allow preserving memfd

[PATCH] fs/dax: check zero or empty entry before converting xarray
 2026-01-14 18:19 UTC  (2+ messages)

[PATCH 0/3] fs: Support btrfs cloned images and overlayfs
 2026-01-14 17:58 UTC  (12+ messages)
` [PATCH 1/3] exportfs: Rename get_uuid() to get_disk_uuid()
` [PATCH 3/3] ovl: Use real disk UUID for origin file handles

[PATCH v2] fs: make insert_inode_locked() wait for inode destruction
 2026-01-14 17:53 UTC  (3+ messages)

[PATCH 0/6] fuse: fixes and cleanups for expired dentry eviction
 2026-01-14 16:59 UTC  (10+ messages)
` [PATCH 1/6] fuse: fix race when disposing stale dentries
` [PATCH 2/6] fuse: make sure dentry is evicted if stale
` [PATCH 3/6] fuse: add need_resched() before unlocking bucket
` [PATCH 4/6] fuse: clean up fuse_dentry_tree_work()
` [PATCH 5/6] fuse: shrink once after all buckets have been scanned
` [PATCH 6/6] vfs: document d_dispose_if_unused()

[PATCH v5 00/68] struct filename series
 2026-01-14 16:51 UTC  (5+ messages)
` [PATCH v5 68/68] sysfs(2): fs_index() argument is _not_ a pathname

[PATCH v2 0/23] fs-verity support for XFS with post EOF merkle tree
 2026-01-14 16:50 UTC  (24+ messages)
` [PATCH v2 4/22] iomap: allow iomap_file_buffered_write() take iocb without file
` [PATCH v2 13/22] xfs: introduce XFS_FSVERITY_REGION_START constant
` [PATCH v2 16/22] xfs: add fs-verity support

[PATCH 00/19] printk cleanup - part 3
 2026-01-14 16:38 UTC  (12+ messages)
` [PATCH 04/19] printk: Reintroduce consoles_suspended global state
` [PATCH 05/19] printk: Add more context to suspend/resume functions
` [PATCH 06/19] printk: Introduce register_console_force

[PATCH v2 0/4] btrfs: stop duplicating VFS code for subvolume/snapshot dentry
 2026-01-14 16:18 UTC  (2+ messages)

[PATCH] fat: avoid parent link count underflow in rmdir
 2026-01-14 16:15 UTC  (10+ messages)

[vfs/vfs.all PATCH] writeback: use round_jiffies_relative for dirtytime_work
 2026-01-14 16:14 UTC  (2+ messages)

[PATCH] iomap: wait for batched folios to be stable in __iomap_get_folio
 2026-01-14 16:06 UTC  (2+ messages)

[PATCH v3] hfsplus: pretend special inodes as regular files
 2026-01-14 16:05 UTC  (4+ messages)

[RFC PATCH 0/8] experimental struct filename followups
 2026-01-14 16:00 UTC  (4+ messages)

[PATCH] initramfs_test: kunit test for cpio.filesize > PATH_MAX
 2026-01-14 15:46 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-01-14 15:26 UTC  (20+ messages)

[GIT PULL] fuse update for 6.19
 2026-01-14 15:23 UTC  (9+ messages)

[LTP][PATCH] lack of ENAMETOOLONG testcases for pathnames longer than PATH_MAX
 2026-01-14 14:38 UTC  (4+ messages)
` [LTP] [PATCH] "

[PATCH v8 00/13] Direct Map Removal Support for guest_memfd
 2026-01-14 13:57 UTC  (12+ messages)
` [PATCH v8 01/13] x86: export set_direct_map_valid_noflush to KVM module
` [PATCH v8 03/13] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v8 05/13] KVM: guest_memfd: Add flag to remove from direct map

[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
 2026-01-14 13:47 UTC  (14+ messages)
` [PATCH v9 01/13] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v9 02/13] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v9 03/13] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v9 04/13] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v9 05/13] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v9 06/13] KVM: arm64: "
` [PATCH v9 07/13] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v9 08/13] KVM: selftests: load elf via bounce buffer
` [PATCH v9 09/13] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v9 10/13] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v9 11/13] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v9 12/13] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v9 13/13] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH v3 00/13] Enable multi-cluster fetching for exfat_get_block
 2026-01-14 12:18 UTC  (14+ messages)
` [PATCH v3 01/13] exfat: add cache option for __exfat_ent_get
` [PATCH v3 02/13] exfat: support reuse buffer head for exfat_ent_get
` [PATCH v3 03/13] exfat: improve exfat_count_num_clusters
` [PATCH v3 04/13] exfat: improve exfat_find_last_cluster
` [PATCH v3 05/13] exfat: remove the check for infinite cluster chain loop
` [PATCH v3 06/13] exfat: remove the unreachable warning for cache miss cases
` [PATCH v3 07/13] exfat: reduce the number of parameters for exfat_get_cluster()
` [PATCH v3 08/13] exfat: reuse cache to improve exfat_get_cluster
` [PATCH v3 09/13] exfat: remove handling of non-file types in exfat_map_cluster
` [PATCH v3 10/13] exfat: support multi-cluster for exfat_map_cluster
` [PATCH v3 11/13] exfat: tweak cluster cache to support zero offset
` [PATCH v3 12/13] exfat: return the start of next cache in exfat_cache_lookup
` [PATCH v3 13/13] exfat: support multi-cluster for exfat_get_cluster

[PATCH v2] iomap: add allocation cache for iomap_dio
 2026-01-14 12:07 UTC  (2+ messages)
` [syzbot ci] "

[PATCH v2 0/4] fs: add immutable rootfs
 2026-01-14 12:05 UTC  (3+ messages)
` [RFC PATCH 5/4] fs: use nullfs unconditionally as the real rootfs

[PATCH v2 0/4] fs: add immutable rootfs
 2026-01-14 11:58 UTC  (2+ messages)

[PATCH v2 00/17] Introduce SCMI Telemetry FS support
 2026-01-14 11:46 UTC  (18+ messages)
` [PATCH v2 01/17] firmware: arm_scmi: Define a common SCMI_MAX_PROTOCOLS value
` [PATCH v2 02/17] firmware: arm_scmi: Reduce the scope of protocols mutex
` [PATCH v2 03/17] firmware: arm_scmi: Allow protocols to register for notifications
` [PATCH v2 04/17] uapi: Add ARM SCMI definitions
` [PATCH v2 05/17] firmware: arm_scmi: Add Telemetry protocol support
` [PATCH v2 06/17] include: trace: Add Telemetry trace events
` [PATCH v2 07/17] firmware: arm_scmi: Use new Telemetry traces
` [PATCH v2 08/17] firmware: arm_scmi: Add System Telemetry driver
` [PATCH v2 09/17] fs/stlmfs: Document ARM SCMI Telemetry filesystem
` [PATCH v2 10/17] firmware: arm_scmi: Add System Telemetry ioctls support
` [PATCH v2 11/17] fs/stlmfs: Document alternative ioctl based binary interface
` [PATCH v2 12/17] firmware: arm_scmi: Add Telemetry components view
` [PATCH v2 13/17] fs/stlmfs: Document alternative topological view
` [PATCH v2 14/17] [RFC] docs: stlmfs: Document ARM SCMI Telemetry FS ABI
` [PATCH v2 15/17] [RFC] firmware: arm_scmi: Add lazy population support to Telemetry FS
` [PATCH v2 16/17] fs/stlmfs: Document lazy mode and related mount option
` [PATCH v2 17/17] [RFC] tools/scmi: Add SCMI Telemetry testing tool


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