linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-01 17:12:16 to 2024-10-02 18:37:21 UTC [more...]

[PATCH v7 0/3] FDP and per-io hints
 2024-10-02 18:37 UTC  (21+ messages)
    ` [PATCH v7 3/3] io_uring: enable per-io hinting capability
    ` [PATCH v7 1/3] nvme: enable FDP support

[PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-10-02 18:24 UTC  (45+ messages)
` [PATCH v13 01/40] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v13 02/40] mm: Define VM_HIGH_ARCH_6
` [PATCH v13 03/40] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v13 04/40] prctl: arch-agnostic prctl for shadow stack
` [PATCH v13 05/40] mman: Add map_shadow_stack() flags
` [PATCH v13 06/40] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v13 07/40] arm64/gcs: Document the ABI "
` [PATCH v13 08/40] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v13 09/40] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v13 10/40] arm64/gcs: Provide put_user_gcs()
` [PATCH v13 11/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v13 12/40] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v13 13/40] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v13 14/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v13 15/40] arm64/mm: Map pages for guarded control stack
` [PATCH v13 16/40] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v13 17/40] arm64/idreg: Add overrride for GCS
` [PATCH v13 18/40] arm64/hwcap: Add hwcap "
` [PATCH v13 19/40] arm64/traps: Handle GCS exceptions
` [PATCH v13 20/40] arm64/mm: Handle GCS data aborts
` [PATCH v13 21/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v13 22/40] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v13 23/40] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v13 24/40] arm64/mm: Implement map_shadow_stack()
` [PATCH v13 25/40] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v13 26/40] arm64/signal: Expose GCS state in signal frames
` [PATCH v13 27/40] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v13 28/40] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v13 29/40] kselftest/arm64: Verify the GCS hwcap
` [PATCH v13 30/40] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v13 31/40] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v13 32/40] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v13 33/40] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v13 34/40] kselftest/arm64: Add very basic GCS test program
` [PATCH v13 35/40] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v13 36/40] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v13 37/40] kselftest/arm64: Add GCS signal tests
` [PATCH v13 38/40] kselftest/arm64: Add a GCS stress test
` [PATCH v13 39/40] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v13 40/40] KVM: selftests: arm64: Add GCS registers to get-reg-list

[RFC][PATCHES] xattr stuff and interactions with io_uring
 2024-10-02 18:00 UTC  (21+ messages)
` [PATCH 1/9] xattr: switch to CLASS(fd)
  ` [PATCH 2/9] fs: rename struct xattr_ctx to kernel_xattr_ctx
  ` [PATCH 3/9] io_[gs]etxattr_prep(): just use getname()
  ` [PATCH 4/9] new helper: import_xattr_name()
  ` [PATCH 5/9] replace do_setxattr() with saner helpers
  ` [PATCH 6/9] replace do_getxattr() "
  ` [PATCH 7/9] new helpers: file_listxattr(), filename_listxattr()
  ` [PATCH 8/9] new helpers: file_removexattr(), filename_removexattr()
  ` [PATCH 9/9] fs/xattr: add *at family syscalls

6.12/BUG: KASAN: slab-use-after-free in m_next at fs/proc/task_mmu.c:187
 2024-10-02 17:55 UTC  (3+ messages)

[REGRESSION] 9pfs issues on 6.12-rc1
 2024-10-02 17:31 UTC  (2+ messages)

[PATCH 1/2] iomap: don't bother unsharing delalloc extents
 2024-10-02 16:57 UTC  (7+ messages)
` [PATCH 2/2] iomap: constrain the file range passed to iomap_file_unshare

[PATCH 00/13] fuse: use folios instead of pages for requests
 2024-10-02 16:52 UTC  (14+ messages)
` [PATCH 01/13] fuse: support folios in struct fuse_args_pages and fuse_copy_pages()
` [PATCH 02/13] fuse: add support in virtio for requests using folios
` [PATCH 03/13] fuse: convert cuse to use folios
` [PATCH 04/13] fuse: convert readlink "
` [PATCH 05/13] fuse: convert readdir "
` [PATCH 06/13] fuse: convert reads "
` [PATCH 07/13] fuse: convert writes (non-writeback) "
` [PATCH 08/13] fuse: convert ioctls "
` [PATCH 09/13] fuse: convert retrieves "
` [PATCH 10/13] fuse: convert writebacks "
` [PATCH 11/13] mm/writeback: add folio_mark_dirty_lock()
` [PATCH 12/13] fuse: convert direct io to use folios
` [PATCH 13/13] fuse: remove pages for requests and exclusively "

[PATCH v2 0/2] Miscdevices in Rust
 2024-10-02 16:04 UTC  (17+ messages)
