CEPH-Devel archive mirror
 help / color / mirror / Atom feed
 messages from 2026-04-01 20:56:20 to 2026-04-27 14:17:55 UTC [more...]

[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
 2026-04-27 14:17 UTC  (27+ messages)
` [PATCH v6 1/4] openat2: new OPENAT2_REGULAR flag support

[RFC PATCH] ceph: fix kernel memory exposure issue in ceph_netfs_issue_op_inline()
 2026-04-27 12:27 UTC  (3+ messages)

[PATCH] ceph: fix generic/639 xfstests failure
 2026-04-27 12:20 UTC  (2+ messages)

[PATCH] ceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale blob size
 2026-04-27 11:52 UTC  (2+ messages)

[PATCH] ceph: fix a buffer leak in __ceph_setxattr()
 2026-04-27 11:41 UTC  (2+ messages)

[PATCH v2] ceph: add ceph_has_realms_with_quotas() check into ceph_quota_update_statfs()
 2026-04-27 11:36 UTC  (2+ messages)

[PATCH] ceph: bound encrypted snapshot suffix formatting
 2026-04-27  8:12 UTC  (18+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH] ceph: fix potential stray locked folios during umount
 2026-04-26 15:38 UTC  (5+ messages)
  `  "
      `  "

[PATCH] libceph: accept addrvecs with multiple entries of the same type
 2026-04-25 12:56 UTC  (5+ messages)

[PATCH v3 00/19] netfs: Miscellaneous fixes
 2026-04-25 12:54 UTC  (20+ messages)
` [PATCH v3 01/19] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH v3 02/19] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH v3 03/19] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH v3 04/19] netfs: Defer the emission of trace_netfs_folio()
` [PATCH v3 05/19] netfs: Fix streaming write being overwritten
` [PATCH v3 06/19] netfs: Fix read-gaps to remove netfs_folio from filled folio
` [PATCH v3 07/19] netfs: Fix zeropoint update where i_size > remote_i_size
` [PATCH v3 08/19] netfs: Fix write streaming disablement if fd open O_RDWR
` [PATCH v3 09/19] netfs: Fix early put of sink folio in netfs_read_gaps()
` [PATCH v3 10/19] netfs: Fix leak of request in netfs_write_begin() error handling
` [PATCH v3 11/19] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
` [PATCH v3 12/19] netfs: Fix potential uninitialised var in netfs_extract_user_iter()
` [PATCH v3 13/19] netfs: Fix partial invalidation of streaming-write folio
` [PATCH v3 14/19] netfs: Fix folio->private handling in netfs_perform_write()
` [PATCH v3 15/19] netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
` [PATCH v3 16/19] netfs: Fix netfs_read_folio() to wait on writeback
` [PATCH v3 17/19] netfs: Fix missing barriers when accessing stream->subrequests locklessly
` [PATCH v3 18/19] afs: Fix afs_get_link() to take validate_lock around afs_read_single()
` [PATCH v3 19/19] afs: Fix RCU handling of symlinks in RCU pathwalk

[GIT PULL] Ceph updates for 7.1-rc1
 2026-04-24 20:51 UTC  (2+ messages)

[PATCH] Revert "ceph: when filling trace, call ceph_get_inode outside of mutexes"
 2026-04-24 18:54 UTC  (4+ messages)
    `  "

[PATCH] libceph: switch ceph-msgr workqueue from WQ_PERCPU to WQ_UNBOUND
 2026-04-24 18:53 UTC  (5+ messages)

[PATCH] block: rbd: switch to dynamic root device
 2026-04-24 18:48 UTC  (2+ messages)

[PATCH] libceph: Fix unnecessarily high ceph_decode_need() for uniform bucket
 2026-04-24 17:11 UTC  (2+ messages)

[PATCH 0/4] netfs: Yet further miscellaneous fixes
 2026-04-23 22:22 UTC  (5+ messages)
` [PATCH 1/4] netfs: Fix wrong return from netfs_read_sizes() on 32-bit SMP arches
` [PATCH 2/4] netfs: Fix missing barriers when accessing stream->subrequests locklessly
` [PATCH 3/4] afs: Fix afs_get_link() to take validate_lock around afs_read_single()
` [PATCH 4/4] afs: Fix RCU handling of symlinks in RCU pathwalk

[PATCH] smb: smbdirect: move fs/smb/common/smbdirect/ to fs/smb/smbdirect/
 2026-04-23  5:52 UTC 

