messages from 2023-10-06 18:53:57 to 2023-10-09 16:43:06 UTC [more...]
[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
2023-10-09 16:42 UTC (3+ messages)
` [RFC PATCH v12 05/33] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
[PATCH 0/4] reiserfs: fixes
2023-10-09 16:33 UTC (11+ messages)
` [PATCH 1/4] reiserfs: user superblock as holder for journal device
` [PATCH 2/4] reiserfs: centralize freeing of reiserfs info
` [PATCH 3/4] reiserfs: centralize journal device closing
` [PATCH 4/4] reiserfs: fix journal device opening
[PATCH v10 00/27] Rust support
2023-10-09 16:31 UTC (9+ messages)
` [PATCH v10 25/27] x86: enable initial "
[PATCH 0/4] Abstract vma_merge() and split_vma()
2023-10-09 16:30 UTC (9+ messages)
` [PATCH 1/4] mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al
` [PATCH 2/4] mm: make vma_merge() and split_vma() internal
` [PATCH 3/4] mm: abstract merge for new VMAs into vma_merge_new_vma()
` [PATCH 4/4] mm: abstract VMA extension and merge into vma_merge_extend() helper
[PATCH v3 0/3] userfaultfd move option
2023-10-09 16:29 UTC (8+ messages)
` [PATCH v3 1/3] mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()
` [PATCH v3 2/3] userfaultfd: UFFDIO_MOVE uABI
` [PATCH v3 3/3] selftests/mm: add UFFDIO_MOVE ioctl test
[PATCH 0/2] 2 cosmetic changes
2023-10-09 16:14 UTC (2+ messages)
[PATCH v2 00/89] fs: new accessor methods for inode atime and mtime
2023-10-09 16:09 UTC (5+ messages)
` [PATCH v2 03/89] spufs: convert to new timestamp accessors
` [PATCH v2 24/89] ceph: "
[PATCH v3 0/3] Reduce impact of overlayfs backing files fake path
2023-10-09 15:37 UTC (4+ messages)
` [PATCH v3 1/3] fs: get mnt_writers count for an open backing file's real path
` [PATCH v3 2/3] fs: create helper file_user_path() for user displayed mapped file path
` [PATCH v3 3/3] fs: store real path instead of fake path in backing file f_path
[RFC PATCH] fs: add AT_EMPTY_PATH support to unlinkat()
2023-10-09 15:14 UTC (3+ messages)
[PATCH v1 00/20] Permission Overlay Extension
2023-10-09 14:49 UTC (4+ messages)
` [PATCH v1 15/20] arm64: add POE signal support
[PATCH 00/29] const xattr tables
2023-10-09 14:43 UTC (10+ messages)
` [PATCH 08/29] erofs: move erofs_xattr_handlers and xattr_handler_map to .rodata
` [PATCH 10/29] f2fs: move f2fs_xattr_handlers and f2fs_xattr_handler_map "
` [PATCH 15/29] jffs2: move jffs2_xattr_handlers "
` [PATCH 25/29] ubifs: move ubifs_xattr_handlers "
[syzbot] [f2fs?] possible deadlock in super_lock
2023-10-09 14:19 UTC (5+ messages)
` [syzbot] [reiserfs?] "
[syzbot] [jfs?] general protection fault in lbmStartIO
2023-10-09 13:55 UTC (5+ messages)
` [PATCH] jfs: fix log->bdev_handle null ptr deref "
[resend PATCH v2 0/2] virtiofs submounts that are still in use forgotten by shrinker
2023-10-09 12:52 UTC (5+ messages)
` [resend PATCH v2 2/2] fuse: ensure that submounts lookup their parent
[PATCH v6 00/38] arm64/gcs: Provide support for GCS in userspace
2023-10-09 12:09 UTC (39+ messages)
` [PATCH v6 01/38] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v6 02/38] prctl: arch-agnostic prctl for shadow stack
` [PATCH v6 03/38] mman: Add map_shadow_stack() flags
` [PATCH v6 04/38] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v6 05/38] arm64/gcs: Document the ABI "
` [PATCH v6 06/38] arm64/sysreg: Add new system registers for GCS
` [PATCH v6 07/38] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v6 08/38] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v6 09/38] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v6 10/38] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v6 11/38] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v6 12/38] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v6 13/38] arm64/mm: Map pages for guarded control stack
` [PATCH v6 14/38] KVM: arm64: Manage GCS registers for guests
` [PATCH v6 15/38] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v6 16/38] arm64/idreg: Add overrride for GCS
` [PATCH v6 17/38] arm64/hwcap: Add hwcap "
` [PATCH v6 18/38] arm64/traps: Handle GCS exceptions
` [PATCH v6 19/38] arm64/mm: Handle GCS data aborts
` [PATCH v6 20/38] arm64/gcs: Context switch GCS state for EL0
` [PATCH v6 21/38] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v6 22/38] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v6 23/38] arm64/mm: Implement map_shadow_stack()
` [PATCH v6 24/38] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v6 25/38] arm64/signal: Expose GCS state in signal frames
` [PATCH v6 26/38] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v6 27/38] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v6 28/38] kselftest/arm64: Verify the GCS hwcap
` [PATCH v6 29/38] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v6 30/38] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v6 31/38] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v6 32/38] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v6 33/38] kselftest/arm64: Add very basic GCS test program
` [PATCH v6 34/38] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v6 35/38] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v6 36/38] selftests/arm64: Add GCS signal tests
` [PATCH v6 37/38] kselftest/arm64: Add a GCS stress test
` [PATCH v6 38/38] kselftest/arm64: Enable GCS for the FP stress tests
[PATCH v4 00/10] Introduce __mt_dup() to improve the performance of fork()
2023-10-09 11:06 UTC (12+ messages)
` [PATCH v4 01/10] maple_tree: Add mt_free_one() and mt_attr() helpers
` [PATCH v4 02/10] maple_tree: Introduce {mtree,mas}_lock_nested()
` [PATCH v4 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()
` [PATCH v4 04/10] radix tree test suite: Align kmem_cache_alloc_bulk() with kernel behavior
` [PATCH v4 05/10] maple_tree: Add test for mtree_dup()
` [PATCH v4 06/10] maple_tree: Update the documentation of maple tree
` [PATCH v4 07/10] maple_tree: Skip other tests when BENCH is enabled
` [PATCH v4 08/10] maple_tree: Update check_forking() and bench_forking()
` [PATCH v4 09/10] maple_tree: Preserve the tree attributes when destroying maple tree
` [PATCH v4 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()
[PATCH v1 1/1] xarray: fix the data-race in xas_find_chunk() by using READ_ONCE()
2023-10-09 10:15 UTC (11+ messages)
[PATCH] virtiofs: Export filesystem tags through sysfs
2023-10-09 9:53 UTC (2+ messages)
[syzbot] Monthly ext4 report (Oct 2023)
2023-10-09 9:23 UTC
[syzbot] Monthly udf report (Oct 2023)
2023-10-09 9:23 UTC
[PATCH v2 0/3] Reduce impact of overlayfs backing files fake path
2023-10-09 8:25 UTC (10+ messages)
` [PATCH v2 1/3] fs: get mnt_writers count for an open backing file's real path
` [PATCH v2 2/3] fs: create helper file_user_path() for user displayed mapped file path
` [PATCH v2 3/3] fs: store real path instead of fake path in backing file f_path
[PATCHSET v5] io_uring IO interface
2023-10-09 7:27 UTC
[PATCH v7 08/12] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
2023-10-09 7:36 UTC (6+ messages)
` [PATCH v7 00/12] iov_iter: Convert the iterator macros into inline funcs
` [PATCH next] iov_iter: fix copy_page_from_iter_atomic()
[PATCH 0/8] shmem,tmpfs: general maintenance
2023-10-09 0:15 UTC (8+ messages)
` [PATCH 8/8] shmem,percpu_counter: add _limited_add(fbc, limit, amount)
[PATCH v8 0/5] Introduce provisioning primitives
2023-10-08 23:50 UTC (11+ messages)
` [PATCH v8 1/5] block: Don't invalidate pagecache for invalid falloc modes
` [PATCH v8 2/5] block: Introduce provisioning primitives
` [PATCH v8 3/5] loop: Add support for provision requests
` [PATCH v8 4/5] dm: Add block provisioning support
` [PATCH v8 5/5] block: Pass unshare intent via REQ_OP_PROVISION
` [RFC PATCH 6/5] xfs: detect block devices requiring provisioning
` [RFC PATCH 7/5] xfs: add block device provisioning for fallocate
[PATCH v2 5/5] fs: Add inode_assert_locked() and inode_assert_locked_excl()
2023-10-08 21:21 UTC
[PATCH v13 00/10] fuse: Add support for passthrough read/write
2023-10-08 17:53 UTC (16+ messages)
Fwd: kernel bug when performing heavy IO operations
2023-10-08 14:07 UTC (7+ messages)
[PATCH v3 0/9] Introduce __mt_dup() to improve the performance of fork()
2023-10-08 7:54 UTC (10+ messages)
` [PATCH v3 9/9] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()
[PATCH 0/2] Two cleanups to pipe
2023-10-08 9:48 UTC (3+ messages)
` [PATCH 1/2] pipe: remove pipe_full check with wrong head in pipe_write
` [PATCH 2/2] pipe: avoid repeat check of pipe->readers with pipe lock held
[PATCH AUTOSEL 5.15 02/10] fs-writeback: do not requeue a clean inode having skipped pages
2023-10-08 0:49 UTC
[PATCH AUTOSEL 6.1 03/12] fs-writeback: do not requeue a clean inode having skipped pages
2023-10-08 0:49 UTC
[PATCH AUTOSEL 6.5 04/18] fs-writeback: do not requeue a clean inode having skipped pages
2023-10-08 0:48 UTC
[syzbot] [btrfs?] UBSAN: array-index-out-of-bounds in FSE_decompress_wksp_body_bmi2
2023-10-07 21:05 UTC (2+ messages)
` [syzbot] [zstd] "
[PATCH v3 0/3] permit write-sealed memfd read-only shared mappings
2023-10-07 20:51 UTC (4+ messages)
` [PATCH v3 1/3] mm: drop the assumption that VM_SHARED always implies writable
` [PATCH v3 2/3] mm: update memfd seal write check to include F_SEAL_WRITE
` [PATCH v3 3/3] mm: enforce the mapping_map_writable() check after call_mmap()
[PATCH v2 3/3] mm: perform the mapping_map_writable() check after call_mmap()
2023-10-07 20:07 UTC (3+ messages)
[syzbot] possible deadlock in exfat_get_block
2023-10-07 18:47 UTC (2+ messages)
` [syzbot] [exfat?] "
[GIT PULL] xfs: bug fixes for 6.6
2023-10-07 18:12 UTC (2+ messages)
[PATCH] fuse: pass ATTR_KILL_SUID/ATTR_KILL_SGID mode bits to user space
2023-10-07 7:50 UTC (2+ messages)
[PATCH v2] fuse: remove unneeded lock which protecting update of congestion_threshold
2023-10-07 15:39 UTC
[PATCH v3 00/28] fs-verity support for XFS
2023-10-07 4:02 UTC (25+ messages)
` [PATCH v3 05/28] fs: add FS_XFLAG_VERITY for fs-verity sealed inodes
` [PATCH v3 06/28] fsverity: add drop_page() callout
` [PATCH v3 09/28] fsverity: pass log_blocksize to end_enable_verity()
` [PATCH v3 10/28] fsverity: operate with Merkle tree blocks instead of pages
` [PATCH v3 11/28] iomap: pass readpage operation to read path
` [PATCH v3 12/28] iomap: allow filesystem to implement read path verification
` [PATCH v3 13/28] xfs: add XBF_VERITY_CHECKED xfs_buf flag
` [PATCH v3 14/28] xfs: add XFS_DA_OP_BUFFER to make xfs_attr_get() return buffer
` [PATCH v3 15/28] xfs: introduce workqueue for post read IO work
` [PATCH v3 16/28] xfs: add bio_set and submit_io for ioend post-processing
` [PATCH v3 17/28] xfs: add attribute type for fs-verity
` [PATCH v3 18/28] xfs: make xfs_buf_get() to take XBF_* flags
` [PATCH v3 19/28] xfs: add XBF_DOUBLE_ALLOC to increase size of the buffer
` [PATCH v3 20/28] xfs: add fs-verity ro-compat flag
` [PATCH v3 21/28] xfs: add inode on-disk VERITY flag
` [PATCH v3 22/28] xfs: initialize fs-verity on file open and cleanup on inode destruction
` [PATCH v3 23/28] xfs: don't allow to enable DAX on fs-verity sealsed inode
` [PATCH v3 24/28] xfs: disable direct read path for fs-verity sealed files
` [PATCH v3 25/28] xfs: add fs-verity support
` [PATCH v3 26/28] xfs: make scrub aware of verity dinode flag
` [PATCH v3 27/28] xfs: add fs-verity ioctls
` [PATCH v3 28/28] xfs: enable ro-compat fs-verity flag
[PATCH bootconfig 0/3] Expose boot-loader kernel command-line arguments
2023-10-07 3:42 UTC (10+ messages)
` [PATCH bootconfig 1/3] doc: Update /proc/cmdline documentation to include boot config
` [PATCH bootconfig 2/3] fs/proc: Add boot loader arguments as comment to /proc/bootconfig
` [PATCH bootconfig 3/3] doc: Add /proc/bootconfig to proc.rst
[PATCH v7 0/5] Introduce provisioning primitives
2023-10-07 1:30 UTC (10+ messages)
[dm-devel] [PATCH v7 5/5] loop: Add support for provision requests
2023-10-07 1:29 UTC (4+ messages)
` "
[PATCH 10/21] block: Add fops atomic write support
2023-10-07 1:21 UTC (13+ messages)
[PATCH 00/21] block atomic writes
2023-10-06 23:48 UTC (6+ messages)
` [PATCH 18/21] scsi: sd: Support reading atomic properties from block limits VPD
[PATCH v3 0/4] querying mount attributes
2023-10-06 23:07 UTC (9+ messages)
` [PATCH v3 4/4] add listmount(2) syscall
Test failure from "file: convert to SLAB_TYPESAFE_BY_RCU"
2023-10-06 19:49 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).