ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-09 13:52:12 to 2020-11-16 15:02:41 UTC [more...]

cleanup updating the size of block devices v3
 2020-11-16 14:58 UTC  (54+ 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
` [PATCH 13/78] pktcdvd: "
` [PATCH 16/78] rbd: "
` [PATCH 17/78] rnbd: "
` [PATCH 18/78] zram: "
` [PATCH 19/78] dm-raid: "
` [PATCH 20/78] md: "
` [PATCH 21/78] md: remove a spurious call to revalidate_disk_size in update_size
` [PATCH 25/78] block: don't call into the driver for BLKFLSBUF
` [PATCH 27/78] rbd: implement ->set_read_only to hook into BLKROSET processing
` [PATCH 29/78] dasd: "
` [PATCH 30/78] block: don't call into the driver for BLKROSET
` [PATCH 31/78] loop: use set_disk_ro
` [PATCH 33/78] block: remove __blkdev_driver_ioctl
` [PATCH 35/78] block: cleanup del_gendisk a bit
` [PATCH 37/78] block: split block_class_lock
` [PATCH 41/78] swim: don't call blk_register_region
` [PATCH 46/78] ide: switch to __register_blkdev for command set probing
` [PATCH 47/78] floppy: use a separate gendisk for each media format
` [PATCH 48/78] amiflop: use separate gendisks for Amiga vs MS-DOS mode
` [PATCH 50/78] z2ram: reindent
` [PATCH 51/78] z2ram: use separate gendisk for the different modes
` [PATCH 52/78] block: switch gendisk lookup to a simple xarray
` [PATCH 53/78] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [PATCH 54/78] block: remove a duplicate __disk_get_part prototype
` [PATCH 55/78] block: change the hash used for looking up block devices
` [PATCH 56/78] init: refactor name_to_dev_t
` [PATCH 57/78] init: refactor devt_from_partuuid
` [PATCH 58/78] init: cleanup match_dev_by_uuid and match_dev_by_label
` [PATCH 59/78] mtip32xx: remove the call to fsync_bdev on removal
` [PATCH 60/78] zram: remove the claim mechanism
` [PATCH 61/78] zram: do not call set_blocksize
` [PATCH 62/78] loop: "
` [PATCH 63/78] bcache: remove a superflous lookup_bdev all
` [PATCH 64/78] dm: simplify flush_bio initialization in __send_empty_flush
` [PATCH 65/78] dm: remove the block_device reference in struct mapped_device
` [PATCH 66/78] block: keep a block_device reference for each hd_struct
` [PATCH 67/78] block: simplify the block device claiming interface
` [PATCH 68/78] block: remove ->bd_contains
` [PATCH 69/78] block: remove the nr_sects field in struct hd_struct
` [PATCH 70/78] block: replace bd_mutex with a per-gendisk mutex
` [PATCH 71/78] block: add a bdev_kobj helper
` [PATCH 72/78] block: use disk_part_iter_exit in disk_part_iter_next
` [PATCH 73/78] block: use put_device in put_disk
` [PATCH 74/78] block: merge struct block_device and struct hd_struct
` [PATCH 75/78] block: stop using bdget_disk for partition 0
` [PATCH 76/78] filemap: use ->f_mapping over ->i_mapping consistently
` [PATCH 77/78] fs: simplify the get_super_thawed interface
` [PATCH 78/78] block: remove i_bdev

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  (4+ messages)

block ioctl cleanups v2
 2020-11-11 16:23 UTC  (5+ messages)

[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  (12+ messages)
` [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 17/24] rbd: use set_capacity_and_notify

[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)


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).