linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-06 10:39:27 to 2023-11-07 14:39:35 UTC [more...]

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-07 14:38 UTC  (40+ messages)
` [PATCH 08/34] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [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 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] exfat: Fix uninit-value access in __exfat_write_inode()
 2023-11-07 14:30 UTC 

[PATCH v5 00/23] security: Move IMA and EVM to the LSM infrastructure
 2023-11-07 14:05 UTC  (25+ messages)
` [PATCH v5 01/23] ima: Align ima_inode_post_setattr() definition with "
` [PATCH v5 02/23] ima: Align ima_file_mprotect() "
` [PATCH v5 03/23] ima: Align ima_inode_setxattr() "
` [PATCH v5 04/23] ima: Align ima_inode_removexattr() "
` [PATCH v5 05/23] ima: Align ima_post_read_file() "
` [PATCH v5 06/23] evm: Align evm_inode_post_setattr() "
` [PATCH v5 07/23] evm: Align evm_inode_setxattr() "
` [PATCH v5 08/23] evm: Align evm_inode_post_setxattr() "
` [PATCH v5 09/23] security: Align inode_setattr hook definition with EVM
` [PATCH v5 10/23] security: Introduce inode_post_setattr hook
` [PATCH v5 11/23] security: Introduce inode_post_removexattr hook
` [PATCH v5 12/23] security: Introduce file_post_open hook
` [PATCH v5 13/23] security: Introduce file_pre_free_security hook
` [PATCH v5 14/23] security: Introduce path_post_mknod hook
` [PATCH v5 15/23] security: Introduce inode_post_create_tmpfile hook
` [PATCH v5 16/23] security: Introduce inode_post_set_acl hook
` [PATCH v5 17/23] security: Introduce inode_post_remove_acl hook
` [PATCH v5 18/23] security: Introduce key_post_create_or_update hook
` [PATCH v5 19/23] ima: Move to LSM infrastructure
` [PATCH v5 20/23] ima: Move IMA-Appraisal "
` [PATCH v5 21/23] evm: Move "
` [PATCH v5 22/23] integrity: Move integrity functions to the "
` [PATCH v5 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache

[RFC] weirdness in f2fs_rename() with RENAME_WHITEOUT
 2023-11-07 13:55 UTC  (3+ messages)

[PATCH 00/10] sysctl: Remove sentinel elements from kernel dir
 2023-11-07 13:45 UTC  (11+ messages)
` [PATCH 01/10] kernel misc: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH 02/10] umh: "
` [PATCH 03/10] ftrace: "
` [PATCH 04/10] timekeeping: "
` [PATCH 05/10] seccomp: "
` [PATCH 06/10] scheduler: "
` [PATCH 07/10] printk: "
` [PATCH 08/10] kprobes: "
` [PATCH 09/10] delayacct: "
` [PATCH 10/10] bpf: "

[PATCH 0/4] sysctl: Remove sentinel elements from fs dir
 2023-11-07 13:44 UTC  (5+ messages)
` [PATCH 1/4] cachefiles: Remove the now superfluous sentinel element from ctl_table array
` [PATCH 2/4] aio: Remove the now superfluous sentinel elements "
` [PATCH 3/4] sysctl: "
` [PATCH 4/4] coda: "

[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  (27+ 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  (7+ 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  (2+ messages)

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

[PATCH v2 0/2] Handle multi device freezing
 2023-11-06 12:49 UTC  (7+ messages)
` [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)


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