public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-29 16:43:06 to 2026-03-31 12:38:08 UTC [more...]

[PATCH V10 00/10] famfs: port into fuse
 2026-03-31 12:38 UTC  (2+ messages)
  ` [PATCH V10 01/10] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/

[GIT PULL] udf fix for 7.0-rc7
 2026-03-31 11:49 UTC 

[PATCH v3 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-03-31 11:42 UTC  (22+ messages)
` [PATCH v3 01/15] userfaultfd: introduce mfill_copy_folio_locked() helper
` [PATCH v3 02/15] userfaultfd: introduce struct mfill_state
` [PATCH v3 03/15] userfaultfd: introduce mfill_establish_pmd() helper
` [PATCH v3 04/15] userfaultfd: introduce mfill_get_vma() and mfill_put_vma()
` [PATCH v3 05/15] userfaultfd: retry copying with locks dropped in mfill_atomic_pte_copy()
` [PATCH v3 06/15] userfaultfd: move vma_can_userfault out of line
` [PATCH v3 07/15] userfaultfd: introduce vm_uffd_ops
` [PATCH v3 08/15] shmem, userfaultfd: use a VMA callback to handle UFFDIO_CONTINUE
` [PATCH v3 09/15] userfaultfd: introduce vm_uffd_ops->alloc_folio()
` [PATCH v3 10/15] shmem, userfaultfd: implement shmem uffd operations using vm_uffd_ops
` [PATCH v3 11/15] userfaultfd: mfill_atomic(): remove retry logic
` [PATCH v3 12/15] mm: generalize handling of userfaults in __do_fault()
` [PATCH v3 13/15] KVM: guest_memfd: implement userfaultfd operations
` [PATCH v3 14/15] KVM: selftests: test userfaultfd minor for guest_memfd
` [PATCH v3 15/15] KVM: selftests: test userfaultfd missing "

[PATCH v3 0/7] assorted ->i_count changes + extension of lockless handling
 2026-03-31 11:37 UTC  (13+ messages)
` [PATCH v3 1/7] fs: add icount_read_once()
` [PATCH v3 2/7] Use icount_read() and icount_read_once() as appropriate
` [PATCH v3 3/7] fs: enforce locking in icount_read(), add some commentary
` [PATCH v3 4/7] fs: relocate and tidy up ihold()
` [PATCH v3 5/7] fs: handle hypothetical filesystems which use I_DONTCACHE and drop the lock in ->drop_inode
` [PATCH v3 6/7] fs: locklessly bump refs in igrab as long as it does not transition 0->1
` [PATCH v3 7/7] fs: locklessly bump refs in the inode hash when possible
` [syzbot ci] Re: assorted ->i_count changes + extension of lockless handling

[PATCH v3 0/42] fs: Move metadata bh tracking from address_space
 2026-03-31 10:40 UTC  (7+ messages)
` [PATCH 15/42] fat: Sync and invalidate metadata buffers from fat_evict_inode()

[PATCH v2] xfs: return default quota limits for IDs without a dquot
 2026-03-31 10:39 UTC  (5+ messages)
` [PATCH v3] "

[PATCH v5 0/6] initramfs: test and improve cpio hex header validation
 2026-03-31 10:12 UTC  (8+ messages)
` [PATCH v5 1/6] initramfs_test: add fill_cpio() inject_ox parameter
` [PATCH v5 2/6] initramfs_test: test header fields with 0x hex prefix
` [PATCH v5 3/6] initramfs: Sort headers alphabetically
` [PATCH v5 4/6] initramfs: Refactor to use hex2bin() instead of custom approach
` [PATCH v5 5/6] vsprintf: Revert "add simple_strntoul"
` [PATCH v5 6/6] kstrtox: Drop extern keyword in the simple_strtox() declarations

[RFC PATCH] Limit directory child dentry retention
 2026-03-31  9:54 UTC  (4+ messages)
