messages from 2017-02-24 03:15:23 to 2017-03-03 02:20:04 UTC [more...]
[PATCH v2 00/14] md: cleanup on direct access to bvec table
2017-03-03 2:20 UTC (35+ messages)
` [PATCH v2 01/13] block: introduce bio_segments_all()
` [PATCH v2 02/13] md: raid1/raid10: don't handle failure of bio_add_page()
` [PATCH v2 03/13] md: move two macros into md.h
` [PATCH v2 04/13] md: prepare for managing resync I/O pages in clean way
` [PATCH v2 05/13] md: raid1: simplify r1buf_pool_free()
` [PATCH v2 06/13] md: raid1: don't use bio's vec table to manage resync pages
` [PATCH v2 07/13] md: raid1: retrieve page from pre-allocated resync page array
` [PATCH v2 08/13] md: raid1: use bio helper in process_checks()
` [PATCH v2 09/13] md: raid1: use bio_segments_all()
` [PATCH v2 10/13] md: raid10: refactor code of read reshape's .bi_end_io
` [PATCH v2 11/13] md: raid10: don't use bio's vec table to manage resync pages
` [PATCH v2 12/13] md: raid10: retrieve page from preallocated resync page array
` [PATCH v2 13/13] 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-03-03 0:34 UTC (6+ messages)
` [md PATCH 10/14] md/raid1: stop using bi_phys_segment
Reshape stalled at first badblock location (was: RAID 5 --assemble doesn't recognize all overlays as component devices)
2017-03-03 0:27 UTC (3+ messages)
[PATCH - mdadm] examine: tidy up some code
2017-03-02 23:57 UTC
GRUB warning after replacing disk drive in RAID1
2017-03-02 23:00 UTC (16+ messages)
exposed and pushed the mdadm/test improvement progress
2017-03-02 22:26 UTC (3+ messages)
` [PATCH RFC] test: revise 'test' and make it easier to understand
[PATCH V2 0/5] the latest changes for md-cluster
2017-03-02 22:15 UTC (8+ messages)
` [PATCH V2 2/5] md: move bitmap_destroy before __md_stop
` [PATCH V2 3/5] md-cluster: add CHANGE_CAPACITY message type
` [PATCH V2 4/5] md-cluster: introduce cluster_check_sync_size
` [PATCH V2 5/5] md-cluster: add the support for resize
` [PATCH V2 1/5] md-cluster: use sync way to handle METADATA_UPDATED msg
raid5 - adding journal to an existing device?
2017-03-02 19:19 UTC (3+ messages)
[PATCH] md/raid1/10: fix potential deadlock
2017-03-02 17:04 UTC (2+ messages)
[RFC PATCH v4] IV Generation algorithms for dm-crypt
2017-03-02 14:01 UTC (12+ messages)
[PATCH v4 0/7] Partial Parity Log for MD RAID 5
2017-03-02 8:40 UTC (24+ messages)
` [PATCH v4 2/7] raid5: calculate partial parity for a stripe
` [PATCH v4 3/7] raid5-ppl: Partial Parity Log write logging implementation
` [PATCH v4 4/7] md: add sysfs entries for PPL
` [PATCH v4 5/7] raid5-ppl: load and recover the log
` [PATCH v4 6/7] raid5-ppl: support disk hot add/remove with PPL
` [PATCH v4 7/7] raid5-ppl: runtime PPL enabling or disabling
[PATCH v1] mdadm: add checking clustered bitmap in assemble mode
2017-03-02 4:25 UTC (2+ messages)
[BUG] non-metadata arrays cannot use more than 27 component devices
2017-03-01 22:20 UTC (19+ messages)
[PATCH] Fix oddity where mdadm did not recognise a relative path
2017-03-01 22:03 UTC (2+ messages)
[PATCH V3 1/2] RAID1: a new I/O barrier implementation to remove resync window
2017-03-01 17:01 UTC (25+ messages)
[PATCH] mdadm: add checking the clustered bitmap in assemble mode
2017-03-01 16:32 UTC (3+ messages)
[PATCH] mdadm:check the nodes when operate clustered array
2017-03-01 10:42 UTC
[PATCH] mdadm:fix typo in comment
2017-03-01 8:44 UTC
[MDADM PATCH 0/2] Fix some building errors
2017-03-01 7:07 UTC
[MDADM PATCH 0/2] Fix some building errors
2017-03-01 6:12 UTC (3+ messages)
` [MDADM PATCH 1/2] Add Wimplicit-fallthrough=0 in Makefile
` [MDADM PATCH 2/2] Specify suitable size when write to buffer
[PATCH 00/14] the latest changes for md-cluster
2017-03-01 3:50 UTC (30+ messages)
` [PATCH 01/14] md-cluster: remove unnecessary header files
` [PATCH 04/14] md-cluster: add mddev into struct md_cluster_info
` [PATCH 05/14] md-cluster: add new parameter for lock_token
` [PATCH 07/14] md: move bitmap_destroy before __md_stop
` [PATCH 08/14] md-cluster: set MD_CLUSTER_HOLDING_MUTEX_FOR_RECVD before unregister thread
` [PATCH 09/14] md-cluster: set MD_CLUSTER_HOLDING_MUTEX_FOR_RECVD in metadata_update_start
` [PATCH 11/14] md-cluster: introduce cluster_check_sync_size
` [PATCH 12/14] md/bitmap: replace redundant codes with get_bitmap_from_slot
` [PATCH 13/14] md: move funcs from pers->resize to update_size
` [PATCH 14/14] md-cluster: add the support for resize
` [PATCH 06/14] md-cluster: use sync way to handle METADATA_UPDATED msg
[PATCH] md: don't impose the MD_SB_DISKS limit on arrays without metadata
2017-02-28 21:15 UTC (2+ messages)
WARNING: mismatch_cnt is not 0 on <array device>
2017-02-28 19:50 UTC (14+ messages)
` WARNING: mismatch_cnt is not 0 on <array device> [SOLVED?]
Performance regression with HP HW raid (hpsa) between 3.18.21 and 3.18.22 (and later)
2017-02-28 13:38 UTC
interesting case of a hung 'recovery'
2017-02-28 12:55 UTC (3+ messages)
[PATCH v1 00/14] md: cleanup on direct access to bvec table
2017-02-28 12:18 UTC (19+ messages)
` [PATCH v1 01/14] block: introduce bio_segments_all()
` [PATCH v1 02/14] block: introduce bio_remove_last_page()
` [PATCH v1 03/14] md: raid1/raid10: use bio_remove_last_page()
` [PATCH v1 04/14] md: move two macros into md.h
` [PATCH v1 05/14] md: prepare for managing resync I/O pages in clean way
` [PATCH v1 06/14] md: raid1: simplify r1buf_pool_free()
` [PATCH v1 07/14] md: raid1: don't use bio's vec table to manage resync pages
` [PATCH v1 08/14] md: raid1: retrieve page from pre-allocated resync page array
` [PATCH v1 09/14] md: raid1: use bio helper in process_checks()
` [PATCH v1 10/14] md: raid1: use bio_segments_all()
` [PATCH v1 11/14] md: raid10: refactor code of read reshape's .bi_end_io
` [PATCH v1 12/14] md: raid10: don't use bio's vec table to manage resync pages
` [PATCH v1 13/14] md: raid10: retrieve page from preallocated resync page array
` [PATCH v1 14/14] md: raid10: avoid direct access to bvec table in handle_reshape_read_error
LSI RAID
2017-02-28 9:44 UTC (5+ messages)
Process stuck in md_flush_request (state: D)
2017-02-28 2:58 UTC (8+ messages)
[PATCH v5 0/4] Broadcom SBA RAID support
2017-02-27 14:47 UTC (3+ messages)
` [PATCH v5 4/4] dt-bindings: Add DT bindings document for Broadcom SBA RAID driver
IMSM RAID10: Rebuild/Resync difference on Linux vs Windows
2017-02-27 9:30 UTC (3+ messages)
RAID10 reshape and change lout possible?
2017-02-27 0:42 UTC (6+ messages)
[GIT PULL] MD update for 4.11
2017-02-24 18:36 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).