Linux Filesystem Development
[Prev Page][Next Page]
[syzbot] [overlayfs?] memory leak in ovl_parse_param,
syzbot
[RFC][overlayfs] do we still need d_instantiate_anon() and export of d_alloc_anon()?,
Al Viro
[linux-next:master] BUILD REGRESSION 8728c14129df7a6e29188a2e737b4774fb200953, kernel test robot
[syzbot] Monthly fs report (Nov 2023), syzbot
[PATCH v1 0/1] fs: Consider capabilities relative to namespace for linkat permission check,
Charles Mirabile
[syzbot] [reiserfs?] possible deadlock in chmod_common (2),
syzbot
[PATCH next V3] proc: support file->f_pos checking in mem_lseek,
Zizhi Wo
[PATCH v10 bpf-next 00/17] BPF token and BPF FS-based delegation,
Andrii Nakryiko
- [PATCH v10 bpf-next 01/17] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach, Andrii Nakryiko
- [PATCH v10 bpf-next 02/17] bpf: add BPF token delegation mount options to BPF FS, Andrii Nakryiko
- [PATCH v10 bpf-next 04/17] bpf: add BPF token support to BPF_MAP_CREATE command, Andrii Nakryiko
- [PATCH v10 bpf-next 05/17] bpf: add BPF token support to BPF_BTF_LOAD command, Andrii Nakryiko
- [PATCH v10 bpf-next 06/17] bpf: add BPF token support to BPF_PROG_LOAD command, Andrii Nakryiko
- [PATCH v10 bpf-next 03/17] bpf: introduce BPF token object, Andrii Nakryiko
- [PATCH v10 bpf-next 07/17] bpf: take into account BPF token when fetching helper protos, Andrii Nakryiko
- [PATCH v10 bpf-next 09/17] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks, Andrii Nakryiko
- [PATCH v10 bpf-next 13/17] libbpf: add BPF token support to bpf_map_create() API, Andrii Nakryiko
- [PATCH v10 bpf-next 08/17] bpf: consistently use BPF token throughout BPF verifier logic, Andrii Nakryiko
- [PATCH v10 bpf-next 10/17] bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooks, Andrii Nakryiko
- [PATCH v10 bpf-next 11/17] bpf,lsm: add BPF token LSM hooks, Andrii Nakryiko
- [PATCH v10 bpf-next 12/17] libbpf: add bpf_token_create() API, Andrii Nakryiko
- [PATCH v10 bpf-next 15/17] libbpf: add BPF token support to bpf_prog_load() API, Andrii Nakryiko
- [PATCH v10 bpf-next 17/17] bpf,selinux: allocate bpf_security_struct per BPF token, Andrii Nakryiko
- [PATCH v10 bpf-next 14/17] libbpf: add BPF token support to bpf_btf_load() API, Andrii Nakryiko
- [PATCH v10 bpf-next 16/17] selftests/bpf: add BPF token-enabled tests, Andrii Nakryiko
[PATCH v9 0/3] [PATCH v9 0/3] Introduce provisioning primitives,
Sarthak Kukreti
[PATCH 0/2] Fuse submount_lookup needs to be initialized,
Krister Johansen
[RFC PATCH 0/6] debugfs/wifi: locking fixes,
Johannes Berg
[PATCH v2 0/7] More buffer_head cleanups,
Matthew Wilcox (Oracle)
[PATCH] fs: RESOLVE_CACHED final path component fix,
Andreas Gruenbacher
[syzbot] Monthly udf report (Nov 2023), syzbot
[syzbot] [reiserfs?] kernel BUG in direntry_check_right,
syzbot
[syzbot] [btrfs?] WARNING in create_pending_snapshot,
syzbot
[PATCH 00/41] afs: Fix probe handling, server rotation and RO volume callback handling,
David Howells
- [PATCH 01/41] rxrpc: Fix RTT determination to use PING ACKs as a source, David Howells
- [PATCH 03/41] rxrpc: Fix some minor issues with bundle tracing, David Howells
- [PATCH 02/41] rxrpc: Fix two connection reaping bugs, David Howells
- [PATCH 05/41] afs: Make error on cell lookup failure consistent with OpenAFS, David Howells
- [PATCH 06/41] afs: Remove whitespace before most ')' from the trace header, David Howells
- [PATCH 04/41] afs: Fix afs_server_list to be cleaned up with RCU, David Howells
- [PATCH 08/41] afs: Add comments on abort handling, David Howells
- [PATCH 10/41] rxrpc, afs: Allow afs to pin rxrpc_peer objects, David Howells
- [PATCH 12/41] afs: Rename addr_list::failed to probe_failed, David Howells
- [PATCH 07/41] afs: Automatically generate trace tag enums, David Howells
- [PATCH 09/41] afs: Turn the afs_addr_list address array into an array of structs, David Howells
- [PATCH 14/41] afs: Use op->nr_iterations=-1 to indicate to begin fileserver iteration, David Howells
- [PATCH 11/41] afs: Don't skip server addresses for which we didn't get an RTT reading, David Howells
- [PATCH 13/41] afs: Handle the VIO abort explicitly, David Howells
- [PATCH 15/41] afs: Return ENOENT if no cell DNS record can be found, David Howells
- [PATCH 16/41] afs: Wrap most op->error accesses with inline funcs, David Howells
- [PATCH 17/41] afs: Don't put afs_call in afs_wait_for_call_to_complete(), David Howells
- [PATCH 19/41] afs: Add a tracepoint for struct afs_addr_list, David Howells
- [PATCH 18/41] afs: Simplify error handling, David Howells
- [PATCH 21/41] afs: Use peer + service_id as call address, David Howells
- [PATCH 20/41] afs: Rename some fields, David Howells
- [PATCH 23/41] rxrpc: Create a procfile to display outstanding clien conn bundles, David Howells
- [PATCH 27/41] afs: Mark address lists with configured priorities, David Howells
- [PATCH 24/41] afs: Add some more info to /proc/net/afs/servers, David Howells
- [PATCH 25/41] afs: Remove the unimplemented afs_cmp_addr_list(), David Howells
- [PATCH 22/41] afs: Fold the afs_addr_cursor struct in, David Howells
- [PATCH 28/41] afs: Dispatch fileserver probes in priority order, David Howells
- [PATCH 26/41] afs: Provide a way to configure address priorities, David Howells
- [PATCH 29/41] afs: Dispatch vlserver probes in priority order, David Howells
- [PATCH 30/41] afs: Keep a record of the current fileserver endpoint state, David Howells
- [PATCH 32/41] afs: Fix file locking on R/O volumes to operate in local mode, David Howells
- [PATCH 33/41] afs: Mark a superblock for an R/O or Backup volume as SB_RDONLY, David Howells
- [PATCH 31/41] afs: Combine the endpoint state bools into a bitmask, David Howells
- [PATCH 34/41] afs: Make it possible to find the volumes that are using a server, David Howells
- [PATCH 36/41] afs: Move the vnode/volume validity checking code into its own file, David Howells
- [PATCH 38/41] afs: Parse the VolSync record in the reply of a number of RPC ops, David Howells
- [PATCH 37/41] afs: Apply server breaks to mmap'd files in the call processor, David Howells
- [PATCH 39/41] afs: Overhaul invalidation handling to better support RO volumes, David Howells
- [PATCH 41/41] afs: Fix offline and busy handling, David Howells
- [PATCH 40/41] afs: Fix fileserver rotation, David Howells
- [PATCH 35/41] afs: Defer volume record destruction to a workqueue, David Howells
[PATCH] debugfs: only clean up d_fsdata for d_is_reg(),
Johannes Berg
selftests: memfd: run_fuse_test.sh - fuse_evict_inode - fs/fuse/inode.c:162 - panic,
Naresh Kamboju
[RFC][PATCH 0/4] mm, page_owner: make the owner in page owner clearer,
Jeff Xie
[PATCH -next V2] proc: support file->f_pos checking in mem_lseek,
WoZ1zh1
[syzbot] Monthly xfs report (Nov 2023), syzbot
[syzbot] Monthly ext4 report (Nov 2023), syzbot
[PATCH v2] virtiofs: Export filesystem tags through sysfs,
Vivek Goyal
[PATCH 0/4] Make folio_start_writeback return void,
Matthew Wilcox (Oracle)
[PATCH v2 00/18] btrfs: convert to the new mount API,
Josef Bacik
- [PATCH v2 01/18] fs: indicate request originates from old mount api, Josef Bacik
- [PATCH v2 02/18] btrfs: split out the mount option validation code into its own helper, Josef Bacik
- [PATCH v2 03/18] btrfs: set default compress type at btrfs_init_fs_info time, Josef Bacik
- [PATCH v2 04/18] btrfs: move space cache settings into open_ctree, Josef Bacik
- [PATCH v2 05/18] btrfs: do not allow free space tree rebuild on extent tree v2, Josef Bacik
- [PATCH v2 07/18] btrfs: add a NOSPACECACHE mount option flag, Josef Bacik
- [PATCH v2 06/18] btrfs: split out ro->rw and rw->ro helpers into their own functions, Josef Bacik
- [PATCH v2 08/18] btrfs: add fs_parameter definitions, Josef Bacik
- [PATCH v2 09/18] btrfs: add parse_param callback for the new mount api, Josef Bacik
- [PATCH v2 10/18] btrfs: add fs context handling functions, Josef Bacik
- [PATCH v2 11/18] btrfs: add reconfigure callback for fs_context, Josef Bacik
- [PATCH v2 12/18] btrfs: add get_tree callback for new mount API, Josef Bacik
- [PATCH v2 13/18] btrfs: handle the ro->rw transition for mounting different subovls, Josef Bacik
- [PATCH v2 14/18] btrfs: switch to the new mount API, Josef Bacik
- [PATCH v2 15/18] btrfs: move the device specific mount options to super.c, Josef Bacik
- [PATCH v2 17/18] btrfs: move one shot mount option clearing to super.c, Josef Bacik
- [PATCH v2 16/18] btrfs: remove old mount API code, Josef Bacik
- [PATCH v2 18/18] btrfs: set clear_cache if we use usebackuproot, Josef Bacik
- Re: [PATCH v2 00/18] btrfs: convert to the new mount API, Neal Gompa
- Re: [PATCH v2 00/18] btrfs: convert to the new mount API, Johannes Thumshirn
- Re: [PATCH v2 00/18] btrfs: convert to the new mount API, Christian Brauner
[syzbot] [f2fs?] kernel BUG in f2fs_evict_inode (2),
syzbot
[viro-vfs:work.dcache2 2/22] fs/coda/cache.c:98:53: error: passing argument 1 of 'd_inode_rcu' from incompatible pointer type, kernel test robot
[GIT PULL] xfs: new code for 6.7,
Chandan Babu R
[PATCH] fs: dcache: fix dget()/dget_dlock() kernel-doc,
Randy Dunlap
[PATCH] fs : Fix warning using plain integer as NULL,
Abhinav Singh
[RFC 0/6] tracking fd counts per cgroup,
Tycho Andersen
[RESEND v5 0/4] Add support for Vendor Defined Error Types in Einj Module,
Avadhut Naik
[PATCH 0/3] Add folio_zero_tail() and folio_fill_tail(),
Matthew Wilcox (Oracle)
[PATCH 0/5] More buffer_head cleanups,
Matthew Wilcox (Oracle)
[PATCH 4/5] buffer: Cast block to loff_t before shifting it, Matthew Wilcox (Oracle)
[PATCH 3/5] buffer: Fix grow_buffers() for block size > PAGE_SIZE, Matthew Wilcox (Oracle)
[PATCH 5/5] buffer: Fix various functions for block size > PAGE_SIZE, Matthew Wilcox (Oracle)
[PATCH AUTOSEL 5.10 16/16] exfat: support handle zero-size directory, Sasha Levin
[PATCH AUTOSEL 5.15 22/22] exfat: support handle zero-size directory, Sasha Levin
[PATCH AUTOSEL 6.1 29/30] exfat: support handle zero-size directory, Sasha Levin
[PATCH AUTOSEL 6.5 33/34] exfat: support handle zero-size directory, Sasha Levin
[PATCH AUTOSEL 6.6 35/36] exfat: support handle zero-size directory, Sasha Levin
[GIT PULL] vfs fanotify fsid updates,
Christian Brauner
[PATCH] exfat: Fix uninit-value access in __exfat_write_inode(),
Shigeru Yoshida
[PATCH 00/10] sysctl: Remove sentinel elements from kernel dir,
Joel Granados via B4 Relay
- [PATCH 01/10] kernel misc: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH 03/10] ftrace: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH 05/10] seccomp: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH 04/10] timekeeping: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH 02/10] umh: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH 08/10] kprobes: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH 07/10] printk: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH 06/10] scheduler: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH 10/10] bpf: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH 09/10] delayacct: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
[PATCH 0/4] sysctl: Remove sentinel elements from fs dir,
Joel Granados via B4 Relay
[PATCH v5 00/23] security: Move IMA and EVM to the LSM infrastructure,
Roberto Sassu
- [PATCH v5 01/23] ima: Align ima_inode_post_setattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v5 02/23] ima: Align ima_file_mprotect() definition with LSM infrastructure, Roberto Sassu
- [PATCH v5 03/23] ima: Align ima_inode_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v5 04/23] ima: Align ima_inode_removexattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v5 05/23] ima: Align ima_post_read_file() definition with LSM infrastructure, Roberto Sassu
- [PATCH v5 06/23] evm: Align evm_inode_post_setattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v5 07/23] evm: Align evm_inode_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v5 08/23] evm: Align evm_inode_post_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v5 09/23] security: Align inode_setattr hook definition with EVM, Roberto Sassu
- [PATCH v5 11/23] security: Introduce inode_post_removexattr hook, Roberto Sassu
- [PATCH v5 10/23] security: Introduce inode_post_setattr hook, Roberto Sassu
- [PATCH v5 12/23] security: Introduce file_post_open hook, Roberto Sassu
- [PATCH v5 13/23] security: Introduce file_pre_free_security hook, Roberto Sassu
- [PATCH v5 14/23] security: Introduce path_post_mknod hook, Roberto Sassu
- [PATCH v5 15/23] security: Introduce inode_post_create_tmpfile hook, Roberto Sassu
- [PATCH v5 16/23] security: Introduce inode_post_set_acl hook, Roberto Sassu
- [PATCH v5 17/23] security: Introduce inode_post_remove_acl hook, Roberto Sassu
- [PATCH v5 18/23] security: Introduce key_post_create_or_update hook, Roberto Sassu
- [PATCH v5 19/23] ima: Move to LSM infrastructure, Roberto Sassu
- [PATCH v5 20/23] ima: Move IMA-Appraisal to LSM infrastructure, Roberto Sassu
- [PATCH v5 21/23] evm: Move to LSM infrastructure, Roberto Sassu
- [PATCH v5 22/23] integrity: Move integrity functions to the LSM infrastructure, Roberto Sassu
- [PATCH v5 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache, Roberto Sassu
- Re: [PATCH v5 00/23] security: Move IMA and EVM to the LSM infrastructure, Roberto Sassu
[GIT PULL] vfs iomap updates,
Christian Brauner
[ANNOUNCE] autofs 5.1.9 release, Ian Kent
[PATCH AUTOSEL 4.14 2/4] binfmt_misc: cleanup on filesystem umount,
Sasha Levin
[PATCH AUTOSEL 4.19 3/5] binfmt_misc: cleanup on filesystem umount, Sasha Levin
[PATCH AUTOSEL 5.4 3/5] binfmt_misc: cleanup on filesystem umount, Sasha Levin
[PATCH AUTOSEL 5.10 3/5] binfmt_misc: cleanup on filesystem umount, Sasha Levin
[PATCH AUTOSEL 5.15 3/6] binfmt_misc: cleanup on filesystem umount, Sasha Levin
[PATCH AUTOSEL 6.1 06/11] binfmt_misc: cleanup on filesystem umount, Sasha Levin
[PATCH AUTOSEL 6.5 05/13] binfmt_elf: Support segments with 0 filesz and misaligned starts, Sasha Levin
[PATCH AUTOSEL 6.5 07/13] binfmt_misc: cleanup on filesystem umount, Sasha Levin
[PATCH AUTOSEL 6.6 07/13] binfmt_misc: cleanup on filesystem umount,
Sasha Levin
[PATCH AUTOSEL 6.6 05/13] binfmt_elf: Support segments with 0 filesz and misaligned starts,
Sasha Levin
[syzbot] Monthly gfs2 report (Nov 2023), syzbot
[PATCH 00/18] btrfs: convert to the new mount API,
Josef Bacik
- [PATCH 01/18] fs: indicate request originates from old mount api, Josef Bacik
- [PATCH 02/18] btrfs: split out the mount option validation code into its own helper, Josef Bacik
- [PATCH 05/18] btrfs: do not allow free space tree rebuild on extent tree v2, Josef Bacik
- [PATCH 03/18] btrfs: set default compress type at btrfs_init_fs_info time, Josef Bacik
- [PATCH 07/18] btrfs: add a NOSPACECACHE mount option flag, Josef Bacik
- [PATCH 04/18] btrfs: move space cache settings into open_ctree, Josef Bacik
- [PATCH 06/18] btrfs: split out ro->rw and rw->ro helpers into their own functions, Josef Bacik
- [PATCH 08/18] btrfs: add fs_parameter definitions, Josef Bacik
- [PATCH 10/18] btrfs: add fs context handling functions, Josef Bacik
- [PATCH 09/18] btrfs: add parse_param callback for the new mount api, Josef Bacik
- [PATCH 12/18] btrfs: add get_tree callback for new mount API, Josef Bacik
- [PATCH 11/18] btrfs: add reconfigure callback for fs_context, Josef Bacik
- [PATCH 14/18] btrfs: switch to the new mount API, Josef Bacik
- [PATCH 13/18] btrfs: handle the ro->rw transition for mounting different subovls, Josef Bacik
- [PATCH 15/18] btrfs: move the device specific mount options to super.c, Josef Bacik
- [PATCH 16/18] btrfs: remove old mount API code, Josef Bacik
- [PATCH 18/18] btrfs: set clear_cache if we use usebackuproot, Josef Bacik
- [PATCH 17/18] btrfs: move one shot mount option clearing to super.c, Josef Bacik
Conditions for FOLL_LONGTERM mapping in fsdax,
Usama Arif
[syzbot] [btrfs?] memory leak in btrfs_add_delayed_tree_ref,
syzbot
[PATCH 00/35] nilfs2: Folio conversions,
Matthew Wilcox (Oracle)
- [PATCH 12/35] nilfs2: Convert nilfs_mdt_create_block to use a folio, Matthew Wilcox (Oracle)
- [PATCH 06/35] nilfs2: Convert nilfs_writepage() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 14/35] nilfs2: Convert nilfs_gccache_submit_read_data to use a folio, Matthew Wilcox (Oracle)
- [PATCH 11/35] nilfs2: Convert nilfs_page_mkwrite() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 07/35] nilfs2: Convert nilfs_mdt_write_page() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 05/35] nilfs2: Convert to nilfs_folio_buffers_clean(), Matthew Wilcox (Oracle)
- [PATCH 02/35] nilfs2: Convert nilfs_abort_logs to use folios, Matthew Wilcox (Oracle)
- [PATCH 15/35] nilfs2: Convert nilfs_btnode_create_block to use a folio, Matthew Wilcox (Oracle)
- [PATCH 13/35] nilfs2: Convert nilfs_mdt_submit_block to use a folio, Matthew Wilcox (Oracle)
- [PATCH 10/35] nilfs2: Convert nilfs_segctor_prepare_write to use folios, Matthew Wilcox (Oracle)
- [PATCH 09/35] nilfs2: Convert to __nilfs_clear_folio_dirty(), Matthew Wilcox (Oracle)
- [PATCH 08/35] nilfs2: Convert to nilfs_clear_folio_dirty(), Matthew Wilcox (Oracle)
- [PATCH 16/35] nilfs2: Convert nilfs_btnode_submit_block to use a folio, Matthew Wilcox (Oracle)
- [PATCH 19/35] nilfs2: Convert nilfs_btnode_commit_change_key to use a folio, Matthew Wilcox (Oracle)
- [PATCH 17/35] nilfs2: Convert nilfs_btnode_delete to use a folio, Matthew Wilcox (Oracle)
- [PATCH 21/35] nilfs2: Remove page_address() from nilfs_set_link, Matthew Wilcox (Oracle)
- [PATCH 18/35] nilfs2: Convert nilfs_btnode_prepare_change_key to use a folio, Matthew Wilcox (Oracle)
- [PATCH 01/35] nilfs2: Add nilfs_end_folio_io(), Matthew Wilcox (Oracle)
- [PATCH 04/35] nilfs2: Convert nilfs_forget_buffer to use a folio, Matthew Wilcox (Oracle)
- [PATCH 34/35] nilfs2: Convert nilfs_prepare_chunk() and nilfs_commit_chunk() to folios, Matthew Wilcox (Oracle)
- [PATCH 22/35] nilfs2: Remove page_address() from nilfs_add_link, Matthew Wilcox (Oracle)
- [PATCH 25/35] nilfs2: Pass the mapped address to nilfs_check_page(), Matthew Wilcox (Oracle)
- [PATCH 20/35] nilfs2: Convert nilfs_btnode_abort_change_key to use a folio, Matthew Wilcox (Oracle)
- [PATCH 23/35] nilfs2: Remove page_address() from nilfs_delete_entry, Matthew Wilcox (Oracle)
- [PATCH 26/35] nilfs2: Switch to kmap_local for directory handling, Matthew Wilcox (Oracle)
- [PATCH 32/35] nilfs2: Convert nilfs_empty_dir() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 27/35] nilfs2: Add nilfs_get_folio(), Matthew Wilcox (Oracle)
- [PATCH 33/35] nilfs2: Convert nilfs_make_empty() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 03/35] nilfs2: Convert nilfs_segctor_complete_write to use folios, Matthew Wilcox (Oracle)
- [PATCH 35/35] nilfs2: Convert nilfs_page_bug() to nilfs_folio_bug(), Matthew Wilcox (Oracle)
- [PATCH 28/35] nilfs2: Convert nilfs_readdir to use a folio, Matthew Wilcox (Oracle)
- [PATCH 29/35] nilfs2: Convert nilfs_find_entry to use a folio, Matthew Wilcox (Oracle)
- [PATCH 30/35] nilfs2: Convert nilfs_rename() to use folios, Matthew Wilcox (Oracle)
- [PATCH 31/35] nilfs2: Convert nilfs_add_link() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 24/35] nilfs2: Return the mapped address from nilfs_get_page(), Matthew Wilcox (Oracle)
- Re: [PATCH 00/35] nilfs2: Folio conversions, Ryusuke Konishi
[PATCH v2] dcache: remove unnecessary NULL check in dget_dlock(),
Vegard Nossum
[GIT PULL] overlayfs update for 6.7,
Amir Goldstein
[syzbot] [btrfs?] kernel BUG in __extent_writepage_io,
syzbot
[GIT PULL] bcachefs for 6.7-rc1, part 2,
Kent Overstreet
[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes,
Paolo Bonzini
- [PATCH 01/34] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges, Paolo Bonzini
- [PATCH 02/34] KVM: Assert that mmu_invalidate_in_progress *never* goes negative, Paolo Bonzini
- [PATCH 03/34] KVM: Use gfn instead of hva for mmu_notifier_retry, Paolo Bonzini
- [PATCH 04/34] KVM: WARN if there are dangling MMU invalidations at VM destruction, Paolo Bonzini
- [PATCH 05/34] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER, Paolo Bonzini
- [PATCH 07/34] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER, Paolo Bonzini
- [PATCH 08/34] KVM: Introduce KVM_SET_USER_MEMORY_REGION2, Paolo Bonzini
- [PATCH 09/34] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace, Paolo Bonzini
- [PATCH 06/34] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU, Paolo Bonzini
- [PATCH 10/34] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory, Paolo Bonzini
- [PATCH 11/34] KVM: Drop .on_unlock() mmu_notifier hook, Paolo Bonzini
- [PATCH 12/34] KVM: Introduce per-page memory attributes, Paolo Bonzini
- [PATCH 13/34] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable, Paolo Bonzini
- [PATCH 14/34] fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure(), Paolo Bonzini
- [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory, Paolo Bonzini
- [PATCH 16/34] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN, Paolo Bonzini
- [PATCH 17/34] KVM: x86: Disallow hugepages when memory attributes are mixed, Paolo Bonzini
- [PATCH 18/34] KVM: x86/mmu: Handle page fault for private memory, Paolo Bonzini
- [PATCH 19/34] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro, Paolo Bonzini
- [PATCH 20/34] KVM: Allow arch code to track number of memslot address spaces per VM, Paolo Bonzini
- [PATCH 21/34] KVM: x86: Add support for "protected VMs" that can utilize private memory, Paolo Bonzini
- [PATCH 22/34] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper, Paolo Bonzini
- [PATCH 23/34] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2, Paolo Bonzini
- [PATCH 24/34] KVM: selftests: Add support for creating private memslots, Paolo Bonzini
- [PATCH 25/34] KVM: selftests: Add helpers to convert guest memory b/w private and shared, Paolo Bonzini
- [PATCH 26/34] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86), Paolo Bonzini
- [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type, Paolo Bonzini
- [PATCH 28/34] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data, Paolo Bonzini
- [PATCH 29/34] KVM: selftests: Add x86-only selftest for private memory conversions, Paolo Bonzini
- [PATCH 30/34] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper, Paolo Bonzini
- [PATCH 31/34] KVM: selftests: Expand set_memory_region_test to validate guest_memfd(), Paolo Bonzini
- [PATCH 33/34] KVM: selftests: Test KVM exit behavior for private memory/access, Paolo Bonzini
- [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags, Paolo Bonzini
- [PATCH 35/34] KVM: Prepare for handling only shared mappings in mmu_notifier events, Paolo Bonzini
[Index of Archives]
[Linux Ext4 Filesystem]
[Union Filesystem]
[NTFS 3]
[Ceph Users]
[AutoFS]
[Kernel Announce]
[Kernel Newbies]
[Kernel Development]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]