messages from 2026-03-16 13:09:45 to 2026-03-17 21:08:07 UTC [more...]
[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-17 21:07 UTC (3+ messages)
[PATCH v1] iomap: fix invalid folio access when i_blkbits differs from I/O granularity
2026-03-17 20:55 UTC
[PATCH] mm: filemap: fix nr_pages calculation overflow in filemap_map_pages()
2026-03-17 20:49 UTC (3+ messages)
[PATCH v2 00/16] mm: expand mmap_prepare functionality and usage
2026-03-17 20:46 UTC (23+ messages)
` [PATCH v2 01/16] mm: various small mmap_prepare cleanups
` [PATCH v2 02/16] mm: add documentation for the mmap_prepare file operation callback
` [PATCH v2 03/16] mm: document vm_operations_struct->open the same as close()
` [PATCH v2 04/16] mm: add vm_ops->mapped hook
` [PATCH v2 05/16] fs: afs: correctly drop reference count on mapping failure
` [PATCH v2 06/16] mm: add mmap_action_simple_ioremap()
` [PATCH v2 07/16] misc: open-dice: replace deprecated mmap hook with mmap_prepare
` [PATCH v2 08/16] hpet: "
` [PATCH v2 09/16] mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
` [PATCH v2 10/16] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH v2 11/16] staging: vme_user: "
` [PATCH v2 12/16] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH v2 13/16] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
` [PATCH v2 14/16] uio: replace deprecated mmap hook with mmap_prepare in uio_info
` [PATCH v2 15/16] mm: add mmap_action_map_kernel_pages[_full]()
` [PATCH v2 16/16] mm: on remap assert that input range within the proposed VMA
[PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
2026-03-17 20:27 UTC (6+ messages)
` [PATCH 32/53] ext4: move dcache modifying code out of __ext4_link()
` [PATCH 32/53f] "
` [PATCH 33/53] ext4: use on-stack dentries in ext4_fc_replay_link_internal()
[PATCH v3 0/7] fuse: fix hang with sync init
2026-03-17 20:19 UTC (12+ messages)
` [PATCH v3 1/7] fuse: abort on fatal signal during "
` [PATCH v3 2/7] fuse: create fuse_dev on /dev/fuse open instead of mount
` [PATCH v3 3/7] fuse: add refcount to fuse_dev
` [PATCH v3 4/7] fuse: don't require /dev/fuse fd to be kept open during mount
` [PATCH v3 5/7] fuse: clean up device cloning
` [PATCH v3 6/7] fuse: alloc pqueue before installing fc
` [PATCH v3 7/7] fuse: support FSCONFIG_SET_FD for "fd" option
Hang in generic/648 on zoned btrfs after aa35dd5cbc06 ("iomap: fix invalid folio access after folio_end_read()")
2026-03-17 19:48 UTC (9+ messages)
[PATCH] hfsplus: fix held lock freed on hfsplus_fill_super()
2026-03-17 19:36 UTC (5+ messages)
[PATCH 0/9] Kernel API Specification Framework
2026-03-17 18:37 UTC (11+ messages)
` [PATCH 1/9] kernel/api: introduce kernel API specification framework
` [PATCH 5/9] kernel/api: add API specification for sys_open
[PATCH 0/3] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-03-17 18:16 UTC (7+ messages)
` [PATCH 1/3] backing_file: store user_path_file
` [PATCH 2/3] lsm: add the security_mmap_backing_file() hook
` [PATCH 3/3] selinux: fix overlayfs mmap() and mprotect() access checks
[syzbot] [mm?] [fs?] general protection fault in rwsem_mark_wake
2026-03-17 17:33 UTC
[PATCH] fs/mbcache: cancel shrink work before destroying the cache
2026-03-17 15:43 UTC (3+ messages)
[PATCH] fs: fix use-after-free in peer group traversal during mount release
2026-03-17 15:24 UTC (2+ messages)
[PATCHBLIZZARD v7] fuse/libfuse/e2fsprogs: containerize ext4 for safer operation
2026-03-17 15:20 UTC (10+ messages)
[PATCH] coredump: add core_pattern specifier for si_code
2026-03-17 15:00 UTC
[PATCH v3 0/2] vfs: follow-on fixes for i_ino widening
2026-03-17 14:39 UTC (4+ messages)
` [PATCH v3 1/2] EVM: add comment describing why ino field is still unsigned long
` [PATCH v3 2/2] nilfs2: fix 64-bit division operations in nilfs_bmap_find_target_in_group()
[PATCH] ext4: reject mount if bigalloc with s_first_data_block != 0
2026-03-17 14:23 UTC
[PATCH v2] writeback: fix kernel-doc function name mismatch for wb_put_many()
2026-03-17 14:19 UTC (3+ messages)
VFS minor improvements policy
2026-03-17 14:17 UTC (3+ messages)
[PATCH v11 00/16] Direct Map Removal Support for guest_memfd
2026-03-17 14:13 UTC (17+ messages)
` [PATCH v11 01/16] set_memory: set_direct_map_* to take address
` [PATCH v11 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
` [PATCH v11 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v11 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v11 06/16] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v11 07/16] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v11 08/16] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v11 09/16] KVM: arm64: "
` [PATCH v11 10/16] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v11 11/16] KVM: selftests: load elf via bounce buffer
` [PATCH v11 12/16] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v11 13/16] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v11 14/16] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v11 15/16] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v11 16/16] KVM: selftests: Test guest execution from direct map removed gmem
[PATCH] fs: clear I_DIRTY_TIME in sync_lazytime
2026-03-17 14:12 UTC (2+ messages)
[PATCH RFC 0/5] workqueue: add WQ_AFFN_CACHE_SHARD affinity scope
2026-03-17 13:58 UTC (4+ messages)
[PATCH] ext4: fix bigalloc cluster arithmetic when s_first_data_block != 0
2026-03-17 13:53 UTC (3+ messages)
[PATCH] fs: revert insert_inode_locked() eviction wait change and explain why
2026-03-17 13:44 UTC (5+ messages)
vfs continuous integration testing
2026-03-17 13:40 UTC
[RFC PATCH] quota: allow unprivileged users to query ID 0 default limits
2026-03-17 13:31 UTC (6+ messages)
` [PATCH v2] xfs: return default quota limits for IDs without a dquot
KCSAN: data-race in __remove_assoc_queue / mark_buffer_dirty_inode
2026-03-17 12:37 UTC (2+ messages)
[PATCH] selftests/mm: add folio_split() and filemap_get_entry() race test
2026-03-17 9:43 UTC (4+ messages)
` [External Sender] "
[PATCH v3] iomap: add allocation cache for iomap_dio
2026-03-17 9:21 UTC (10+ messages)
[PATCH 05/15] fs: afs: correctly drop reference count on mapping failure
2026-03-17 8:58 UTC (7+ messages)
[PATCH] vfs: fix docstring of hash_name()
2026-03-17 8:43 UTC (2+ messages)
[PATCH 04/15] mm: add vm_ops->mapped hook
2026-03-17 8:42 UTC (7+ messages)
[RFC PATCH] mm: filemap: fix nr_pages calculation overflow in filemap_map_pages()
2026-03-17 8:27 UTC (9+ messages)
[PATCH] fuse: rename confusing ring->max_payload_sz
2026-03-17 8:12 UTC (3+ messages)
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2026-03-17 4:44 UTC (2+ messages)
[LSF/MM/BPF TOPIC] Where is fuse going? API cleanup, restructuring and more
2026-03-17 4:17 UTC (7+ messages)
[PATCHSET v9 1/2] fstests: test generic file IO error reporting
2026-03-17 3:43 UTC (7+ messages)
` [PATCH 1/1] generic: test fsnotify filesystem "
[PATCH v6 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
2026-03-17 2:42 UTC (12+ messages)
` [PATCH v6 3/9] cxl/region: Skip decoder reset on detach for autodiscovered regions
` [PATCH v6 8/9] dax/hmem, cxl: Defer and resolve ownership of Soft Reserved memory ranges
[RFC] liveupdate: prevent double preservation
2026-03-17 2:38 UTC
fuse: buffered reads limited to 256KB regardless of negotiated max_pages
2026-03-16 14:54 UTC
[GIT PULL v2] libfuse: run fuse servers as a contained service
2026-03-16 23:50 UTC
[PATCH] unicode: utf8-norm: fix comment typo
2026-03-16 23:49 UTC (2+ messages)
` [External] : "
[PATCH] unicode: mkutf8data: fix comment typo
2026-03-16 23:49 UTC (2+ messages)
` [External] : "
[PATCH v2 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-16 23:23 UTC (11+ messages)
` [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 v3] fs: Replace user_access_{begin/end} by scoped user access
2026-03-16 23:19 UTC (3+ messages)
[PATCH 00/15] mm: expand mmap_prepare functionality and usage
2026-03-16 22:59 UTC (19+ 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] fuse: check for NULL file returned by fget
2026-03-16 22:56 UTC
[PATCH v3 2/2] exfat: EXFAT_IOC_GET_VALID_DATA ioctl
2026-03-16 22:37 UTC (8+ messages)
[PATCH v6 0/2] hfsplus: prevent b-tree allocator corruption
2026-03-16 22:36 UTC (6+ 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 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
2026-03-16 22:10 UTC (5+ messages)
` [PATCH 46/61] vfio: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 50/61] iommu: "
[PATCH] fuse: when copying a folio delay the mark dirty until the end
2026-03-16 22:06 UTC (4+ messages)
` "
[PATCH v4] hfs: Validate CNIDs in hfs_read_inode
2026-03-16 21:50 UTC (7+ messages)
[PATCH v0 0/1] exfat: set s_maxbytes
2026-03-16 21:41 UTC (2+ messages)
` [PATCH v0 1/1] exfat: fix s_maxbytes
[PATCH] jfs: hold LOG_LOCK on umount to avoid null-ptr-deref
2026-03-16 21:20 UTC (2+ messages)
[PATCH 0/2] exec: Add KUnit test for bprm_stack_limits()
2026-03-16 19:16 UTC (3+ messages)
` [PATCH 1/2] "
[PATCH v2 0/2] vfs: follow-on fixes for i_ino widening
2026-03-16 18:50 UTC (6+ messages)
` [PATCH v2 1/2] nilfs2: fix 64-bit division operations in nilfs_bmap_find_target_in_group()
[RFC PATCH] fdinfo: Option for public fdinfo
2026-03-16 18:38 UTC
[PATCH v5 0/4] OPENAT2_REGULAR flag support for openat2
2026-03-16 17:22 UTC (5+ messages)
` [PATCH v5 1/4] openat2: new OPENAT2_REGULAR flag support
[RFC PATCH v3 0/2] Fix storing in XArray check_split tests
2026-03-16 16:49 UTC (3+ messages)
[RFC][PATCH 0/5] fanotify namespace monitoring
2026-03-16 10:05 UTC (6+ messages)
[PATCH 0/4] arm64/mm: contpte-sized exec folios for 16K and 64K pages
2026-03-16 16:06 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox