dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-16 15:00:53 to 2020-11-20 20:06:13 UTC [more...]

[dm-devel] merge struct block_device and struct hd_struct
 2020-11-20 20:05 UTC  (74+ 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] [PATCH] blk-settings: make sure that max_sectors is aligned on "logical_block_size" boundary
 2020-11-20 14:19 UTC  (5+ messages)
            ` [dm-devel] [PATCH v2] "

[dm-devel] [PATCH] md: dm-writeback: add __noreturn to BUG-ging function
 2020-11-20 14:08 UTC  (10+ messages)
    ` [dm-devel] "

[dm-devel] [PATCH v6 0/8] IMA: support for measuring kernel integrity critical data
 2020-11-20 12:46 UTC  (10+ messages)
` [dm-devel] [PATCH v6 1/8] IMA: generalize keyring specific measurement constructs
` [dm-devel] [PATCH v6 2/8] IMA: add support to measure buffer data hash
` [dm-devel] [PATCH v6 3/8] IMA: define a hook to measure kernel integrity critical data
` [dm-devel] [PATCH v6 4/8] IMA: add policy rule to measure "
` [dm-devel] [PATCH v6 5/8] IMA: extend policy to add data sources as a critical data measurement constraint
` [dm-devel] [PATCH v6 6/8] IMA: add support to critical data hook to limit data sources for measurement
` [dm-devel] [PATCH v6 7/8] IMA: add a built-in policy rule for critical data measurement
` [dm-devel] [PATCH v6 8/8] selinux: measure state and hash of the policy using IMA

[dm-devel] [PATCH] dm-settings: fix a possible integer overflow in blk_queue_max_hw_sectors
 2020-11-20  9:55 UTC 

[PATCH 1/1] block: move the PAGE_SECTORS definition into <linux/blkdev.h>
 2020-11-20  2:25 UTC  (8+ messages)
        ` [dm-devel] "

[PATCH v2 0/7] crypto: add CRYPTO_ALG_ALLOCATES_MEMORY
 2020-11-19 18:29 UTC  (4+ messages)
    ` [dm-devel] "

[dm-devel] cleanup updating the size of block devices v3
 2020-11-20  8:58 UTC  (96+ 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 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 50/78] z2ram: reindent
` [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 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 76/78] filemap: use ->f_mapping over ->i_mapping consistently
` [dm-devel] [PATCH 78/78] block: remove i_bdev

[dm-devel] [RFC PATCHv2 0/2] block-layer interposer
 2020-11-19 16:49 UTC  (3+ messages)
` [dm-devel] [PATCH 1/2] blk_interposer - Block Layer Interposer
` [dm-devel] [PATCH 2/2] dm_interposer - blk_interposer for device-mapper

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

[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


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