public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-27 15:29:21 to 2026-03-30 10:12:01 UTC [more...]

[PATCH v3 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-03-30 10:11 UTC  (6+ 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] selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatible
 2026-03-30 10:10 UTC  (5+ messages)

[PATCH v4 0/6] initramfs: test and improve cpio hex header validation
 2026-03-30  9:55 UTC  (11+ 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 3/6] initramfs: Sort headers alphabetically
` [PATCH v4 4/6] initramfs: Refactor to use hex2bin() instead of custom approach
` [PATCH v4 5/6] vsprintf: Revert "add simple_strntoul"
` [PATCH v4 6/6] kstrtox: Drop extern keyword in the simple_strtox() declarations

[PATCH v5] hfs: Validate CNIDs in hfs_read_inode
 2026-03-30  9:49 UTC  (2+ messages)

[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 v3 0/42] fs: Move metadata bh tracking from address_space
 2026-03-30  9:08 UTC  (7+ messages)
` [PATCH 14/42] fs: Rename generic_file_fsync() to simple_fsync()
` [PATCH 15/42] fat: Sync and invalidate metadata buffers from fat_evict_inode()

[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

[PATCH] fs: write a better comment in step_into() concerning .mnt assignment
 2026-03-30  8:49 UTC  (2+ messages)

[PATCH] fs: hide file and bfile caches behind runtime const machinery
 2026-03-30  8:47 UTC  (2+ messages)

[PATCH v3 0/2] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-03-30  8:35 UTC  (6+ messages)
` [PATCH v3 1/2] lsm: add backing_file LSM hooks
` [PATCH v3 2/2] selinux: fix overlayfs mmap() and mprotect() access checks

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

[PATCH v3 0/7] assorted ->i_count changes + extension of lockless handling
 2026-03-30  7:38 UTC  (9+ 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/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  (29+ messages)
` [PATCH v3 01/24] firmware: arm_scmi: Add new SCMIv4.0 error codes definitions
` [PATCH v3 02/24] firmware: arm_scmi: Reduce the scope of protocols mutex
` [PATCH v3 03/24] firmware: arm_scmi: Allow registration of unknown-size events/reports
` [PATCH v3 04/24] firmware: arm_scmi: Allow protocols to register for notifications
` [PATCH v3 05/24] uapi: Add ARM SCMI definitions
` [PATCH v3 06/24] dt-bindings: firmware: arm,scmi: Add support for telemetry protocol
` [PATCH v3 07/24] include: trace: Add Telemetry trace events
` [PATCH v3 08/24] firmware: arm_scmi: Add basic Telemetry support
` [PATCH v3 09/24] firmware: arm_scmi: Add support to parse SHMTIs areas
` [PATCH v3 10/24] firmware: arm_scmi: Add Telemetry configuration operations
` [PATCH v3 11/24] firmware: arm_scmi: Add Telemetry DataEvent read capabilities
` [PATCH v3 12/24] firmware: arm_scmi: Add support for Telemetry reset
` [PATCH v3 13/24] firmware: arm_scmi: Add Telemetry notification support
` [PATCH v3 14/24] firmware: arm_scmi: Add support for boot-on Telemetry
` [PATCH v3 15/24] firmware: arm_scmi: Add System Telemetry filesystem driver
` [PATCH v3 16/24] fs/stlmfs: Document ARM SCMI Telemetry filesystem
` [PATCH v3 17/24] firmware: arm_scmi: Add System Telemetry ioctls support
` [PATCH v3 18/24] fs/stlmfs: Document alternative ioctl based binary interface
` [PATCH v3 19/24] firmware: arm_scmi: Add Telemetry components view
` [PATCH v3 20/24] fs/stlmfs: Document alternative topological view
` [PATCH v3 21/24] [RFC] docs: stlmfs: Document ARM SCMI Telemetry FS ABI
` [PATCH v3 22/24] firmware: arm_scmi: Add lazy population support to Telemetry FS
` [PATCH v3 23/24] fs/stlmfs: Document lazy mode and related mount option
` [PATCH v3 24/24] [RFC] tools/scmi: Add SCMI Telemetry testing tool

[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 0/5] exfat: convert to iomap
 2026-03-30  6:39 UTC  (10+ 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 v2] xfs: return default quota limits for IDs without a dquot
 2026-03-30  6:14 UTC  (2+ messages)
` [PATCH v3] "

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

[RFC PATCH v2 0/3] vfs: transitive upgrade restrictions for fds
 2026-03-29 22:13 UTC  (7+ 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

[GIT PULL] overlayfs fixes for 7.0-rc6
 2026-03-29 16:42 UTC  (3+ messages)

[PATCH 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-03-29 11:07 UTC  (26+ messages)
` [PATCH 01/26] netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retry
` [PATCH 02/26] netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iterators
` [PATCH 03/26] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH 05/26] netfs: Fix read abandonment during retry
` [PATCH 06/26] netfs: Fix the handling of stream->front by removing it
` [PATCH 07/26] cachefiles: Fix excess dput() after end_removing()
` [PATCH 09/26] mm: Make readahead store folio count in readahead_control
` [PATCH 10/26] netfs: Bulk load the readahead-provided folios up front
` [PATCH 11/26] Add a function to kmap one page of a multipage bio_vec
` [PATCH 12/26] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH 17/26] cifs: Support ITER_BVECQ in smb_extract_iter_to_rdma()
` [PATCH 19/26] cifs: Remove support for ITER_KVEC/BVEC/FOLIOQ from smb_extract_iter_to_rdma()

[ANNOUNCE] util-linux v2.42-rc1
 2026-03-29 10:54 UTC  (5+ messages)
` unshare regression in 2.42-rc1

[PATCH 6.1.y] hfs: fix general protection fault in hfs_find_init()
 2026-03-29  7:11 UTC 

[PATCH v2 0/4] mm: improve large folio readahead and alignment for exec memory
 2026-03-29  4:37 UTC  (7+ messages)
` [PATCH v2 3/4] elf: align ET_DYN base to max folio size for PTE coalescing

[PATCH v1 00/10] Remove READ_ONLY_THP_FOR_FS Kconfig
 2026-03-29  4:07 UTC  (15+ messages)
` [PATCH v1 05/10] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH v1 07/10] mm/truncate: use folio_split() in truncate_inode_partial_folio()

[PATCH v5] hfs: update sanity check of the root record
 2026-03-28 22:11 UTC  (2+ messages)

[syzbot] [fs?] general protection fault in __umount_mnt
 2026-03-28 21:41 UTC  (4+ messages)

[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
 2026-03-28 17:22 UTC  (5+ messages)
` [PATCH v6 1/4] openat2: new OPENAT2_REGULAR flag support
` [PATCH v6 2/4] kselftest/openat2: test for OPENAT2_REGULAR flag
` [PATCH v6 3/4] sparc/fcntl.h: convert O_* flag macros from hex to octal
` [PATCH v6 4/4] mips/fcntl.h: "

[PATCH v2 0/5] assorted ->i_count-related changes
 2026-03-28 15:38 UTC  (6+ messages)
` [PATCH v2 1/5] fs: add icount_read_once()
` [PATCH v2 2/5] Use icount_read() and icount_read_once() as appropriate
` [PATCH v2 3/5] fs: enforce locking in icount_read(), add some commentary
` [PATCH v2 4/5] fs: handle hypothetical filesystems hich use I_DONTCACHE and drop the lock in ->drop_inode
` [PATCH v2 5/5] fs: locklessly bump refs in igrab as long as it does not transition 0->1

[PATCH 0/5] assorted ->i_count-related changes
 2026-03-28 15:33 UTC  (8+ messages)
` [PATCH 1/5] fs: add icount_read_once()
` [PATCH] fs: revert insert_inode_locked() eviction wait change and explain why
` [PATCH 2/5] Use icount_read() and icount_read_once() as appropriate
` [PATCH 3/5] fs: enforce locking in icount_read(), add some commentary
` [PATCH 4/5] fs: handle hypothetical filesystems hich use I_DONTCACHE and drop the lock in ->drop_inode
` [PATCH 5/5] fs: locklessly bump refs in igrab as long as it does not transition 0->1

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

[PATCH v1 7/9] fuse: add io-uring kernel-managed buffer ring
 2026-03-28 13:27 UTC  (4+ messages)

A comparison of the new nfsd iomodes (and an experimental one)
 2026-03-28 12:37 UTC  (8+ messages)

[PATCH] docs: proc: remove description of prof_cpu_mask
 2026-03-28 12:11 UTC  (2+ messages)

[PATCH v2] f2fs: support to report fserror
 2026-03-28  8:36 UTC 

[PATCH] f2fs: support to report fserror
 2026-03-28  8:27 UTC  (3+ messages)

[REGRESSION] osnoise: "eventpoll: Replace rwlock with spinlock" causes ~50µs noise spikes on isolated PREEMPT_RT cores
 2026-03-28  6:00 UTC  (4+ messages)
` [REGRESSION] osnoise: "eventpoll: Replace rwlock with spinlock" causes ~50us "

[PATCH] ext4: reject mount if bigalloc with s_first_data_block != 0
 2026-03-28  5:31 UTC  (2+ messages)

[PATCH v2 00/25] libfuse: Add support for synchronous init
 2026-03-28  4:01 UTC  (5+ messages)
` [PATCH v2 04/25] Add a new daemonize API

[PATCH v1 02/10] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
 2026-03-28  2:29 UTC  (4+ messages)

[PATCH 0/4 v5] exec: inherit HWCAPs from the parent process
 2026-03-28  0:21 UTC  (8+ messages)
` [PATCH 1/4] "

[PATCH v1 0/10] ceph: add manual client reset and selftests
 2026-03-27 21:58 UTC  (5+ messages)
` [PATCH 01/10] ceph: convert inode flags to named bit positions
` [PATCH 02/10] ceph: add bounded timeout and diagnostics to wait_caps_flush()

[PATCH V10 0/8] dax: prepare for famfs
 2026-03-27 21:05 UTC  (9+ messages)
  ` [PATCH V10 1/8] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
  ` [PATCH V10 2/8] dax: Factor out dax_folio_reset_order() helper
  ` [PATCH V10 3/8] dax: add fsdev.c driver for fs-dax on character dax
  ` [PATCH V10 4/8] dax: Save the kva from memremap
  ` [PATCH V10 5/8] dax: Add dax_operations for use by fs-dax on fsdev dax
  ` [PATCH V10 6/8] dax: Add dax_set_ops() for setting dax_operations at bind time
  ` [PATCH V10 7/8] dax: Add fs_dax_get() func to prepare dax for fs-dax usage
  ` [PATCH V10 8/8] dax: export dax_dev_get()

[GIT PULL] sysctl fixes for v7.0-rc6
 2026-03-27 20:39 UTC  (2+ messages)

[PATCH v2 9/9] memblock: warn when freeing reserved memory before memory map is initialized
 2026-03-27 19:54 UTC  (4+ messages)
` Warning from free_reserved_area() in next-20260325+

[PATCH 0/7] lsm: Replace security_sb_mount with granular mount hooks
 2026-03-27 18:23 UTC  (4+ messages)

[PATCH v3] fuse: fix inode initialization race
 2026-03-27 17:28 UTC 

[PATCH v2] fuse: fix inode initialization race
 2026-03-27 17:24 UTC  (3+ messages)
  `  "

[PATCH V9 0/8] dax: prepare for famfs
 2026-03-27 16:40 UTC  (9+ messages)
  ` [PATCH V9 3/8] dax: add fsdev.c driver for fs-dax on character dax

[PATCH v2 0/1] mm: reinstate unconditional writeback start in balance_dirty_pages()
 2026-03-27 16:24 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH v1 0/1] mm: start background writeback based on per-wb threshold for strictlimit BDIs
 2026-03-27 16:07 UTC  (6+ messages)
` [PATCH v1 1/1] "

[PATCH v5 0/7] Automatic NFSv4 state revocation on filesystem unmount
 2026-03-27 16:02 UTC  (6+ messages)
` [PATCH v5 2/7] NFSD: Add NFSD_CMD_UNLOCK_IP netlink command


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