public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-13 13:20:38 to 2026-03-16 15:26:56 UTC [more...]

[PATCH] fuse: when copying a folio delay the mark dirty until the end
 2026-03-16 15:16 UTC 

[PATCH 00/15] mm: expand mmap_prepare functionality and usage
 2026-03-16 14:54 UTC  (16+ messages)
` [PATCH 01/15] mm: various small mmap_prepare cleanups
` [PATCH 02/15] mm: add documentation for the mmap_prepare file operation callback
` [PATCH 03/15] mm: document vm_operations_struct->open the same as close()
` [PATCH 15/15] mm: add mmap_action_map_kernel_pages[_full]()

[PATCH 05/15] fs: afs: correctly drop reference count on mapping failure
 2026-03-16 14:29 UTC  (5+ messages)

[RFC PATCH] mm: filemap: fix nr_pages calculation overflow in filemap_map_pages()
 2026-03-16 14:06 UTC  (6+ messages)

[PATCH 04/15] mm: add vm_ops->mapped hook
 2026-03-16 13:39 UTC  (5+ messages)

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-16 13:30 UTC  (5+ messages)
` [PATCH 02/61] btrfs: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 50/61] iommu: "

[PATCH v2 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-16 13:08 UTC  (24+ messages)
` [PATCH v2 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v2 02/23] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
` [PATCH v2 03/23] mm/vma: add further vma_flags_t unions
` [PATCH v2 04/23] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH v2 05/23] mm/vma: use new VMA flags for sticky flags logic
` [PATCH v2 06/23] tools/testing/vma: fix VMA flag tests
` [PATCH v2 07/23] mm/vma: add append_vma_flags() helper
` [PATCH v2 08/23] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH v2 09/23] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH v2 10/23] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH v2 11/23] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH v2 12/23] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH v2 13/23] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH v2 14/23] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH v2 15/23] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
` [PATCH v2 16/23] tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
` [PATCH v2 17/23] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v2 18/23] mm: update vma_supports_mlock() to use new VMA flags
` [PATCH v2 19/23] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH v2 20/23] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH v2 21/23] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH v2 22/23] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v2 23/23] mm/vma: convert __mmap_region() "

[PATCH v2 0/6] fuse: fix hang with sync init
 2026-03-16 11:40 UTC  (16+ messages)
` [PATCH v2 1/6] fuse: create fuse_dev on /dev/fuse open instead of mount
` [PATCH v2 2/6] fuse: add refcount to fuse_dev
` [PATCH v2 3/6] fuse: don't require /dev/fuse fd to be kept open during mount
` [PATCH v2 4/6] fuse: clean up device cloning
` [PATCH v2 6/6] fuse: support FSCONFIG_SET_FD for "fd" option

[PATCH v3 0/3] add support for drop_caches for individual filesystem
 2026-03-16 11:39 UTC  (10+ messages)

[PATCH v3] iomap: add allocation cache for iomap_dio
 2026-03-16 11:22 UTC  (3+ messages)

[syzbot] Monthly exfat report (Mar 2026)
 2026-03-16 10:43 UTC 

[PATCH] fs: revert insert_inode_locked() eviction wait change and explain why
 2026-03-16 10:33 UTC 

LSF/MM/BPF: 2026: Call for Proposals
 2026-03-16 10:20 UTC  (3+ messages)
` LSF/MM/BPF: 2026: (V)FS: First Round of Invites Sent
  ` LSF/MM/BPF: 2026: (V)FS: Second "

[PATCH] xfs: use GFP_NOFS in __xfs_trans_alloc
 2026-03-16  9:18 UTC 

[PATCHSET v9 1/2] fstests: test generic file IO error reporting
 2026-03-16  9:08 UTC  (5+ messages)
` [PATCH 1/1] generic: test fsnotify filesystem "

[PATCH v3] fs: Replace user_access_{begin/end} by scoped user access
 2026-03-16  8:52 UTC 

[PATCH v2 04/15] userfaultfd: introduce mfill_get_vma() and mfill_put_vma()
 2026-03-16  8:52 UTC  (5+ messages)
  ` [PATCH v2 4/15] "

[PATCH 0/9] Kernel API Specification Framework
 2026-03-16  7:05 UTC  (23+ messages)
` [PATCH 1/9] kernel/api: introduce kernel API specification framework
` [PATCH 2/9] kernel/api: enable kerneldoc-based API specifications
` [PATCH 3/9] kernel/api: add debugfs interface for kernel "
` [PATCH 4/9] tools/kapi: Add kernel API specification extraction tool
` [PATCH 5/9] kernel/api: add API specification for sys_open
` [PATCH 6/9] kernel/api: add API specification for sys_close
` [PATCH 7/9] kernel/api: add API specification for sys_read
` [PATCH 8/9] kernel/api: add API specification for sys_write
` [PATCH 9/9] kernel/api: add runtime verification selftest

