messages from 2023-10-27 21:47:30 to 2023-10-31 15:06:26 UTC [more...]
[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
2023-10-31 15:05 UTC (55+ messages)
` [PATCH v13 02/35] KVM: Assert that mmu_invalidate_in_progress *never* goes negative
` [PATCH v13 03/35] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v13 04/35] KVM: WARN if there are dangling MMU invalidations at VM destruction
` [PATCH v13 05/35] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [PATCH v13 07/35] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [PATCH v13 08/35] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [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 13/35] KVM: Introduce per-page memory attributes
` [PATCH v13 14/35] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [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 17/35] KVM: Add transparent hugepage support for dedicated guest memory
` [PATCH v13 18/35] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [PATCH v13 22/35] KVM: Allow arch code to track number of memslot address spaces per VM
` [PATCH v13 23/35] KVM: x86: Add support for "protected VMs" that can utilize private memory
[PATCH v14 00/12] FUSE passthrough for file io
2023-10-31 15:01 UTC (7+ messages)
[GIT PULL] bcachefs for v6.7
2023-10-31 15:00 UTC (5+ messages)
[PATCH v1 0/2] fuse: Introduce sysfs APIs to flush or resend pending requests
2023-10-31 14:40 UTC (3+ messages)
` [PATCH v[n] 1/2] fuse: Introduce sysfs API for flushing "
` [PATCH v[n] 2/2] fuse: Introduce sysfs API for resend "
[PATCH RFC 0/9] fs: multigrain timestamps (redux)
2023-10-31 13:55 UTC (10+ messages)
` [PATCH RFC 2/9] timekeeping: new interfaces for multigrain timestamp handing
[PATCH RFC 2/9] timekeeping: new interfaces for multigrain timestamp handing
2023-10-31 12:55 UTC (23+ messages)
[PATCH 0/3] fanotify support for btrfs sub-volumes
2023-10-31 12:50 UTC (10+ messages)
[PATCH] fs: Clarify "non-RCY" in access_override_creds() comment
2023-10-31 11:47 UTC
[PATCH 00/32] bcachefs - a new COW filesystem
2023-10-31 11:31 UTC (11+ messages)
` [PATCH 22/32] vfs: inode cache conversion to hash-bl
` (subset) "
[ANNOUNCE] xfs-linux: for-next updated to 22c2699cb068
2023-10-31 10:47 UTC (3+ messages)
[PATCH v2 0/6] shmem: high order folios support in write path
2023-10-31 7:04 UTC (20+ messages)
` [RFC PATCH 00/11] "
` [RFC PATCH 01/11] XArray: add cmpxchg order test
` [RFC PATCH 02/11] test_xarray: add tests for advanced multi-index use
` [RFC PATCH 03/11] shmem: drop BLOCKS_PER_PAGE macro
` [RFC PATCH 04/11] shmem: return number of pages beeing freed in shmem_free_swap
` [RFC PATCH 05/11] shmem: account for large order folios
` [RFC PATCH 06/11] shmem: trace shmem_add_to_page_cache folio order
` [RFC PATCH 07/11] shmem: remove huge arg from shmem_alloc_and_add_folio()
` [RFC PATCH 08/11] shmem: add file length arg in shmem_get_folio() path
` [RFC PATCH 09/11] shmem: add order arg to shmem_alloc_folio()
` [RFC PATCH 10/11] shmem: add large folio support to the write path
` [RFC PATCH 11/11] shmem: add per-block uptodate tracking
[RFC] simplifying fast_dput(), dentry_kill() et.al
2023-10-31 6:12 UTC (12+ messages)
[syzbot] [jfs?] KASAN: slab-use-after-free Read in jfs_evict_inode
2023-10-31 5:39 UTC (2+ messages)
` [PATCH] jfs: fix uaf "
[GIT PULL] execve updates for v6.7-rc1
2023-10-31 5:42 UTC (2+ messages)
[GIT PULL for v6.7] autofs updates
2023-10-31 2:12 UTC (7+ messages)
[RESEND PATCH] fs: Fix typo in access_override_creds()
2023-10-31 2:11 UTC (3+ messages)
[PATCH] readahead: Update the file_ra_state.ra_pages with each readahead operation
2023-10-31 1:56 UTC (3+ messages)
[PATCH v4 0/6] querying mount attributes
2023-10-31 1:23 UTC (9+ messages)
` [PATCH v4 2/6] mounts: keep list of mounts in an rbtree
[GIT PULL] fscrypt updates for 6.7
2023-10-30 23:50 UTC (2+ messages)
[RFC PATCH 00/19] Rust abstractions for VFS
2023-10-30 21:36 UTC (21+ messages)
` [RFC PATCH 03/19] samples: rust: add initial ro file system sample
` [RFC PATCH 04/19] rust: fs: introduce `FileSystem::super_params`
` [RFC PATCH 05/19] rust: fs: introduce `INode<T>`
` [RFC PATCH 06/19] rust: fs: introduce `FileSystem::init_root`
[PATCH v4 0/5] userfaultfd move option
2023-10-30 21:22 UTC (13+ messages)
` [PATCH v4 1/5] mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()
` [PATCH v4 2/5] userfaultfd: UFFDIO_MOVE uABI
` [PATCH v4 3/5] selftests/mm: call uffd_test_ctx_clear at the end of the test
` [PATCH v4 4/5] selftests/mm: add uffd_test_case_ops to allow test case-specific operations
` [PATCH v4 5/5] selftests/mm: add UFFDIO_MOVE ioctl test
[syzbot] [gfs2?] WARNING: suspicious RCU usage in gfs2_permission
2023-10-30 21:05 UTC (4+ messages)
[GIT PULL for v6.7] vfs xattr updates
2023-10-30 20:05 UTC (2+ messages)
[GIT PULL for v6.7] vfs time updates
2023-10-30 20:05 UTC (2+ messages)
[GIT PULL for v6.7] vfs super updates
2023-10-30 20:05 UTC (4+ messages)
[GIT PULL for v6.7] vfs misc updates
2023-10-30 20:05 UTC (2+ messages)
[GIT PULL for v6.7] vfs io updates
2023-10-30 20:05 UTC (2+ messages)
[PATCH v2 00/20] Permission Overlay Extension
2023-10-30 19:19 UTC (7+ messages)
` [PATCH v2 15/24] arm64: add POE signal support
` [PATCH v2 21/24] kselftest/arm64: add HWCAP test for FEAT_S1POE
` [PATCH v2 22/24] kselftest/arm64: parse POE_MAGIC in a signal frame
[PATCH v2 0/4] Support more filesystems with FAN_REPORT_FID
2023-10-30 17:18 UTC (9+ messages)
` [PATCH v2 2/4] exportfs: make ->encode_fh() a mandatory method for NFS export
[RFC] rust: types: Add read_once and write_once
2023-10-30 16:36 UTC (3+ messages)
[PATCH v3 00/14] Pass data temperature information to SCSI disk devices
2023-10-30 16:10 UTC (4+ messages)
` [PATCH v3 01/14] fs: Move enum rw_hint into a new header file
[PATCH v10 0/8] fuse: full atomic open and atomic-open-revalidate
2023-10-30 15:21 UTC (9+ messages)
` [PATCH v10 2/8] fuse: introduce atomic open
` [PATCH v10 4/8] [RFC] Allow atomic_open() on positive dentry (w/o O_CREAT)
` [PATCH v10 5/8] fuse: Revalidate positive entries in fuse_atomic_open
[RFC][PATCH] get rid of passing callbacks to ceph __dentry_leases_walk()
2023-10-30 12:18 UTC (2+ messages)
[syzbot] Monthly kernfs report (Oct 2023)
2023-10-30 9:14 UTC
[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
2023-10-30 9:00 UTC (4+ messages)
` [PATCH v11] "
` [PATCH v12] "
[viro-vfs:work.csum-x86] [x86] dc7d50c79a: BUG:unable_to_handle_page_fault_for_address
2023-10-30 8:42 UTC
[PATCH] Fix error handling in begin_new_exec
2023-10-30 5:50 UTC (3+ messages)
[PATCH] ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lock
2023-10-30 2:29 UTC (2+ messages)
[syzbot] [ntfs3?] possible deadlock in indx_read
2023-10-28 22:43 UTC
[PATCH] iomap: fix iomap_dio_zero() for fs bs > system page size
2023-10-28 19:57 UTC (14+ messages)
[PATCH v2 00/39] Memory allocation profiling
2023-10-28 17:21 UTC (5+ messages)
` [PATCH v2 06/39] mm: enumerate all gfp flags
[syzbot] [ntfs3?] INFO: task hung in ntfs_read_folio (2)
2023-10-28 17:05 UTC (2+ messages)
[GIT PULL] iomap: bug fixes for 6.6-rc7
2023-10-28 16:56 UTC (9+ messages)
[syzbot] [ntfs?] kernel BUG in ntfs_prepare_pages_for_non_resident_write (2)
2023-10-28 16:16 UTC
[linux-next:master] BUILD REGRESSION 66f1e1ea3548378ff6387b1ce0b40955d54e86aa
2023-10-28 9:45 UTC
[PATCH] fuse: Track process write operations in both direct and writethrough modes
2023-10-28 6:59 UTC
[PATCH 0/2] Triggering a softlockup panic during SMP boot
2023-10-27 23:06 UTC (5+ messages)
` [PATCH 1/2] proc: sysctl: prevent aliased sysctls from getting passed to init
` [PATCH 2/2] watchdog: move softlockup_panic back to early_param
[PATCH] docs: vfs: fix typo in struct xattr_handlers
2023-10-27 22:14 UTC (2+ 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;
as well as URLs for NNTP newsgroup(s).