linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-02 13:08:12 to 2023-11-05 16:35:18 UTC [more...]

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-05 16:30 UTC  (32+ messages)
` [PATCH 01/34] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [PATCH 02/34] KVM: Assert that mmu_invalidate_in_progress *never* goes negative
` [PATCH 03/34] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH 04/34] KVM: WARN if there are dangling MMU invalidations at VM destruction
` [PATCH 05/34] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [PATCH 06/34] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
` [PATCH 07/34] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [PATCH 08/34] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [PATCH 09/34] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH 10/34] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [PATCH 11/34] KVM: Drop .on_unlock() mmu_notifier hook
` [PATCH 12/34] KVM: Introduce per-page memory attributes
` [PATCH 13/34] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [PATCH 14/34] fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH 16/34] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [PATCH 17/34] KVM: x86: Disallow hugepages when memory attributes are mixed
` [PATCH 18/34] KVM: x86/mmu: Handle page fault for private memory
` [PATCH 19/34] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [PATCH 20/34] KVM: Allow arch code to track number of memslot address spaces per VM
` [PATCH 21/34] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [PATCH 22/34] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [PATCH 23/34] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [PATCH 24/34] KVM: selftests: Add support for creating private memslots
` [PATCH 25/34] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [PATCH 26/34] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [PATCH 28/34] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [PATCH 29/34] KVM: selftests: Add x86-only selftest for private memory conversions
` [PATCH 30/34] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [PATCH 31/34] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2023-11-05 16:19 UTC  (50+ messages)
` [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH v13 10/35] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [PATCH v13 11/35] KVM: Drop .on_unlock() mmu_notifier hook
` [PATCH v13 12/35] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v13 15/35] fs: Export anon_inode_getfile_secure() for use by KVM
` [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH v13 18/35] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory
` [PATCH v13 21/35] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [PATCH v13 22/35] KVM: Allow arch code to track number of memslot address spaces per VM

[syzbot] [btrfs?] KASAN: slab-use-after-free Read in btrfs_qgroup_account_extent
 2023-11-05 16:00 UTC  (5+ messages)

[syzbot] Monthly ntfs report (Nov 2023)
 2023-11-05 13:07 UTC 

[syzbot] Monthly btrfs report (Nov 2023)
 2023-11-05 13:07 UTC 

[PATCH] fuse: fix stale data issue of virtiofs with dax
 2023-11-05 12:33 UTC  (2+ messages)

Heisenbug: I/O freeze can be resolved by cat $task/cmdline of unrelated process
 2023-11-05 12:09 UTC  (4+ messages)

[PATCH v9 bpf-next 00/17] BPF token and BPF FS-based delegation
 2023-11-05  6:33 UTC  (21+ messages)
` [PATCH v9 bpf-next 01/17] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
` [PATCH v9 bpf-next 02/17] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v9 bpf-next 03/17] bpf: introduce BPF token object
` [PATCH v9 bpf-next 04/17] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v9 bpf-next 05/17] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v9 bpf-next 06/17] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v9 bpf-next 07/17] bpf: take into account BPF token when fetching helper protos
` [PATCH v9 bpf-next 08/17] bpf: consistently use BPF token throughout BPF verifier logic
` [PATCH v9 bpf-next 09/17] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
` [PATCH v9 bpf-next 10/17] bpf,lsm: refactor bpf_map_alloc/bpf_map_free "
` [PATCH v9 bpf-next 11/17] bpf,lsm: add BPF token "
` [PATCH v9 bpf-next 12/17] libbpf: add bpf_token_create() API
` [PATCH v9 bpf-next 13/17] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v9 bpf-next 14/17] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v9 bpf-next 15/17] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v9 bpf-next 16/17] selftests/bpf: add BPF token-enabled tests
` [PATCH v9 bpf-next 17/17] bpf,selinux: allocate bpf_security_struct per BPF token

[syzbot] [btrfs?] kernel BUG in btrfs_try_granting_tickets
 2023-11-04 23:58 UTC 

[PATCH] vfs: remove a redundant might_sleep in wait_on_inode
 2023-11-04 22:11 UTC 

[PATCH 22/32] vfs: inode cache conversion to hash-bl
 2023-11-04 20:51 UTC  (11+ messages)
` (subset) "

[PATCH] MAINTAINERS: Add Joel Granados as co-maintainer for proc sysctl
 2023-11-04 20:16 UTC  (2+ messages)

[BUG REPORT] next-20231102: generic/311 fails on XFS with external log
 2023-11-04 14:00 UTC  (13+ messages)
` [PATCH] fs: handle freezing from multiple devices
` [PATCH v2 0/2] Handle multi device freezing
` [PATCH v2 1/2] fs: remove dead check
` [PATCH v2 2/2] fs: handle freezing from multiple devices

[linux-next:master] BUILD REGRESSION e27090b1413ff236ca1aec26d6b022149115de2c
 2023-11-04 11:38 UTC 

[viro-vfs:work.dcache 16/16] fs/dcache.c:1081:27: error: passing 'struct list_head' to parameter of incompatible type 'struct list_head *'; take the address with &
 2023-11-04  3:29 UTC 

