linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-07 16:55:59 to 2017-02-17 20:00:36 UTC [more...]

[PATCH V4 1/2] RAID1: a new I/O barrier implementation to remove resync window
 2017-02-17 20:00 UTC  (3+ messages)
` [PATCH V4 2/2] RAID1: avoid unnecessary spin locks in I/O barrier code

[PATCH V3 1/2] RAID1: a new I/O barrier implementation to remove resync window
 2017-02-17 19:41 UTC  (14+ messages)
` [PATCH V3 2/2] RAID1: avoid unnecessary spin locks in I/O barrier code

Process stuck in md_flush_request (state: D)
 2017-02-17 19:05 UTC 

mdadm: how to move superblock 1.0 on reduced components
 2017-02-17 10:36 UTC  (2+ messages)

RAID10 and 'writemostly' support
 2017-02-17 10:03 UTC  (3+ messages)

[PATCH 00/17] md: cleanup on direct access to bvec table
 2017-02-17  8:33 UTC  (31+ messages)
` [PATCH 01/17] block: introduce bio_segments_all()
` [PATCH 02/17] block: introduce bio_remove_last_page()
` [PATCH 03/17] md: raid1/raid10: use bio_remove_last_page()
` [PATCH 04/17] md: introduce helpers for dealing with fetch/store preallocated pages in bio
` [PATCH 05/17] md: raid1/raid10: use the introduced helpers
` [PATCH 06/17] md: raid1/raid10: borrow .bi_error as pre-allocated page index
` [PATCH 07/17] md: raid1/raid10: don't use .bi_vcnt to check if all pages are added
` [PATCH 08/17] md: raid1: simplify r1buf_pool_free()
` [PATCH 09/17] md: raid1/raid10: use bio helper in *_pool_free
` [PATCH 10/17] md: raid1: remove direct access to bvec table in fix_sync_read_error
` [PATCH 11/17] md: raid1: use bio helper in process_checks()
` [PATCH 12/17] md: raid1: avoid direct access to bvec table "
` [PATCH 13/17] md: raid1: use bio_segments_all()
` [PATCH 14/17] md: raid10: avoid direct access to bvec table in sync_request_write()
` [PATCH 15/17] md: raid10: avoid direct access to bvec table in fix_recovery_read_error
` [PATCH 16/17] md: raid10: avoid direct access to bvec table in reshape_request
` [PATCH 17/17] md: raid10: avoid direct access to bvec table in handle_reshape_read_error

[md PATCH 00/14] remove all abuse of bi_phys_segments
 2017-02-17  2:34 UTC  (23+ messages)
` [md PATCH 01/14] md/raid5: use md_write_start to count stripes, not bios
` [md PATCH 03/14] md/raid5: call bio_endio() directly rather than queueing for later
` [md PATCH 04/14] block: trace completion of all bios
` [md PATCH 02/14] md/raid5: simplfy delaying of writes while metadata is updated
` [md PATCH 10/14] md/raid1: stop using bi_phys_segment
` [md PATCH 06/14] md/raid5: remove over-loading of ->bi_phys_segments
` [md PATCH 11/14] md/raid5: don't test ->writes_pending in raid5_remove_disk
` [md PATCH 05/14] md/raid5: use bio_inc_remaining() instead of repurposing bi_phys_segments as a counter
` [md PATCH 07/14] Revert "md/raid5: limit request size according to implementation limits"
` [md PATCH 08/14] md/raid1, raid10: move rXbio accounting closer to allocation
` [md PATCH 09/14] md/raid10: stop using bi_phys_segments
` [md PATCH 13/14] md: close a race with setting mddev->in_sync
` [md PATCH 14/14] MD: use per-cpu counter for writes_pending
` [md PATCH 12/14] md: factor out set_in_sync()

[PATCH v5 0/4] Broadcom SBA RAID support
 2017-02-16  6:48 UTC  (5+ messages)
` [PATCH v5 1/4] lib/raid6: Add log-of-2 table for RAID6 HW requiring disk position
` [PATCH v5 2/4] async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()
` [PATCH v5 3/4] dmaengine: Add Broadcom SBA RAID driver
` [PATCH v5 4/4] dt-bindings: Add DT bindings document for "

[PATCH] async_tx: deprecate broken support for channel switching
 2017-02-16  4:39 UTC  (2+ messages)

[PATCH v2 0/5] md: use bio_clone_fast()
 2017-02-15 23:19 UTC  (11+ messages)
` [PATCH v2 1/5] block: introduce bio_clone_bioset_partial()
` [PATCH v2 2/5] md: fail if mddev->bio_set can't be created
` [PATCH v2 3/5] md/raid1: use bio_clone_bioset_partial() in case of write behind
` [PATCH v2 4/5] md: remove unnecessary check on mddev
` [PATCH v2 5/5] md: fast clone bio in bio_clone_mddev()

Which API for md state monitoring - sysfs vs. /proc/mdstat vs. GET_DISK_INFO ioctl
 2017-02-15 21:21 UTC  (3+ messages)

mdadm manpage: add missing unit for --array-size
 2017-02-15 19:25 UTC 

[PATCH] dm space map metadata: constify dm_space_map structures
 2017-02-15 18:13 UTC 

[PATCH v4 0/4] Broadcom SBA RAID support
 2017-02-15  8:33 UTC  (11+ messages)
  ` [PATCH v4 1/4] lib/raid6: Add log-of-2 table for RAID6 HW requiring disk position
` [PATCH v4 2/4] async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()
` [PATCH v4 3/4] dmaengine: Add Broadcom SBA RAID driver
` [PATCH v4 4/4] dt-bindings: Add DT bindings document for "

[PATCH v1 0/5] md: use bio_clone_fast()
 2017-02-15  2:26 UTC  (15+ messages)
` [PATCH v1 1/5] block: introduce bio_clone_bioset_partial()
` [PATCH v1 2/5] md/raid1: use bio_clone_bioset_partial() in case of write behind
` [PATCH v1 3/5] md: fail if mddev->bio_set can't be created
` [PATCH v1 4/5] md: remove unnecessary check on mddev
` [PATCH v1 5/5] md: fast clone bio in bio_clone_mddev()

Enable the skip_copy feature will results in data integrity issue in raid5 degraded mode
 2017-02-15  0:36 UTC  (3+ messages)

[PATCH v4 1/1] DM: inplace compressed DM target (fwd)
 2017-02-14 17:56 UTC  (2+ messages)

[PATCH] Monitor: dev should be a block file in waitclean
 2017-02-14  7:50 UTC 

[PATCH] Monitor: triggers core dump when stat2devnm return NULL
 2017-02-14  5:31 UTC 

[PATCH v3 0/4] Broadcom SBA RAID support
 2017-02-14  5:24 UTC  (9+ messages)
` [PATCH v3 1/4] lib/raid6: Add log-of-2 table for RAID6 HW requiring disk position
` [PATCH v3 2/4] async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()
` [PATCH v3 3/4] dmaengine: Add Broadcom SBA RAID driver
` [PATCH v3 4/4] dt-bindings: Add DT bindings document for "

[PATCH v4] DM: dm-inplace-compress: inplace compressed DM target
 2017-02-14  3:59 UTC  (4+ messages)
` [PATCH v4 1/1] DM: "

[PATCH 0/5] MD: don't abuse bi_phys_segements
 2017-02-14  2:40 UTC  (16+ messages)
` [PATCH 1/5] MD: attach data to each bio
` [PATCH 2/5] md/raid5: don't abuse bio->bi_phys_segments
` [PATCH 3/5] md/raid5: change disk limits
` [PATCH 4/5] md/raid1: don't abuse bio->bi_phys_segments
` [PATCH 5/5] md/raid10: "

[PATCH V2] md: disable WRITE SAME if it fails in underlayer disks
 2017-02-14  2:39 UTC  (2+ messages)

[PATCH --resend 0/2] fix writesame
 2017-02-14  0:04 UTC  (5+ messages)
` [PATCH --resend 1/2] md: disable WRITE SAME if it fails for linear/raid0
` [PATCH --resend 2/2] md/multipath: disable WRITE SAME if it fails for multipath

ANNOUNCE: mdadm 4.0 - A tool for managing md Soft RAID under Linux
 2017-02-13 17:44 UTC  (9+ messages)

LSI RAID
 2017-02-13 10:33 UTC 

RAID 5 --assemble doesn't recognize all overlays as component devices (was: RAID 5 reshape stalled at 77.5% - next steps??)
 2017-02-12  0:32 UTC 

[PATCH V2] MD: add doc for raid5-cache
 2017-02-12  0:16 UTC  (4+ messages)

[PATCH 1/2] md/raid5-cache: stripe reclaim only counts valid stripes
 2017-02-11  0:18 UTC  (2+ messages)
` [PATCH 2/2] md/raid5-cache: exclude reclaiming stripes in reclaim check

[PATCH v2 0/5] Broadcom SBA RAID support
 2017-02-10  3:24 UTC  (12+ messages)
` [PATCH v2 2/5] async_tx: Handle DMA devices having support for fewer PQ coefficients

[PATCH v3 0/9] Partial Parity Log for MD RAID 5
 2017-02-09 17:13 UTC  (19+ messages)
` [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

[RFC PATCH v4] IV Generation algorithms for dm-crypt
 2017-02-09  8:30 UTC  (3+ messages)

[systemd-devel] Errorneous detection of degraded array
 2017-02-08  4:10 UTC  (8+ 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).