messages from 2026-03-15 15:35:16 to 2026-03-17 04:17:59 UTC [more...]
[LSF/MM/BPF TOPIC] Where is fuse going? API cleanup, restructuring and more
2026-03-17 4:17 UTC (7+ messages)
[PATCH v2 00/16] mm: expand mmap_prepare functionality and usage
2026-03-17 4:14 UTC (20+ 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
[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 05/15] fs: afs: correctly drop reference count on mapping failure
2026-03-17 3:41 UTC (6+ messages)
[PATCH] hfsplus: fix held lock freed on hfsplus_fill_super()
2026-03-17 3:12 UTC (4+ messages)
[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
[RFC PATCH] mm: filemap: fix nr_pages calculation overflow in filemap_map_pages()
2026-03-17 1:16 UTC (8+ messages)
[PATCHBLIZZARD v7] fuse/libfuse/e2fsprogs: containerize ext4 for safer operation
2026-03-17 0:20 UTC (7+ messages)
fuse: buffered reads limited to 256KB regardless of negotiated max_pages
2026-03-16 14:54 UTC
[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 0:15 UTC (2+ messages)
[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 04/15] mm: add vm_ops->mapped hook
2026-03-16 23:39 UTC (6+ messages)
[PATCH 0/9] Kernel API Specification Framework
2026-03-16 23:29 UTC (5+ messages)
[PATCH v2 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-16 23:23 UTC (27+ 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 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 0/3] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-03-16 21:59 UTC (5+ 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
[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 v3 0/7] fuse: fix hang with sync init
2026-03-16 19:56 UTC (10+ 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
[PATCH 0/2] exec: Add KUnit test for bprm_stack_limits()
2026-03-16 19:16 UTC (3+ messages)
` [PATCH 1/2] "
[PATCH v3 0/2] vfs: follow-on fixes for i_ino widening
2026-03-16 19:02 UTC (3+ 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 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
[PATCH v3] iomap: add allocation cache for iomap_dio
2026-03-16 16:54 UTC (4+ messages)
[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)
[PATCH v2 0/6] fuse: fix hang with sync init
2026-03-16 11:40 UTC (13+ 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 v3 0/3] add support for drop_caches for individual filesystem
2026-03-16 11:39 UTC (10+ 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
[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 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 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
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