[viro-vfs:work.dcache 16/16] fs/dcache.c:1081:48: error: incompatible type for argument 2 of 'to_shrink_list'
 2023-11-04  2:01 UTC 

[PATCH v4 0/7] Landlock: IOCTL support
 2023-11-04  1:50 UTC  (9+ messages)
` [PATCH v4 1/7] landlock: Optimize the number of calls to get_access_mask slightly
` [PATCH v4 2/7] landlock: Add IOCTL access right
` [PATCH v4 3/7] selftests/landlock: Test IOCTL support
` [PATCH v4 4/7] selftests/landlock: Test IOCTL with memfds
` [PATCH v4 5/7] selftests/landlock: Test ioctl(2) and ftruncate(2) with open(O_PATH)
` [PATCH v4 6/7] samples/landlock: Add support for LANDLOCK_ACCESS_FS_IOCTL
` [PATCH v4 7/7] landlock: Document IOCTL support

[PATCH v2 0/6] shmem: high order folios support in write path
 2023-11-03 23:12 UTC  (5+ messages)
` [RFC PATCH 00/11] "
    ` [RFC PATCH 01/11] XArray: add cmpxchg order test

[PATCH] dcache: remove unnecessary NULL check in dget_dlock()
 2023-11-03 19:37 UTC  (2+ messages)

[resend PATCH v4] fuse: share lookup state between submount and its parent
 2023-11-03 17:39 UTC 

[PATCH 0/3] fanotify support for btrfs sub-volumes
 2023-11-03 15:47 UTC  (26+ messages)

[PATCH v3 0/5] Landlock: IOCTL support
 2023-11-03 15:12 UTC  (12+ messages)

[PATCH v5 0/1] mm: report per-page metadata information
 2023-11-03 15:18 UTC  (25+ messages)
` [PATCH v5 1/1] "

[PATCH v1 0/2] exfat: bugfix for timespec update
 2023-11-03 13:26 UTC  (3+ messages)

[PATCH 0/5] mm: remove page idle and young wrapper
 2023-11-03 13:07 UTC  (8+ messages)
` [PATCH 1/5] mm: huge_memory: use more folio api in __split_huge_page_tail()
` [PATCH 2/5] mm: task_mmu: use a folio in smaps_account()
` [PATCH 3/5] mm: task_mmu: use a folio in clear_refs_pte_range()
` [PATCH 4/5] fs/proc/page: use a folio in stable_page_flags()
` [PATCH 5/5] page_idle: kill page idle and young wrapper

[PATCH] hfs: check return value before accessing fd in hfs_brec_find()
 2023-11-03 13:03 UTC 

[syzbot] [exfat?] INFO: task hung in fat_write_inode
 2023-11-03 12:27 UTC  (2+ messages)

[syzbot] [ext4?] general protection fault in hrtimer_nanosleep
 2023-11-03 11:17 UTC  (5+ messages)
    ` AW: "

[syzbot] Monthly reiserfs report (Nov 2023)
 2023-11-03 10:22 UTC 

[syzbot] Monthly jfs report (Nov 2023)
 2023-11-03 10:22 UTC 

[RFC PATCH] fs: make s_count atomic_t
 2023-11-03  8:19 UTC  (4+ messages)

[PATCH] mm: folio_wait_stable() should check for bdev
 2023-11-03  8:11 UTC  (2+ messages)

[PATCH v4 0/1] mm: report per-page metadata information
 2023-11-03  2:23 UTC  (5+ messages)
` [PATCH v4 1/1] "

[PATCH 0/3] ida: Allow allocations of contiguous IDs
 2023-11-02 21:33 UTC  (12+ messages)
` [PATCH 1/3] ida: Introduce ida_weight()
` [PATCH 2/3] ida: Introduce ida_alloc_group_range()
` [PATCH 3/3] ida: Add kunit based tests for new IDA functions

[PATCH v4 0/5] userfaultfd move option
 2023-11-02 21:32 UTC  (4+ messages)
` [PATCH v4 3/5] selftests/mm: call uffd_test_ctx_clear at the end of the test

[PATCH 1/2] vboxsf: Avoid an spurious warning if load_nls_xxx() fails
 2023-11-02 21:21 UTC  (3+ messages)

[PATCH] MAINTAINERS: remove Iurii Zaikin from proc sysctl
 2023-11-02 19:37 UTC 

[GIT PULL] fsnotify changes for 6.7-rc1
 2023-11-02 18:37 UTC  (2+ messages)

[GIT PULL] ext2, udf, and quota changes for 6.7-rc1
 2023-11-02 18:37 UTC  (2+ messages)

[PATCH 0/7 v3] block: Add config option to not allow writing to mounted devices
 2023-11-02 17:13 UTC  (3+ messages)
` [PATCH 4/7] btrfs: Do not restrict writes to btrfs devices

[PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
 2023-11-02 15:46 UTC  (12+ messages)

[PATCH v1 0/2] fuse: Introduce sysfs APIs to flush or resend pending requests
 2023-11-02 15:17 UTC  (2+ messages)

[PATCH v14 00/12] FUSE passthrough for file io
 2023-11-02 13:13 UTC  (17+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).