public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-02 15:11:50 to 2026-02-04 05:08:46 UTC [more...]

[PATCH 00/13] Further centralising of directory locking for name ops
 2026-02-04  4:57 UTC  (6+ messages)
` [PATCH 01/13] fs/proc: Don't lock root inode when creating "self" and "thread-self"
` [PATCH 02/13] VFS: move the start_dirop() kerndoc comment to before start_dirop()
` [PATCH 03/13] libfs: change simple_done_creating() to use end_creating()
` [PATCH 04/13] Apparmor: Use simple_start_creating() / simple_done_creating()
` [PATCH 05/13] selinux: "

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2026-02-04  4:43 UTC  (12+ messages)
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes

[PATCH -next v2 00/22] ext4: use iomap for regular file's buffered I/O path
 2026-02-04  4:21 UTC  (31+ messages)
` [PATCH -next v2 01/22] ext4: make ext4_block_zero_page_range() pass out did_zero
` [PATCH -next v2 02/22] ext4: make ext4_block_truncate_page() return zeroed length
` [PATCH -next v2 03/22] ext4: only order data when partially block truncating down
` [PATCH -next v2 04/22] ext4: factor out journalled block zeroing range
` [PATCH -next v2 05/22] ext4: stop passing handle to ext4_journalled_block_zero_range()
` [PATCH -next v2 06/22] ext4: don't zero partial block under an active handle when truncating down
` [PATCH -next v2 07/22] ext4: move ext4_block_zero_page_range() out of an active handle
` [PATCH -next v2 08/22] ext4: zero post EOF partial block before appending write
` [PATCH -next v2 09/22] ext4: add a new iomap aops for regular file's buffered IO path
` [PATCH -next v2 10/22] ext4: implement buffered read iomap path
` [PATCH -next v2 11/22] ext4: pass out extent seq counter when mapping da blocks
` [PATCH -next v2 12/22] ext4: implement buffered write iomap path
` [PATCH -next v2 13/22] ext4: implement writeback "
` [PATCH -next v2 14/22] ext4: implement mmap "
` [PATCH -next v2 15/22] iomap: correct the range of a partial dirty clear
` [PATCH -next v2 16/22] iomap: support invalidating partial folios
` [PATCH -next v2 17/22] ext4: implement partial block zero range iomap path
` [PATCH -next v2 18/22] ext4: do not order data for inodes using buffered "
` [PATCH -next v2 19/22] ext4: add block mapping tracepoints for iomap buffered I/O path
` [PATCH -next v2 20/22] ext4: disable online defrag when inode using "
` [PATCH -next v2 21/22] ext4: partially enable iomap for the buffered I/O path of regular files
` [PATCH -next v2 22/22] ext4: introduce a mount option for iomap buffered I/O path

[PATCH v2] hfsplus: fix s_fs_info leak on mount setup failure
 2026-02-04  4:19 UTC  (5+ messages)

[PATCH] fsverity: add missing fsverity_free_info()
 2026-02-04  3:33 UTC  (3+ messages)

[PATCH] dcache: Limit the minimal number of bucket to two
 2026-02-04  3:27 UTC  (2+ messages)

[PATCH] fuse: send forget req when lookup outarg is invalid
 2026-02-04  2:59 UTC  (3+ messages)
  ` [External] "

[PATCH v14 01/13] x86/um: nommu: elf loader for fdpic
 2026-02-04  2:27 UTC 

[PATCH] fs/ntfs3: allow explicit boolean acl/prealloc mount options
 2026-02-04  0:44 UTC 

[PATCH v3 00/25] fuse/io-uring: add kernel-managed buffer rings and zero-copy
 2026-02-03 23:58 UTC  (3+ messages)
` [PATCH v3 19/25] fuse: add io-uring kernel-managed buffer ring

[PATCH v3] hfsplus: validate btree bitmap during mount and handle corruption gracefully
 2026-02-03 23:12 UTC  (4+ messages)

[PATCH v6] ceph: fix kernel crash in ceph_open()
 2026-02-03 22:57 UTC  (2+ messages)

NFSv4 + FUSE xattr user namespace regression/change?
 2026-02-03 22:28 UTC  (10+ messages)

[PATCH v3 0/3] memfd-based Userspace MFR Policy for HugeTLB
 2026-02-03 19:23 UTC  (4+ messages)
` [PATCH v3 1/3] mm: memfd/hugetlb: introduce memfd-based userspace MFR policy
` [PATCH v3 2/3] selftests/mm: test userspace MFR for HugeTLB hugepage
` [PATCH v3 3/3] Documentation: add documentation for MFD_MF_KEEP_UE_MAPPED

[PATCH v4 00/25] fuse/io-uring: add kernel-managed buffer rings and zero-copy
 2026-02-03 18:56 UTC  (7+ messages)
` [PATCH v4 06/25] io_uring/kbuf: add buffer ring pinning/unpinning
` [PATCH v4 07/25] io_uring/kbuf: add recycling for kernel managed buffer rings
` [PATCH v4 25/25] docs: fuse: add io-uring bufring and zero-copy documentation

[RFC PATCH] selftests: fanotify: Add basic create/modify/delete event test
 2026-02-03 18:15 UTC 

[LSF/MM/BPF TOPIC] Where is fuse going? API cleanup, restructuring and more
 2026-02-03 17:13 UTC  (11+ messages)
      ` [Lsf-pc] "

[PATCH] vfs: add FS_USERNS_DELEGATABLE flag and set it for NFS
 2026-02-03 16:45 UTC  (7+ messages)

[PATCH 03/14] iov_iter: extract a iov_iter_extract_bvecs helper from bio code
 2026-02-03 16:32 UTC  (4+ messages)

