linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-05 16:34:34 to 2023-11-07 13:07:58 UTC [more...]

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-07 13:07 UTC  (52+ 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 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 12/34] KVM: Introduce per-page memory attributes
` [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 18/34] KVM: x86/mmu: Handle page fault for private memory
` [PATCH 21/34] KVM: x86: Add support for "protected VMs" that can utilize "
` [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 32/34] KVM: selftests: Add basic selftest for guest_memfd()
` [PATCH 33/34] KVM: selftests: Test KVM exit behavior for private memory/access
` [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags
` [PATCH 35/34] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH 36/34] KVM: Add transparent hugepage support for dedicated guest memory

[syzbot] [reiserfs?] possible deadlock in reiserfs_dirty_inode
 2023-11-07 11:03 UTC  (3+ messages)

[GIT PULL] vfs iomap updates
 2023-11-07 10:18 UTC 

[PATCH 0/7 v3] block: Add config option to not allow writing to mounted devices
 2023-11-07  9:28 UTC  (11+ messages)
` [PATCH 1/7] bcachefs: Convert to bdev_open_by_path()
` [PATCH 2/7] block: Remove blkdev_get_by_*() functions
` [PATCH 3/7] block: Add config option to not allow writing to mounted devices
` [PATCH 5/7] fs: Block writes to mounted block devices

[PATCH 0/3] fanotify support for btrfs sub-volumes
 2023-11-07  9:06 UTC  (29+ messages)

[PATCH] fuse: Track process write operations in both direct and writethrough modes
 2023-11-07  8:13 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] MAINTAINERS: Add Joel Granados as co-maintainer for proc sysctl
 2023-11-07  7:49 UTC  (2+ messages)

[ANNOUNCE] autofs 5.1.9 release
 2023-11-07  4:17 UTC 

[PATCH v1] mm/filemap: increase usage of folio_next_index() helper
 2023-11-07  2:46 UTC 

[RFC] simplifying fast_dput(), dentry_kill() et.al
 2023-11-07  2:08 UTC  (8+ messages)

[PATCH 00/35] nilfs2: Folio conversions
 2023-11-07  1:49 UTC  (37+ messages)
` [PATCH 01/35] nilfs2: Add nilfs_end_folio_io()
` [PATCH 02/35] nilfs2: Convert nilfs_abort_logs to use folios
` [PATCH 03/35] nilfs2: Convert nilfs_segctor_complete_write "
` [PATCH 04/35] nilfs2: Convert nilfs_forget_buffer to use a folio
` [PATCH 05/35] nilfs2: Convert to nilfs_folio_buffers_clean()
` [PATCH 06/35] nilfs2: Convert nilfs_writepage() to use a folio
` [PATCH 07/35] nilfs2: Convert nilfs_mdt_write_page() "
` [PATCH 08/35] nilfs2: Convert to nilfs_clear_folio_dirty()
` [PATCH 09/35] nilfs2: Convert to __nilfs_clear_folio_dirty()
` [PATCH 10/35] nilfs2: Convert nilfs_segctor_prepare_write to use folios
` [PATCH 11/35] nilfs2: Convert nilfs_page_mkwrite() to use a folio
` [PATCH 12/35] nilfs2: Convert nilfs_mdt_create_block "
` [PATCH 13/35] nilfs2: Convert nilfs_mdt_submit_block "
` [PATCH 14/35] nilfs2: Convert nilfs_gccache_submit_read_data "
` [PATCH 15/35] nilfs2: Convert nilfs_btnode_create_block "
` [PATCH 16/35] nilfs2: Convert nilfs_btnode_submit_block "
` [PATCH 17/35] nilfs2: Convert nilfs_btnode_delete "
` [PATCH 18/35] nilfs2: Convert nilfs_btnode_prepare_change_key "
` [PATCH 19/35] nilfs2: Convert nilfs_btnode_commit_change_key "
` [PATCH 20/35] nilfs2: Convert nilfs_btnode_abort_change_key "
` [PATCH 21/35] nilfs2: Remove page_address() from nilfs_set_link
` [PATCH 22/35] nilfs2: Remove page_address() from nilfs_add_link
` [PATCH 23/35] nilfs2: Remove page_address() from nilfs_delete_entry
` [PATCH 24/35] nilfs2: Return the mapped address from nilfs_get_page()
` [PATCH 25/35] nilfs2: Pass the mapped address to nilfs_check_page()
` [PATCH 26/35] nilfs2: Switch to kmap_local for directory handling
` [PATCH 27/35] nilfs2: Add nilfs_get_folio()
` [PATCH 28/35] nilfs2: Convert nilfs_readdir to use a folio
` [PATCH 29/35] nilfs2: Convert nilfs_find_entry "
` [PATCH 30/35] nilfs2: Convert nilfs_rename() to use folios
` [PATCH 31/35] nilfs2: Convert nilfs_add_link() to use a folio
` [PATCH 32/35] nilfs2: Convert nilfs_empty_dir() "
` [PATCH 33/35] nilfs2: Convert nilfs_make_empty() "
` [PATCH 34/35] nilfs2: Convert nilfs_prepare_chunk() and nilfs_commit_chunk() to folios
` [PATCH 35/35] nilfs2: Convert nilfs_page_bug() to nilfs_folio_bug()

[PATCH v4 0/6] querying mount attributes
 2023-11-07  0:47 UTC  (6+ messages)

[PATCH AUTOSEL 4.14 2/4] binfmt_misc: cleanup on filesystem umount
 2023-11-07  0:05 UTC  (2+ messages)

[PATCH AUTOSEL 6.6 05/13] binfmt_elf: Support segments with 0 filesz and misaligned starts
 2023-11-07  0:04 UTC  (4+ messages)
` [PATCH AUTOSEL 6.6 07/13] binfmt_misc: cleanup on filesystem umount

