linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-11 21:04:06 to 2023-09-14 01:59:44 UTC [more...]

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-14  1:55 UTC  (19+ messages)
` [RFC PATCH v12 01/33] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v12 02/33] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v12 05/33] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [RFC PATCH v12 06/33] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v12 07/33] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [RFC PATCH v12 08/33] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [RFC PATCH v12 09/33] KVM: Drop .on_unlock() mmu_notifier hook
` [RFC PATCH v12 10/33] KVM: Set the stage for handling only shared mappings in mmu_notifier events
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
` [RFC PATCH v12 12/33] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v12 13/33] security: Export security_inode_init_security_anon() for use by KVM
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v12 15/33] KVM: Add transparent hugepage support for dedicated guest memory
` [RFC PATCH v12 16/33] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [RFC PATCH v12 17/33] KVM: x86: Disallow hugepages when memory attributes are mixed
` [RFC PATCH v12 18/33] KVM: x86/mmu: Handle page fault for private memory
` [RFC PATCH v12 19/33] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [RFC PATCH v12 20/33] KVM: Allow arch code to track number of memslot address spaces per VM

[PATCH V3 0/2] Supporting same fsid mounting through the single-dev compat_ro feature
 2023-09-13 23:00 UTC  (14+ messages)
` [PATCH V3 1/2] btrfs-progs: Add the single-dev feature (to both mkfs/tune)
` [PATCH V3 2/2] btrfs: Introduce the single-dev feature

[PATCH v4 0/2] Supporting same fsid mounting through the temp-fsid feature
 2023-09-13 22:36 UTC  (3+ messages)
` [PATCH v4 1/2] btrfs-progs: Add the temp-fsid feature (to both mkfs/tune)
` [PATCH v4 2/2] btrfs: Introduce the temp-fsid feature

[PATCH v4 bpf-next 00/12] BPF token and BPF FS-based delegation
 2023-09-13 22:15 UTC  (19+ messages)
` [PATCH v4 bpf-next 01/12] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v4 bpf-next 02/12] bpf: introduce BPF token object
  ` [PATCH v4 2/12] "
` [PATCH v4 bpf-next 03/12] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v4 bpf-next 04/12] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v4 bpf-next 05/12] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v4 bpf-next 06/12] bpf: take into account BPF token when fetching helper protos
` [PATCH v4 bpf-next 07/12] bpf: consistenly use BPF token throughout BPF verifier logic
` [PATCH v4 bpf-next 08/12] libbpf: add bpf_token_create() API
` [PATCH v4 bpf-next 09/12] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v4 bpf-next 10/12] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v4 bpf-next 11/12] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v4 bpf-next 12/12] selftests/bpf: add BPF token-enabled tests

[PATCH] lsm: constify 'file' parameter in security_bprm_creds_from_file()
 2023-09-13 22:09 UTC  (2+ messages)

[PATCH v1 0/1] Report perpage metadata information
 2023-09-13 21:53 UTC  (6+ messages)
` [PATCH v1 1/1] mm: report per-page "

[PATCH] overlayfs: set ctime when setting mtime and atime
 2023-09-13 19:57 UTC  (6+ messages)

[PATCH v4 00/13] iov_iter: Convert the iterator macros into inline funcs
 2023-09-13 19:43 UTC  (15+ messages)
` [PATCH v4 01/13] iov_iter: Add a benchmarking kunit test
` [PATCH v4 02/13] iov_iter: Renumber ITER_* constants
` [PATCH v4 03/13] iov_iter: Derive user-backedness from the iterator type
` [PATCH v4 04/13] iov_iter: Convert iterate*() to inline funcs
` [PATCH v4 05/13] iov: Move iterator functions to a header file
` [PATCH v4 06/13] iov_iter: Add a kernel-type iterator-only iteration function
` [PATCH v4 07/13] iov_iter: Make copy_from_iter() always handle MCE
` [PATCH v4 08/13] iov_iter: Remove the copy_mc flag and associated functions
` [PATCH v4 09/13] iov_iter, net: Move csum_and_copy_to/from_iter() to net/
` [PATCH v4 10/13] iov_iter, net: Fold in csum_and_memcpy()
` [PATCH v4 11/13] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together
` [PATCH v4 12/13] iov_iter, net: Move hash_and_copy_to_iter() to net/
` [PATCH v4 13/13] iov_iter: Create a fake device to allow iov_iter testing/benchmarking

[MAINTAINERS/KERNEL SUMMIT] Trust and maintenance of file systems
 2023-09-13 17:03 UTC  (31+ messages)

[PATCH v6 00/45] use refcount+RCU method to implement lockless slab shrink
 2023-09-13 17:03 UTC  (13+ messages)
