dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-20 07:37:36 to 2020-11-26 08:20:28 UTC [more...]

[dm-devel] merge struct block_device and struct hd_struct v2
 2020-11-26  8:16 UTC  (90+ messages)
` [dm-devel] [PATCH 01/45] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [dm-devel] [PATCH 02/45] filemap: consistently use ->f_mapping over ->i_mapping
` [dm-devel] [PATCH 03/45] fs: remove get_super_thawed and get_super_exclusive_thawed
` [dm-devel] [PATCH 04/45] fs: simplify freeze_bdev/thaw_bdev
` [dm-devel] [PATCH 05/45] mtip32xx: remove the call to fsync_bdev on removal
` [dm-devel] [PATCH 06/45] zram: remove the claim mechanism
` [dm-devel] [PATCH 07/45] zram: do not call set_blocksize
` [dm-devel] [PATCH 08/45] loop: "
` [dm-devel] [PATCH 09/45] dm: simplify flush_bio initialization in __send_empty_flush
` [dm-devel] [PATCH 10/45] dm: remove the block_device reference in struct mapped_device
` [dm-devel] [PATCH 11/45] block: remove a duplicate __disk_get_part prototype
` [dm-devel] [PATCH 12/45] block: remove a superflous check in blkpg_do_ioctl
` [dm-devel] [PATCH 13/45] block: add a bdev_kobj helper
` [dm-devel] [PATCH 14/45] block: use disk_part_iter_exit in disk_part_iter_next
` [dm-devel] [PATCH 15/45] block: use put_device in put_disk
` [dm-devel] [PATCH 16/45] block: change the hash used for looking up block devices
` [dm-devel] [PATCH 17/45] init: refactor name_to_dev_t
` [dm-devel] [PATCH 18/45] init: refactor devt_from_partuuid
` [dm-devel] [PATCH 19/45] init: cleanup match_dev_by_uuid and match_dev_by_label
` [dm-devel] [PATCH 20/45] block: refactor __blkdev_put
` [dm-devel] [PATCH 21/45] block: refactor blkdev_get
` [dm-devel] [PATCH 22/45] block: opencode devcgroup_inode_permission
` [dm-devel] [PATCH 23/45] block: remove i_bdev
` [dm-devel] [PATCH 24/45] blk-cgroup: stop abusing get_gendisk
` [dm-devel] [PATCH 25/45] block: reference struct block_device from struct hd_struct
` [dm-devel] [PATCH 26/45] block: remove ->bd_contains
` [dm-devel] [PATCH 27/45] block: simplify the block device claiming interface
` [dm-devel] [PATCH 28/45] block: simplify part_to_disk
` [dm-devel] [PATCH 29/45] block: initialize struct block_device in bdev_alloc
` [dm-devel] [PATCH 30/45] block: remove the nr_sects field in struct hd_struct
` [dm-devel] [PATCH 31/45] block: move disk stat accounting to struct block_device
` [dm-devel] [PATCH 32/45] block: move the start_sect field "
` [dm-devel] [PATCH 33/45] block: move the partition_meta_info "
` [dm-devel] [PATCH 34/45] block: move holder_dir "
` [dm-devel] [PATCH 35/45] block: move make_it_fail "
` [dm-devel] [PATCH 36/45] block: move the policy field "
` [dm-devel] [PATCH 37/45] block: allocate struct hd_struct as part of struct bdev_inode
` [dm-devel] [PATCH 38/45] block: switch partition lookup to use struct block_device
` [dm-devel] [PATCH 39/45] block: remove the partno field from struct hd_struct
` [dm-devel] [PATCH 40/45] block: pass a block_device to blk_alloc_devt
` [dm-devel] [PATCH 41/45] block: pass a block_device to invalidate_partition
` [dm-devel] [PATCH 42/45] block: switch disk_part_iter_* to use a struct block_device
` [dm-devel] [PATCH 43/45] f2fs: remove a few bd_part checks
` [dm-devel] [PATCH 44/45] block: merge struct block_device and struct hd_struct
` [dm-devel] [PATCH 45/45] block: stop using bdget_disk for partition 0

[dm-devel] merge struct block_device and struct hd_struct
 2020-11-25 12:09 UTC  (33+ messages)
` [dm-devel] [PATCH 01/20] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [dm-devel] [PATCH 07/20] init: refactor name_to_dev_t
` [dm-devel] [PATCH 11/20] block: reference struct block_device from struct hd_struct
` [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 17/20] filemap: consistently use ->f_mapping over ->i_mapping

[dm-devel] [PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-25  7:05 UTC  (48+ messages)
` [dm-devel] [PATCH 077/141] dm raid: "
                  ` [dm-devel] [Intel-wired-lan] [PATCH 000/141] "

[dm-devel] [RFC PATCH] libmultipath: prevent DSO unloading with astray checker threads
 2020-11-24 20:59 UTC  (5+ messages)

[dm-devel] [PATCH v6 0/8] IMA: support for measuring kernel integrity critical data
 2020-11-23 19:49 UTC  (21+ 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] mpathpersist: Fix Register and Ignore with 0x00 SARK
 2020-11-24  2:50 UTC  (2+ messages)

[dm-devel] [PATCH] dm crypt: Constify static crypt_iv_operations
 2020-11-21 22:22 UTC 

[dm-devel] [PATCH] blk-settings: make sure that max_sectors is aligned on "logical_block_size" boundary
 2020-11-20 14:19 UTC  (4+ messages)
            ` [dm-devel] [PATCH v2] "

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

[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  (7+ 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  (29+ messages)
` [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


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