[PATCH] ceph: support RWF_DONTCACHE
 2026-04-22 19:27 UTC  (3+ messages)

[PATCH v3] libceph: Fix potential out-of-bounds access in crush_decode()
 2026-04-22 16:09 UTC  (2+ messages)

[PATCH v2] libceph: Fix potential out-of-bounds access in crush_decode()
 2026-04-22  8:30 UTC  (5+ messages)

[PATCH v2] libceph: Fix slab-out-of-bounds access in auth message processing
 2026-04-21 12:00 UTC  (2+ messages)

[PATCH 00/11] netfs: Further miscellaneous fixes
 2026-04-21 11:56 UTC  (13+ messages)
` [PATCH 01/11] netfs: Fix early put of sink folio in netfs_read_gaps()
` [PATCH 02/11] netfs: Fix leak of request in netfs_write_begin() error handling
` [PATCH 03/11] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
` [PATCH 04/11] netfs: Fix potential uninitialised var in netfs_extract_user_iter()
` [PATCH 05/11] netfs: Fix partial invalidation of streaming-write folio
` [PATCH 06/11] netfs: Fix the trace displayed for the total overwrite of a streamed write
` [PATCH 07/11] netfs: Fix folio->private handling in netfs_perform_write()
` [PATCH 08/11] netfs: Fix group handling in netfs_read_gaps()
` [PATCH 09/11] netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
` [PATCH 10/11] netfs: Fix comment about write-streaming avoidance
` [PATCH 11/11] netfs: Fix netfs_read_folio() to wait on writeback

[PATCH] libceph: Fix slab-out-of-bounds access in auth message processing
 2026-04-20 21:10 UTC  (5+ messages)

[PATCH] rbd: fix null-ptr-deref when device_add_disk() fails
 2026-04-20 20:19 UTC  (2+ messages)

[PATCH] ceph: fix potential ERR_PTR dereference in ceph_submit_write()
 2026-04-20  6:28 UTC  (3+ messages)

[PATCH] ceph: fix potential stray locked folios during umount
 2026-04-18  4:10 UTC 

[PATCH v2 0/7] ceph: manual client session reset
 2026-04-17 18:48 UTC  (16+ messages)
` [PATCH v2 1/7] ceph: convert inode flags to named bit positions and atomic bitops
  ` [EXTERNAL] "
` [PATCH v2 2/7] ceph: use proper endian conversion for flock_len in reconnect
  ` [EXTERNAL] "
` [PATCH v2 3/7] ceph: harden send_mds_reconnect and handle active-MDS peer reset
  ` [EXTERNAL] "
` [PATCH v2 4/7] ceph: add diagnostic timeout loop to wait_caps_flush()
  ` [EXTERNAL] "
` [PATCH v2 5/7] ceph: add client reset state machine and session teardown
  ` [EXTERNAL] "
` [PATCH v2 6/7] ceph: add manual reset debugfs control and tracepoints
  ` [EXTERNAL] "
` [PATCH v2 7/7] ceph: add manual reset selftests and validation harness
  ` [EXTERNAL] "

[RFC/BUG] Use a bounce buffer for mds client decryption
 2026-04-16 18:57 UTC  (6+ messages)

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-04-16 12:30 UTC  (6+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 55/61] interconnect: "

[PATCH] netfs: Fix early put of sink folio in netfs_read_gaps()
 2026-04-15 16:55 UTC  (2+ messages)

[PATCH v2 0/7] netfs: Miscellaneous fixes
 2026-04-14  9:45 UTC  (9+ messages)
` [PATCH v2 1/7] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH v2 2/7] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH v2 3/7] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH v2 4/7] netfs: Fix streaming write being overwritten
` [PATCH v2 5/7] netfs: Fix read-gaps to remove netfs_folio from filled folio
` [PATCH v2 6/7] netfs: Fix zeropoint update where i_size > remote_i_size
` [PATCH v2 7/7] netfs: Fix write streaming disablement if fd open O_RDWR

[PATCH 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-04-14  8:02 UTC  (5+ messages)

[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 04/61] ext4: Prefer IS_ERR_OR_NULL over manual NULL check
 2026-04-10 15:18 UTC  (2+ messages)

[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] ceph: do not fill fscache for RWF_DONTCACHE writeback
 2026-04-03 18:13 UTC  (5+ messages)

[PATCH v1 13/13] libceph: force host network namespace for kernel CephFS mounts
 2026-04-03 15:05 UTC  (3+ 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)

[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 


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 read-only IMAP folder(s) and NNTP newsgroup(s).