dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-10 07:55:39 to 2020-11-18 09:32:39 UTC [more...]

[dm-devel] merge struct block_device and struct hd_struct
 2020-11-18  9:32 UTC  (31+ messages)
` [dm-devel] [PATCH 01/20] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [dm-devel] [PATCH 02/20] block: remove a duplicate __disk_get_part prototype
` [dm-devel] [PATCH 03/20] block: add a bdev_kobj helper
` [dm-devel] [PATCH 04/20] block: use disk_part_iter_exit in disk_part_iter_next
` [dm-devel] [PATCH 05/20] block: use put_device in put_disk
` [dm-devel] [PATCH 06/20] block: change the hash used for looking up block devices
` [dm-devel] [PATCH 07/20] init: refactor name_to_dev_t
` [dm-devel] [PATCH 08/20] init: refactor devt_from_partuuid
` [dm-devel] [PATCH 09/20] init: cleanup match_dev_by_uuid and match_dev_by_label
` [dm-devel] [PATCH 10/20] block: refactor __blkdev_put
` [dm-devel] [PATCH 11/20] block: reference struct block_device from struct hd_struct
` [dm-devel] [PATCH 12/20] block: simplify the block device claiming interface
` [dm-devel] [PATCH 13/20] block: remove ->bd_contains
` [dm-devel] [PATCH 14/20] block: remove the nr_sects field in struct hd_struct
` [dm-devel] [PATCH 15/20] block: merge struct block_device and "
` [dm-devel] [PATCH 16/20] block: stop using bdget_disk for partition 0
` [dm-devel] [PATCH 17/20] filemap: consistently use ->f_mapping over ->i_mapping
` [dm-devel] [PATCH 18/20] fs: remove get_super_thawed and get_super_exclusive_thawed
` [dm-devel] [PATCH 19/20] bcache: remove a superflous lookup_bdev all
` [dm-devel] [PATCH 20/20] block: remove i_bdev

[dm-devel] cleanup updating the size of block devices v3
 2020-11-16 17:37 UTC  (82+ messages)
` [dm-devel] [PATCH 01/78] block: remove the call to __invalidate_device in check_disk_size_change
` [dm-devel] [PATCH 02/78] loop: let set_capacity_revalidate_and_notify update the bdev size
` [dm-devel] [PATCH 03/78] nvme: "
` [dm-devel] [PATCH 04/78] sd: update the bdev size in sd_revalidate_disk
` [dm-devel] [PATCH 05/78] block: remove the update_bdev parameter to set_capacity_revalidate_and_notify
` [dm-devel] [PATCH 06/78] nbd: remove the call to set_blocksize
` [dm-devel] [PATCH 07/78] nbd: move the task_recv check into nbd_size_update
` [dm-devel] [PATCH 08/78] nbd: refactor size updates
` [dm-devel] [PATCH 09/78] nbd: validate the block size in nbd_set_size
` [dm-devel] [PATCH 10/78] nbd: use set_capacity_and_notify
` [dm-devel] [PATCH 11/78] aoe: don't call set_capacity from irq context
` [dm-devel] [PATCH 12/78] dm: use set_capacity_and_notify
` [dm-devel] [PATCH 13/78] pktcdvd: "
` [dm-devel] [PATCH 14/78] nvme: use set_capacity_and_notify in nvme_set_queue_dying
` [dm-devel] [PATCH 15/78] drbd: use set_capacity_and_notify
` [dm-devel] [PATCH 16/78] rbd: "
` [dm-devel] [PATCH 17/78] rnbd: "
` [dm-devel] [PATCH 18/78] zram: "
` [dm-devel] [PATCH 19/78] dm-raid: "
` [dm-devel] [PATCH 20/78] md: "
` [dm-devel] [PATCH 21/78] md: remove a spurious call to revalidate_disk_size in update_size
` [dm-devel] [PATCH 22/78] virtio-blk: remove a spurious call to revalidate_disk_size
` [dm-devel] [PATCH 23/78] block: unexport revalidate_disk_size
` [dm-devel] [PATCH 24/78] mtd_blkdevs: don't override BLKFLSBUF
` [dm-devel] [PATCH 25/78] block: don't call into the driver for BLKFLSBUF
` [dm-devel] [PATCH 26/78] block: add a new set_read_only method
` [dm-devel] [PATCH 27/78] rbd: implement ->set_read_only to hook into BLKROSET processing
` [dm-devel] [PATCH 28/78] md: "
` [dm-devel] [PATCH 29/78] dasd: "
` [dm-devel] [PATCH 30/78] block: don't call into the driver for BLKROSET
` [dm-devel] [PATCH 31/78] loop: use set_disk_ro
` [dm-devel] [PATCH 32/78] block: remove set_device_ro
` [dm-devel] [PATCH 33/78] block: remove __blkdev_driver_ioctl
` [dm-devel] [PATCH 34/78] block: propagate BLKROSET to all partitions
` [dm-devel] [PATCH 35/78] block: cleanup del_gendisk a bit
` [dm-devel] [PATCH 36/78] block: open code kobj_map into in block/genhd.c
` [dm-devel] [PATCH 37/78] block: split block_class_lock
` [dm-devel] [PATCH 38/78] block: rework requesting modules for unclaimed devices
` [dm-devel] [PATCH 39/78] block: add an optional probe callback to major_names
` [dm-devel] [PATCH 40/78] ide: remove ide_{,un}register_region
` [dm-devel] [PATCH 41/78] swim: don't call blk_register_region
` [dm-devel] [PATCH 42/78] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
` [dm-devel] [PATCH 43/78] brd: use __register_blkdev to allocate devices on demand
` [dm-devel] [PATCH 44/78] loop: "
` [dm-devel] [PATCH 45/78] md: "
` [dm-devel] [PATCH 46/78] ide: switch to __register_blkdev for command set probing
` [dm-devel] [PATCH 47/78] floppy: use a separate gendisk for each media format
` [dm-devel] [PATCH 48/78] amiflop: use separate gendisks for Amiga vs MS-DOS mode
` [dm-devel] [PATCH 49/78] ataflop: use a separate gendisk for each media format
` [dm-devel] [PATCH 50/78] z2ram: reindent
` [dm-devel] [PATCH 51/78] z2ram: use separate gendisk for the different modes
` [dm-devel] [PATCH 52/78] block: switch gendisk lookup to a simple xarray
` [dm-devel] [PATCH 53/78] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [dm-devel] [PATCH 54/78] block: remove a duplicate __disk_get_part prototype
` [dm-devel] [PATCH 55/78] block: change the hash used for looking up block devices
` [dm-devel] [PATCH 56/78] init: refactor name_to_dev_t
` [dm-devel] [PATCH 57/78] init: refactor devt_from_partuuid
` [dm-devel] [PATCH 58/78] init: cleanup match_dev_by_uuid and match_dev_by_label
` [dm-devel] [PATCH 59/78] mtip32xx: remove the call to fsync_bdev on removal
` [dm-devel] [PATCH 60/78] zram: remove the claim mechanism
` [dm-devel] [PATCH 61/78] zram: do not call set_blocksize
` [dm-devel] [PATCH 62/78] loop: "
` [dm-devel] [PATCH 63/78] bcache: remove a superflous lookup_bdev all
` [dm-devel] [PATCH 64/78] dm: simplify flush_bio initialization in __send_empty_flush
` [dm-devel] [PATCH 65/78] dm: remove the block_device reference in struct mapped_device
` [dm-devel] [PATCH 66/78] block: keep a block_device reference for each hd_struct
` [dm-devel] [PATCH 67/78] block: simplify the block device claiming interface
` [dm-devel] [PATCH 68/78] block: remove ->bd_contains
` [dm-devel] [PATCH 69/78] block: remove the nr_sects field in struct hd_struct
` [dm-devel] [PATCH 70/78] block: replace bd_mutex with a per-gendisk mutex
` [dm-devel] [PATCH 71/78] block: add a bdev_kobj helper
` [dm-devel] [PATCH 72/78] block: use disk_part_iter_exit in disk_part_iter_next
` [dm-devel] [PATCH 73/78] block: use put_device in put_disk
` [dm-devel] [PATCH 74/78] block: merge struct block_device and struct hd_struct
` [dm-devel] [PATCH 75/78] block: stop using bdget_disk for partition 0
` [dm-devel] [PATCH 76/78] filemap: use ->f_mapping over ->i_mapping consistently
` [dm-devel] [PATCH 77/78] fs: simplify the get_super_thawed interface
` [dm-devel] [PATCH 78/78] block: remove i_bdev

