messages from 2026-08-03 01:39:05 to 2026-08-12 20:30:02 UTC [more...]
[PATCH v3 00/12] fs/ceph: optimize struct layouts
2026-08-12 20:29 UTC (6+ 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] ceph: force a cap message when a deferred revoke can't be acked immediately
2026-08-12 20:25 UTC (3+ messages)
[PATCH v2] ceph: force a cap message when a deferred revoke can't be acked immediately
2026-08-12 20:19 UTC
[PATCH RFC 00/14] Remove PG_private by using page/folio->private checks instead
2026-08-12 19:58 UTC (5+ 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 (5+ 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 v2] ceph: fix leaked inode reference on writeback abort at umount
2026-08-12 17:13 UTC
[PATCH v3] libceph: reset OSD session when keepalive2 acks stop arriving
2026-08-12 16:58 UTC (2+ messages)
[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: remove the dead dirty path in ceph_put_page_vector()
2026-08-12 13:36 UTC (2+ messages)
` "
[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 v4 0/5] ceph: reduce mdsc->mutex contention in the cephfs kclient
2026-08-12 7:16 UTC (6+ 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 v3 0/5] ceph: reduce mdsc->mutex contention in the cephfs kclient
2026-08-12 6:35 UTC (12+ messages)
` [PATCH v3 1/5] ceph: use READ_ONCE/WRITE_ONCE for oldest_tid
` [PATCH v3 2/5] ceph: replace the request_tree rbtree with an xarray keyed by r_tid
` [PATCH v3 3/5] ceph: add wait_list_lock for wait-list serialization
` [PATCH v3 4/5] ceph: move mdsc->mutex into __do_request()
` [PATCH v3 5/5] ceph: narrow mdsc->mutex scope in replay_unsafe_requests
[PATCH RFC/RFT v1 00/12] Fix easy bits of the negative dentry problem
2026-08-11 23:32 UTC (16+ messages)
` [PATCH v1 01/12] VFS: don't count references through ->d_parent
` [PATCH v1 02/12] Add and use d_for_each_positive_child family of iterators
` [PATCH v1 03/12] fsnotify: don't hold a spin_lock across fsnotify_recalc_mask() calls
` [PATCH v1 04/12] fsnotify: reduce i_lock hold time in fsnotify_set_children_dentry_flags()
` [PATCH v1 11/12] Call cond_reshed() as needed in d_for_each_positive_child()
` [PATCH v1 12/12] libfs: remove cond_resched() from scan_positives()
[PATCH v2 2/2] libceph: add KUnit coverage for OSD sparse-read extent validation
2026-08-11 16:55 UTC (2+ messages)
[PATCH v2 1/4] fs/ceph/caps: make __ceph_remove_cap() static
2026-08-11 16:41 UTC (7+ messages)
` [PATCH v2 2/4] fs/ceph: add helper function ceph_cap_is_removed()
` [PATCH v2 3/4] fs/ceph/caps: mark cap remove with RB_CLEAR_NODE() instead of ci=NULL
` [PATCH v2 4/4] fs/ceph/cap: pass inode pointer around instead of reloading from RAM
[PATCH] net/ceph/messenger: add lockdep assertions
2026-08-11 15:03 UTC (2+ messages)
` "
[PATCH] fs/ceph/dir: __{dir,dentry}_lease_check() returns an enum
2026-08-11 14:56 UTC (3+ messages)
` "
[PATCH v3] net/ceph/messenger: support IPv6 Link-Local with scope identifier
2026-08-11 14:32 UTC (2+ messages)
` [v3] "
[PATCH] fs/ceph/super: document struct ceph_dentry_info and its flags
2026-08-11 14:25 UTC (2+ messages)
` "
[PATCH] fs/ceph/dir: do not repeat ceph_trim_dentries() if no progress possible
2026-08-11 14:23 UTC (2+ messages)
` "
[PATCH 00/12] fs/ceph: optimize struct layouts
2026-08-11 14:20 UTC (2+ messages)
[PATCH v9 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-08-11 7:26 UTC (31+ messages)
` [PATCH v9 01/26] netfs: Fix read progress reporting
` [PATCH v9 02/26] mm: Make readahead store folio count in readahead_control
` [PATCH v9 03/26] netfs: Bulk load the readahead-provided folios up front
` [PATCH v9 04/26] Add a function to kmap one page of a multipage bio_vec
` [PATCH v9 05/26] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v9 06/26] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v9 07/26] netfs: Add some tools for managing bvecq chains
` [PATCH v9 08/26] netfs: Make mempool available for bvecq
` [PATCH v9 09/26] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v9 10/26] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v9 11/26] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v9 12/26] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v9 13/26] netfs: Remove the writethrough code
` [PATCH v9 14/26] cachefiles,netfs: sunset ondemand mode
` [PATCH v9 15/26] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v9 16/26] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v9 17/26] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v9 18/26] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v9 19/26] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v9 20/26] netfs: Remove netfs_extract_user_iter()
` [PATCH v9 21/26] iov_iter: Remove ITER_FOLIOQ
` [PATCH v9 22/26] netfs: Remove folio_queue and rolling_buffer
` [PATCH v9 23/26] netfs: Simplify read abandonment
` [PATCH v9 24/26] netfs: Check for too much data being read
` [PATCH v9 25/26] netfs: Combine prepare and issue ops and grab the buffers on request
` [PATCH v9 26/26] cachefiles: Preset the state xattr when creating a new file
Survey: Is anyone using 32-bit builds of the CephFS kernel client?
2026-08-11 1:58 UTC (2+ messages)
[PATCH v3 00/12] ceph: convert writeback path to folios
2026-08-10 14:20 UTC (13+ messages)
` [PATCH v3 01/12] ceph: fix error handling when the OSD client is stopping in ceph_submit_write()
` [PATCH v3 02/12] ceph: wait for pending fscache write in write_folio_nounlock()
` [PATCH v3 03/12] ceph: add ceph_folio_snap_context()
` [PATCH v3 04/12] ceph: convert ceph_wait_until_current_writes_complete() to folios
` [PATCH v3 05/12] mm: remove wait_on_page_writeback()
` [PATCH v3 06/12] ceph: convert get_writepages_data_length() to folios
` [PATCH v3 07/12] ceph: convert ceph_submit_write() "
` [PATCH v3 08/12] mm: remove thp_size() and thp_order()
` [PATCH v3 09/12] ceph: remove page remnants from write_folio_nounlock()
` [PATCH v3 10/12] ceph: convert page cleanup loop in writepages_finish() to folios
` [PATCH v3 11/12] ceph: remove ceph_fscrypt_pagecache_page() and ceph_fscrypt_page_offset()
` [PATCH v3 12/12] ceph: rename ceph_check_page_before_write() to ceph_check_folio_before_write()
[PATCH v8 00/25] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-08-10 13:12 UTC (27+ messages)
` [PATCH v8 01/25] mm: Make readahead store folio count in readahead_control
` [PATCH v8 02/25] netfs: Bulk load the readahead-provided folios up front
` [PATCH v8 03/25] Add a function to kmap one page of a multipage bio_vec
` [PATCH v8 04/25] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v8 05/25] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v8 06/25] netfs: Add some tools for managing bvecq chains
` [PATCH v8 07/25] netfs: Make mempool available for bvecq
` [PATCH v8 08/25] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v8 09/25] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v8 10/25] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v8 11/25] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v8 12/25] netfs: Remove the writethrough code
` [PATCH v8 13/25] cachefiles,netfs: sunset ondemand mode
` [PATCH v8 14/25] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v8 15/25] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v8 16/25] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v8 17/25] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v8 18/25] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v8 19/25] netfs: Remove netfs_extract_user_iter()
` [PATCH v8 20/25] iov_iter: Remove ITER_FOLIOQ
` [PATCH v8 21/25] netfs: Remove folio_queue and rolling_buffer
` [PATCH v8 22/25] netfs: Check for too much data being read
` [PATCH v8 23/25] netfs: Limit the minimum trigger for progress reporting
` [PATCH v8 24/25] netfs: Combine prepare and issue ops and grab the buffers on request
` [PATCH v8 25/25] cachefiles: Preset the state xattr when creating a new file
[bug report] libceph: ceph_pg_is_split() may get stuck in infinite loop
2026-08-10 12:28 UTC
Kindly acknowledge for details
2026-08-07 16:56 UTC
[syzbot] [ceph?] WARNING in ceph_con_v1_try_read
2026-08-07 14:37 UTC
[PATCH v2 00/10] ceph: convert writeback path to folios
2026-08-06 19:51 UTC (18+ messages)
` [PATCH v2 01/10] ceph: add ceph_folio_snap_context()
` [PATCH v2 02/10] ceph: convert ceph_wait_until_current_writes_complete() to folios
` [PATCH v2 03/10] mm: remove wait_on_page_writeback()
` [PATCH v2 04/10] ceph: convert get_writepages_data_length() to folios
` [PATCH v2 05/10] ceph: convert ceph_submit_write() "
` [PATCH v2 06/10] mm: remove thp_size() and thp_order()
` [PATCH v2 07/10] ceph: remove page remnants from write_folio_nounlock()
` [PATCH v2 08/10] ceph: convert page cleanup loop in writepages_finish() to folios
` [PATCH v2 09/10] ceph: remove ceph_fscrypt_pagecache_page() and ceph_fscrypt_page_offset()
` [PATCH v2 10/10] ceph: rename ceph_check_page_before_write() to ceph_check_folio_before_write()
[PATCH 1/1] block: rename bi_bvec_done
2026-08-06 12:52 UTC (3+ messages)
[PATCH] libceph: Always remove requests from ceph_osdc_handle_map() structures
2026-08-06 8:21 UTC (4+ messages)
[PATCH v4 00/14] Add dmabuf read/write via io_uring
2026-08-06 7:29 UTC (6+ messages)
` [PATCH v4 01/14] dma-buf: introduce initial file I/O infrastructure
` [Linaro-mm-sig] "
[PATCH 0/1] libceph: fix a monmap use-after-free in ceph_compare_options()
2026-08-06 4:13 UTC (13+ messages)
` [PATCH 1/1] libceph: use RCU to protect monmap "
[PATCH v5 00/16] Add dmabuf read/write via io_uring
2026-08-04 17:19 UTC (19+ messages)
` [PATCH v5 01/16] dma-buf: introduce initial file I/O infrastructure
` [PATCH v5 02/16] iov_iter: add iterator type for dmabuf maps
` [PATCH v5 06/16] block: introduce bio_iov_iter_set()
` [PATCH v5 07/16] block: introduce dma map backed bio type
` [PATCH v5 10/16] nvme-pci: rename nvme_pci_sgl_set_data to nvme_pci_dma_iter_set_sgl
` [PATCH v5 11/16] nvme-pci: add SGL support for the dmabuf path
` [PATCH v5 09/16] nvme-pci: implement dma-buf backed requests
[PATCH 0/4] mm, ceph: remove wait_on_page_writeback()
2026-08-03 12:34 UTC (10+ messages)
` [PATCH 1/4] ceph: add ceph_folio_snap_context()
` [PATCH 3/4] mm: remove wait_on_page_writeback()
` [PATCH 4/4] ceph: remove page_snap_context()
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