[PATCH 0/3] Add the ability to mount filesystems during initramfs expansion
 2026-02-03 16:11 UTC  (3+ messages)
` [EXT] [systemd-devel] "

Orphan filesystems after mount namespace destruction and tmpfs "leak"
 2026-02-03 14:58 UTC  (5+ messages)

[PATCH v6 00/16] ntfs filesystem remake
 2026-02-03 14:22 UTC  (37+ messages)
` [PATCH v6 01/16] Revert "fs: Remove NTFS classic"
` [PATCH v6 02/16] Documentation: filesystems: update NTFS driver documentation
` [PATCH v6 03/16] fs: add generic FS_IOC_SHUTDOWN definitions
` [PATCH v6 04/16] ntfs: update in-memory, on-disk structures and headers
` [PATCH v6 05/16] ntfs: update super block operations
` [PATCH v6 07/16] ntfs: update directory operations
` [PATCH v6 08/16] ntfs: update file operations
` [PATCH v6 09/16] ntfs: update iomap and address space operations
` [PATCH v6 10/16] ntfs: update attrib operations
` [PATCH v6 11/16] ntfs: update runlist handling and cluster allocator
` [PATCH v6 12/16] ntfs: add reparse and ea operations
` [PATCH v6 14/16] ntfs3: remove legacy ntfs driver support
` [PATCH v6 15/16] ntfs: add Kconfig and Makefile
` [PATCH v6 16/16] MAINTAINERS: update ntfs filesystem entry

[PATCH] fs: add porting notes about readlink_copy()
 2026-02-03 14:17 UTC  (2+ messages)

[PATCH v3 0/2] Add traces and file attributes for fs-verity
 2026-02-03 14:16 UTC  (4+ messages)

[PATCH v3 0/3] symlink length caching
 2026-02-03 14:13 UTC  (4+ messages)

[PATCH V3] writeback: Fix wakeup and logging timeouts for !DETECT_HUNG_TASK
 2026-02-03 14:02 UTC  (3+ messages)

[PATCH 0/1] fs/iomap: Describle @private in iomap_readahead()
 2026-02-03 13:25 UTC  (4+ messages)
` [PATCH 1/1] "

[linux-next:master] [fs] 313c47f4fe: BUG:kernel_hang_in_test_stage
 2026-02-03 12:57 UTC  (5+ messages)

[PATCH V2] writeback: Fix wakeup and logging timeouts for !DETECT_HUNG_TASK
 2026-02-03  9:16 UTC  (3+ messages)

[PATCH v3 0/6] AG aware parallel writeback for XFS
 2026-02-03  7:40 UTC  (18+ messages)
  ` [PATCH v3 2/6] xfs: add helpers to pack AG prediction info for per-folio tracking
  ` [PATCH v3 3/6] xfs: add per-inode AG prediction map and dirty-AG bitmap
  ` [PATCH v3 4/6] xfs: tag folios with AG number during buffered write via iomap attach hook
  ` [PATCH v3 5/6] xfs: add per-AG writeback workqueue infrastructure
  ` [PATCH v3 6/6] xfs: offload writeback by AG using per-inode dirty bitmap and per-AG workers

[PATCH v3 0/3] kNFSD Signed Filehandles
 2026-02-03  7:11 UTC  (9+ messages)
` [PATCH v3 1/3] NFSD: Add a key for signing filehandles
` [PATCH v3 2/3] NFSD/export: Add sign_fh export option
` [PATCH v3 3/3] NFSD: Sign filehandles

fsverity speedup and memory usage optimization v5
 2026-02-03  5:36 UTC  (10+ messages)
` [PATCH 02/11] readahead: push invalidate_lock out of page_cache_ra_unbounded
` [PATCH 03/11] ext4: move ->read_folio and ->readahead to readahead.c

[PATCH] fsverity: remove inode from fsverity_verification_ctx
 2026-02-03  5:29 UTC  (2+ messages)

[PATCH] writeback: Fix wakeup and logging timeouts for !DETECT_HUNG_TASK
 2026-02-03  2:46 UTC  (3+ messages)

[PATCH next] fuse: Fix 'min: signedness error' in fuse_wr_pages()
 2026-02-03  1:05 UTC  (2+ messages)

[PATCH v3] hfsplus: pretend special inodes as regular files
 2026-02-02 21:50 UTC  (7+ messages)

[PATCH 0/9] cxl: explicit DAX driver selection and hotplug
 2026-02-02 21:37 UTC  (23+ messages)
` [PATCH 1/9] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH 2/9] mm/memory_hotplug: add __add_memory_driver_managed() with online_type arg
` [PATCH 4/9] drivers/cxl,dax: add dax driver mode selection for dax regions
` [PATCH 5/9] cxl/core/region: move pmem region driver logic into pmem_region
` [PATCH 6/9] cxl/core/region: move dax region device logic into dax_region.c
` [PATCH 8/9] cxl/core: Add dax_kmem_region and sysram_region drivers

[PATCH] iomap: handle iterator position advancing beyond current mapping
 2026-02-02 18:34 UTC  (7+ messages)

[syzbot] [hfs?] INFO: task hung in worker_thread (6)
 2026-02-02 18:05 UTC 

[PATCH v2] docs: filesystems: ensure proc pid substitutable is complete
 2026-02-02 16:49 UTC  (2+ messages)

[PATCH v7 0/2] init/initramfs.c: make initramfs support pivot_root
 2026-02-02 14:52 UTC  (2+ messages)

[PATCH v2 0/4] fs: add immutable rootfs
 2026-02-02 16:22 UTC  (2+ messages)


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