linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-18 16:46:22 to 2013-08-02 12:49:25 UTC [more...]

MD array keeps resyncing after rebooting
 2013-08-02 12:49 UTC  (17+ messages)

[PATCH] mdmon: let mdmon know the layout
 2013-08-02  8:14 UTC 

RFC swap over raid1
 2013-08-02  7:46 UTC  (8+ messages)

Bugreport ddf rebuild problems
 2013-08-01 22:37 UTC  (5+ messages)

[PATCH 1/4] mdmon: always get layout from sysfs
 2013-08-01 22:35 UTC  (4+ messages)
` [PATCH 2/4] DDF: no need for GET_LAYOUT any more
` [PATCH 3/4] DDF: ddf_process_update: delete removed disks from dlist
` [PATCH 4/4] tests/10ddf-fail-twice: New unit test

[PATCH] imsm: fix checking completion of RAID10 resync
 2013-08-01 12:32 UTC  (4+ messages)

[patch 0/3] raid5: make stripe handling multi-threading
 2013-08-01 12:15 UTC  (15+ messages)
` [patch 1/3] raid5: offload stripe handle to workqueue
` [patch 2/3] raid5: sysfs entry to control worker thread number
` [patch 3/3] raid5: only wakeup necessary threads

Bugreport: mdmon will not start with latest git version when using ddf container
 2013-08-01  6:50 UTC  (4+ messages)

question about mdmon --takeover
 2013-07-31 14:30 UTC 

Reshape/Grow to fewer but bigger devices
 2013-07-31  8:36 UTC  (4+ messages)

Suspicious test failure - mdmon misses recovery events on loop devices
 2013-07-31  6:49 UTC  (22+ messages)
          ` [PATCH 00/10] Two bug fixes and a lot of debug code
          ` [PATCH 01/10] DDF: ddf_activate_spare: bugfix for 62ff3c40
          ` [PATCH 02/10] DDF: log disk status changes more nicely
          ` [PATCH 03/10] DDF: ddf_process_update: log offsets for conf changes
          ` [PATCH 04/10] DDF: load_ddf_header: more error logging
          ` [PATCH 05/10] DDF: ddf_set_disk: add some debug messages
          ` [PATCH 06/10] monitor: read_and_act: log status when called
          ` [PATCH 07/10] mdmon: wait_and_act: fix debug message for SIGUSR1
          ` [PATCH 08/10] mdmon: manage_member: debug messages for array state
          ` [PATCH 09/10] mdmon: manage_member: fix race condition during slow meta data writes
          ` [PATCH 10/10] tests/10ddf-create-fail-rebuild: new unit test for DDF
            ` [PATCH] tests/env-ddf-template: helper for new unit test

ddf: remove failed devices that are no longer in use ?!?
 2013-07-31  3:25 UTC  (4+ messages)

[PATCH] Avoid double close()
 2013-07-30 22:52 UTC  (2+ messages)

Recovery possible after partial reshape failure?
 2013-07-30  1:45 UTC  (3+ messages)

[PATCH 0/4] Basic hotspare handling for RAID10
 2013-07-30  1:22 UTC  (6+ messages)
` [PATCH 1/4] DDF: find_vdcr: fix minor bug in debug message
` [PATCH 2/4] DDF: ddf_activate_spare: Add RAID10 code
` [PATCH 3/4] DDF: ddf_activate_spare: only activate good drives
` [PATCH 4/4] DDF: ddf_activate_spare: fix metadata update for SVDs

Mdadm server eating drives
 2013-07-29 22:25 UTC  (2+ messages)

3.10.1: echo repair > sync_action causes hang on RAID-1 (2 x SSD)
 2013-07-29  7:33 UTC  (7+ messages)

[patch]raid5: fix stripe release order
 2013-07-29  5:47 UTC  (2+ messages)

md/raid5: raid5d livelocks after drive failure during resync
 2013-07-29  5:25 UTC  (3+ messages)

Help creating filesystem (xfs) and partitioning
 2013-07-28 22:46 UTC  (15+ messages)

raid10 centos5 vs. centos6 300% worse random write performance
 2013-07-28  5:46 UTC  (7+ messages)

Recovery help? 4-disk RAID5 double-failure, but good disks have event count mismatch
 2013-07-27 20:43 UTC  (2+ messages)

mdadm -Db switches array to write-pending?!
 2013-07-26 21:58 UTC  (5+ messages)

[PULL REQUEST] 2 more bug fixes for md in 3.11
 2013-07-26  0:37 UTC 

Preparing for mdadm-3.3
 2013-07-25  8:02 UTC  (2+ messages)

Problem with disk replacement
 2013-07-25  7:32 UTC  (7+ messages)

Letter Of Intent
 2013-07-24  5:00 UTC 

shown disk sizes
 2013-07-23 22:27 UTC  (8+ messages)

Letter Of Intent
 2013-07-23 19:00 UTC 

Should "mdadm --add" complain if the new device appears to have a filesystem on it?
 2013-07-23 17:17 UTC  (4+ messages)

[PATCH 1/2 v2] md: add sync-bitmap to only resync WRITTEN data when adding new disk in raid array
 2013-07-23  5:36 UTC  (4+ messages)
` [PATCH 2/2 v2] md: set write-intent bit first in sync-bitmap for rwm in non-insync region

[RFC/PATCH 0/6] DDF: safe big-endian types
 2013-07-23  4:06 UTC  (8+ messages)
` [PATCH 1/6] DDF: add endian-safe typedefs
` [PATCH 2/6] DDF: convert big endian to be32 type
` [PATCH 3/6] DDF: convert big-endian __u64 to be64 type
` [PATCH 4/6] DDF: convert big-endian __u16 to be16 type
` [PATCH 5/6] DDF: add_other_bvd: fix endianness bug
` [PATCH 6/6] DDF: ddf_set_disk: fix minor "

[PATCH v2] mdadm: add sync-bitmap to only resync WRITTEN data when adding new disk in raid array
 2013-07-22  6:09 UTC 

How does md(adm) work with fake-raid ?
 2013-07-21 17:10 UTC  (10+ messages)

--assemble --scan --no-degrades assembles+run degraded RAID1?
 2013-07-20  1:51 UTC  (2+ messages)

[PATCH 0/6] More DDF fixes and unit tests
 2013-07-19 19:04 UTC  (7+ messages)
` [PATCH 1/6] DDF: err_bad_md_layout: fix return value
` [PATCH 2/6] DDF: kill_subarray_ddf: fix case without mdmon running
` [PATCH 3/6] DDF: getinfo_super_ddf_bvd: fix offset calculation for SVDs
` [PATCH 4/6] tests/10ddf-create: create RAID5 first
` [PATCH 5/6] test: increase number of devices to 13
` [PATCH 6/6] tests/10ddf-geometry: new unit test

md raid across physical servers?
 2013-07-19  1:26 UTC 

Disks supporting ERC?
 2013-07-18 23:04 UTC  (3+ messages)

Hlep hardware selection
 2013-07-18 22:34 UTC  (2+ messages)

[PULL REQUEST] 3 md bug fixes for 3.11 (and 3.10.y)
 2013-07-18 21:53 UTC 

DDF/RAID10 patch series
 2013-07-18 18:51 UTC  (9+ messages)
` [PATCH 05/27] DDF: Implement store_super_ddf
        ` [PATCH 1/3] DDF: increase seq number in ddf_set_updates_pending
        ` [PATCH 2/3] DDF: make "null_aligned" a static buffer
        ` [PATCH 3/3] DDF: factor out writing super block to single disk

Problem with disk replacement
 2013-07-18 16:57 UTC 


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