[dm-devel] [PATCH] dm: add support for DM_TARGET_NOWAIT for various targets
 2020-11-18  2:01 UTC  (8+ messages)
` [dm-devel] "
` [dm-devel] [PATCH v2] "

[dm-devel] [PATCH] md: dm-writeback: add __noreturn to BUG-ging function
 2020-11-17 16:31 UTC  (4+ messages)
    ` [dm-devel] "

[dm-devel] misc struct block_device related driver cleanups
 2020-11-17 16:11 UTC  (12+ messages)
` [dm-devel] [PATCH 1/6] mtip32xx: remove the call to fsync_bdev on removal
` [dm-devel] [PATCH 2/6] zram: remove the claim mechanism
` [dm-devel] [PATCH 3/6] zram: do not call set_blocksize
` [dm-devel] [PATCH 4/6] loop: "
` [dm-devel] [PATCH 5/6] dm: simplify flush_bio initialization in __send_empty_flush
` [dm-devel] [PATCH 6/6] dm: remove the block_device reference in struct mapped_device

[dm-devel] [PATCH v5 0/7] IMA: Infrastructure for measurement of critical kernel data
 2020-11-13 17:23 UTC  (22+ messages)
` [dm-devel] [PATCH v5 2/7] IMA: update process_buffer_measurement to measure buffer hash
` [dm-devel] [PATCH v5 3/7] IMA: add hook to measure critical data
` [dm-devel] [PATCH v5 4/7] IMA: add policy "
` [dm-devel] [PATCH v5 5/7] IMA: validate supported kernel data sources before measurement

[dm-devel] [PATCH] dm table: Remove BUG_ON(in_interrupt())
 2020-11-13 18:51 UTC  (2+ messages)
` [dm-devel] "