` [RFC PATCH] vfs: limit "

[PATCH] cachefiles: fix incorrect dentry refcount in cachefiles_cull()
 2026-03-31  9:52 UTC  (2+ messages)

[PATCH] fs: hide file and bfile caches behind runtime const machinery
 2026-03-31  9:44 UTC  (3+ messages)

[PATCH] fs: write a better comment in step_into() concerning .mnt assignment
 2026-03-31  9:43 UTC  (3+ messages)

[PATCH] splice: prevent deadlock when splicing a file to itself
 2026-03-31  9:33 UTC  (3+ messages)

[PATCH v1 0/6] exfat: unify FAT chain walking helpers
 2026-03-31  9:11 UTC  (7+ messages)
` [PATCH v1 1/6] exfat: fix incorrect directory checksum after rename to shorter name
` [PATCH v1 2/6] exfat: introduce exfat_fat_walk helper
` [PATCH v1 3/6] exfat: use exfat_fat_walk helper to simplify fat entry walking
` [PATCH v1 4/6] exfat: remove NULL cache pointer case in exfat_ent_get
` [PATCH v1 5/6] exfat: introduce exfat_chain_advance helper
` [PATCH v1 6/6] exfat: use "

[PATCH 0/5] exfat: convert to iomap
 2026-03-31  6:58 UTC  (21+ messages)
` [PATCH 1/5] exfat: add iomap support
` [PATCH 2/5] exfat: add iomap direct I/O support
` [PATCH 3/5] exfat: add iomap buffered "
` [PATCH 5/5] exfat: add support for SEEK_HOLE and SEEK_DATA in llseek

[PATCH v1 8/9] fuse: add zero-copy over io-uring
 2026-03-31  3:35 UTC  (4+ messages)

[PATCH v3 0/2] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-03-31  2:13 UTC  (4+ messages)
` [PATCH v3 1/2] lsm: add backing_file LSM hooks

[PATCH v2 00/25] libfuse: Add support for synchronous init
 2026-03-31  1:17 UTC  (37+ messages)
` [PATCH v2 04/25] Add a new daemonize API
` [PATCH v2 09/25] Use asprintf() for fuse_mnt_build_{source,type}
` [PATCH v2 11/25] Move 'struct mount_flags' to util.h
` [PATCH v2 12/25] conftest.py: Add more valgrind filter patterns
` [PATCH v2 13/25] Add support for the new linux mount API
` [PATCH v2 14/25] fuse mount: Support synchronous FUSE_INIT (privileged daemon)
` [PATCH v2 16/25] Move more generic mount code to mount_util.{c,h}
` [PATCH v2 17/25] Split the fusermount do_mount function
` [PATCH v2 18/25] fusermout: Remove the large read check
` [PATCH v2 20/25] Make fusermount work bidirectional for sync init
` [PATCH v2 22/25] Add support for sync-init of unprivileged daemons
` [PATCH v2 23/25] Move fuse_mnt_build_{source,type} to mount_util.c
` [PATCH v2 24/25] Add mount and daemonization README documents
` [PATCH v2 25/25] Add a background debug option to passthrough hp

[PATCH v5] hfs: update sanity check of the root record
 2026-03-31  1:12 UTC  (3+ messages)

[PATCH] smb: client: add support for O_TMPFILE
 2026-03-31  1:08 UTC 

[PATCH v1 0/9] fuse: add io-uring buffer rings and zero-copy
 2026-03-30 23:19 UTC  (4+ messages)
` [PATCH v1 7/9] fuse: add io-uring kernel-managed buffer ring

[PATCHSET v3] libfuse: run fuse servers as a contained service
 2026-03-30 21:47 UTC  (14+ messages)
` [PATCH 02/17] mount_service: add systemd/inetd socket service mounting helper
` [PATCH 03/17] mount_service: create high level fuse helpers
` [PATCH 04/17] mount_service: use the new mount api for the mount service

[PATCH V10 0/8] dax: prepare for famfs
 2026-03-30 21:21 UTC  (2+ messages)

[PATCH v2 0/2] Bypass usercopy hardening for kernel-only iterators
 2026-03-30 21:11 UTC  (4+ messages)
` [PATCH v2 1/2] iov: Bypass usercopy hardening for copy_to_iter()
` [PATCH v2 2/2] iov: Bypass usercopy hardening for copy_from_iter()

[PATCH 0/7] lsm: Replace security_sb_mount with granular mount hooks
 2026-03-30 20:04 UTC  (15+ messages)
` [PATCH 6/7] tomoyo: Convert from sb_mount to "

[PATCH v1 0/10] ceph: add manual client reset and selftests
 2026-03-30 19:29 UTC  (10+ messages)
` [PATCH 03/10] ceph: add client reset state and request gating
` [PATCH 04/10] ceph: add manual reset debugfs control and trace plumbing
` [PATCH 05/10] ceph: implement reconnect-based manual reset worker
` [PATCH 07/10] ceph: add reset state machine, drain phase, and status reporting

[RFC PATCH] fdinfo: Option for public fdinfo
 2026-03-30 18:49 UTC  (7+ messages)

[PATCH v5] hfs: Validate CNIDs in hfs_read_inode
 2026-03-30 18:17 UTC  (3+ messages)

[PATCH] docs: proc: remove description of prof_cpu_mask
 2026-03-30 17:03 UTC  (2+ messages)

[PATCH v3 0/8] io_uring: add kernel-managed buffer rings
 2026-03-30 16:36 UTC  (3+ messages)

[PATCH v1 05/10] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
 2026-03-30 16:19 UTC  (6+ messages)

[PATCH v2 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-03-30 15:21 UTC  (5+ messages)
` [PATCH v2 03/15] userfaultfd: introduce mfill_get_pmd() helper