` [PATCH v6 04/45] drm/ttm: dynamically allocate the drm-ttm_pool shrinker
` [PATCH v6 10/45] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v6 11/45] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v6 13/45] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v6 16/45] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v6 19/45] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v6 20/45] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v6 29/45] mbcache: dynamically allocate the mbcache shrinker
` [PATCH v6 37/45] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH v6 38/45] fs: super: dynamically allocate the s_shrink

[PATCH] ovl: factor out some common helpers for backing files io
 2023-09-13 16:41 UTC  (8+ messages)

cleanup the filemap / direct I/O interaction v4
 2023-09-13 16:33 UTC  (6+ messages)
` [PATCH 03/12] filemap: update ki_pos in generic_perform_write

[BUG] virtio-fs: Corruption when running binaries from virtiofsd-backed fs
 2023-09-13 15:38 UTC  (5+ messages)

[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-09-13 15:29 UTC  (11+ messages)

[RFC PATCH 0/3] quering mount attributes
 2023-09-13 15:22 UTC  (4+ messages)
` [RFC PATCH 1/3] add unique mount ID
` [RFC PATCH 2/3] add statmnt(2) syscall
` [RFC PATCH 3/3] add listmnt(2) syscall

[PATCH] fs-writeback: writeback_sb_inodes: Do not increase 'total_wrote' when nothing is written
 2023-09-13 15:16 UTC  (2+ messages)

[jlayton:noumask] [fs] f5cb94f57a: WARNING:at_fs/attr.c:#setattr_copy
 2023-09-13 15:14 UTC 

[PATCH 0/3] Document impact of user namespaces and negative permissions
 2023-09-13 14:35 UTC  (4+ messages)

KASAN: null-ptr-deref Read in filemap_fault
 2023-09-13 14:26 UTC  (2+ messages)

[syzbot] [btrfs?] WARNING in do_chunk_alloc
 2023-09-13 14:03 UTC  (2+ messages)

[PATCHv2 nfsd/master 0/7] lockd: dlm: async lock request changes
 2023-09-13 13:24 UTC  (9+ messages)
` [PATCHv2 nfsd/master 1/7] lockd: introduce safe async lock op
` [PATCHv2 nfsd/master 2/7] lockd: don't call vfs_lock_file() for pending requests
` [PATCHv2 nfsd/master 3/7] lockd: fix race in async lock request handling
` [PATCHv2 nfsd/master 4/7] lockd: add doc to enable EXPORT_OP_ASYNC_LOCK
` [PATCHv2 nfsd/master 5/7] dlm: use fl_owner from lockd
` [PATCHv2 nfsd/master 6/7] dlm: use FL_SLEEP to determine blocking vs non-blocking
` [PATCHv2 nfsd/master 7/7] dlm: implement EXPORT_OP_ASYNC_LOCK

[linus:master] [filemap] de74976eb6: stress-ng.bad-altstack.ops_per_sec -25.2% regression
 2023-09-13 13:09 UTC  (3+ messages)

[PATCH] ima: fix wrong dereferences of file->f_path
 2023-09-13 12:09 UTC  (2+ messages)

[PATCH] fs-writeback: writeback_sb_inodes: Do not increase 'total_wrote' when nothing is written
 2023-09-13 11:44 UTC  (3+ messages)

[PATCH v2] xfs: introduce protection for drop nlink
 2023-09-13 10:16 UTC 

[PATCH v2 0/8] sysctl: Remove sentinel elements from arch
 2023-09-13  9:11 UTC  (9+ messages)
` [PATCH v2 1/8] S390: Remove now superfluous sentinel elem from ctl_table arrays
` [PATCH v2 2/8] arm: "
` [PATCH v2 3/8] arch/x86: "
` [PATCH v2 4/8] x86/vdso: Remove now superfluous sentinel element from ctl_table array
` [PATCH v2 5/8] riscv: "
` [PATCH v2 6/8] powerpc: Remove now superfluous sentinel element from ctl_table arrays
` [PATCH v2 7/8] ia64: Remove now superfluous sentinel element from ctl_table array
` [PATCH v2 8/8] c-sky: Remove now superfluous sentinel element from ctl_talbe array

[syzbot] [overlayfs?] general protection fault in d_path
 2023-09-13  9:06 UTC  (4+ messages)
    ` [syzbot] [integrity] [overlayfs] "

[czhong@redhat.com: [bug report] WARNING: CPU: 121 PID: 93233 at fs/dcache.c:365 __dentry_kill+0x214/0x278]
 2023-09-13  8:59 UTC  (4+ messages)

Bug: rcu detected stall in rtc_dev_ioctl
 2023-09-13  7:58 UTC 

[PATCH] selinux: fix handling of empty opts in selinux_fs_context_submount()
 2023-09-13  7:51 UTC  (3+ messages)

Bug: rcu detected stall in sys_nanosleep
 2023-09-13  7:37 UTC  (2+ messages)

[PATCH v2 0/2] Remove usage of FR_WAITING
 2023-09-13  9:22 UTC  (3+ messages)
` [PATCH v2 1/2] fuse: move FR_WAITING set from fuse_request_queue_background to fuse_simple_background
` [PATCH v2 2/2] fuse: remove usage of FR_WATING flag

[PATCH] fs: have setattr_copy handle multigrain timestamps appropriately
 2023-09-12 23:42 UTC  (3+ messages)

[PATCH v15 03/11] proc: Use lsmids instead of lsm names for attrs
 2023-09-12 20:56 UTC 

[PATCH v2 0/2] virtiofs submounts forgotten after client / guest memory pressure
 2023-09-12 18:34 UTC  (3+ messages)
` [PATCH v2 1/2] fuse: revalidate: move lookup into a separate function
` [PATCH v2 2/2] fuse: ensure that submounts lookup their root

remove get_super
 2023-09-12 17:42 UTC  (2+ messages)

dentry UAF bugs crashing arm64 machines on 6.5/6.6?
 2023-09-12 17:48 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: iomap-for-next updated to 4aa8cdd5e523
 2023-09-12 17:12 UTC 

[syzbot] [xfs?] KASAN: stack-out-of-bounds Read in xfs_buf_delwri_submit_buffers
 2023-09-12 16:35 UTC  (2+ messages)

[PATCH v3 00/25] security: Move IMA and EVM to the LSM infrastructure
 2023-09-12 16:19 UTC  (3+ messages)
` [PATCH v3 25/25] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache

[GIT PULL] overlayfs fixes for 6.6-rc2
 2023-09-12 16:14 UTC  (2+ messages)

[PATCH v3] fs: add a new SB_I_NOUMASK flag
 2023-09-12 12:18 UTC  (2+ messages)

[syzbot] [ntfs3?] memory leak in run_add_entry
 2023-09-12 10:30 UTC 

[PATCH] fix writing to the filesystem after unmount
 2023-09-12  9:10 UTC  (10+ messages)

[PATCH V2 0/2] Do not try to access unaccepted memory
 2023-09-12  7:50 UTC  (8+ messages)
` [PATCH V2 1/2] efi/unaccepted: Do not let /proc/vmcore "
` [PATCH V2 2/2] proc/kcore: Do not "

[linus:master] [proc/ksm] 8b47933544: kernel-selftests.proc.proc-empty-vm.fail
 2023-09-12  7:07 UTC  (2+ messages)

[PATCH 0/3] Minor cleanups to fuse
 2023-09-12  7:03 UTC  (4+ messages)
` [PATCH 3/3] fuse: move fuse_put_request a bit to remove forward declaration

[syzbot] [bfs?] KASAN: null-ptr-deref Read in drop_buffers (2)
 2023-09-12  4:06 UTC  (2+ messages)
` [syzbot] [jfs?] "

[syzbot] [ntfs3?] memory leak in wnd_init
 2023-09-12  3:43 UTC 

[syzbot] [ntfs3?] KASAN: slab-use-after-free Read in ntfs_write_bh
 2023-09-11 23:29 UTC 

[PATCH 1/2] fuse: revalidate: move lookup into a separate function
 2023-09-12  0:46 UTC  (2+ messages)

[syzbot] [hfs?] kernel BUG in hfs_btree_open (2)
 2023-09-11 22:46 UTC 

[syzbot] Monthly exfat report (Sep 2023)
 2023-09-11  8:39 UTC 

[PATCH RFC 0/4] bpf: cgroup device guard for non-initial user namespace
 2023-09-11 12:35 UTC  (8+ messages)
` [PATCH RFC 1/4] bpf: add cgroup device guard to flag a cgroup device prog

[PATCH 0/3] Do not map unaccepted memory
 2023-09-11  8:42 UTC  (5+ messages)
` [PATCH 1/3] proc/vmcore: "

[PATCH v2] vfs: fix readahead(2) on block devices
 2023-09-11 13:23 UTC  (2+ messages)

[PATCH v2] fs: add a new SB_NOUMASK flag
 2023-09-11 13:42 UTC  (2+ messages)

[PATCH v2 00/25] security: Move IMA and EVM to the LSM infrastructure
 2023-09-11 10:50 UTC  (5+ messages)
` [PATCH v2 11/25] security: Align inode_setattr hook definition with EVM

[PATCH v4 0/4] cleanups for lockless slab shrink
 2023-09-11  9:25 UTC 


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).