[dm-devel] [PATCH] dm mpath selector: fix uninitialized value warning
 2020-11-15 20:24 UTC 

[dm-devel] [bug report] dm mpath: add IO affinity path selector
 2020-11-13 12:09 UTC 

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

[dm-devel] [PATCH] Revert "dm cache: fix arm link errors with inline"
 2020-11-12 18:02 UTC  (3+ messages)

[dm-devel] multipath-tool 0.8.5 release
 2020-11-12  8:59 UTC 

[dm-devel] dm: rename multipath path selector source files to have "dm-ps" prefix
 2020-11-11 16:46 UTC  (3+ messages)

[dm-devel] [PATCH 0/1] Bug with RCU locking in dm_blk_report_zones()
 2020-11-11 12:55 UTC  (2+ messages)
` [dm-devel] [PATCH 1/1] Fix bug "

[dm-devel] cleanup updating the size of block devices
 2020-11-11  4:18 UTC  (11+ messages)
` [dm-devel] [PATCH 03/24] nvme: let set_capacity_revalidate_and_notify update the bdev size
` [dm-devel] [PATCH 04/24] sd: update the bdev size in sd_revalidate_disk
` [dm-devel] [PATCH 17/24] rbd: use set_capacity_and_notify

[dm-devel] [PATCH] dm writecache: fix the maximum number of arguments
 2020-11-10 12:45 UTC 

[dm-devel] [PATCH] dm writecache: advance the number of arguments when reporting max_age
 2020-11-10 12:44 UTC 

[dm-devel] [RFC 0/3] Add support of iopoll for dm device
 2020-11-10  1:43 UTC  (12+ 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).