messages from 2026-08-11 23:32:15 to 2026-08-24 14:43:38 UTC [more...]
[PATCH v10 00/35] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-08-24 14:41 UTC (13+ messages)
` [PATCH v10 01/35] netfs: Fix uninitialized return value in netfs_unbuffered_write()
` [PATCH v10 02/35] netfs: Fix read progress reporting
` [PATCH v10 03/35] cachefiles,netfs: sunset ondemand mode
` [PATCH v10 04/35] cachefiles: Fix potential UAF/KASAN warning
` [PATCH v10 05/35] netfs: Use uoff_t instead of unsigned long long and loff_t
` [PATCH v10 06/35] mm: Make readahead store folio count in readahead_control
` [PATCH v10 07/35] netfs: Bulk load the readahead-provided folios up front
` [PATCH v10 08/35] Add a function to kmap one page of a multipage bio_vec
` [PATCH v10 09/35] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v10 10/35] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v10 11/35] netfs: Add some tools for managing bvecq chains
` [PATCH v10 12/35] netfs: Make mempool available for bvecq
[PATCH v4 00/12] fs/ceph: optimize struct layouts
2026-08-24 12:55 UTC (14+ messages)
` [PATCH v4 01/12] fs/ceph/super: remove unused field `i_cap_migration_resv`
` [v4,01/12] "
` [PATCH v4 02/12] fs/ceph/super: make field `i_truncate_pagecache_size` optional
` [PATCH v4 03/12] include/ceph/ceph_fs.h: convert `pool_id` to u32
` [PATCH v4 04/12] fs/ceph/super.h: convert ceph_inode_xattr fields to `bool`
` [PATCH v4 05/12] fs/ceph/super.h: convert ceph_cap_snap.writing "
` [PATCH v4 06/12] fs/ceph: consistently use `u32` for `time_warp_seq`
` [PATCH v4 07/12] fs/ceph/super: reorder fields to eliminate padding holes
` [PATCH v4 08/12] fs/ceph: remove i_truncate_mutex, use i_fragtree_mutex for both
` [PATCH v4 09/12] fs/ceph/super.h: add `const` to helpers
` [PATCH v4 10/12] fs/ceph/super.h: add helper ceph_in_snap()
` [PATCH v4 11/12] fs/ceph: use ceph_vino() etc. instead of accessing i_vino directly
` [PATCH v4 12/12] fs/ceph: remove redundant inode number from ceph_inode_info
[PATCH 0/3] netfs, cachefiles: Miscellaneous fixes
2026-08-24 12:02 UTC (4+ messages)
` [PATCH 1/3] netfs: Fix uninitialized return value in netfs_unbuffered_write()
` [PATCH 2/3] netfs: Fix read progress reporting
` [PATCH 3/3] cachefiles: Fix potential UAF/KASAN warning
[PATCH v5 0/5] ceph: reduce mdsc->mutex contention in the cephfs kclient
2026-08-24 11:16 UTC (7+ messages)
` [PATCH v5 1/5] ceph: use READ_ONCE/WRITE_ONCE for oldest_tid
` [v5,1/5] "
` [PATCH v5 2/5] ceph: replace the request_tree rbtree with an xarray keyed by r_tid
` [PATCH v5 3/5] ceph: add wait_list_lock for wait-list serialization
` [PATCH v5 4/5] ceph: move mdsc->mutex into __do_request()
` [PATCH v5 5/5] ceph: narrow mdsc->mutex scope in replay_unsafe_requests
[PATCH] ceph: keep dentry in cache when inode still holds caps
2026-08-24 7:37 UTC (2+ messages)
` "
[PATCH v4] ceph: add 'lazyio' mount option to kclient
2026-08-24 6:48 UTC (2+ messages)
` [v4] "
[PATCH RFC/RFT v1 00/12] Fix easy bits of the negative dentry problem
2026-08-23 1:21 UTC (15+ messages)
` [PATCH v1 01/12] VFS: don't count references through ->d_parent
` [PATCH v1 03/12] fsnotify: don't hold a spin_lock across fsnotify_recalc_mask() calls
[PATCH] libceph: Re-establish the FIPS keylength check in the Ceph code
2026-08-21 19:36 UTC (3+ messages)
[PATCH v3] ceph: add 'lazyio' mount option to kclient
2026-08-21 3:08 UTC (3+ messages)
` [v3] "
[PATCH RFC/RFT v2 00/18] Fix easy bits of the negative dentry problem
2026-08-20 13:39 UTC (22+ messages)
` [PATCH v2 01/18] VFS: don't count references through ->d_parent
` [PATCH v2 02/18] autofs: change positive_after() so it takes d_lock rather than the caller
` [PATCH v2 03/18] coda: don't take rcu_read_lock() in coda_flag_children()
` [PATCH v2 04/18] nfs: separate locked regions in nfs_clear_verifier_directory()
` [PATCH v2 05/18] Add and use d_for_each_positive_child family of iterators
` [PATCH v2 06/18] fsnotify: don't hold a spin_lock across fsnotify_recalc_mask() calls
` [PATCH v2 07/18] fsnotify: reduce i_lock hold time in fsnotify_set_children_dentry_flags()
` [PATCH v2 08/18] libfs: simplify scan_positives()
` [PATCH v2 09/18] libfs: change scan_positives() to use d_for_each_positive_child_continue()
` [PATCH v2 10/18] libfs: allow scan_positives() to be called without a cursor
` [PATCH v2 11/18] libfs: replace find_positive_dentry() with scan_positives()
` [PATCH v2 12/18] autofs: don't hold ->lookup_lock in get_next_positive_*
` [PATCH v2 13/18] VFS: don't move dentries in d_sib list when they have the same parent
` [PATCH v2 14/18] Call cond_reshed() as needed in d_for_each_positive_child()
` [PATCH v2 15/18] libfs: remove cond_resched() from scan_positives()
` [PATCH v2 16/18] libfs: rename and export scan_positives()
` [PATCH v2 17/18] autofs: replace positive_after() with d_scan_positives()
` [PATCH v2 18/18] autofs: change get_next_positive_dentry() to NOT accept NULL for start-up
[PATCH v3 00/14] ceph: add binary logging (BLOG) for CephFS
2026-08-20 12:56 UTC (15+ messages)
` [PATCH v3 01/14] ceph: add BLOG private headers
` [PATCH v3 02/14] ceph: add BLOG deserialization support
` [PATCH v3 03/14] ceph: add BLOG page-fragment allocator
` [PATCH v3 04/14] ceph: add BLOG magazine batch allocator
` [PATCH v3 05/14] ceph: add BLOG logger core
` [PATCH v3 06/14] ceph: add BLOG per-module context management
` [PATCH v3 07/14] ceph: add Ceph BLOG scaffolding
` [PATCH v3 08/14] ceph: add bout and boutc wrappers for BLOG
` [PATCH v3 09/14] ceph: switch MDS request plumbing to struct ceph_journal_info
` [PATCH v3 10/14] ceph: add BLOG debugfs interface
` [PATCH v3 11/14] ceph: convert VFS inode and directory paths to bout
` [PATCH v3 12/14] ceph: convert VFS data I/O "
` [PATCH v3 13/14] ceph: convert capability and snapshot "
` [PATCH v3 14/14] ceph: convert remaining helper "
[PATCH v3] ceph: force a cap message when a deferred revoke can't be acked immediately
2026-08-20 7:24 UTC (2+ messages)
` [v3] "
[PATCH] ceph: don't unregister an MDS session before removing its caps
2026-08-20 7:23 UTC (2+ messages)
` "
[PATCH v2] ceph: parallelize object copy in ceph_do_objects_copy()
2026-08-20 7:19 UTC (2+ messages)
` [v2] "
[PATCH] libceph: use iov_iter_extract_pages() in ceph_msg_data_iter_next()
2026-08-19 14:26 UTC (4+ messages)
[v4,0/10] ceph: convert writeback path to folios
2026-08-19 13:58 UTC (2+ messages)
libceph: use iov_iter_extract_pages() in ceph_msg_data_iter_next()
2026-08-19 11:01 UTC
[PATCH] libceph: reject buckets with mismatched CRUSH ids
2026-08-19 10:21 UTC (2+ messages)
` "
[PATCH v4] net/ceph/messenger: support IPv6 Link-Local with scope identifier
2026-08-19 10:13 UTC (2+ messages)
[bug report] libceph: Oversized front segment in CEPH_MSG_OSD_OPREPLY not in all cases correctly handled
2026-08-18 16:49 UTC
[PATCH v3] libceph: reset OSD session when keepalive2 acks stop arriving
2026-08-18 15:58 UTC (4+ messages)
[PATCH v4 0/5] ceph: reduce mdsc->mutex contention in the cephfs kclient
2026-08-18 2:06 UTC (8+ messages)
` [PATCH v4 1/5] ceph: use READ_ONCE/WRITE_ONCE for oldest_tid
` [PATCH v4 2/5] ceph: replace the request_tree rbtree with an xarray keyed by r_tid
` [PATCH v4 3/5] ceph: add wait_list_lock for wait-list serialization
` [PATCH v4 4/5] ceph: move mdsc->mutex into __do_request()
` [PATCH v4 5/5] ceph: narrow mdsc->mutex scope in replay_unsafe_requests
[PATCH v2] libceph: remove ceph_put_page_vector()
2026-08-17 19:29 UTC
[PATCH v4 00/10] ceph: convert writeback path to folios
2026-08-17 18:55 UTC (11+ messages)
` [PATCH v4 01/10] ceph: fix error handling when the OSD client is stopping in ceph_submit_write()
` [PATCH v4 02/10] ceph: wait for pending fscache write in write_folio_nounlock()
` [PATCH v4 03/10] ceph: add ceph_folio_snap_context()
` [PATCH v4 04/10] ceph: convert ceph_wait_until_current_writes_complete() to folios
` [PATCH v4 05/10] ceph: convert get_writepages_data_length() "
` [PATCH v4 06/10] ceph: convert ceph_submit_write() "
` [PATCH v4 07/10] ceph: remove page remnants from write_folio_nounlock()
` [PATCH v4 08/10] ceph: convert page cleanup loop in writepages_finish() to folios
` [PATCH v4 09/10] ceph: remove ceph_fscrypt_pagecache_page() and ceph_fscrypt_page_offset()
` [PATCH v4 10/10] ceph: rename ceph_check_page_before_write() to ceph_check_folio_before_write()
[PATCH v2] ceph: force a cap message when a deferred revoke can't be acked immediately
2026-08-17 12:38 UTC (4+ messages)
[PATCH v3 00/12] fs/ceph: optimize struct layouts
2026-08-17 11:08 UTC
[PATCH] ceph: parallelize object copy in ceph_do_objects_copy()
2026-08-17 2:26 UTC (3+ messages)
[PATCH v5 00/16] Add dmabuf read/write via io_uring
2026-08-16 0:01 UTC (2+ messages)
` (subset) "
[GIT PULL] Ceph fixes for 7.2-rc8
2026-08-14 17:43 UTC (2+ messages)
[PATCH 0/2] netfs: Miscellaneous fixes
2026-08-13 13:45 UTC (3+ messages)
` [PATCH 1/2] netfs: Fix uninitialized return value in netfs_unbuffered_write()
` [PATCH 2/2] netfs: Fix read progress reporting
[PATCH] libceph: remove the dead dirty path in ceph_put_page_vector()
2026-08-13 13:15 UTC (5+ messages)
` "
[PATCH v2] fs/ceph/super: document struct ceph_dentry_info and its flags
2026-08-13 12:50 UTC (4+ messages)
` [v2] "
[PATCH v3 01/12] ceph: fix error handling when the OSD client is stopping in ceph_submit_write()
2026-08-13 12:17 UTC (4+ messages)
` [PATCH v3 00/12] ceph: convert writeback path to folios
[PATCH v2] ceph: fix leaked inode reference on writeback abort at umount
2026-08-13 6:48 UTC (2+ messages)
[PATCH net] libceph: bound pg_temp/pg_upmap osd list length to CEPH_PG_MAX_SIZE
2026-08-12 22:36 UTC (6+ messages)
[PATCH v3] net/ceph/messenger: support IPv6 Link-Local with scope identifier
2026-08-12 21:42 UTC (3+ messages)
` [v3] "
[PATCH] fs/ceph/super: document struct ceph_dentry_info and its flags
2026-08-12 20:53 UTC (3+ messages)
` "
[PATCH 00/12] fs/ceph: optimize struct layouts
2026-08-12 20:30 UTC (3+ messages)
[PATCH v3 00/12] fs/ceph: optimize struct layouts
2026-08-12 20:29 UTC (13+ messages)
` [PATCH v3 01/12] fs/ceph/super: remove unused field `i_cap_migration_resv`
` [PATCH v3 02/12] fs/ceph/super: make field `i_truncate_pagecache_size` optional
` [PATCH v3 03/12] include/ceph/ceph_fs.h: convert `pool_id` to u32
` [PATCH v3 04/12] fs/ceph/super.h: convert ceph_inode_xattr fields to `bool`
` [PATCH v3 05/12] fs/ceph/super.h: convert ceph_cap_snap.writing "
` [PATCH v3 06/12] fs/ceph: consistently use `u32` for `time_warp_seq`
` [PATCH v3 07/12] fs/ceph/super: reorder fields to eliminate padding holes
` [PATCH v3 08/12] fs/ceph: remove i_truncate_mutex, use i_fragtree_mutex for both
` [PATCH v3 09/12] fs/ceph/super.h: add `const` to helpers
` [PATCH v3 10/12] fs/ceph/super.h: add helper ceph_in_snap()
` [PATCH v3 11/12] fs/ceph: use ceph_vino() etc. instead of accessing i_vino directly
` [PATCH v3 12/12] fs/ceph: remove redundant inode number from ceph_inode_info
[PATCH] ceph: force a cap message when a deferred revoke can't be acked immediately
2026-08-12 20:25 UTC (3+ messages)
[PATCH RFC 00/14] Remove PG_private by using page/folio->private checks instead
2026-08-12 19:58 UTC (3+ messages)
` [PATCH RFC 13/14] treewide: adjust comments on PagePrivate and PG_private
[PATCH] ceph: use the mount idmap for the owner checks in the SET_LAYOUT ioctls
2026-08-12 19:57 UTC (7+ messages)
` "
[v3] ceph: fix OOB read in decode_watchers() via missing bounds check
2026-08-12 19:55 UTC (3+ messages)
` [PATCH v4] "
[PATCH v2] ceph: fix multiple unsafe decodes in decode_locker()
2026-08-12 19:53 UTC (4+ messages)
` [PATCH v3] "
[v3] ceph: fix OOB read in ceph_osdc_list_watchers via uncapped outdata_len
2026-08-12 19:17 UTC (3+ messages)
` [PATCH v4] "
[PATCH] ceph: fix leaked inode reference on writeback abort at umount
2026-08-12 16:50 UTC (3+ messages)
` "
[PATCH v2 0/2] ceph: GFP_NOFS fix for cap flush writeback recursion
2026-08-12 14:11 UTC (5+ messages)
` [PATCH v2 1/2] ceph: use GFP_NOFS for cap flush allocation in writeback path
` [PATCH v2 2/2] ceph: use GFP_KERNEL consistently in __ceph_pool_perm_get()
[PATCH] libceph: validate banner payload length
2026-08-12 13:34 UTC (2+ messages)
` "
[PATCH] ceph: fix leaked inode reference on writeback abort at umount
2026-08-12 13:07 UTC
[PATCH] ceph: make nearfull sync writes opt-in
2026-08-12 7:45 UTC (2+ messages)
[PATCH 0/2] ceph: GFP_NOFS fix for cap flush writeback recursion
2026-08-12 7:28 UTC (6+ messages)
` [PATCH 2/2] ceph: use GFP_KERNEL consistently in __ceph_pool_perm_get()
[PATCH v3 5/5] ceph: narrow mdsc->mutex scope in replay_unsafe_requests
2026-08-12 6:35 UTC (3+ messages)
[PATCH v3 2/5] ceph: replace the request_tree rbtree with an xarray keyed by r_tid
2026-08-12 5:58 UTC (3+ messages)
[PATCH v3 4/5] ceph: move mdsc->mutex into __do_request()
2026-08-12 5:58 UTC (3+ 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