public inbox for ceph-devel@vger.kernel.org
 help / color / mirror / Atom feed
[PATCH 0/4] netfs: Miscellaneous fixes
 2026-04-11  9:04 UTC  (7+ messages)
` [PATCH 1/4] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH 2/4] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH 3/4] cachefiles: fix incorrect dentry refcount in cachefiles_cull()
` [PATCH 4/4] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone

[PATCH] ceph: bound encrypted snapshot suffix formatting
 2026-04-10 20:46 UTC  (11+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH 04/61] ext4: Prefer IS_ERR_OR_NULL over manual NULL check
 2026-04-10 15:18 UTC  (2+ messages)

[PATCH] ceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale blob size
 2026-04-09 20:01 UTC 

[PATCH] ceph: fix a buffer leak in __ceph_setxattr()
 2026-04-09 19:38 UTC 

[PATCH] libceph: switch ceph-msgr workqueue from WQ_PERCPU to WQ_UNBOUND
 2026-04-09 19:15 UTC 

[PATCH v2] ceph: add ceph_has_realms_with_quotas() check into ceph_quota_update_statfs()
 2026-04-09 19:00 UTC 

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-04-09 18:16 UTC  (10+ messages)
` [PATCH 02/61] btrfs: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 12/61] quota: "
` [PATCH 46/61] vfio: "
` [PATCH 50/61] iommu: "

[PATCH] ceph: add ceph_has_realms_with_quotas() check into ceph_quota_update_statfs()
 2026-04-09 16:56 UTC  (3+ messages)

[PATCH v3 net-next] net: use get_random_u{16,32,64}() where appropriate
 2026-04-07  1:33 UTC  (5+ messages)

[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
 2026-04-06 15:30 UTC  (11+ messages)
` [PATCH v6 1/4] openat2: new OPENAT2_REGULAR flag support
` [PATCH v6 2/4] kselftest/openat2: test for OPENAT2_REGULAR flag
` [PATCH v6 3/4] sparc/fcntl.h: convert O_* flag macros from hex to octal
` [PATCH v6 4/4] mips/fcntl.h: "

[PATCH] ceph: do not fill fscache for RWF_DONTCACHE writeback
 2026-04-03 18:13 UTC  (5+ messages)

[PATCH v1 00/13] ceph/libceph: fix hung tasks and connection recovery during network disruptions
 2026-04-03 15:05 UTC  (6+ messages)
` [PATCH v1 13/13] libceph: force host network namespace for kernel CephFS mounts

[PATCH] ceph: support RWF_DONTCACHE
 2026-04-02 18:55 UTC  (2+ messages)

[BUG] OrangeFS Kernel Client Use-After-Free in atomic_dec_and_lock
 2026-04-02 18:45 UTC  (2+ messages)

[PATCH] ceph: only d_add() negative dentries when they are unhashed
 2026-04-02 18:33 UTC  (6+ messages)

[PATCH] ceph: clear `s_cap_reconnect` when ceph_pagelist_encode_32() fails
 2026-04-02 18:32 UTC  (4+ messages)

[PATCH v2] libceph: Fix potential out-of-bounds access in crush_decode()
 2026-04-02 18:31 UTC  (3+ messages)

[BUG] OrangeFS Kernel Client Slab-Out-of-Bounds Read in _copy_from_iter
 2026-04-02 11:02 UTC 

Potential MDS related issue
 2026-04-01 21:26 UTC 

[PATCH] libceph: Fix potential out-of-bounds access in crush_decode()
 2026-04-01 20:17 UTC  (4+ messages)
  `  "
    `  "

[PATCH v1 0/10] ceph: add manual client reset and selftests
 2026-03-31 17:34 UTC  (18+ messages)
