ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-22 03:19:18 to 2022-03-08 15:58:49 UTC [more...]

[PATCH v2 0/4] ceph: forward average read/write/metadata latency
 2022-03-08 15:58 UTC  (7+ messages)
` [PATCH v2 1/4] ceph: use ktime_to_timespec64() rather than jiffies_to_timespec64()
` [PATCH v2 2/4] ceph: track average r/w/m latency
` [PATCH v2 3/4] ceph: include average/stdev r/w/m latency in mds metrics
` [PATCH v2 4/4] ceph: use tracked average r/w/m latencies to display metrics in debugfs

[PATCH v2] libceph: wait for con->work to finish when cancelling con
 2022-03-08 15:36 UTC  (4+ messages)

[PATCH v3] ceph: fix memory leakage in ceph_readdir
 2022-03-08 15:06 UTC  (2+ messages)

[PATCH] ceph: uninitialized variable in debug output
 2022-03-08 13:30 UTC  (6+ messages)

[RFC PATCH] libceph: wait for con->work to finish when cancelling con
 2022-03-08 13:02 UTC  (3+ messages)

[PATCH 0/3] ceph: minor fixes and encrypted snapshot names
 2022-03-07 14:20 UTC  (17+ messages)
` [PATCH 1/3] ceph: fix error path in ceph_readdir()
` [PATCH 2/3] ceph: fix use-after-free in ceph_readdir
` [PATCH 3/3] ceph: add support for encrypted snapshot names

[PATCH v2] ceph: use ktime_to_timespec64() rather than jiffies_to_timespec64()
 2022-03-07 13:14 UTC  (4+ messages)

[PATCH v5] ceph: do not dencrypt the dentry name twice for readdir
 2022-03-05 12:25 UTC 

[PATCH v2] ceph: fix memory leakage in ceph_readdir
 2022-03-05 11:32 UTC  (9+ messages)

[PATCH v4 0/2] ceph: misc fix for fscrypt
 2022-03-05  1:06 UTC  (7+ messages)
` [PATCH v4 1/2] ceph: fail the request when failing to decode dentry names
` [PATCH v4 2/2] ceph: do not dencrypt the dentry name twice for readdir

[PATCH] ceph: use ktime_to_timespec64() rather than jiffies_to_timespec64()
 2022-03-04 13:33 UTC  (4+ messages)

[PATCH 00/11] Remove remaining parts of congestion tracking code
 2022-03-04 11:14 UTC  (19+ messages)
` [PATCH 07/11] Remove inode_congested()
` [PATCH 05/11] nfs: remove reliance on bdi congestion
` [PATCH 11/11] Remove congestion tracking framework
` [PATCH 08/11] Remove bdi_congested() and wb_congested() and related functions
` [PATCH 06/11] ceph: remove reliance on bdi congestion
` [PATCH 03/11] MM: improve cleanup when ->readpages doesn't process all pages
` [PATCH 09/11] f2fs: replace congestion_wait() calls with io_schedule_timeout()
` [PATCH 10/11] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [PATCH 04/11] fuse: remove reliance on bdi congestion

[PATCH v3 0/6] ceph: encrypt the snapshot directories
 2022-03-03  9:50 UTC  (12+ messages)
` [PATCH v3 1/6] ceph: fail the request when failing to decode dentry names
` [PATCH v3 2/6] ceph: do not dencrypt the dentry name twice for readdir
` [PATCH v3 3/6] ceph: add ceph_get_snap_parent_inode() support
` [PATCH v3 4/6] ceph: use the parent inode of '.snap' to dencrypt the names for readdir
` [PATCH v3 5/6] ceph: use the parent inode of '.snap' to encrypt name to build path
` [PATCH v3 6/6] ceph: try to encrypt/decrypt long snap name

[PATCH 0/2] ceph: misc fixes
 2022-03-03  1:08 UTC  (6+ messages)
` [PATCH 1/2] ceph: fix inode reference leakage in ceph_get_snapdir()
` [PATCH 2/2] ceph: fix a NULL pointer dereference in ceph_handle_caps()

[PATCH] libceph: fix last_piece calculation in ceph_msg_data_pages_advance
 2022-03-02 18:12 UTC  (5+ messages)

[PATCH 00/19] netfs: Prep for write helpers
 2022-03-02 14:09 UTC  (20+ messages)
` [PATCH 01/19] fscache: export fscache_end_operation()
` [PATCH 02/19] netfs: Generate enums from trace symbol mapping lists
` [PATCH 03/19] netfs: Add a netfs inode context
` [PATCH 04/19] netfs: Rename netfs_read_*request to netfs_io_*request
` [PATCH 05/19] netfs: Refactor arguments for netfs_alloc_read_request
` [PATCH 06/19] netfs: Finish off rename of netfs_read_request to netfs_io_request
` [PATCH 07/19] netfs: Split netfs_io_* object handling out
` [PATCH 08/19] netfs: Adjust the netfs_rreq tracepoint slightly
` [PATCH 09/19] netfs: Trace refcounting on the netfs_io_request struct
` [PATCH 10/19] netfs: Trace refcounting on the netfs_io_subrequest struct
` [PATCH 11/19] netfs: Adjust the netfs_failure tracepoint to indicate non-subreq lines
` [PATCH 12/19] netfs: Prepare to split read_helper.c
` [PATCH 13/19] netfs: Add a function to consolidate beginning a read
` [PATCH 14/19] netfs: Split fs/netfs/read_helper.c
` [PATCH 15/19] netfs: Split some core bits out into their own file
` [PATCH 16/19] netfs: Rename rename read_helper.c to io.c
` [PATCH 17/19] netfs: Change ->init_rreq() to return an error code
` [PATCH 18/19] netfs: Keep track of the actual remote file size
` [PATCH 19/19] afs: Maintain netfs_i_context::remote_i_size

