messages from 2026-08-20 10:41:20 to 2026-09-08 20:19:37 UTC [more...]
[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-08 20:01 UTC (37+ messages)
` [PATCH 01/39] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH 02/39] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH 03/39] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH 04/39] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH 05/39] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH 06/39] mm/vma: tidy up map kernel pages enum values
` [PATCH 07/39] mm: add mmap action for discontiguous kernel page mapping
` [PATCH 08/39] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH 09/39] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH 10/39] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 12/39] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH 13/39] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH 14/39] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH 15/39] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH 16/39] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH 17/39] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH 19/39] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH 20/39] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH 21/39] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH 22/39] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH 23/39] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH 24/39] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH 25/39] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH 26/39] mm: remove hugetlb_inline.h
` [PATCH 27/39] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH 28/39] mm: drop some redundant checks around hugetlb VMAs
` [PATCH 29/39] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH 30/39] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH 31/39] mm/uffd: use predicates for userfaultfd checks
` [PATCH 32/39] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH 33/39] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH 34/39] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH 35/39] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH 36/39] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
[RFC PATCH v3 0/8] fuse: caches documentation and testing
2026-09-07 11:38 UTC (22+ messages)
` [RFC PATCH v3 1/8] Documentation: fuse: add document on caches being used by FUSE
` [RFC PATCH v3 2/8] selftests/fuse: convert fusectl test to fuse3
` [RFC PATCH v3 3/8] selftests/fuse: check that fusectlfs is mounted
` [RFC PATCH v3 4/8] selftests/fuse: factor-out test fixture setup/teardown
` [RFC PATCH v3 5/8] selftests/fuse: use dynamically allocated memory to store ACLs
` [RFC PATCH v3 6/8] selftests/fuse: add some extra ACL caching tests
` [RFC PATCH v3 7/8] selftests/fuse: add fuse symlink caching test
` [RFC PATCH v3 8/8] selftests/fuse: add fuse readdir "
[PATCH] fuse: repair lots of uapi kernel-doc
2026-09-07 6:05 UTC
[PATCH v5 1/3] fuse: copy request headers via a stack buffer for io-uring
2026-09-06 1:32 UTC (4+ messages)
` [PATCH v5 2/3] fuse: bound io-uring payload copies to the registered buffer size
[PATCH v6 1/2] fuse: bound io-uring payload copies to the registered buffer size
2026-09-06 1:29 UTC (2+ messages)
` [PATCH v6 2/2] fuse: deduplicate the oversized-request error selection
[PATCH] fuse: rename fuse_direct_io() to fuse_sync_direct_io()
2026-09-04 13:18 UTC
[PATCH V12 00/12] famfs: the Fabric-Attached Memory File System (standalone)
2026-09-04 9:24 UTC (20+ messages)
` [PATCH V12 02/12] famfs: Module operations, fs_context, and mount
[PATCH v1 0/2] fuse: fixes for iomap bugs reported by Sashiko
2026-09-04 4:56 UTC (3+ messages)
` [PATCH v1 1/2] fuse: don't shorten the folio descriptor at LLONG_MAX
` [PATCH v1 2/2] fuse: zero the correct range on a short read reply
[RFC] Handling 0-sized pseudo-files (cgroupfs/sysfs/procfs) in virtiofs and FUSE
2026-09-03 6:02 UTC (4+ messages)
[PATCH] Documentation: fuse: harmonize numeration
2026-09-02 17:00 UTC (2+ messages)
disabling uds interface by default in libfuse builds
2026-09-01 7:08 UTC (2+ messages)
[PATCH AUTOSEL 6.18-6.12] virtio-fs: avoid double-free on failed queue setup
2026-08-31 13:30 UTC (4+ messages)
` [PATCH AUTOSEL 6.18] fuse: use current creds for backing files
` [PATCH AUTOSEL 6.18-5.10] fuse: set ff->flock only on success
` [PATCH AUTOSEL 6.18] fuse-uring: clear ent->fuse_req in commit_fetch error path
[PATCH V14 00/12] Subject: [PATCH v14 00/12] famfs: the Fabric-Attached Memory File System (standalone)
2026-08-29 17:13 UTC (13+ messages)
` [PATCH V14 01/12] dax: replace exported dax_dev_get() with non-allocating dax_dev_find()
` [PATCH V14 02/12] famfs: Module operations, fs_context, and mount
` [PATCH V14 03/12] famfs: Add daxdev table and dax notify_failure support
` [PATCH V14 04/12] famfs: Introduce inode_operations and super_operations
` [PATCH V14 05/12] famfs: Introduce file_operations read/write
` [PATCH V14 06/12] famfs: Introduce mmap and VM fault handling
` [PATCH V14 07/12] famfs: MAP_CREATE ioctl and fmap ingest (ABI 44)
` [PATCH V14 08/12] famfs: iomap_begin and file-to-dax offset resolution
` [PATCH V14 09/12] famfs: Register secondary daxdevs by path (FAMFSIOC_DAXDEV_OPEN)
` [PATCH V14 10/12] famfs: Add runtime operation-permission (opts) framework
` [PATCH V14 11/12] famfs: Report device capacity via statfs so df works
` [PATCH V14 12/12] famfs: Add documentation
memcg stats flushing (WAS "Re: [PATCH] fuse: disable default bdi strictlimiting")
2026-08-28 13:17 UTC (14+ messages)
[PATCH 0/2] io_uring passthru: set result on blk-mq request completion
2026-08-28 3:33 UTC (6+ messages)
` [PATCH 1/2] io_uring/cmd: split io_uring_cmd_set_res() from io_uring_cmd_done()
` [PATCH 2/2] nvme/ioctl: call io_uring_cmd_set_res32() in ->end_io()
[PATCH 0/5] fuse: report a request refused for a live nodeid as stale
2026-08-28 2:02 UTC (7+ messages)
` [PATCH 1/5] selftests/fuse: ignore the built acl cache test
` [PATCH 2/5] selftests/fuse: name the libfuse3 flags for the library
` [PATCH 3/5] fuse: report a request refused for a live nodeid as stale
` [PATCH 4/5] selftests/fuse: cover a request refused for a live nodeid
` [PATCH 5/5] virtiofs: report a request refused for a live nodeid as stale
` [PATCH 0/5] fuse: report a request refused for a live nodeid
[PATCH] fuse: fall back to copy_splice_read() on FOPEN_DIRECT_IO
2026-08-27 8:01 UTC
[RFC PATCH] fuse: fall back to copy_splice_read() when i_size is zero
2026-08-27 5:44 UTC (3+ messages)
[PATCH] fuse: fix GCC 8 build with CONFIG_PROFILE_ALL_BRANCHES
2026-08-27 4:02 UTC (2+ messages)
[PATCH] fuse: abort connection on /dev/fuse flush to prevent deadlock
2026-08-26 13:28 UTC (2+ messages)
[PATCH v2] fuse: don't bump attr_version for async direct read completion
2026-08-26 11:12 UTC (2+ messages)
[PATCH 0/7] Remove aops->launder_folio
2026-08-25 15:50 UTC (18+ messages)
` [PATCH 1/7] filemap: Export filemap_invalidate_pages() to modules
` [PATCH 2/7] fuse: Use filemap_invalidate_pages()
` [PATCH 3/7] btrfs: "
` [PATCH 4/7] nfs: "
` [PATCH 5/7] orangefs: "
` [PATCH 6/7] orangefs: Remove launder_folio implementation
` [PATCH 7/7] Remove folio_launder()
[PATCH v5 0/7] fuse: {io-uring} Allow to reduce the number of queues and request distribution
2026-08-25 21:13 UTC (5+ messages)
[GIT PULL] fuse update for 7.3
2026-08-25 19:50 UTC (2+ messages)
[PATCH] fuse: don't fill in.h.pid in case args->nocreds is set
2026-08-25 15:13 UTC
[PATCH v3 0/2] fuse: allow FUSE_SYNCFS for privileged userspace servers
2026-08-25 13:03 UTC (4+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] selftests/fuse: add test for FUSE_HAS_SYNCFS privilege gating
[PATCH v2] fuse: ioctl: remove unnecessary comparison in fuse_setup_measure_verity()
2026-08-25 12:35 UTC (2+ messages)
[PATCH v4 0/2] fuse: zero the partial EOF page when extending a file
2026-08-24 15:34 UTC (4+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] selftests/fuse: test post-EOF page zeroing when a file is extended
[PATCH v3 0/2] fuse: zero the partial EOF page when extending a file
2026-08-24 13:13 UTC (4+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] selftests/fuse: test post-EOF page zeroing when a file is extended
[PATCH v2] fuse: Fix the condition to enable over-io-uring
2026-08-24 7:59 UTC (2+ messages)
[PATCH v13 00/12] famfs: the Fabric-Attached Memory File System (standalone)
2026-08-23 16:57 UTC (15+ messages)
` [PATCH v13 10/12] famfs: Add runtime operation-permission (opts) framework
` [PATCH v13 07/12] famfs: MAP_CREATE ioctl and fmap ingest (ABI 44)
[PATCH v2] fuse: permit freezing while waiting for request answer
2026-08-21 16:21 UTC (15+ messages)
[PATCH] fuse: Fix the condition to enable over-io-uring
2026-08-21 13:00 UTC (2+ messages)
[PATCH v7 0/6] fuse: add io-uring buffer pools and zero-copy
2026-08-21 3:38 UTC (13+ messages)
` [PATCH v7 1/6] fuse: decouple fuse_ring creation from ent registration
[PATCH v2 0/2] fuse: zero the partial EOF page when extending a file
2026-08-20 12:26 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] selftests/fuse: test post-EOF page zeroing when a file is extended
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