linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-27 18:09:30 to 2023-10-31 00:18:24 UTC [more...]

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2023-10-31  0:18 UTC  (64+ messages)
` [PATCH v13 01/35] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [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 06/35] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
` [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 19/35] KVM: x86: Disallow hugepages when memory attributes are mixed
` [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
` [PATCH v13 23/35] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [PATCH v13 24/35] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [PATCH v13 25/35] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [PATCH v13 26/35] KVM: selftests: Add support for creating private memslots
` [PATCH v13 27/35] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [PATCH v13 28/35] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [PATCH v13 29/35] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [PATCH v13 30/35] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [PATCH v13 31/35] KVM: selftests: Add x86-only selftest for private memory conversions
` [PATCH v13 32/35] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [PATCH v13 33/35] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [PATCH v13 34/35] KVM: selftests: Add basic selftest for guest_memfd()
` [PATCH v13 35/35] KVM: selftests: Test KVM exit behavior for private memory/access

[GIT PULL] bcachefs for v6.7
 2023-10-30 23:50 UTC  (2+ messages)

[GIT PULL] fscrypt updates for 6.7
 2023-10-30 23:50 UTC  (2+ messages)

[PATCH RFC 2/9] timekeeping: new interfaces for multigrain timestamp handing
 2023-10-30 23:34 UTC  (15+ messages)

[RFC] simplifying fast_dput(), dentry_kill() et.al
 2023-10-30 22:18 UTC  (3+ 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] autofs updates
 2023-10-30 20:05 UTC  (5+ 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  (19+ messages)
` [PATCH v2 10/24] arm64: mask out POIndex when modifying a PTE
` [PATCH v2 11/24] arm64: enable ARCH_HAS_PKEYS on arm64
` [PATCH v2 12/24] arm64: handle PKEY/POE faults
` [PATCH v2 13/24] arm64: stop using generic mm_hooks.h
` [PATCH v2 14/24] arm64: implement PKEYS support
` [PATCH v2 15/24] arm64: add POE signal support
` [PATCH v2 16/24] arm64: enable PKEY support for CPUs with S1POE
` [PATCH v2 17/24] arm64: enable POE and PIE to coexist
` [PATCH v2 18/24] kselftest/arm64: move get_header()
` [PATCH v2 19/24] selftests: mm: move fpregs printing
` [PATCH v2 20/24] selftests: mm: make protection_keys test work on arm64
` [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 23/24] kselftest/arm64: Add test case for POR_EL0 signal frame records
` [PATCH v2 24/24] KVM: selftests: get-reg-list: add Permission Overlay registers

[GIT PULL] execve updates for v6.7-rc1
 2023-10-30 17:22 UTC 

[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

[PATCH] readahead: Update the file_ra_state.ra_pages with each readahead operation
 2023-10-30 16:47 UTC  (2+ messages)

[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

[PATCH 0/3] fanotify support for btrfs sub-volumes
 2023-10-30 13:25 UTC  (7+ messages)

[RFC][PATCH] get rid of passing callbacks to ceph __dentry_leases_walk()
 2023-10-30 12:18 UTC  (2+ messages)

[PATCH v14 00/12] FUSE passthrough for file io
 2023-10-30 10:16 UTC  (3+ messages)

[syzbot] Monthly kernfs report (Oct 2023)
 2023-10-30  9:14 UTC 

[PATCH v4 0/6] querying mount attributes
 2023-10-30  9:06 UTC  (8+ messages)
` [PATCH v4 2/6] mounts: keep list of mounts in an rbtree

[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 

[RESEND PATCH] fs: Fix typo in access_override_creds()
 2023-10-30  8:32 UTC  (2+ messages)

[PATCH] Fix error handling in begin_new_exec
 2023-10-30  5:50 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 22c2699cb068
 2023-10-30  5:46 UTC 

[PATCH] ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lock
 2023-10-30  2:29 UTC  (2+ messages)

[PATCH v2 0/6] shmem: high order folios support in write path
 2023-10-29 23:32 UTC  (19+ 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

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

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-10-27 18:36 UTC  (10+ messages)
` [PATCH 22/32] vfs: inode cache conversion to hash-bl
  ` (subset) "


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