[PATCH AUTOSEL 4.19 3/5] binfmt_misc: cleanup on filesystem umount
 2023-11-06 23:17 UTC 

[PATCH AUTOSEL 5.4 3/5] binfmt_misc: cleanup on filesystem umount
 2023-11-06 23:16 UTC 

[PATCH AUTOSEL 5.10 3/5] binfmt_misc: cleanup on filesystem umount
 2023-11-06 23:16 UTC 

[PATCH AUTOSEL 5.15 3/6] binfmt_misc: cleanup on filesystem umount
 2023-11-06 23:16 UTC 

[PATCH AUTOSEL 6.1 06/11] binfmt_misc: cleanup on filesystem umount
 2023-11-06 23:15 UTC 

[PATCH AUTOSEL 6.5 05/13] binfmt_elf: Support segments with 0 filesz and misaligned starts
 2023-11-06 23:15 UTC  (2+ messages)
` [PATCH AUTOSEL 6.5 07/13] binfmt_misc: cleanup on filesystem umount

[syzbot] Monthly gfs2 report (Nov 2023)
 2023-11-06 23:07 UTC 

[PATCH v9 bpf-next 11/17] bpf,lsm: add BPF token LSM hooks
 2023-11-06 22:46 UTC  (4+ messages)
` [PATCH v9 "

[PATCH v9 bpf-next 09/17] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
 2023-11-06 22:29 UTC  (4+ messages)
` [PATCH v9 9/17] "

[PATCH 00/18] btrfs: convert to the new mount API
 2023-11-06 22:08 UTC  (19+ messages)
` [PATCH 01/18] fs: indicate request originates from old mount api
` [PATCH 02/18] btrfs: split out the mount option validation code into its own helper
` [PATCH 03/18] btrfs: set default compress type at btrfs_init_fs_info time
` [PATCH 04/18] btrfs: move space cache settings into open_ctree
` [PATCH 05/18] btrfs: do not allow free space tree rebuild on extent tree v2
` [PATCH 06/18] btrfs: split out ro->rw and rw->ro helpers into their own functions
` [PATCH 07/18] btrfs: add a NOSPACECACHE mount option flag
` [PATCH 08/18] btrfs: add fs_parameter definitions
` [PATCH 09/18] btrfs: add parse_param callback for the new mount api
` [PATCH 10/18] btrfs: add fs context handling functions
` [PATCH 11/18] btrfs: add reconfigure callback for fs_context
` [PATCH 12/18] btrfs: add get_tree callback for new mount API
` [PATCH 13/18] btrfs: handle the ro->rw transition for mounting different subovls
` [PATCH 14/18] btrfs: switch to the new mount API
` [PATCH 15/18] btrfs: move the device specific mount options to super.c
` [PATCH 16/18] btrfs: remove old mount API code
` [PATCH 17/18] btrfs: move one shot mount option clearing to super.c
` [PATCH 18/18] btrfs: set clear_cache if we use usebackuproot

[PATCH v17 12/12] null_blk: add support for copy offload
 2023-11-06 21:11 UTC  (2+ messages)

[syzbot] [btrfs?] memory leak in btrfs_add_delayed_tree_ref
 2023-11-06 20:19 UTC  (2+ messages)

[PATCH] fs: Pass AT_GETATTR_NOSEC flag to getattr interface function
 2023-11-06 19:44 UTC  (3+ messages)

[PATCH v9 bpf-next 17/17] bpf,selinux: allocate bpf_security_struct per BPF token
 2023-11-06 19:18 UTC  (3+ messages)
` [PATCH v9 "

Conditions for FOLL_LONGTERM mapping in fsdax
 2023-11-06 18:15 UTC  (2+ messages)

[RFC PATCH] fs: make s_count atomic_t
 2023-11-06 18:08 UTC  (3+ messages)

[PATCH v4 00/23] security: Move IMA and EVM to the LSM infrastructure
 2023-11-06 16:40 UTC  (8+ messages)
` [PATCH v4 12/23] security: Introduce file_post_open hook
` [PATCH v4 17/23] security: Introduce inode_post_remove_acl hook
` [PATCH v4 20/23] ima: Move IMA-Appraisal to LSM infrastructure

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2023-11-06 15:56 UTC  (14+ messages)
` [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory
` [PATCH v13 23/35] KVM: x86: Add support for "protected VMs" that can utilize "
` [PATCH v13 27/35] KVM: selftests: Add helpers to convert guest memory b/w private and shared

[GIT PULL for v6.7] autofs updates
 2023-11-06 14:50 UTC  (7+ messages)

[PATCH 0/2] fuse: Rename DIRECT_IO_{RELAX -> ALLOW_MMAP}
 2023-11-06 14:08 UTC  (3+ messages)

Heisenbug: I/O freeze can be resolved by cat $task/cmdline of unrelated process
 2023-11-06 13:58 UTC  (3+ messages)

[PATCH v2] dcache: remove unnecessary NULL check in dget_dlock()
 2023-11-06 13:44 UTC 

[BUG REPORT] next-20231102: generic/311 fails on XFS with external log
 2023-11-06 12:49 UTC  (17+ 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

[PATCH v1 0/2] fuse: Introduce sysfs APIs to flush or resend pending requests
 2023-11-06 12:03 UTC  (5+ messages)

Inquiry from MikolajGroup Hungary
 2023-11-06 10:11 UTC 

[PATCH] vfs: remove a redundant might_sleep in wait_on_inode
 2023-11-06  9:45 UTC  (2+ messages)

[resend PATCH v4] fuse: share lookup state between submount and its parent
 2023-11-06  9:41 UTC  (2+ messages)

[GIT PULL] overlayfs update for 6.7
 2023-11-06  6:50 UTC 

[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
 2023-11-06  6:41 UTC  (4+ messages)
` [PATCH v11] "
  ` [PATCH v12] "
    ` [PATCH v13] "

[PATCH v9 bpf-next 10/17] bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooks
 2023-11-06  5:01 UTC  (2+ messages)
` [PATCH v9 "

[syzbot] [btrfs?] kernel BUG in __extent_writepage_io
 2023-11-06  1:31 UTC 

[GIT PULL] bcachefs for 6.7-rc1, part 2
 2023-11-06  1:15 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).