dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-29 01:14:27 to 2020-09-10 14:48:23 UTC [more...]

bdi cleanups v4
 2020-09-10 14:48 UTC  (4+ messages)
  ` [PATCH 01/12] fs: remove the unused SB_I_MULTIROOT flag
  ` [PATCH 02/12] drbd: remove dead code in device_to_statistics
  ` [PATCH 03/12] drbd: remove RB_CONGESTED_REMOTE

Revert "dm: always call blk_queue_split() in dm_process_bio()"
 2020-09-10 14:24 UTC 

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-10 14:21 UTC  (13+ messages)

[PATCH V4 00/14] multipath-tools series: some cleanups and fixes checked by codedex tool
 2020-09-10 10:54 UTC  (10+ messages)
` [PATCH V4 01/14] multipathd: initialize major and minor in cli_add_map
` [PATCH V4 02/14] libmultipath: change malloc to calloc in print_foreign_topology
` [PATCH V4 04/14] multipathd: check MALLOC return value in mpath_pr_event_handler_fn
` [PATCH V4 05/14] multipathd: check return value of malloc in cli_getprkey func
` [PATCH V4 06/14] kpartx: use xmalloc to instead of malloc in main func
` [PATCH V4 09/14] libmultipath: check whether mpp->features is NUll in setup_map
` [PATCH V4 11/14] mpathpersist: check whether malloc paramp->trnptid_list fails in handle_args func
` [PATCH V4 12/14] libmultipathpersist: use update_multipath_table/status, in get_mpvec
` [PATCH V4 14/14] multipathpersist: delete unused variable in handle_args

bdi cleanups v3
 2020-09-10  9:28 UTC  (6+ messages)
` [PATCH 06/14] block: lift setting the readahead size into the block layer

[PATCH] IMA: Add test for dm-crypt measurement
 2020-09-10  7:24 UTC  (4+ messages)

[PATCH 0/3] add support for inline encryption to device mapper
 2020-09-09 23:44 UTC  (4+ messages)
` [PATCH 1/3] block: keyslot-manager: Introduce passthrough keyslot manager
` [PATCH 2/3] dm: add support for passing through inline crypto support
` [PATCH 3/3] dm: enable may_passthrough_inline_crypto on some targets

[PATCH] multipath-tools: add HPE MSA 1060/2060 to hwtable
 2020-09-09 19:24 UTC  (2+ messages)

[PATCH 00/14] multipath-tools series: some cleanups and fixes checked by codedex tool
 2020-09-09 10:11 UTC  (47+ messages)
` [PATCH 01/14] multipathd: return if dm_get_major_minor failed in, cli_add_map
` [PATCH 02/14] libmultipath: check malloc return value in, print_foreign_topology
` [PATCH 03/14] libmultipath: use map instead of dm_task_get_name
` [PATCH 04/14] multipathd: check MALLOC return value in, mpath_pr_event_handler_fn
` [PATCH 05/14] multipathd: use MALLOC and check return value in, cli_getprkey func
` [PATCH 06/14] kpartx: check return value of malloc in main func
` [PATCH 07/14] libmultipath: check return value of dm_mapname in, sysfs_check_holders
` [PATCH 08/14] libmultipath: donot free *dst if REALLOC fails in, merge_words
` [PATCH 09/14] libmultipath: check whether mp->features is NULl in, assemble_map
` [PATCH 10/14] util/tests: use assert_non_null to ensure malloc, returns non-null pointer
` [PATCH 11/14] mpathpersist: check whether malloc paramp->trnptid_list, fails in handle_args func
` [PATCH 12/14] libmultipathpersist: use update_multipath_table/status, in get_mpvec
` [PATCH 13/14] multipath: use update_multipath_table/status in, check_useable_paths
` [PATCH 14/14] multipathpersist: delete unused variable in handle_args

[PATCH V3 00/14] multipath-tools series: some cleanups and fixes checked by codedex tool
 2020-09-09  2:27 UTC  (14+ messages)
` [PATCH V3 01/14] multipathd: initialize major and minor in cli_add_map
` [PATCH V3 02/14] libmultipath: change malloc to calloc in print_foreign_topology
` [PATCH V3 04/14] multipathd: check MALLOC return value in mpath_pr_event_handler_fn
` [PATCH V3 05/14] multipathd: use MALLOC and check return value in cli_getprkey func
` [PATCH V3 06/14] kpartx: check return value of malloc in main func
` [PATCH V3 09/14] libmultipath: check whether mp->features is NUll in assemble_map
` [PATCH V3 11/14] mpathpersist: check whether malloc paramp->trnptid_list fails in handle_args func
` [PATCH V3 12/14] libmultipathpersist: use update_multipath_table/status in get_mpvec
` [PATCH V3 14/14] multipathpersist: delete unused variable in handle_args

clean up is partition checks
 2020-09-09  0:55 UTC  (14+ messages)
` [PATCH 1/9] Documentation/hdio: fix up obscure bd_contains references
` [PATCH 2/9] block: add a bdev_is_partition helper
` [PATCH 3/9] md: compare bd_disk instead of bd_contains
` [PATCH 4/9] md: don't detour through bd_contains for the gendisk
` [PATCH 5/9] drbd: "
` [PATCH 6/9] drbd: don't set ->bd_contains
` [PATCH 7/9] target/iblock: fix holder printing in iblock_show_configfs_dev_params
` [PATCH 8/9] block: use bd_partno in bdevname
` [PATCH 9/9] vsprintf: use bd_partno in bdev_name

