messages from 2026-08-26 17:49:47 to 2026-09-02 17:36:22 UTC [more...]
[PATCH v11 00/36] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-09-02 17:33 UTC (17+ messages)
` [PATCH v11 01/36] block: Fix start and length check added to iov_iter_extract_bvecs()
` [PATCH v11 02/36] mm: Make readahead store folio count in readahead_control
` [PATCH v11 03/36] mm: Add a bulk end-writeback tool
` [PATCH v11 04/36] netfs: Use uoff_t instead of unsigned long long and loff_t
` [PATCH v11 05/36] Add a function to kmap one page of a multipage bio_vec
` [PATCH v11 06/36] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v11 07/36] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v11 08/36] netfs: Add some tools for managing bvecq chains
` [PATCH v11 09/36] netfs: Make mempool available for bvecq
` [PATCH v11 10/36] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v11 11/36] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v11 12/36] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v11 13/36] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v11 14/36] netfs: Remove the writethrough code
` [PATCH v11 15/36] netfs: trace: Change the "clear" folio traces to "endwb"
` [PATCH v11 16/36] netfs: trace: Rejig a couple of the tracepoints
[PATCH v2 0/5] ceph: convert the inline data paths to folios
2026-09-02 16:35 UTC (6+ messages)
` [PATCH v2 1/5] ceph: use a folio in ceph_get_caps()
` [PATCH v2 2/5] ceph: use a folio in the inline read branch of ceph_filemap_fault()
` [PATCH v2 3/5] ceph: use a folio in the READ_INLINE path of ceph_read_iter()
` [PATCH v2 4/5] ceph: convert ceph_fill_inline_data() to take a folio
` [PATCH v2 5/5] ceph: convert r_locked_page to r_locked_folio
[PATCH v4 00/14] ceph: add binary logging (BLOG) for CephFS
2026-09-02 16:28 UTC (15+ messages)
` [PATCH v4 01/14] ceph: add BLOG private headers
` [PATCH v4 02/14] ceph: add BLOG deserialization support
` [PATCH v4 03/14] ceph: add BLOG page-fragment allocator
` [PATCH v4 04/14] ceph: add BLOG magazine batch allocator
` [PATCH v4 05/14] ceph: add BLOG logger core
` [PATCH v4 06/14] ceph: add BLOG per-module context management
` [PATCH v4 07/14] ceph: add Ceph BLOG scaffolding
` [PATCH v4 08/14] ceph: add bout and boutc wrappers for BLOG
` [PATCH v4 09/14] ceph: switch MDS request plumbing to struct ceph_journal_info
` [PATCH v4 10/14] ceph: add BLOG debugfs interface
` [PATCH v4 11/14] ceph: convert VFS inode and directory paths to bout
` [PATCH v4 12/14] ceph: convert VFS data I/O "
` [PATCH v4 13/14] ceph: convert capability and snapshot "
` [PATCH v4 14/14] ceph: convert remaining helper "
[PATCH v5 00/10] ceph: convert writeback path to folios
2026-09-02 16:11 UTC (11+ messages)
` [PATCH v5 01/10] ceph: fix error handling when the OSD client is stopping in ceph_submit_write()
` [PATCH v5 02/10] ceph: wait for pending fscache write in write_folio_nounlock()
` [PATCH v5 03/10] ceph: add ceph_folio_snap_context()
` [PATCH v5 04/10] ceph: convert ceph_wait_until_current_writes_complete() to folios
` [PATCH v5 05/10] ceph: convert get_writepages_data_length() "
` [PATCH v5 06/10] ceph: convert ceph_submit_write() "
` [PATCH v5 07/10] ceph: remove page remnants from write_folio_nounlock()
` [PATCH v5 08/10] ceph: convert page cleanup loop in writepages_finish() to folios
` [PATCH v5 09/10] ceph: remove ceph_fscrypt_pagecache_page() and ceph_fscrypt_page_offset()
` [PATCH v5 10/10] ceph: rename ceph_check_page_before_write() to ceph_check_folio_before_write()
[PATCH 00/27] fs: port to const struct mnt_idmap
2026-09-02 16:07 UTC (56+ messages)
` [PATCH 01/27] userns: pass const uid_gid_map in lookup helpers
` [PATCH 02/27] fs: port mnt_idmap_{get,put}() to const mnt_idmap
` [PATCH 03/27] fs: port vfs{g,u}id helpers "
` [PATCH 04/27] fs: port fs{g,u}id "
` [PATCH 05/27] fs: port i_{g,u}id_into_vfs{g,u}id() "
` [PATCH 06/27] fs: port i_{g,u}id_{needs_}update() "
` [PATCH 07/27] quota: port "
` [PATCH 08/27] fs: port privilege checking helpers "
` [PATCH 09/27] fs: port inode_owner_or_capable() "
` [PATCH 10/27] fs: port inode_init_owner() "
` [PATCH 11/27] fs: port acl "
` [PATCH 12/27] fs: port ->permission() to pass "
` [PATCH 13/27] fs: port xattr to "
` [PATCH 14/27] fs: port ->fileattr_set() to pass "
` [PATCH 15/27] fs: port ->set_acl() "
` [PATCH 16/27] fs: port ->get_acl() "
` [PATCH 17/27] fs: port ->tmpfile() "
` [PATCH 18/27] fs: port ->mknod() "
` [PATCH 19/27] fs: port ->rename() "
` [PATCH 20/27] fs: port ->mkdir() "
` [PATCH 21/27] fs: port ->symlink() "
` [PATCH 22/27] fs: port ->create() "
` [PATCH 23/27] fs: port ->getattr() "
` [PATCH 24/27] fs: port ->setattr() "
` [PATCH 25/27] fs: port vfs_*() helpers to "
` [PATCH 26/27] fs: port mnt_idmap() and file_mnt_idmap() "
` [PATCH 27/27] fs: make nop_mnt_idmap and invalid_mnt_idmap const
[PATCH v3 00/14] ceph: add binary logging (BLOG) for CephFS
2026-09-02 16:04 UTC (17+ messages)
` [PATCH v4 "
` [PATCH v4 01/14] ceph: add BLOG private headers
` [PATCH v4 02/14] ceph: add BLOG deserialization support
` [PATCH v4 03/14] ceph: add BLOG page-fragment allocator
` [PATCH v4 04/14] ceph: add BLOG magazine batch allocator
` [PATCH v4 05/14] ceph: add BLOG logger core
` [PATCH v4 06/14] ceph: add BLOG per-module context management
` [PATCH v4 07/14] ceph: add Ceph BLOG scaffolding
` [PATCH v4 08/14] ceph: add bout and boutc wrappers for BLOG
` [PATCH v4 09/14] ceph: switch MDS request plumbing to struct ceph_journal_info
` [PATCH v4 10/14] ceph: add BLOG debugfs interface
` [PATCH v4 11/14] ceph: convert VFS inode and directory paths to bout
` [PATCH v4 12/14] ceph: convert VFS data I/O "
` [PATCH v4 13/14] ceph: convert capability and snapshot "
` [PATCH v4 14/14] ceph: convert remaining helper "
[PATCH v4 00/10] ceph: convert writeback path to folios
2026-09-02 14:34 UTC (4+ messages)
` [PATCH v4 01/10] ceph: fix error handling when the OSD client is stopping in ceph_submit_write()
[PATCH] ceph: offload readdir reply fill from the mds connection worker
2026-09-02 13:38 UTC
[PATCH] ceph: acquire caps for read_folio requests without an rw context
2026-09-02 12:40 UTC
[PATCH v2] libceph: remove pinning assertion in ceph_msg_data_iter_next()
2026-09-02 10:07 UTC (2+ messages)
[PATCH v2 00/14] Remove PG_private by using page/folio->private checks instead
2026-08-31 19:25 UTC (3+ messages)
` [PATCH v2 12/14] treewide: replace PagePrivate() with page_private()
` [PATCH v2 13/14] treewide: adjust comments on PagePrivate and PG_private
[PATCH AUTOSEL 6.18-6.12] ceph: harden send_mds_reconnect and handle active-MDS peer reset
2026-08-31 13:30 UTC (2+ messages)
` [PATCH AUTOSEL 6.18] ceph: convert inode flags to named bit positions and atomic bitops
[PATCH v4 00/10] netfs, cachefiles: Miscellaneous fixes
2026-08-31 7:55 UTC (13+ messages)
` [PATCH v4 01/10] netfs: Fix uninitialized return value in netfs_unbuffered_write()
` [PATCH v4 02/10] netfs: Fix unbuffered/DIO write partial transfer error return
` [PATCH v4 03/10] netfs: Fix error vs transferred passed to ->ki_complete()
` [PATCH v4 04/10] netfs: Fix i_size update for partial transfer
` [PATCH v4 05/10] netfs: Fix subreq ref leak
` [PATCH v4 06/10] netfs: break unbuffered write when netfs_alloc_subrequest() fails
` [PATCH v4 07/10] netfs: Fix readahead synchronisation issues by loading all folios upfront
` [PATCH v4 08/10] netfs: Mark folios with COPY_TO_CACHE whilst issuing subreqs
` [PATCH v4 09/10] netfs: Fix read progress reporting
` [PATCH v4 10/10] cachefiles: Fix potential UAF/KASAN warning
[PATCH] libceph: avoid infinite loop in ceph_pg_is_split()
2026-08-31 7:32 UTC (2+ messages)
[PATCH] ceph: apply nearfull_sync on remount
2026-08-31 7:22 UTC (2+ messages)
[PATCH v4] ceph: parallelize object copy in ceph_do_objects_copy()
2026-08-31 7:01 UTC
[PATCH v3 0/3] ceph: don't unregister an MDS session before removing its caps
2026-08-31 6:34 UTC (5+ messages)
` [PATCH v3 1/3] ceph/mds_client: pin sessions while checking a new MDS map
` [PATCH v3 2/3] ceph/mds_client: stop checking a stale MDS map after dropping mutex
` [PATCH v3 3/3] ceph: don't unregister an MDS session before removing its caps
[PATCH] ceph: unregister aborted requests in ceph_mdsc_wait_request()
2026-08-29 12:33 UTC (2+ messages)
[PATCH v2] ceph: unregister aborted requests in ceph_mdsc_wait_request()
2026-08-29 12:32 UTC
[PATCH v2 0/2] ceph: handle a NULL oldest snap context in writeback
2026-08-29 12:28 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] ceph: don't wait forever for undrainable dirty refs in vmtruncate
[PATCH] ceph: handle a NULL oldest snap context in writeback
2026-08-29 12:08 UTC (2+ messages)
[PATCH v6 0/5] ceph: reduce mdsc->mutex contention in the cephfs kclient
2026-08-29 11:35 UTC (6+ messages)
` [PATCH v6 1/5] ceph: use READ_ONCE/WRITE_ONCE for oldest_tid
` [PATCH v6 2/5] ceph: replace the request_tree rbtree with an xarray keyed by r_tid
` [PATCH v6 3/5] ceph: add wait_list_lock for wait-list serialization
` [PATCH v6 4/5] ceph: move mdsc->mutex into __do_request()
` [PATCH v6 5/5] ceph: narrow mdsc->mutex scope in replay_unsafe_requests
[GIT PULL] Ceph fixes for 7.3-rc1
2026-08-28 19:50 UTC (2+ messages)
[BUG] WARNING in ceph_fill_trace
2026-08-28 5:44 UTC
[PATCH v3] ceph: parallelize object copy in ceph_do_objects_copy()
2026-08-27 11:41 UTC (2+ messages)
` [v3] "
[PATCH v3 0/2] ceph: keep the inode, not the name, when a dentry lease expires
2026-08-27 11:08 UTC (3+ messages)
` [PATCH v3 1/2] ceph: mark the superblock active after mounting
` [PATCH v3 2/2] ceph: keep the inode, not the name, when a dentry lease expires
[PATCH v6 0/2] ceph: add 'lazyio' mount option to kclient
2026-08-27 10:16 UTC (3+ messages)
` [PATCH v6 1/2] ceph: wake up i_cap_wq waiters on inode shutdown
` [PATCH v6 2/2] ceph: add 'lazyio' mount option to kclient
[PATCH v5 0/2] ceph: add 'lazyio' mount option to kclient
2026-08-27 10:16 UTC (3+ messages)
[PATCH v3 00/10] netfs, cachefiles: Miscellaneous fixes
2026-08-27 9:38 UTC (11+ messages)
` [PATCH v3 01/10] netfs: Fix uninitialized return value in netfs_unbuffered_write()
` [PATCH v3 02/10] netfs: Fix unbuffered/DIO write partial transfer error return
` [PATCH v3 03/10] netfs: Fix error vs transferred passed to ->ki_complete()
` [PATCH v3 04/10] netfs: Fix i_size update for partial transfer
` [PATCH v3 05/10] netfs: Fix subreq ref leak
` [PATCH v3 06/10] netfs: break unbuffered write when netfs_alloc_subrequest() fails
` [PATCH v3 07/10] netfs: Fix readahead synchronisation issues by loading all folios upfront
` [PATCH v3 08/10] netfs: Mark folios with COPY_TO_CACHE whilst issuing subreqs
` [PATCH v3 09/10] netfs: Fix read progress reporting
` [PATCH v3 10/10] cachefiles: Fix potential UAF/KASAN warning
[PATCH v3] ceph: remove the inline data support
2026-08-27 9:30 UTC (2+ messages)
` [v3] "
[PATCH v2 0/2] ceph: keep the inode, not the name, when a dentry lease expires
2026-08-27 9:27 UTC (2+ messages)
` [v2,0/2] "
[PATCH] ceph: lock mutex in ceph_mds_check_access()
2026-08-27 9:23 UTC (2+ messages)
[PATCH v2] ceph: don't unregister an MDS session before removing its caps
2026-08-27 9:11 UTC (2+ messages)
` [v2] "
[PATCH v2] ceph: parallelize object copy in ceph_do_objects_copy()
2026-08-27 6:53 UTC (3+ messages)
[PATCH v4] ceph: add 'lazyio' mount option to kclient
2026-08-26 17:50 UTC (5+ messages)
` [v4] "
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