Linux Filesystem Development
[Prev Page][Next Page]
[PATCH] befs: Cleanup description and reduce BeOS language; no functional change, Alexander von Gluck IV
[PATCH v2 00/27] Finish the create_empty_buffers() transition,
Matthew Wilcox (Oracle)
- [PATCH v2 15/27] nilfs2: Remove nilfs_page_get_nth_block, Matthew Wilcox (Oracle)
- [PATCH v2 11/27] nilfs2: Convert nilfs_grab_buffer() to use a folio, Matthew Wilcox (Oracle)
- [PATCH v2 12/27] nilfs2: Convert nilfs_copy_page() to nilfs_copy_folio(), Matthew Wilcox (Oracle)
- [PATCH v2 13/27] nilfs2: Convert nilfs_mdt_forget_block() to use a folio, Matthew Wilcox (Oracle)
- [PATCH v2 14/27] nilfs2: Convert nilfs_mdt_get_frozen_buffer to use a folio, Matthew Wilcox (Oracle)
- [PATCH v2 16/27] nilfs2: Convert nilfs_lookup_dirty_data_buffers to use folio_create_empty_buffers, Matthew Wilcox (Oracle)
- [PATCH v2 07/27] gfs2: Convert gfs2_getbuf() to folios, Matthew Wilcox (Oracle)
- [PATCH v2 01/27] buffer: Return bool from grow_dev_folio(), Matthew Wilcox (Oracle)
- [PATCH v2 10/27] nilfs2: Convert nilfs_mdt_freeze_buffer to use a folio, Matthew Wilcox (Oracle)
- [PATCH v2 08/27] gfs2: Convert gfs2_getjdatabuf to use a folio, Matthew Wilcox (Oracle)
- [PATCH v2 19/27] ntfs: Convert ntfs_prepare_pages_for_non_resident_write() to folios, Matthew Wilcox (Oracle)
- [PATCH v2 21/27] ocfs2: Convert ocfs2_map_page_blocks to use a folio, Matthew Wilcox (Oracle)
- [PATCH v2 25/27] ufs; Convert ufs_change_blocknr() to use folios, Matthew Wilcox (Oracle)
- [PATCH v2 09/27] gfs2: Convert gfs2_write_buf_to_page() to use a folio, Matthew Wilcox (Oracle)
- [PATCH v2 20/27] ntfs3: Convert ntfs_zero_range() to use a folio, Matthew Wilcox (Oracle)
- [PATCH v2 17/27] ntfs: Convert ntfs_read_block() to use a folio, Matthew Wilcox (Oracle)
- [PATCH v2 23/27] ufs: Add ufs_get_locked_folio and ufs_put_locked_folio, Matthew Wilcox (Oracle)
- [PATCH v2 24/27] ufs: Use ufs_get_locked_folio() in ufs_alloc_lastblock(), Matthew Wilcox (Oracle)
- [PATCH v2 04/27] ext4: Convert to folio_create_empty_buffers, Matthew Wilcox (Oracle)
- [PATCH v2 05/27] buffer: Add get_nth_bh(), Matthew Wilcox (Oracle)
- [PATCH v2 22/27] reiserfs: Convert writepage to use a folio, Matthew Wilcox (Oracle)
- [PATCH v2 06/27] gfs2: Convert inode unstuffing to use a folio, Matthew Wilcox (Oracle)
- [PATCH v2 26/27] ufs: Remove ufs_get_locked_page(), Matthew Wilcox (Oracle)
- [PATCH v2 02/27] buffer: Make folio_create_empty_buffers() return a buffer_head, Matthew Wilcox (Oracle)
- [PATCH v2 18/27] ntfs: Convert ntfs_writepage to use a folio, Matthew Wilcox (Oracle)
- [PATCH v2 03/27] mpage: Convert map_buffer_to_folio() to folio_create_empty_buffers(), Matthew Wilcox (Oracle)
- [PATCH v2 27/27] buffer: Remove folio_create_empty_buffers(), Matthew Wilcox (Oracle)
[PATCH v8 bpf-next 00/18] BPF token and BPF FS-based delegation,
Andrii Nakryiko
- [PATCH v8 bpf-next 02/18] bpf: add BPF token delegation mount options to BPF FS, Andrii Nakryiko
- [PATCH v8 bpf-next 03/18] bpf: introduce BPF token object, Andrii Nakryiko
- [PATCH v8 bpf-next 04/18] bpf: add BPF token support to BPF_MAP_CREATE command, Andrii Nakryiko
- [PATCH v8 bpf-next 05/18] bpf: add BPF token support to BPF_BTF_LOAD command, Andrii Nakryiko
- [PATCH v8 bpf-next 01/18] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach, Andrii Nakryiko
- [PATCH v8 bpf-next 06/18] bpf: add BPF token support to BPF_PROG_LOAD command, Andrii Nakryiko
- [PATCH v8 bpf-next 07/18] bpf: take into account BPF token when fetching helper protos, Andrii Nakryiko
- [PATCH v8 bpf-next 10/18] bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooks, Andrii Nakryiko
- [PATCH v8 bpf-next 08/18] bpf: consistenly use BPF token throughout BPF verifier logic, Andrii Nakryiko
- [PATCH v8 bpf-next 12/18] libbpf: add bpf_token_create() API, Andrii Nakryiko
- [PATCH v8 bpf-next 11/18] bpf,lsm: add BPF token LSM hooks, Andrii Nakryiko
- [PATCH v8 bpf-next 16/18] libbpf: add BPF token support to bpf_prog_load() API, Andrii Nakryiko
- [PATCH v8 bpf-next 09/18] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks, Andrii Nakryiko
- [PATCH v8 bpf-next 14/18] libbpf: add BPF token support to bpf_map_create() API, Andrii Nakryiko
- [PATCH v8 bpf-next 13/18] selftests/bpf: fix test_maps' use of bpf_map_create_opts, Andrii Nakryiko
- [PATCH v8 bpf-next 17/18] selftests/bpf: add BPF token-enabled tests, Andrii Nakryiko
- [PATCH v8 bpf-next 15/18] libbpf: add BPF token support to bpf_btf_load() API, Andrii Nakryiko
- [PATCH v8 bpf-next 18/18] bpf,selinux: allocate bpf_security_struct per BPF token, Andrii Nakryiko
- Re: [PATCH v8 bpf-next 00/18] BPF token and BPF FS-based delegation, Lorenz Bauer
- Re: [PATCH v8 bpf-next 00/18] BPF token and BPF FS-based delegation, Andrii Nakryiko
[PATCH][SMB3 client] fix touch -h of symlink,
Steve French
[PATCH v14 00/12] FUSE passthrough for file io,
Amir Goldstein
- [PATCH v14 01/12] fs: prepare for stackable filesystems backing file helpers, Amir Goldstein
- [PATCH v14 03/12] fs: factor out backing_file_splice_{read,write}() helpers, Amir Goldstein
- [PATCH v14 05/12] fuse: factor out helper for FUSE_DEV_IOC_CLONE, Amir Goldstein
- [PATCH v14 02/12] fs: factor out backing_file_{read,write}_iter() helpers, Amir Goldstein
- [PATCH v14 04/12] fs: factor out backing_file_mmap() helper, Amir Goldstein
- [PATCH v14 06/12] fuse: introduce FUSE_PASSTHROUGH capability, Amir Goldstein
- [PATCH v14 07/12] fuse: pass optional backing_id in struct fuse_open_out, Amir Goldstein
- [PATCH v14 08/12] fuse: implement ioctls to manage backing files, Amir Goldstein
- [PATCH v14 09/12] fuse: implement read/write passthrough, Amir Goldstein
- [PATCH v14 10/12] fuse: implement splice_{read/write} passthrough, Amir Goldstein
- [PATCH v14 11/12] fuse: implement passthrough for mmap, Amir Goldstein
- [PATCH v14 12/12] fuse: implement passthrough for readdir, Amir Goldstein
- Re: [PATCH v14 00/12] FUSE passthrough for file io, Amir Goldstein
[PATCH] block: simplify bdev_del_partition(),
Christian Brauner
[PATCH v2 0/4] Add tst_fd iterator API,
Cyril Hrubis
[PATCH RFC gmem v1 0/8] KVM: gmem hooks/changes needed for x86 (other archs?),
Michael Roth
[PATCH] fs: Fix typo in access_override_creds(), gaoyusong
[PATCH v5 00/10] Introduce __mt_dup() to improve the performance of fork(),
Peng Zhang
- [PATCH v5 01/10] maple_tree: Add mt_free_one() and mt_attr() helpers, Peng Zhang
- [PATCH v5 02/10] maple_tree: Introduce {mtree,mas}_lock_nested(), Peng Zhang
- [PATCH v5 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup(), Peng Zhang
- [PATCH v5 04/10] radix tree test suite: Align kmem_cache_alloc_bulk() with kernel behavior., Peng Zhang
- [PATCH v5 05/10] maple_tree: Add test for mtree_dup(), Peng Zhang
- [PATCH v5 06/10] maple_tree: Update the documentation of maple tree, Peng Zhang
- [PATCH v5 07/10] maple_tree: Skip other tests when BENCH is enabled, Peng Zhang
- [PATCH v5 08/10] maple_tree: Update check_forking() and bench_forking(), Peng Zhang
- [PATCH v5 09/10] maple_tree: Preserve the tree attributes when destroying maple tree, Peng Zhang
- [PATCH v5 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap(), Peng Zhang
- Re: [PATCH v5 00/10] Introduce __mt_dup() to improve the performance of fork(), Peng Zhang
[GIT PULL] overlayfs fixes for 6.6-rc6,
Amir Goldstein
[PATCH] ovl: temporarily disable appending lowedirs,
Amir Goldstein
[PATCH v3] writeback, cgroup: switch inodes with dirty timestamps to release dying cgwbs,
Jingbo Xu
[linux-next:master] BUILD REGRESSION e3b18f7200f45d66f7141136c25554ac1e82009b, kernel test robot
[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib,
David Howells
- [RFC PATCH 02/53] netfs: Track the fpos above which the server has no data, David Howells
- [RFC PATCH 03/53] netfs: Note nonblockingness in the netfs_io_request struct, David Howells
- [RFC PATCH 01/53] netfs: Add a procfile to list in-progress requests, David Howells
- [RFC PATCH 04/53] netfs: Allow the netfs to make the io (sub)request alloc larger, David Howells
- [RFC PATCH 05/53] netfs: Add a ->free_subrequest() op, David Howells
- Re: [RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib, Daire Byrne
- <Possible follow-ups>
- [RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib, David Howells
- [RFC PATCH 01/53] netfs: Add a procfile to list in-progress requests, David Howells
- [RFC PATCH 02/53] netfs: Track the fpos above which the server has no data, David Howells
- [RFC PATCH 04/53] netfs: Allow the netfs to make the io (sub)request alloc larger, David Howells
- [RFC PATCH 05/53] netfs: Add a ->free_subrequest() op, David Howells
- [RFC PATCH 03/53] netfs: Note nonblockingness in the netfs_io_request struct, David Howells
- [RFC PATCH 06/53] afs: Don't use folio->private to record partial modification, David Howells
- [RFC PATCH 08/53] netfs: Add rsize to netfs_io_request, David Howells
- [RFC PATCH 07/53] netfs: Provide invalidate_folio and release_folio calls, David Howells
- [RFC PATCH 10/53] netfs: Add iov_iters to (sub)requests to describe various buffers, David Howells
- [RFC PATCH 11/53] netfs: Add support for DIO buffering, David Howells
- [RFC PATCH 12/53] netfs: Provide tools to create a buffer in an xarray, David Howells
- [RFC PATCH 09/53] netfs: Implement unbuffered/DIO vs buffered I/O locking, David Howells
- [RFC PATCH 13/53] netfs: Add bounce buffering support, David Howells
- [RFC PATCH 14/53] netfs: Add func to calculate pagecount/size-limited span of an iterator, David Howells
- [RFC PATCH 15/53] netfs: Limit subrequest by size or number of segments, David Howells
- [RFC PATCH 16/53] netfs: Export netfs_put_subrequest() and some tracepoints, David Howells
- [RFC PATCH 18/53] netfs: Add a hook to allow tell the netfs to update its i_size, David Howells
- [RFC PATCH 19/53] netfs: Make netfs_put_request() handle a NULL pointer, David Howells
- [RFC PATCH 17/53] netfs: Extend the netfs_io_*request structs to handle writes, David Howells
- [RFC PATCH 20/53] fscache: Add a function to begin an cache op from a netfslib request, David Howells
- [RFC PATCH 21/53] netfs: Make the refcounting of netfs_begin_read() easier to use, David Howells
- [RFC PATCH 22/53] netfs: Prep to use folio->private for write grouping and streaming write, David Howells
- [RFC PATCH 23/53] netfs: Dispatch write requests to process a writeback slice, David Howells
- [RFC PATCH 24/53] netfs: Provide func to copy data to pagecache for buffered write, David Howells
- [RFC PATCH 25/53] netfs: Make netfs_read_folio() handle streaming-write pages, David Howells
- [RFC PATCH 26/53] netfs: Allocate multipage folios in the writepath, David Howells
- [RFC PATCH 30/53] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite(), David Howells
- [RFC PATCH 28/53] netfs: Implement unbuffered/DIO write support, David Howells
- [RFC PATCH 32/53] netfs: Provide a writepages implementation, David Howells
- [RFC PATCH 27/53] netfs: Implement support for unbuffered/DIO read, David Howells
- [RFC PATCH 33/53] netfs: Provide minimum blocksize parameter, David Howells
- [RFC PATCH 37/53] netfs: Support decryption on ubuffered/DIO read, David Howells
- [RFC PATCH 41/53] netfs: Rearrange netfs_io_subrequest to put request pointer first, David Howells
- [RFC PATCH 36/53] netfs: Decrypt encrypted content, David Howells
- [RFC PATCH 40/53] netfs: Implement a write-through caching option, David Howells
- [RFC PATCH 44/53] cifs: Share server EOF pos with netfslib, David Howells
- [RFC PATCH 31/53] netfs: Provide netfs_file_read_iter(), David Howells
- [RFC PATCH 38/53] netfs: Support encryption on Unbuffered/DIO write, David Howells
- [RFC PATCH 29/53] netfs: Implement buffered write API, David Howells
- [RFC PATCH 49/53] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c, David Howells
- [RFC PATCH 51/53] cifs: Remove some code that's no longer used, part 1, David Howells
- [RFC PATCH 43/53] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest, David Howells
- [RFC PATCH 50/53] cifs: Cut over to using netfslib, David Howells
- [RFC PATCH 42/53] afs: Use the netfs write helpers, David Howells
- [RFC PATCH 53/53] cifs: Remove some code that's no longer used, part 3, David Howells
- [RFC PATCH 48/53] cifs: Implement netfslib hooks, David Howells
- [RFC PATCH 34/53] netfs: Make netfs_skip_folio_read() take account of blocksize, David Howells
- [RFC PATCH 46/53] cifs: Use more fields from netfs_io_subrequest, David Howells
- [RFC PATCH 45/53] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest, David Howells
- [RFC PATCH 39/53] netfs: Provide a launder_folio implementation, David Howells
- [RFC PATCH 35/53] netfs: Perform content encryption, David Howells
- [RFC PATCH 47/53] cifs: Make wait_mtu_credits take size_t args, David Howells
- [RFC PATCH 52/53] cifs: Remove some code that's no longer used, part 2, David Howells
[syzbot] [fs?] KCSAN: data-race in __d_lookup_rcu / dont_mount, syzbot
[PATCH] chardev: Simplify usage of try_module_get(),
Uwe Kleine-König
[RFC PATCH] fs: introduce check for drop/inc_nlink,
cheng.lin130
[PATCH v2] writeback, cgroup: switch inodes with dirty timestamps to release dying cgwbs,
Jingbo Xu
Subject: [ANNOUNCE] xfs-linux: for-next updated to cbc06310c36f, Chandan Babu R
[PATCH] kallsyms: Clean up errors in module.h, chenguohua
[PATCH] sysctl: Clean up errors in sysctl.h, chenguohua
[PATCH v7 bpf-next 00/18] BPF token and BPF FS-based delegation,
Andrii Nakryiko
- [PATCH v7 bpf-next 05/18] bpf: add BPF token support to BPF_BTF_LOAD command, Andrii Nakryiko
- [PATCH v7 bpf-next 02/18] bpf: add BPF token delegation mount options to BPF FS, Andrii Nakryiko
- [PATCH v7 bpf-next 04/18] bpf: add BPF token support to BPF_MAP_CREATE command, Andrii Nakryiko
- [PATCH v7 bpf-next 03/18] bpf: introduce BPF token object, Andrii Nakryiko
- [PATCH v7 bpf-next 01/18] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach, Andrii Nakryiko
- [PATCH v7 bpf-next 08/18] bpf: consistenly use BPF token throughout BPF verifier logic, Andrii Nakryiko
- [PATCH v7 bpf-next 09/18] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks, Andrii Nakryiko
- [PATCH v7 bpf-next 14/18] libbpf: add BPF token support to bpf_map_create() API, Andrii Nakryiko
- [PATCH v7 bpf-next 13/18] selftests/bpf: fix test_maps' use of bpf_map_create_opts, Andrii Nakryiko
- [PATCH v7 bpf-next 17/18] selftests/bpf: add BPF token-enabled tests, Andrii Nakryiko
- [PATCH v7 bpf-next 10/18] bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooks, Andrii Nakryiko
- [PATCH v7 bpf-next 06/18] bpf: add BPF token support to BPF_PROG_LOAD command, Andrii Nakryiko
- [PATCH v7 bpf-next 18/18] bpf,selinux: allocate bpf_security_struct per BPF token, Andrii Nakryiko
- [PATCH v7 bpf-next 15/18] libbpf: add BPF token support to bpf_btf_load() API, Andrii Nakryiko
- [PATCH v7 bpf-next 12/18] libbpf: add bpf_token_create() API, Andrii Nakryiko
- [PATCH v7 bpf-next 07/18] bpf: take into account BPF token when fetching helper protos, Andrii Nakryiko
- [PATCH v7 bpf-next 11/18] bpf,lsm: add bpf_token_create and bpf_token_free LSM hooks, Andrii Nakryiko
- [PATCH v7 bpf-next 16/18] libbpf: add BPF token support to bpf_prog_load() API, Andrii Nakryiko
[PATCH] audit,io_uring: io_uring openat triggers audit reference count underflow,
Dan Clash
Large Block Sizes update and monthly sync ups, Luis Chamberlain
[PATCH v4 0/3] permit write-sealed memfd read-only shared mappings,
Lorenzo Stoakes
[PATCH] const_structs.checkpatch: add xattr_handler,
Thomas Weißschuh
[PATCH 0/2] ovl: fix regression from new mount api conversion,
Amir Goldstein
Re: [PATCH] xfs: pin inodes that would otherwise overflow link count, cheng.lin130
[bug report] mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al., Dan Carpenter
[syzbot] [ext4?] KASAN: wild-memory-access Read in read_block_bitmap, syzbot
[PATCH v4 0/5] Abstract vma_merge() and split_vma(),
Lorenzo Stoakes
[PATCH] *: mark stuff as __ro_after_init,
Alexey Dobriyan
memleak in libfs report,
Vlad Buslov
[PATCH 0/2] lib/find: Fix KCSAN warnings in find_*_bit() functions,
Jan Kara
[syzbot] Monthly v9fs report (Oct 2023), syzbot
[GIT PULL] quota regression fix for 6.6-rc6,
Jan Kara
Re: [PATCH v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled,
Jan Kara
Re: [bug report] libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_type,
Jeff Layton
[syzbot] [hfs?] KMSAN: uninit-value in hfsplus_rename_cat, syzbot
[PATCH] writeback, cgroup: switch inodes with dirty timestamps to release dying cgwbs,
Jingbo Xu
[ANNOUNCE] xfs-linux: for-next updated to f809c3aae7b0, Chandan Babu R
[PATCH] Documentation: fs: fix directory locking proofs,
Mo Zou
[PATCH] vboxsf: Remove the unused variable out_len,
Jiapeng Chong
This list is being migrated to new infrastructure (no action required),
Konstantin Ryabitsev
Re: [syzbot] [reiserfs?] possible deadlock in filename_create, syzbot
[linux-next:master] BUILD REGRESSION c0a6edb636cba9c0d1db966a54d910a02e52e4be, kernel test robot
[PATCH v3 0/5] Abstract vma_merge() and split_vma(),
Lorenzo Stoakes
[syzbot] [gfs2?] WARNING: suspicious RCU usage in gfs2_permission,
syzbot
Re: [PATCH v14 08/39] mm/swap: Add folio_mark_accessed(),
Gregory Price
[syzbot] Monthly fs report (Oct 2023), syzbot
[PATCH] fanotify: delete useless parenthesis in FANOTIFY_INLINE_FH macro,
Alexey Dobriyan
[syzbot] [jfs?] INFO: task hung in lmLogClose (2),
syzbot
[PATCH] exec: allow executing block devices,
Alyssa Ross
[PATCH] sched/wait: introduce endmark in __wake_up_common,
Bin Lai
[PATCH v2 0/5] Abstract vma_merge() and split_vma(),
Lorenzo Stoakes
[PATCH v3 0/3] Reduce impact of overlayfs backing files fake path,
Amir Goldstein
[PATCH 0/4] reiserfs: fixes,
Christian Brauner
[PATCH 3/4] reiserfs: centralize journal device closing, Christian Brauner
[PATCH v6 00/38] arm64/gcs: Provide support for GCS in userspace,
Mark Brown
- [PATCH v6 01/38] arm64/mm: Restructure arch_validate_flags() for extensibility, Mark Brown
- [PATCH v6 02/38] prctl: arch-agnostic prctl for shadow stack, Mark Brown
- [PATCH v6 03/38] mman: Add map_shadow_stack() flags, Mark Brown
- [PATCH v6 04/38] arm64: Document boot requirements for Guarded Control Stacks, Mark Brown
- [PATCH v6 06/38] arm64/sysreg: Add new system registers for GCS, Mark Brown
- [PATCH v6 05/38] arm64/gcs: Document the ABI for Guarded Control Stacks, Mark Brown
- [PATCH v6 07/38] arm64/sysreg: Add definitions for architected GCS caps, Mark Brown
- [PATCH v6 08/38] arm64/gcs: Add manual encodings of GCS instructions, Mark Brown
- [PATCH v6 10/38] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS), Mark Brown
- [PATCH v6 09/38] arm64/gcs: Provide copy_to_user_gcs(), Mark Brown
- [PATCH v6 11/38] arm64/mm: Allocate PIE slots for EL0 guarded control stack, Mark Brown
- [PATCH v6 12/38] mm: Define VM_SHADOW_STACK for arm64 when we support GCS, Mark Brown
- [PATCH v6 13/38] arm64/mm: Map pages for guarded control stack, Mark Brown
- [PATCH v6 14/38] KVM: arm64: Manage GCS registers for guests, Mark Brown
- [PATCH v6 15/38] arm64/gcs: Allow GCS usage at EL0 and EL1, Mark Brown
- [PATCH v6 16/38] arm64/idreg: Add overrride for GCS, Mark Brown
- [PATCH v6 17/38] arm64/hwcap: Add hwcap for GCS, Mark Brown
- [PATCH v6 18/38] arm64/traps: Handle GCS exceptions, Mark Brown
- [PATCH v6 20/38] arm64/gcs: Context switch GCS state for EL0, Mark Brown
- [PATCH v6 19/38] arm64/mm: Handle GCS data aborts, Mark Brown
- [PATCH v6 21/38] arm64/gcs: Allocate a new GCS for threads with GCS enabled, Mark Brown
- [PATCH v6 22/38] arm64/gcs: Implement shadow stack prctl() interface, Mark Brown
- [PATCH v6 23/38] arm64/mm: Implement map_shadow_stack(), Mark Brown
- [PATCH v6 25/38] arm64/signal: Expose GCS state in signal frames, Mark Brown
- [PATCH v6 24/38] arm64/signal: Set up and restore the GCS context for signal handlers, Mark Brown
- [PATCH v6 26/38] arm64/ptrace: Expose GCS via ptrace and core files, Mark Brown
- [PATCH v6 33/38] kselftest/arm64: Add very basic GCS test program, Mark Brown
- [PATCH v6 34/38] kselftest/arm64: Add a GCS test program built with the system libc, Mark Brown
- [PATCH v6 35/38] kselftest/arm64: Add test coverage for GCS mode locking, Mark Brown
- [PATCH v6 36/38] selftests/arm64: Add GCS signal tests, Mark Brown
- [PATCH v6 37/38] kselftest/arm64: Add a GCS stress test, Mark Brown
- [PATCH v6 38/38] kselftest/arm64: Enable GCS for the FP stress tests, Mark Brown
- [PATCH v6 28/38] kselftest/arm64: Verify the GCS hwcap, Mark Brown
- [PATCH v6 30/38] kselftest/arm64: Add framework support for GCS to signal handling tests, Mark Brown
- [PATCH v6 27/38] arm64: Add Kconfig for Guarded Control Stack (GCS), Mark Brown
- [PATCH v6 29/38] kselftest/arm64: Add GCS as a detected feature in the signal tests, Mark Brown
- [PATCH v6 31/38] kselftest/arm64: Allow signals tests to specify an expected si_code, Mark Brown
- [PATCH v6 32/38] kselftest/arm64: Always run signals tests with GCS enabled, Mark Brown
[syzbot] Monthly ext4 report (Oct 2023), syzbot
[syzbot] Monthly udf report (Oct 2023), syzbot
[PATCH v4 00/10] Introduce __mt_dup() to improve the performance of fork(),
Peng Zhang
- [PATCH v4 01/10] maple_tree: Add mt_free_one() and mt_attr() helpers, Peng Zhang
- [PATCH v4 04/10] radix tree test suite: Align kmem_cache_alloc_bulk() with kernel behavior., Peng Zhang
- [PATCH v4 02/10] maple_tree: Introduce {mtree,mas}_lock_nested(), Peng Zhang
- [PATCH v4 06/10] maple_tree: Update the documentation of maple tree, Peng Zhang
- [PATCH v4 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup(), Peng Zhang
- [PATCH v4 05/10] maple_tree: Add test for mtree_dup(), Peng Zhang
- [PATCH v4 07/10] maple_tree: Skip other tests when BENCH is enabled, Peng Zhang
- [PATCH v4 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap(), Peng Zhang
- [PATCH v4 08/10] maple_tree: Update check_forking() and bench_forking(), Peng Zhang
- [PATCH v4 09/10] maple_tree: Preserve the tree attributes when destroying maple tree, Peng Zhang
Re: [PATCHSET v5] io_uring IO interface, Corey Anderson
[PATCH v3 0/3] userfaultfd move option,
Suren Baghdasaryan
Re: [PATCH v2 5/5] fs: Add inode_assert_locked() and inode_assert_locked_excl(), Mateusz Guzik
[PATCH 0/4] Abstract vma_merge() and split_vma(),
Lorenzo Stoakes
[PATCH AUTOSEL 5.15 02/10] fs-writeback: do not requeue a clean inode having skipped pages, Sasha Levin
[PATCH AUTOSEL 6.1 03/12] fs-writeback: do not requeue a clean inode having skipped pages, Sasha Levin
[PATCH AUTOSEL 6.5 04/18] fs-writeback: do not requeue a clean inode having skipped pages, Sasha Levin
[syzbot] [jfs?] general protection fault in lbmStartIO,
syzbot
[PATCH v3 0/3] permit write-sealed memfd read-only shared mappings,
Lorenzo Stoakes
[PATCH v2 0/3] Reduce impact of overlayfs backing files fake path,
Amir Goldstein
[PATCH v2] fuse: remove unneeded lock which protecting update of congestion_threshold,
Kemeng Shi
[PATCH v8 0/5] Introduce provisioning primitives,
Sarthak Kukreti
[PATCH v3 00/28] fs-verity support for XFS,
Andrey Albershteyn
[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]