[PATCH v2 00/79] SSDFS: noGC ZNS/FDP-friendly LFS file system
 2026-03-16  2:18 UTC  (34+ messages)
` [PATCH v2 01/79] ssdfs: introduce SSDFS on-disk layout
` [PATCH v2 02/79] ssdfs: add key file system declarations
` [PATCH v2 03/79] ssdfs: add key file system's function declarations
` [PATCH v2 04/79] ssdfs: implement raw device operations
` [PATCH v2 06/79] ssdfs: implement super operations
` [PATCH v2 07/79] ssdfs: implement commit superblock logic
` [PATCH v2 08/79] ssdfs: segment header + log footer operations
` [PATCH v2 15/79] ssdfs: introduce PEB's block bitmap
` [PATCH v2 17/79] ssdfs: implement support of migration scheme in PEB bitmap
` [PATCH v2 19/79] ssdfs: introduce segment block bitmap
` [PATCH v2 22/79] ssdfs: introduce offset translation table
` [PATCH v2 24/79] ssdfs: introduce PEB object
` [PATCH v2 27/79] ssdfs: introduce PEB container
` [PATCH v2 33/79] ssdfs: introduce segment object
` [PATCH v2 38/79] ssdfs: introduce PEB mapping table
` [PATCH v2 40/79] ssdfs: introduce PEB mapping table cache
` [PATCH v2 42/79] ssdfs: introduce segment bitmap
` [PATCH v2 44/79] ssdfs: introduce b-tree object
` [PATCH v2 46/79] ssdfs: introduce b-tree node object
` [PATCH v2 48/79] ssdfs: introduce b-tree hierarchy object
` [PATCH v2 50/79] ssdfs: introduce inodes b-tree
` [PATCH v2 52/79] ssdfs: introduce dentries b-tree
` [PATCH v2 55/79] ssdfs: introduce extents b-tree
` [PATCH v2 57/79] ssdfs: introduce invalidated "
` [PATCH v2 59/79] ssdfs: introduce shared "
` [PATCH v2 61/79] ssdfs: introduce PEB-based deduplication technique
` [PATCH v2 62/79] ssdfs: introduce shared dictionary b-tree
` [PATCH v2 65/79] ssdfs: introduce snapshots b-tree
` [PATCH v2 67/79] ssdfs: implement extended attributes support
` [PATCH v2 71/79] ssdfs: implement IOCTL operations
` [PATCH v2 75/79] ssdfs: implement inode operations support
` [PATCH v2 76/79] ssdfs: implement directory "
` [PATCH v2 77/79] ssdfs: implement file "

[PATCH] selftests: do not override CFLAGS set by the build environment
 2026-03-15 19:11 UTC  (2+ messages)

[PATCH v6 0/2] hfsplus: prevent b-tree allocator corruption
 2026-03-15 17:20 UTC  (3+ messages)
` [PATCH v6 1/2] hfsplus: refactor b-tree map page access and add node-type validation
` [PATCH v6 2/2] hfsplus: validate b-tree node 0 bitmap at mount time

[PATCH v2] writeback: fix kernel-doc function name mismatch for wb_put_many()
 2026-03-15 17:09 UTC 

[PATCH 6/9] writeback: fix kernel-doc function name mismatch for wb_put_many()
 2026-03-15 15:35 UTC 

[PATCH] sysctl: fix uninitialized variable in proc_do_large_bitmap
 2026-03-15 14:26 UTC  (3+ messages)
` [PATCH ] "

[PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
 2026-03-15 13:51 UTC  (3+ messages)
` [PATCH 16/53] ovl: drop dir lock for lookups in impure readdir

[PATCH v5] binfmt_elf: Align eligible read-only PT_LOAD segments to PMD_SIZE for THP
 2026-03-15 13:12 UTC  (4+ messages)

[PATCH v2] fs: Replace user_access_{begin/end} by scoped user access
 2026-03-15 12:30 UTC  (2+ messages)
` [syzbot ci] "

[BUG] fuse: wb_wait_for_completion hang on suspend with fuse-overlayfs on tmpfs persists in 6.19.6 (AS_NO_DATA_INTEGRITY fix incomplete)
 2026-03-15 11:24 UTC 

[PATCH] selftests/mm: add folio_split() and filemap_get_entry() race test
 2026-03-15  0:03 UTC  (4+ messages)

[PATCH] fs: fix use-after-free in peer group traversal during mount release
 2026-03-14 18:44 UTC 

VFS minor improvements policy
 2026-03-14 13:24 UTC 

[PATCH 0/4] arm64/mm: contpte-sized exec folios for 16K and 64K pages
 2026-03-14 13:20 UTC  (8+ messages)

[PATCH v2 0/2] vfs: follow-on fixes for i_ino widening
 2026-03-14 12:59 UTC  (6+ messages)
` [PATCH v2 1/2] nilfs2: fix 64-bit division operations in nilfs_bmap_find_target_in_group()
` [PATCH v2 2/2] EVM: add comment describing why ino field is still unsigned long

[PATCH v2] fs: make insert_inode_locked() wait for inode destruction
 2026-03-14  9:12 UTC  (3+ messages)

[PATCH v4] hfs: Validate CNIDs in hfs_read_inode
 2026-03-14  6:35 UTC  (6+ messages)

[PATCH] hfsplus: fix held lock freed on hfsplus_fill_super()
 2026-03-14  3:36 UTC  (4+ messages)

[PATCH 4/4] mm: align file-backed mmap to exec folio order in thp_get_unmapped_area
 2026-03-14  3:47 UTC  (2+ messages)

[PATCH 3/4] elf: align ET_DYN base to exec folio order for contpte mapping
 2026-03-14  2:10 UTC  (4+ messages)

[PATCH] ext4: fix bigalloc cluster arithmetic when s_first_data_block != 0
 2026-03-14  1:29 UTC  (3+ messages)

[PATCH v6 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-03-13 18:41 UTC  (4+ messages)
` [PATCH v6 8/9] dax/hmem, cxl: Defer and resolve ownership of Soft Reserved memory ranges

[PATCH 0/7] lib/iov_iter: fix bugs found via cross-function consistency review
 2026-03-13 18:22 UTC  (11+ messages)
` [PATCH 1/7] lib/iov_iter: fix missing allocation failure check in iov_iter_extract_bvec_pages()
` [PATCH 2/7] lib/iov_iter: add NULL check on folioq->prev in iov_iter_folioq_revert()
` [PATCH 3/7] lib/iov_iter: fix misplaced parenthesis in iov_iter_restore() kvec check
` [PATCH 4/7] lib/iov_iter: account for iov_offset in iov_iter_single_seg_count() folioq path
` [PATCH 5/7] lib/iov_iter: account for iov_offset in iov_iter_gap_alignment()
` [PATCH 6/7] lib/iov_iter: guard iov_iter_alignment() against zero-count iovec/bvec iterators
` [PATCH 7/7] lib/iov_iter: add missing should_fail_usercopy() in copy_to_user_iter_mc()

LVM-on-LUKS boot failure when vgextend adds unused PV to root VG
 2026-03-13 18:13 UTC  (3+ messages)

[PATCH RFC 0/5] workqueue: add WQ_AFFN_CACHE_SHARD affinity scope
 2026-03-13 17:57 UTC  (4+ messages)
` [PATCH RFC 1/5] workqueue: fix parse_affn_scope() prefix matching bug

[PATCH v2] ext4: fix partial cluster handling when s_first_data_block != 0
 2026-03-13 17:07 UTC 

[PATCH v3 2/2] exfat: EXFAT_IOC_GET_VALID_DATA ioctl
 2026-03-13 16:24 UTC  (8+ messages)

[PATCH] MAINTAINERS: add Josh Law as reviewer for library code
 2026-03-13 16:06 UTC  (10+ messages)

[PATCH] netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iterators
 2026-03-13 15:14 UTC  (2+ messages)

[PATCH] iomap: fix incorrect did_zero setting in iomap_zero_iter()
 2026-03-13 14:57 UTC  (4+ messages)

[PATCH v4 00/25] fs-verity support for XFS with post EOF merkle tree
 2026-03-13 14:55 UTC  (7+ messages)
` [PATCH v4 19/25] xfs: remove unwritten extents after preallocations in fsverity metadata

[PATCH v4 0/2] binfmt_elf: Align eligible read-only PT_LOAD segments to PMD_SIZE for THP
 2026-03-13 14:39 UTC  (3+ messages)


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