` [PATCH 01/10] ceph: convert inode flags to named bit positions
` [PATCH 02/10] ceph: add bounded timeout and diagnostics to wait_caps_flush()
` [PATCH 03/10] ceph: add client reset state and request gating
` [PATCH 04/10] ceph: add manual reset debugfs control and trace plumbing
` [PATCH 05/10] ceph: implement reconnect-based manual reset worker
` [PATCH 06/10] ceph: replace reconnect with direct session teardown in manual reset
` [PATCH 07/10] ceph: add reset state machine, drain phase, and status reporting
` [PATCH 08/10] ceph: drop reset reconnect bookkeeping after direct teardown switch
` [PATCH 09/10] ceph: send SESSION_REQUEST_CLOSE before forced teardown in manual reset

[PATCH] libceph: cleanup in crush_do_rule() method
 2026-03-31 17:31 UTC  (4+ messages)

[PATCH 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-03-30 13:57 UTC  (44+ messages)
` [PATCH 01/26] netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retry
` [PATCH 02/26] netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iterators
` [PATCH 03/26] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH 04/26] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH 05/26] netfs: Fix read abandonment during retry
` [PATCH 06/26] netfs: Fix the handling of stream->front by removing it
` [PATCH 07/26] cachefiles: Fix excess dput() after end_removing()
` [PATCH 08/26] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH 09/26] mm: Make readahead store folio count in readahead_control
` [PATCH 10/26] netfs: Bulk load the readahead-provided folios up front
` [PATCH 11/26] Add a function to kmap one page of a multipage bio_vec
` [PATCH 12/26] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH 13/26] netfs: Add some tools for managing bvecq chains
` [PATCH 14/26] netfs: Add a function to extract from an iter into a bvecq
` [PATCH 15/26] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH 16/26] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH 17/26] cifs: Support ITER_BVECQ in smb_extract_iter_to_rdma()
` [PATCH 18/26] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH 19/26] cifs: Remove support for ITER_KVEC/BVEC/FOLIOQ from smb_extract_iter_to_rdma()
` [PATCH 20/26] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH 21/26] netfs: Remove netfs_extract_user_iter()
` [PATCH 22/26] iov_iter: Remove ITER_FOLIOQ
` [PATCH 23/26] netfs: Remove folio_queue and rolling_buffer
` [PATCH 24/26] netfs: Check for too much data being read
` [PATCH 25/26] netfs: Limit the the minimum trigger for progress reporting
` [PATCH 26/26] netfs: Combine prepare and issue ops and grab the buffers on request

[REGRESSION] [PATCH v2] ceph: fix num_ops OBOE when crypto allocation fails
 2026-03-25 11:55 UTC  (5+ messages)

[ceph-users] Cephfs kernel client bug report
 2026-03-24 21:04 UTC  (5+ messages)

[RFC PATCH 00/17] netfs: [WIP] Keep track of folios in a segmented bio_vec[] chain
 2026-03-24  7:53 UTC  (9+ messages)
` [RFC PATCH 17/17] netfs: Combine prepare and issue ops and grab the buffers on request

[bug report] libceph: slab-out-of-bounds access in auth message processing
 2026-03-23 18:59 UTC  (4+ messages)
  ` [PATCH] libceph: Fix "

[PATCH v2] libceph: Prevent potential null-ptr-deref in ceph_handle_auth_reply()
 2026-03-18 18:52 UTC  (2+ messages)

[PATCH] libceph: Prevent potential null-ptr-deref in ceph_handle_auth_reply()
 2026-03-18 16:51 UTC  (4+ messages)

[REGRESSION] [PATCH] ceph: fix num_ops OBOE when crypto allocation fails
 2026-03-17 19:48 UTC  (6+ messages)

[PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
 2026-03-17 10:00 UTC  (18+ messages)
` [PATCH 16/53] ovl: drop dir lock for lookups in impure readdir
` [PATCH 19/53] afs: use d_time instead of d_fsdata
` [PATCH 20/53] afs: don't unhash/rehash dentries during unlink/rename
` [PATCH 21/53] afs: use d_splice_alias() in afs_vnode_new_inode()
` [PATCH 22/53] afs: use d_alloc_nonblock in afs_sillyrename()
` [PATCH 23/53] afs: lookup_atsys to drop and reclaim lock
` [PATCH 24/53] afs: use d_duplicate()
` [PATCH 25/53] smb/client: use d_time to store a timestamp in dentry, not d_fsdata
` [PATCH 26/53] smb/client: don't unhashed and rehash to prevent new opens
` [PATCH 27/53] smb/client: use d_splice_alias() in atomic_open
` [PATCH 28/53] smb/client: Use d_alloc_noblock() in cifs_prime_dcache()
` [PATCH 29/53] exfat: simplify exfat_lookup()
` [PATCH 32/53] ext4: move dcache modifying code out of __ext4_link()
` [PATCH 33/53] ext4: use on-stack dentries in ext4_fc_replay_link_internal()

[PATCH v5 0/4] OPENAT2_REGULAR flag support for openat2
 2026-03-16 17:22 UTC  (5+ messages)
` [PATCH v5 1/4] openat2: new OPENAT2_REGULAR flag support

[PATCH] libceph: Remove obsolete session key alignment logic
 2026-03-16 10:37 UTC  (2+ messages)

[GIT PULL] Ceph fixes for 7.0-rc4
 2026-03-13 21:07 UTC  (2+ messages)

[PATCH v1 08/13] ceph: make ceph_start_io_write() killable
 2026-03-13 18:28 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox