dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-05 00:10:52 to 2020-09-15 15:18:29 UTC [more...]

bdi cleanups v5
 2020-09-15 15:18 UTC  (13+ 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
  ` [PATCH 04/12] bdi: initialize ->ra_pages and ->io_pages in bdi_init
  ` [PATCH 05/12] md: update the optimal I/O size on reshape
  ` [PATCH 06/12] block: lift setting the readahead size into the block layer
  ` [PATCH 07/12] bdi: remove BDI_CAP_CGROUP_WRITEBACK
  ` [PATCH 08/12] bdi: remove BDI_CAP_SYNCHRONOUS_IO
  ` [PATCH 09/12] mm: use SWP_SYNCHRONOUS_IO more intelligently
  ` [PATCH 10/12] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
  ` [PATCH 11/12] bdi: invert BDI_CAP_NO_ACCT_WB
  ` [PATCH 12/12] bdi: replace BDI_CAP_NO_{WRITEBACK, ACCT_DIRTY} with a single flag

[PATCH 0/3] Fixes for bitfield unit tests
 2020-09-15 11:16 UTC  (2+ messages)

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-15  9:19 UTC  (42+ messages)
` [Intel-gfx] "

[PATCH] dm thin metadata: Remove unused local variable when create thin and snap
 2020-09-15  8:56 UTC 

Revert "dm: always call blk_queue_split() in dm_process_bio()"
 2020-09-15  8:01 UTC  (26+ messages)
      ` [PATCH 0/3] block: a few chunk_sectors fixes/improvements
        ` [PATCH 1/3] block: fix blk_rq_get_max_sectors() to flow more carefully
        ` [PATCH 2/3] block: use lcm_not_zero() when stacking chunk_sectors
        ` [PATCH 3/3] block: allow 'chunk_sectors' to be non-power-of-2

bdi cleanups v3
 2020-09-15  7:05 UTC  (8+ messages)
` [PATCH 06/14] block: lift setting the readahead size into the block layer

clean up is partition checks
 2020-09-15  5:45 UTC  (6+ messages)
` [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 0/6] libmultipath: check udev* func return value
 2020-09-15  4:42 UTC  (7+ messages)
` [PATCH 1/6] libmultipath: check uedv* return value in sysfs_get_host_pci_name
` [PATCH 2/6] libmultipath: check udev* return value in ccw_sysfs_pathinfo
` [PATCH 3/6] libmultipath: check udev* return value in sysfs_get_tgt_nodename
` [PATCH 4/6] libmultipath: check udev* return value in trigger_partitions_udev_change
` [PATCH 5/6] libmultipath: check udev* renturn value in get_ctrl_blkdev
` [PATCH 6/6] libmultipath: check udev* return value in _find_path_by_syspath

[dm:dm-5.10 3/6] drivers/md/dm-table.c:1507:28: error: implicit declaration of function 'lcm_not_zero'; did you mean
 2020-09-15  3:52 UTC 

[PATCH -next] dm integrity: convert to use le64_add_cpu()
 2020-09-14 18:05 UTC  (2+ messages)

[PATCH] crypto: mark unused ciphers as obsolete
 2020-09-12 10:05 UTC  (3+ messages)

bdi cleanups v4
 2020-09-12  6:17 UTC  (14+ 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
  ` [PATCH 04/12] bdi: initialize ->ra_pages and ->io_pages in bdi_init
  ` [PATCH 07/12] bdi: remove BDI_CAP_CGROUP_WRITEBACK
  ` [PATCH 09/12] mm: use SWP_SYNCHRONOUS_IO more intelligently
  ` [PATCH 11/12] bdi: invert BDI_CAP_NO_ACCT_WB
  ` [PATCH 12/12] bdi: replace BDI_CAP_NO_{WRITEBACK, ACCT_DIRTY} with a single flag
` [PATCH 05/12] md: update the optimal I/O size on reshape
` [PATCH 06/12] block: lift setting the readahead size into the block layer
` [PATCH 08/12] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 10/12] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag

[PATCH v3 0/2] dm-devel:dm-crypt: infrastructure for measurement of DM target data using IMA
 2020-09-11 22:59 UTC  (4+ messages)
` [PATCH v3 2/2] dm-crypt: collect data and submit to DM to measure

[PATCH v3 0/6] IMA: Infrastructure for measurement of critical kernel data
 2020-09-11 17:38 UTC  (16+ 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 V4 00/14] multipath-tools series: some cleanups and fixes checked by codedex tool
 2020-09-11  6:29 UTC  (24+ 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

[PATCH] dax: fix for do not print error message for non-persistent memory block device
 2020-09-11  0:54 UTC  (5+ messages)

[PATCH v2] libmultipath: setup_map(): don't break multipath attributes
 2020-09-10 19:56 UTC 

[PATCH] libmultipath: setup_map(): don't break multipath attributes
 2020-09-10 19:50 UTC 

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

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


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