ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-05 12:34:56 to 2020-11-16 14:59:19 UTC [more...]

cleanup updating the size of block devices v3
 2020-11-16 14:57 UTC  (6+ messages)
` [PATCH 01/78] block: remove the call to __invalidate_device in check_disk_size_change
` [PATCH 03/78] nvme: let set_capacity_revalidate_and_notify update the bdev size
` [PATCH 04/78] sd: update the bdev size in sd_revalidate_disk
` [PATCH 07/78] nbd: move the task_recv check into nbd_size_update
` [PATCH 10/78] nbd: use set_capacity_and_notify

Corporate and Personal Loan::,
 2020-11-13 16:08 UTC 

Corporate and Personal Loan::,
 2020-11-13 10:31 UTC 

[PATCH v3 0/2] ceph: add vxattrs to get ids and status debug file support
 2020-11-16  4:34 UTC  (11+ messages)
` [PATCH v3 1/2] ceph: add "
` [PATCH v3 2/2] ceph: add ceph.{clusterid/clientid} vxattrs suppport

Corporate and Personal Loan *
 2020-11-15 16:43 UTC 

[PATCH v4 0/2] ceph: add vxattrs to get ids and status debug file support
 2020-11-14  0:54 UTC  (7+ messages)
` [PATCH v4 1/2] ceph: add "
` [PATCH v4 2/2] ceph: add ceph.{cluster_fsid/client_id} vxattrs suppport

[PATCH v2] ceph: when filling trace, call ceph_get_inode outside of mutexes
 2020-11-13 13:46 UTC  (2+ messages)

[PATCH] ceph: when filling trace, do ceph_get_inode outside of mutexes
 2020-11-13 12:13 UTC  (4+ messages)

Is there a way to make Cephfs kernel client to send data to Ceph cluster smoothly with buffer io
 2020-11-13  2:08 UTC  (3+ messages)

cleanup updating the size of block devices v2
 2020-11-12 19:22 UTC  (37+ messages)
` [PATCH 01/24] block: remove the call to __invalidate_device in check_disk_size_change
` [PATCH 02/24] loop: remove loop_set_size
` [PATCH 03/24] nvme: let set_capacity_revalidate_and_notify update the bdev size
` [PATCH 04/24] sd: update the bdev size in sd_revalidate_disk
` [PATCH 05/24] block: remove the update_bdev parameter from set_capacity_revalidate_and_notify
` [PATCH 06/24] block: add a return value to set_capacity_and_notify
` [PATCH 07/24] nbd: remove the call to set_blocksize
` [PATCH 08/24] nbd: move the task_recv check into nbd_size_update
` [PATCH 09/24] nbd: refactor size updates
` [PATCH 10/24] nbd: validate the block size in nbd_set_size
` [PATCH 11/24] nbd: use set_capacity_and_notify
` [PATCH 12/24] aoe: don't call set_capacity from irq context
` [PATCH 13/24] dm: use set_capacity_and_notify
` [PATCH 14/24] pktcdvd: "
` [PATCH 15/24] nvme: use set_capacity_and_notify in nvme_set_queue_dying
` [PATCH 16/24] drbd: use set_capacity_and_notify
` [PATCH 17/24] rbd: "
` [PATCH 18/24] rnbd: "
` [PATCH 19/24] zram: "
` [PATCH 20/24] dm-raid: "
` [PATCH 21/24] md: "
` [PATCH 22/24] md: remove a spurious call to revalidate_disk_size in update_size
` [PATCH 23/24] virtio-blk: remove a spurious call to revalidate_disk_size
` [PATCH 24/24] block: unexport revalidate_disk_size

[RFC PATCH] ceph: fix cross quota realms renames with new truncated files
 2020-11-12 16:34 UTC  (10+ messages)
            ` [PATCH] Revert "ceph: allow rename operation under different quota realms"

[PATCH] ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode fails
 2020-11-12 15:42 UTC 

[PATCH] ceph: fix race in concurrent __ceph_remove_cap invocations
 2020-11-12 14:45 UTC  (5+ messages)

[PATCH] ceph: downgrade warning from mdsmap decode to debug
 2020-11-12 11:25 UTC 

[PATCH v3] libceph: add osd op counter metric support
 2020-11-12 10:10 UTC  (9+ messages)

[PATCH, RFC 11/10] block: propagate BLKROSET to all partitions
 2020-11-11 16:53 UTC  (6+ messages)

block ioctl cleanups v2
 2020-11-11 16:23 UTC  (11+ messages)
` [PATCH 05/10] md: implement ->set_read_only to hook into BLKROSET processing
` [PATCH 06/10] dasd: "

[RFC PATCH] ceph: guard against __ceph_remove_cap races
 2020-11-11 14:34 UTC  (5+ messages)

[PATCH v2] ceph: ensure we have Fs caps when fetching dir link count
 2020-11-11 13:24 UTC  (4+ messages)

[PATCH] ceph: pass down the flags to grab_cache_page_write_begin
 2020-11-11 12:56 UTC 

Corporate and Personal Loan *
 2020-11-11  8:30 UTC 

cleanup updating the size of block devices
 2020-11-11  4:18 UTC  (39+ messages)
` [PATCH 01/24] block: remove the call to __invalidate_device in check_disk_size_change
` [PATCH 02/24] loop: remove loop_set_size
` [PATCH 03/24] nvme: let set_capacity_revalidate_and_notify update the bdev size
` [PATCH 04/24] sd: update the bdev size in sd_revalidate_disk
` [PATCH 05/24] block: remove the update_bdev parameter from set_capacity_revalidate_and_notify
` [PATCH 06/24] block: add a return value to set_capacity_and_notify
` [PATCH 07/24] nbd: remove the call to set_blocksize
` [PATCH 08/24] nbd: move the task_recv check into nbd_size_update
` [PATCH 09/24] nbd: refactor size updates
` [PATCH 10/24] nbd: validate the block size in nbd_set_size
` [PATCH 11/24] nbd: use set_capacity_and_notify
` [PATCH 12/24] aoe: don't call set_capacity from irq context
` [PATCH 13/24] dm: use set_capacity_and_notify
` [PATCH 14/24] pktcdvd: "
` [PATCH 15/24] nvme: use set_capacity_and_notify in nvme_set_queue_dying
` [PATCH 16/24] drbd: use set_capacity_and_notify
` [PATCH 17/24] rbd: "
` [PATCH 18/24] rnbd: "
` [PATCH 19/24] zram: "
` [PATCH 20/24] dm-raid: "
` [PATCH 21/24] md: "
` [PATCH 22/24] md: remove a spurious call to revalidate_disk_size in update_size
` [PATCH 23/24] virtio-blk: remove a spurious call to revalidate_disk_size
` [PATCH 24/24] block: unexport revalidate_disk_size

[PATCH] libceph: remove unused defined macro for port
 2020-11-10 16:51 UTC 

[PATCH] libceph: remove unused defined macro for port
 2020-11-10 16:23 UTC  (4+ messages)

[PATCH] ceph: ensure we have Fs caps when fetching dir link count
 2020-11-10 15:38 UTC  (2+ messages)

[PATCH v2 0/2] ceph: add _IDS ioctl cmd and status debug file support
 2020-11-10 13:48 UTC  (10+ messages)
` [PATCH v2 1/2] ceph: add "
` [PATCH v2 2/2] ceph: add CEPH_IOC_GET_CLUSTER_AND_CLIENT_IDS ioctl cmd support

[PATCH v2] libceph: add osd op counter metric support
 2020-11-10 12:53 UTC  (3+ messages)

[PATCH] libceph: add osd op counter metric support
 2020-11-10  9:16 UTC  (3+ messages)

[PATCH 0/2] ceph: add _IDS ioctl cmd and status debug file support
 2020-11-10  8:54 UTC  (7+ messages)
` [PATCH 1/2] ceph: add "
` [PATCH 2/2] ceph: add CEPH_IOC_GET_FS_CLIENT_IDS ioctl cmd support

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-11-10  8:48 UTC  (5+ messages)
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread

[RFC PATCH] ceph: acquire Fs caps when getting dir stats
 2020-11-10  4:28 UTC  (2+ messages)

[PATCH v2] ceph: send dentry lease metrics to MDS daemon
 2020-11-07  0:55 UTC  (3+ messages)

[GIT PULL] Ceph fix for 5.10-rc3
 2020-11-06 23:51 UTC  (2+ messages)

[PATCH] ceph: send dentry lease metrics to MDS daemon
 2020-11-05 12:46 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;
as well as URLs for NNTP newsgroup(s).