[PATCH V2 00/14] multipath-tools series: some cleanups and fixes checked by codedex tool
 2020-09-08  8:22 UTC  (14+ messages)
` [PATCH V2 01/14] multipathd: initialize major and minor in cli_add_map
` [PATCH V2 02/14] libmultipath: change malloc to calloc in print_foreign_topology
` [PATCH V2 04/14] multipathd: check MALLOC return value in mpath_pr_event_handler_fn
` [PATCH V2 05/14] multipathd: use MALLOC and check return value in cli_getprkey func
` [PATCH V2 06/14] kpartx: check return value of malloc in main func
` [PATCH V2 09/14] libmultipath: check whether mp->features is NUll in assemble_map
` [PATCH V2 11/14] mpathpersist: check whether malloc paramp->trnptid_list fails in handle_args func
` [PATCH V2 12/14] libmultipathpersist: use update_multipath_table/status in get_mpvec
` [PATCH V2 14/14] multipathpersist: delete unused variable in handle_args

fix for kernel BUG at drivers/scsi/device_handler/scsi_dh_alua.c:662!
 2020-09-07 19:55 UTC 

[PATCH 1/1] block: move the PAGE_SECTORS definition into <linux/blkdev.h>
 2020-09-07  7:39 UTC  (5+ messages)

kernel BUG at drivers/scsi/device_handler/scsi_dh_alua.c:662!
 2020-09-03 22:06 UTC 

[PATCH v4] dax: fix for do not print error message for non-persistent memory block device
 2020-09-03 16:16 UTC 

[PATCH v2] dax: fix for do not print error message for non-persistent memory block device
 2020-09-03 16:14 UTC  (4+ messages)

[PATCH] dax: fix for do not print error message for non-persistent memory block device
 2020-09-03 16:12 UTC  (4+ messages)
` [External] "

[PATCH v3] dax: fix for do not print error message for non-persistent memory block device
 2020-09-03 16:04 UTC 

flood of "dm-X: error: dax access failed" due to 5.9 commit 231609785cbfb
 2020-09-03  5:05 UTC  (9+ messages)

[git pull] device mapper fixes for 5.9-rc4
 2020-09-02 20:08 UTC  (2+ messages)

remove revalidate_disk()
 2020-09-02 14:02 UTC  (21+ messages)
` [PATCH 1/9] Documentation/filesystems/locking.rst: remove an incorrect sentence
` [PATCH 2/9] block: don't clear bd_invalidated in check_disk_size_change
` [PATCH 3/9] block: rename bd_invalidated
` [PATCH 4/9] block: add a new revalidate_disk_size helper
` [PATCH 5/9] block: use revalidate_disk_size in set_capacity_revalidate_and_notify
` [PATCH 6/9] nvme: opencode revalidate_disk in nvme_validate_ns
` [PATCH 7/9] sd: open code revalidate_disk
` [PATCH 8/9] nvdimm: simplify revalidate_disk handling
` [PATCH 9/9] block: remove revalidate_disk()

[PATCH] block: make bio_crypt_clone() return an error code
 2020-09-02  6:34 UTC 

[PATCH] block: make bio_crypt_clone() return an error code
 2020-09-02  6:25 UTC  (2+ messages)

[PATCH v2 0/3] Fix use-after-free in dm_bm_set_read_only
 2020-09-01  6:25 UTC  (4+ messages)
` [PATCH v2 1/3] dm cache metadata: Avoid return pmd->bm wild pointer when process with error
` [PATCH v2 2/3] dm thin "
` [PATCH v2 3/3] dm thin metadata: Fix use-after-free in dm_bm_set_read_only

[PATCH v3 0/6] IMA: Infrastructure for measurement of critical kernel data
 2020-08-31 18:23 UTC  (11+ messages)
` [PATCH v3 1/6] IMA: generalize keyring specific measurement constructs
` [PATCH v3 2/6] IMA: change process_buffer_measurement return type from void to int
` [PATCH v3 3/6] IMA: update process_buffer_measurement to measure buffer hash
` [PATCH v3 4/6] IMA: add policy to measure critical data from kernel components
` [PATCH v3 5/6] IMA: add hook "

[PATCH V3 0/5] multipath-tools series: some cleanups and fixes
 2020-08-31 14:37 UTC  (6+ messages)
` [PATCH V3 1/5] multipathd: adopt static char* arr in daemon_status
` [PATCH V3 2/5] multipathd: use daemon_status_msg to construct sd notify msg in do_sd_notify func

[PATCH V4 0/5] multipath-tools series: some cleanups and fixes
 2020-08-31 14:36 UTC  (3+ messages)
` [PATCH V4 2/5] multipathd: use daemon_status_msg to construct sd notify msg in do_sd_notify func

[PATCH] Re: bug 1872049 - integrity bitmap
 2020-08-31 13:25 UTC 

[PATCH v3 0/2] dm-devel:dm-crypt: infrastructure for measurement of DM target data using IMA
 2020-08-31 10:54 UTC  (3+ messages)
` [PATCH v3 2/2] dm-crypt: collect data and submit to DM to measure

[PATCH] dm crypt: Initialize crypto wait structures
 2020-08-31  5:55 UTC 

fix block device size update serialization v2
 2020-08-29 16:47 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).