public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-02 22:09:12 to 2026-02-04 10:38:06 UTC [more...]

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

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

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

[PATCH v3 0/6] AG aware parallel writeback for XFS
 2026-02-04  7:37 UTC  (19+ messages)
  ` [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 2/6] xfs: add helpers to pack AG prediction info for per-folio tracking

(no subject)
 2026-02-04  7:19 UTC  (5+ messages)
` [PATCH v1 1/3] exfat: add block readahead in exfat_chain_cont_cluster
` [PATCH v1 2/3] exfat: drop parameter sec for exfat_mirror_bh
` [PATCH v1 3/3] exfat: optimize exfat_chain_cont_cluster with cached buffer heads

[PATCH -next v2 00/22] ext4: use iomap for regular file's buffered I/O path
 2026-02-04  6:42 UTC  (32+ 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 00/13] Further centralising of directory locking for name ops
 2026-02-04  4:57 UTC  (14+ 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: "
` [PATCH 06/13] nfsd: switch purge_old() to use start_removing_noperm()
` [PATCH 07/13] VFS: make lookup_one_qstr_excl() static
` [PATCH 08/13] ovl: Simplify ovl_lookup_real_one()
` [PATCH 09/13] cachefiles: change cachefiles_bury_object to use start_renaming_dentry()
` [PATCH 10/13] ovl: change ovl_create_real() to get a new lock when re-opening created file
` [PATCH 11/13] ovl: use is_subdir() for testing if one thing is a subdir of another
` [PATCH 12/13] ovl: remove ovl_lock_rename_workdir()
` [PATCH 13/13] VFS: unexport lock_rename(), lock_rename_child(), unlock_rename()

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

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

[PATCH v6 00/16] ntfs filesystem remake
 2026-02-03 14:22 UTC  (36+ messages)
` [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 3/3] NFSD: Sign filehandles
 2026-02-03  7:11 UTC  (2+ messages)

fsverity speedup and memory usage optimization v5
 2026-02-03  5:36 UTC  (6+ messages)
` [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 1/3] NFSD: Add a key for signing filehandles
 2026-02-02 22:31 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