` [PATCH v2 2/2] rust: miscdevice: add base miscdevice abstraction

[PATCH 0/4] nilfs2: Finish folio conversion
 2024-10-02 15:40 UTC  (6+ messages)
` [PATCH 1/4] nilfs2: Remove nilfs_writepage
` [PATCH 2/4] nilfs2: Convert nilfs_page_count_clean_buffers() to take a folio
` [PATCH 3/4] nilfs2: Convert nilfs_recovery_copy_block() "
` [PATCH 4/4] nilfs2: Convert metadata aops from writepage to writepages

[viro-vfs:work.fd 1/31] drivers/block/ataflop.c:428:13: error: conflicting types for 'fd_error'; have 'void(void)'
 2024-10-02 15:35 UTC 

[PATCH] netfs: Fix missing wakeup after issuing writes
 2024-10-02 14:56 UTC  (2+ messages)

[PATCH] fanotify: allow reporting errors on failure to open fd
 2024-10-02 14:47 UTC  (6+ messages)

[RFC] exec: add a flag for "reasonable" execveat() comm
 2024-10-02 14:34 UTC  (3+ messages)

[PATCH 6.6 081/538] cachefiles: Fix non-taking of sb_writers around set/removexattr
 2024-10-02 12:55 UTC 

[PATCH v8 00/12] fs: multigrain timestamp redux
 2024-10-02 14:16 UTC  (8+ messages)
` [PATCH v8 01/12] timekeeping: add interfaces for handling timestamps with a floor value
` [PATCH v8 02/12] fs: add infrastructure for multigrain timestamps

[PATCH v3 1/2] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
 2024-10-02 14:09 UTC  (5+ messages)

[PATCH 6.10 107/634] cachefiles: Fix non-taking of sb_writers around set/removexattr
 2024-10-02 12:53 UTC 

[PATCH 0/3] Cleanup some writeback codes
 2024-10-02 13:45 UTC  (5+ messages)
` [PATCH 1/3] mm/page-writeback.c: Rename BANDWIDTH_INTERVAL to UPDATE_INTERVAL
` [PATCH 2/3] mm/page-writeback.c: Fix comment of wb_domain_writeout_add()
` [PATCH 3/3] xfs: Fix comment of xfs_buffered_write_iomap_begin()

[syzbot] [jfs?] KASAN: null-ptr-deref Read in drop_buffers (3)
 2024-10-02 13:40 UTC  (2+ messages)

[syzbot] [fs?] INFO: rcu detected stall in sys_utimensat (3)
 2024-10-02 13:34 UTC  (2+ messages)

[PATCH 6.11 123/695] cachefiles: Fix non-taking of sb_writers around set/removexattr
 2024-10-02 12:52 UTC 

[PATCH V2] inotify: Fix possible deadlock in fsnotify_destroy_mark
 2024-10-02 13:23 UTC  (3+ messages)
` [PATCH V3] "

[PATCH v2 0/2] unicode: kunit: refactor selftest to kunit tests
 2024-10-02 13:08 UTC  (3+ messages)
` [PATCH v2 2/2] unicode: kunit: change tests filename and path

[PATCH 0/6] Filesystem page flags cleanup
 2024-10-02 13:11 UTC  (8+ messages)
` [PATCH 1/6] fs: Move clearing of mappedtodisk to buffer.c
` [PATCH 2/6] nilfs2: Convert nilfs_copy_buffer() to use folios
` [PATCH 3/6] mm: Remove PageMappedToDisk
` [PATCH 4/6] btrfs: Switch from using the private_2 flag to owner_2
` [PATCH 5/6] ceph: Remove call to PagePrivate2()
` [PATCH 6/6] migrate: Remove references to Private2

[PATCH v8 00/11] fs: multigrain timestamp redux
 2024-10-02 12:41 UTC  (13+ messages)
` [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper

[RFC PATCH 0/7] vfs: improving inode cache iteration scalability
 2024-10-02 12:34 UTC  (10+ messages)
` [PATCH 1/7] vfs: replace invalidate_inodes() with evict_inodes()
` [PATCH 2/7] vfs: add inode iteration superblock method
` [PATCH 3/7] vfs: convert vfs inode iterators to super_iter_inodes_unsafe()
` [PATCH 4/7] vfs: Convert sb->s_inodes iteration to super_iter_inodes()
` [PATCH 5/7] vfs: add inode iteration superblock method
` [PATCH 6/7] xfs: implement sb->iter_vfs_inodes
` [PATCH 7/7] bcachefs: "

[PATCH v5] rust: add PidNamespace
 2024-10-02 11:38 UTC 

[PATCH v4] rust: add PidNamespace
 2024-10-02 11:30 UTC  (3+ messages)

[PATCH v2 1/4] erofs: add file-backed mount support
 2024-10-02 11:25 UTC  (4+ messages)

[PATCH] [RFC] rust: add PidNamespace wrapper
 2024-10-02 11:08 UTC  (9+ messages)
` [PATCH v2] rust: add PidNamespace

[syzbot] [exfat?] KCSAN: data-race in fat16_ent_get / fat16_ent_put
 2024-10-02 10:25 UTC 

[PATCH] netfs: Fix the netfs_folio tracepoint to handle NULL mapping
 2024-10-02  9:23 UTC 

[PATCH] acl: Annotate struct posix_acl with __counted_by()
 2024-10-02  5:52 UTC  (4+ messages)

[PATCH v4 00/10] tmpfs: Add case-insensitive support for tmpfs
 2024-10-02  1:40 UTC  (4+ messages)
` [PATCH v4 07/10] tmpfs: Add casefold lookup support

[syzbot] [fuse?] WARNING in fuse_request_end (2)
 2024-10-02  0:24 UTC  (2+ messages)

FIFREEZE on loop device does not return EBUSY
 2024-10-02  0:10 UTC  (2+ messages)

[syzbot] [fuse?] WARNING in fuse_writepages
 2024-10-02  0:02 UTC  (2+ messages)

[PATCH 00/33] riscv control-flow integrity for usermode
 2024-10-01 21:46 UTC  (4+ messages)
` [PATCH 17/33] prctl: arch-agnostic prctl for shadow stack

Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
 2024-10-01 21:10 UTC  (6+ messages)

[PATCH v4 00/10] fuse: folio conversions
 2024-10-01 20:19 UTC  (4+ messages)
` [PATCH v4 06/10] fuse: convert fuse_do_readpage to use folios

[PATCH v4] add group restriction bitmap
 2024-10-01 20:12 UTC 

[regression] getdents() does not list entries created after opening the directory
 2024-10-01 19:15 UTC  (5+ messages)

[PATCH v6 0/2] fuse: add timeout option for requests
 2024-10-01 17:12 UTC  (7+ messages)
` [PATCH v6 1/2] fuse: add optional kernel-enforced timeout "


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