messages from 2024-10-02 04:01:25 to 2024-10-03 09:20:10 UTC [more...]
[RFC PATCH 0/7] vfs: improving inode cache iteration scalability
2024-10-03 9:20 UTC (29+ 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()
` lsm sb_delete hook, was "
` [PATCH 5/7] vfs: add inode iteration superblock method
` [PATCH 6/7] xfs: implement sb->iter_vfs_inodes
[PATCH] fanotify: allow reporting errors on failure to open fd
2024-10-03 9:18 UTC (7+ messages)
[GIT PULL] vfs fixes
2024-10-03 9:00 UTC
[PATCH v2 0/2] Miscdevices in Rust
2024-10-03 8:33 UTC (21+ messages)
` [PATCH v2 2/2] rust: miscdevice: add base miscdevice abstraction
[PATCH 1/2] iomap: don't bother unsharing delalloc extents
2024-10-03 8:23 UTC (8+ messages)
` [PATCH 2/2] iomap: constrain the file range passed to iomap_file_unshare
[PATCH v2 0/2] unicode: kunit: refactor selftest to kunit tests
2024-10-03 6:54 UTC (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] unicode: kunit: change tests filename and path
[REGRESSION] 9pfs issues on 6.12-rc1
2024-10-03 1:12 UTC (4+ messages)
[PATCH v7 0/3] FDP and per-io hints
2024-10-03 0:20 UTC (22+ messages)
` [PATCH v7 3/3] io_uring: enable per-io hinting capability
` [PATCH v7 1/3] nvme: enable FDP support
[PATCH v5 00/10] tmpfs: Add case-insensitive support for tmpfs
2024-10-02 23:44 UTC (11+ messages)
` [PATCH v5 01/10] libfs: Create the helper function generic_ci_validate_strict_name()
` [PATCH v5 02/10] ext4: Use generic_ci_validate_strict_name helper
` [PATCH v5 03/10] unicode: Export latest available UTF-8 version number
` [PATCH v5 04/10] unicode: Recreate utf8_parse_version()
` [PATCH v5 05/10] libfs: Export generic_ci_ dentry functions
` [PATCH v5 06/10] tmpfs: Always set simple_dentry_operations as dentry ops
` [PATCH v5 07/10] tmpfs: Add casefold lookup support
` [PATCH v5 08/10] tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirs
` [PATCH v5 09/10] tmpfs: Expose filesystem features via sysfs
` [PATCH v5 10/10] docs: tmpfs: Add casefold options
[PATCH 00/33] riscv control-flow integrity for usermode
2024-10-02 23:18 UTC (5+ messages)
` [PATCH 07/33] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)
` [PATCH 33/33] kselftest/riscv: kselftest for user mode cfi
[PATCH] mm/truncate: reset xa_has_values flag on each iteration
2024-10-02 23:09 UTC (3+ messages)
[RFC][PATCHES] xattr stuff and interactions with io_uring
2024-10-02 22:55 UTC (23+ 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
fuse-io-uring: We need to keep the tag/index
2024-10-02 21:54 UTC
[PATCH bpf-next 0/2] security.bpf xattr name prefix
2024-10-02 21:46 UTC (3+ messages)
` [PATCH bpf-next 1/2] fs/xattr: bpf: Introduce "
` [PATCH bpf-next 2/2] selftests/bpf: Extend test fs_kfuncs to cover security.bpf xattr names
[PATCH v4 00/10] tmpfs: Add case-insensitive support for tmpfs
2024-10-02 21:29 UTC (5+ messages)
` [PATCH v4 07/10] tmpfs: Add casefold lookup support
[PATCH v10 00/12] timekeeping/fs: multigrain timestamp redux
2024-10-02 21:27 UTC (13+ messages)
` [PATCH v10 01/12] timekeeping: add interfaces for handling timestamps with a floor value
` [PATCH v10 02/12] timekeeping: add percpu counter for tracking floor swap events
` [PATCH v10 03/12] fs: add infrastructure for multigrain timestamps
` [PATCH v10 04/12] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v10 05/12] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v10 06/12] fs: tracepoints around multigrain timestamp events
` [PATCH v10 07/12] fs: add percpu counters for significant "
` [PATCH v10 08/12] Documentation: add a new file documenting multigrain timestamps
` [PATCH v10 09/12] xfs: switch to "
` [PATCH v10 10/12] ext4: "
` [PATCH v10 11/12] btrfs: convert "
` [PATCH v10 12/12] tmpfs: add support for "
6.12/BUG: KASAN: slab-use-after-free in m_next at fs/proc/task_mmu.c:187
2024-10-02 20:45 UTC (5+ messages)
[GIT PULL] zonefs changes for 6.12-rc2
2024-10-02 19:52 UTC (2+ messages)
[PATCH v9 00/12] fs: multigrain timestamp redux
2024-10-02 19:33 UTC (14+ messages)
` [PATCH v9 01/12] timekeeping: add interfaces for handling timestamps with a floor value
` [PATCH v9 02/12] fs: add infrastructure for multigrain timestamps
` [PATCH v9 03/12] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v9 04/12] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v9 05/12] fs: tracepoints around multigrain timestamp events
` [PATCH v9 06/12] fs: add percpu counters for significant "
` [PATCH v9 07/12] timekeeping: add percpu counter for tracking floor swap events
` [PATCH v9 08/12] Documentation: add a new file documenting multigrain timestamps
` [PATCH v9 09/12] xfs: switch to "
` [PATCH v9 10/12] ext4: "
` [PATCH v9 11/12] btrfs: convert "
` [PATCH v9 12/12] tmpfs: add support for "
[PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace
2024-10-02 19:29 UTC (6+ messages)
` [PATCH v13 16/40] KVM: arm64: Manage GCS access and registers for guests
[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 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)
[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 (4+ 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 0/6] Filesystem page flags cleanup
2024-10-02 13:11 UTC (4+ messages)
` [PATCH 1/6] fs: Move clearing of mappedtodisk to buffer.c
` [PATCH 2/6] nilfs2: Convert nilfs_copy_buffer() to use folios
[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
[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)
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).