linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-25 17:25:19 to 2017-02-07 09:02:15 UTC [more...]

[PATCH v2 0/5] Broadcom SBA RAID support
 2017-02-07  9:02 UTC  (8+ messages)
` [PATCH v2 1/5] lib/raid6: Add log-of-2 table for RAID6 HW requiring disk position
  ` [PATCH v2 2/5] async_tx: Handle DMA devices having support for fewer PQ coefficients
  ` [PATCH v2 3/5] async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()
` [PATCH v2 4/5] dmaengine: Add Broadcom SBA RAID driver
` [PATCH v2 5/5] dt-bindings: Add DT bindings document for "

[PATCH 0/6] Broadcom SBA RAID support
 2017-02-07  6:02 UTC  (17+ messages)
` [PATCH 1/6] mailbox: Add new API mbox_channel_device() for clients
` [PATCH 2/6] lib/raid6: Add log-of-2 table for RAID6 HW requiring disk position
` [PATCH 3/6] async_tx: Handle DMA devices having support for fewer PQ coefficients
` [PATCH 4/6] async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()
` [PATCH 5/6] dmaengine: Add Broadcom SBA RAID driver
  ` [PATCH 6/6] dt-bindings: Add DT bindings document for "

[md PATCH 0/5] Stop using bi_phys_segments as a counter
 2017-02-06 21:41 UTC  (3+ messages)

[PATCH V2] MD: add doc for raid5-cache
 2017-02-06 21:02 UTC  (2+ messages)

[PATCH] md: ensure md devices are freed before module is unloaded
 2017-02-06 20:03 UTC  (2+ messages)

[PATCH 0/4] md: use bio_clone_fast()
 2017-02-06 14:24 UTC  (9+ messages)
` [PATCH 1/4] block: introduce bio_clone_bioset_partial()
` [PATCH 2/4] md: introduce bio_clone_slow_mddev_partial()
` [PATCH 3/4] md/raid1: use bio_clone_slow_mddev_partial in case of write behind
` [PATCH 4/4] md: fast clone bio in bio_clone_mddev()

drives failed during reshape, array won't even force-assemble
 2017-02-04  0:52 UTC  (6+ messages)

mdadm raid6 sequential read slower than reading from userspace
 2017-02-03 22:24 UTC 

sector size mismatch a problem for RAID 1?
 2017-02-03 11:20 UTC  (3+ messages)

Fail to assemble raid4 with replaced disk
 2017-02-02 13:33 UTC  (5+ messages)

[PATCH] MD: add doc for raid5-cache
 2017-02-02  6:54 UTC  (5+ messages)

[PATCH 0/2] Bad block notification
 2017-02-01 18:12 UTC  (6+ messages)
` [PATCH 1/2] md: add bad block flag to disk state

Bitte kontaktieren Sie mich für weitere Details!
 2017-02-01  8:21 UTC 

split scsi passthrough fields out of struct request V2
 2017-01-31 21:58 UTC  (99+ messages)
` [PATCH 01/18] block: add a op_is_flush helper
` [PATCH 02/18] md: cleanup bio op / flags handling in raid1_write_request
` [PATCH 03/18] block: fix elevator init check
` [PATCH 04/18] block: simplify blk_init_allocated_queue
` [PATCH 05/18] block: allow specifying size for extra command data
` [PATCH 06/18] dm: remove incomple BLOCK_PC support
` [PATCH 07/18] dm: always defer request allocation to the owner of the request_queue
` [PATCH 08/18] scsi_dh_rdac: switch to scsi_execute_req_flags()
` [PATCH 09/18] scsi_dh_emc: "
` [PATCH 10/18] scsi_dh_hp_sw: "
` [PATCH 11/18] scsi: remove gfp_flags member in scsi_host_cmd_pool
` [PATCH 12/18] scsi: respect unchecked_isa_dma for blk-mq
` [PATCH 13/18] scsi: remove scsi_cmd_dma_pool
` [PATCH 14/18] scsi: remove __scsi_alloc_queue
` [PATCH 15/18] scsi: allocate scsi_cmnd structures as part of struct request
` [PATCH 16/18] block/bsg: move queue creation into bsg_setup_queue
` [PATCH 17/18] block: split scsi_request out of struct request
` [PATCH 18/18] block: don't assign cmd_flags in __blk_rq_prep_clone
            ` [dm-devel] split scsi passthrough fields out of struct request V2

[systemd-devel] Errorneous detection of degraded array
 2017-01-31 20:17 UTC  (11+ messages)
  `  "

[PATCH v3] DM: dm-inplace-compress: inplace compressed DM target
 2017-01-31 11:46 UTC  (4+ messages)
` [PATCH v3 1/1] DM: "

[PATCH v1] md/r5cache: improve journal device efficiency
 2017-01-31  0:11 UTC  (2+ messages)

[PATCH v3 0/9] Partial Parity Log for MD RAID 5
 2017-01-30 18:59 UTC  (10+ messages)
` [PATCH v3 1/9] raid5-cache: move declarations to separate header
` [PATCH v3 2/9] raid5-cache: add policy logic
` [PATCH v3 3/9] md: superblock changes for PPL
` [PATCH v3 4/9] raid5: calculate partial parity for a stripe
` [PATCH v3 5/9] raid5-ppl: Partial Parity Log write logging implementation
` [PATCH v3 6/9] md: add sysfs entries for PPL
` [PATCH v3 7/9] raid5-ppl: load and recover the log
` [PATCH v3 8/9] raid5-ppl: support disk hot add/remove with PPL
` [PATCH v3 9/9] raid5-ppl: runtime PPL enabling or disabling

[PATCH] Fix oddity where mdadm did not recognise a relative path
 2017-01-29 18:24 UTC  (3+ messages)

[PATCH v3] md linear: fix a race between linear_add() and linear_congested()
 2017-01-29  6:39 UTC  (3+ messages)

RAID 5 reshape stalled at 77.5% - next steps??
 2017-01-28 23:58 UTC  (5+ messages)

split scsi passthrough fields out of struct request V3
 2017-01-28  8:26 UTC  (5+ messages)
` [PATCH 01/19] block: add a op_is_flush helper
` [PATCH 02/19] md: cleanup bio op / flags handling in raid1_write_request

[PATCH v2] md linear: fix a race between linear_add() and linear_congested()
 2017-01-27 21:44 UTC  (2+ messages)

[GIT PULL] MD update for 4.10-rc6
 2017-01-27 21:34 UTC 

[PATCH] md linear: fix a race between linear_add() and linear_congested()
 2017-01-27 17:45 UTC  (5+ messages)

hi Linux
 2017-01-27 12:12 UTC 

[PATCH 1/1] imsm: fix missing error message during migration
 2017-01-27  1:59 UTC  (2+ messages)

performance collapse: 9 mio IOPS to 1.5 mio with MD RAID0
 2017-01-26  8:35 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).