[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
 2026-03-30 15:07 UTC  (4+ messages)
` [PATCH v6 1/4] openat2: new OPENAT2_REGULAR flag support

[PATCH v4] selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatible
 2026-03-30 14:24 UTC  (2+ messages)

[RFC PATCH v2 0/3] vfs: transitive upgrade restrictions for fds
 2026-03-30 14:17 UTC  (9+ messages)
` [RFC PATCH v2 1/3] vfs: add support for empty path to openat2(2)
` [RFC PATCH v2 2/3] vfs: transitive upgrade restrictions for fds

[PATCH v2 3/4] elf: align ET_DYN base to max folio size for PTE coalescing
 2026-03-30 14:00 UTC  (4+ messages)

[PATCH 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-03-30 13:57 UTC  (4+ messages)

[PATCH 6.6.y] xattr: switch to CLASS(fd)
 2026-03-30 12:33 UTC 

[PATCH v4 0/4] assorted ->i_count changes + extension of lockless handling
 2026-03-30 12:26 UTC  (5+ messages)
` [PATCH v4 1/4] fs: add icount_read_once() and stop open-coding ->i_count loads
` [PATCH v4 2/4] fs: relocate and tidy up ihold()
` [PATCH v4 3/4] fs: handle potential filesystems which use I_DONTCACHE and drop the lock in ->drop_inode
` [PATCH v4 4/4] fs: allow lockless ->i_count bumps as long as it does not transition 0->1

[PATCH v3] selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatible
 2026-03-30 11:57 UTC  (8+ messages)

[PATCH RFC 0/1] fix for large folio split race in page cache
 2026-03-30 11:02 UTC  (9+ messages)
` [PATCH RFC 1/1] mm/filemap: handle large folio split race in page cache lookups

[PATCH] netfs: add missing folio_end_private_2() to netfs_pgpriv2_copy_folio()
 2026-03-30 10:55 UTC 

[PATCH v4 0/6] initramfs: test and improve cpio hex header validation
 2026-03-30 10:39 UTC  (9+ messages)
` [PATCH v4 1/6] initramfs_test: add fill_cpio() inject_ox parameter
` [PATCH v4 2/6] initramfs_test: test header fields with 0x hex prefix
` [PATCH v4 4/6] initramfs: Refactor to use hex2bin() instead of custom approach

[PATCH v1 06/10] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
 2026-03-30  9:15 UTC  (2+ messages)

[PATCH v2 0/9] memblock: improve late freeing of reserved memory
 2026-03-30  9:00 UTC  (3+ messages)
` [PATCH v2 4/9] mm: move free_reserved_area() to mm/memblock.c

[LSF/MM/BPF TOPIC] Strategies for memory deallocation/movement for Dynamic Capacity Pooling
 2026-03-30  7:59 UTC 

[PATCH v3 0/3] memfd-based Userspace MFR Policy for HugeTLB
 2026-03-30  7:33 UTC  (13+ messages)
` [PATCH v3 1/3] mm: memfd/hugetlb: introduce memfd-based userspace MFR policy

[PATCH v3 00/24] Introduce SCMI Telemetry FS support
 2026-03-30  7:15 UTC  (6+ messages)
` [PATCH v3 06/24] dt-bindings: firmware: arm,scmi: Add support for telemetry protocol

[PATCH 0/4] VFS: clean ups and simplifications related to name lookup
 2026-03-30  7:00 UTC  (7+ messages)
` [PATCH 1/4] VFS: fix various typos in documentation for start_creating start_removing etc
` [PATCH 2/4] VFS: enhance d_splice_alias() to handle in-lookup dentries
` [PATCH 3/4] VFS: allow d_alloc_name() to be used with ->d_hash
` [PATCH 4/4] VFS: use global wait-queue table for d_alloc_parallel()

[PATCH v2] selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatible
 2026-03-30  5:19 UTC 

[PATCH v1 04/10] fs: remove nr_thps from struct address_space
 2026-03-30  3:06 UTC  (2+ messages)

[GIT PULL for v7.0] vfs fixes
 2026-03-29 22:39 UTC  (2+ messages)

[GIT PULL] overlayfs fixes for 7.0-rc6
 2026-03-29 16:42 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