[PATCH v3] ceph: skip the memories when received a higher version of message
 2022-03-02  6:17 UTC  (4+ messages)

Making 3 ceph patches available to rebase netfslib patches on
 2022-03-01 17:59 UTC  (2+ messages)

[PATCH v2 0/7] ceph: encrypt the snapshot directories
 2022-03-01 14:45 UTC  (17+ messages)
` [PATCH v2 1/7] ceph: fail the request when failing to decode dentry names
` [PATCH v2 2/7] ceph: skip the memories when received a higher version of message
` [PATCH v2 3/7] ceph: do not dencrypt the dentry name twice for readdir
` [PATCH v2 4/7] ceph: add ceph_get_snap_parent_inode() support
` [PATCH v2 5/7] ceph: use the parent inode of '.snap' to dencrypt the names for readdir
` [PATCH v2 6/7] ceph: use the parent inode of '.snap' to encrypt name to build path
` [PATCH v2 7/7] ceph: try to encrypt/decrypt long snap name

[RFC PATCH v10 00/48] ceph+fscrypt: full support
 2022-03-01 14:30 UTC  (10+ messages)
` [RFC PATCH v10 11/48] ceph: decode alternate_name in lease info

[PATCH] ceph: fix memory leakage in ceph_readdir
 2022-03-01 13:13 UTC  (3+ messages)

[PATCH] ceph: increase the offset when fail to decode dentry names
 2022-02-28  9:06 UTC  (3+ messages)

[PATCH] ceph: fail the request when failing to decode dentry names
 2022-02-28  9:04 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 00/11] Remove remaining parts of congestion tracking code
 2022-02-28  5:19 UTC  (10+ messages)
` [PATCH 02/11] MM: document and polish read-ahead code
` [PATCH 08/11] Remove bdi_congested() and wb_congested() and related functions

[PATCH 0/3] ceph: encrypt the snapshot directories
 2022-02-28  4:20 UTC  (4+ messages)
` [PATCH 1/3] ceph: add ceph_get_snap_parent_inode() support
` [PATCH 2/3] ceph: use the parent inode of '.snap' to dencrypt the names for readdir
` [PATCH 3/3] ceph: use the parent inode of '.snap' to encrypt name to build path

[RFC PATCH] ceph: add support for encrypted snapshot names
 2022-02-28  0:42 UTC  (12+ messages)

Benching ceph for high speed RBD
 2022-02-24 10:38 UTC  (5+ messages)

[PATCH v3 0/2] ceph: fix cephfs rsync kworker high load issue
 2022-02-23 12:49 UTC  (4+ messages)
` [PATCH v3 1/2] ceph: allocate capsnap memory outside of ceph_queue_cap_snap()
` [PATCH v3 2/2] ceph: misc fix for code style and logs

[PATCH v2 0/2] ceph: create the global dummy snaprealm once
 2022-02-23 12:45 UTC  (4+ messages)
` [PATCH v2 1/2] ceph: remove incorrect and unused CEPH_INO_DOTDOT macro
` [PATCH v2 2/2] ceph: do not release the global snaprealm until unmounting

[PATCH 0/2] ceph: create the global dummy snaprealm once
 2022-02-22 10:40 UTC  (5+ messages)
` [PATCH 1/2] ceph: remove incorrect and unused CEPH_INO_DOTDOT macro
` [PATCH 2/2] ceph: do not release the global snaprealm until unmounting


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 NNTP newsgroup(s).