messages from 2013-08-02 18:19:28 to 2013-08-28 04:57:57 UTC [more...]
[PATCH 0/6] Fixes for installation of CentOS 6 on DDF BIOS RAID
2013-08-28 4:57 UTC (8+ messages)
` [PATCH 1/6] DDF: ddf_activate_spare: fix gcc -O2 uninitialized warning
` [PATCH 2/6] DDF: export_examine_super_ddf: print MD_DEVICES
` [PATCH 3/6] DDF: container_content_ddf: set safe_mode_delay > 0
` [PATCH 4/6] DDF: increase default value for safe_mode_delay to 4000ms
` [PATCH 5/6] in_initrd: fix gcc compiler error
` [PATCH 6/6] mdmon: allow disabling "@dmon" command name at compile time
[patch 0/3] raid5: relieve lock contention of get_active_stripe()
2013-08-28 4:32 UTC (7+ messages)
` [patch 1/3] raid5: rename stripe_hash()
` [patch 2/3] wait: add wait_event_cmd()
` [patch 3/3] raid5: relieve lock contention in get_active_stripe()
[patch v3 0/5] raid5: make stripe handling multi-threading
2013-08-28 4:13 UTC (9+ messages)
` [patch v3 1/5] raid5: make release_stripe lockless
` [patch v3 2/5] raid5: fix stripe release order
` [patch v3 3/5] raid5: offload stripe handle to workqueue
` [patch v3 4/5] raid5: sysfs entry to control worker thread number
` [patch v3 5/5] raid5: only wakeup necessary threads
Accesses to not yet running array
2013-08-27 8:11 UTC (14+ messages)
[patch 0/3 v2] raid5: make stripe handling multi-threading
2013-08-27 7:34 UTC (5+ messages)
` [patch 1/3 v2] raid5: offload stripe handle to workqueue
` [patch 2/3 v2] raid5: sysfs entry to control worker thread number
` [patch 3/3 v2] raid5: only wakeup necessary threads
Disk with backup-file died during reshape
2013-08-27 0:48 UTC (2+ messages)
[PATCH 3/3] raid1: Rewrite the implementation of iobarrier
2013-08-26 10:45 UTC (4+ messages)
` "
MD array keeps resyncing after rebooting
2013-08-26 7:44 UTC (18+ messages)
Update to mdadm V3.2.5 => RAID starts to recover (reproducible)
2013-08-26 5:52 UTC (2+ messages)
Installing CentOS 6.4 on DDF fake RAID with mdadm
2013-08-23 21:15 UTC
[PATCH] When hit a read error, retry request with R5_ReadNoMerge flag
2013-08-23 2:47 UTC
Recovery of RAID1 fails (added disks stays as spare)
2013-08-20 6:14 UTC (5+ messages)
off - info about servers and linux mail lists
2013-08-20 3:57 UTC (2+ messages)
Fix apparent cut-and-paste error in super_90_validate
2013-08-20 2:46 UTC (2+ messages)
Small chunk size read performance penalty
2013-08-20 2:28 UTC (6+ messages)
[PATCH 2/3] radi1: Relace raise_barrier/lower_barrrier with freeze_array/unfreeze_array for reconfigure the array
2013-08-19 11:58 UTC
[PATCH 1/3] raid1: Add a filed freeze_array to indicate whether raid in freeze state
2013-08-19 11:57 UTC
[RFC PATCH 0/3 V2] Rewrite the implementation of iobarrier for raid1
2013-08-19 11:57 UTC
Does the chunk size of RAID5 really mean the "smallest atomic" mass of data?
2013-08-19 1:33 UTC (2+ messages)
raid5: a problem of repeat recovery
2013-08-18 13:28 UTC
Request for help with "1st time through" RAID array renaming
2013-08-16 18:13 UTC (5+ messages)
Problem with disk replacement
2013-08-16 10:26 UTC (8+ messages)
RAID problem
2013-08-14 23:42 UTC (2+ messages)
[BUG] md hang at schedule in md_write_start
2013-08-14 8:09 UTC (5+ messages)
[PATCH 0/22] Immutable biovecs, block layer changes
2013-08-13 19:18 UTC (34+ messages)
` [PATCH 01/22] block: Use rw_copy_check_uvector()
` [PATCH 02/22] block: Consolidate duplicated bio_trim() implementations
` [PATCH 03/22] bcache: Kill unaligned bvec hack
` [PATCH 04/22] block: Abstract out bvec iterator
` [PATCH 05/22] dm: Use bvec_iter for dm_bio_record()
` [PATCH 06/22] block: Convert bio_iovec() to bvec_iter
` [PATCH 07/22] block: Convert bio_for_each_segment() "
` [PATCH 08/22] block: Immutable bio vecs
` [PATCH 09/22] block: Convert bio_copy_data() to bvec_iter
` [PATCH 10/22] bio-integrity: Convert "
` [PATCH 11/22] block: Kill bio_segments()/bi_vcnt usage
` [PATCH 12/22] block: Convert drivers to immutable biovecs
` [PATCH 13/22] ceph: Convert "
` [PATCH 14/22] block: Kill bio_iovec_idx(), __bio_iovec()
` [PATCH 15/22] rbd: Refactor bio cloning, don't clone biovecs
` [PATCH 16/22] dm: Refactor for new bio cloning/splitting
` [PATCH 17/22] block: Remove bi_idx hacks
` [PATCH 18/22] block: Generic bio chaining
` [PATCH 19/22] block: Rename bio_split() -> bio_pair_split()
` [PATCH 20/22] block: Introduce new bio_split()
` [PATCH 21/22] block: Kill bio_pair_split()
` [PATCH 22/22] block: Don't save/copy bvec array anymore, share when cloning
raid10 centos5 vs. centos6 300% worse random write performance
2013-08-12 19:25 UTC (7+ messages)
Recovering from two almost simultaneously failed devices in RAID1
2013-08-10 18:05 UTC (5+ messages)
Advice for recovering array containing LUKS encrypted LVM volumes
2013-08-10 14:02 UTC (10+ messages)
Your Attention Is Needed
2013-08-08 16:51 UTC
raid1 read io balancing algorithm
2013-08-08 14:27 UTC (3+ messages)
RFC: handling of missing disks in DDF
2013-08-08 8:47 UTC (3+ messages)
Bugreport ddf rebuild problems
2013-08-08 7:31 UTC (20+ messages)
` Patches related to current discussion
` [PATCH 6/9] tests/10ddf-fail-spare: more sophisticated result checks
` [PATCH 7/9] tests/10ddf-fail-create-race: test handling of fail/create race
` [PATCH 8/9] DDF: ddf_open_new: check device status for new subarray
` [PATCH 9/9] Create: set array status to frozen until monitoring starts
DDF test fails if default udev rules are active
2013-08-08 1:10 UTC (4+ messages)
[PATCH] tests/10ddf-fail-two-spares: new unit test
2013-08-07 23:37 UTC (2+ messages)
[PATCH] RAID: add tilegx SIMD implementation of raid6
2013-08-07 23:27 UTC (2+ messages)
DDF: regression caused by 273989b9 / ce45c819
2013-08-07 7:09 UTC (2+ messages)
mdadm --fail on RAID0 array
2013-08-07 6:21 UTC (2+ messages)
when md raid1 superblock is bad block, what happens
2013-08-06 3:20 UTC (3+ messages)
[PATCH 1/5] tests/env-ddf-template: some helper functions
2013-08-05 20:37 UTC (5+ messages)
` [PATCH 2/5] tests/10ddf-fail-twice: remove hard-coded assumptions
` [PATCH 3/5] tests/10ddf-fail-spare: new unit test
` [PATCH 4/5] DDF: get_extents: don't allocate space on failed disks
` [PATCH 5/5] test: allow LVM volumes or RAM disks as test devices
Proposal
2013-08-05 12:56 UTC
when md raid1 superblock is bad block, what happens
2013-08-05 9:25 UTC
Bugreport ddf rebuild problems
2013-08-05 7:17 UTC (2+ messages)
question about mdmon --takeover
2013-08-05 6:59 UTC (2+ messages)
Bugreport: mdmon will not start with latest git version when using ddf container
2013-08-05 6:43 UTC (5+ messages)
[PATCH] imsm: fix checking completion of RAID10 resync
2013-08-05 5:43 UTC (5+ messages)
[PATCH] mdmon: let mdmon know the layout
2013-08-05 5:12 UTC (2+ messages)
[PATCH 1/4] mdmon: always get layout from sysfs
2013-08-05 5:11 UTC (4+ messages)
` [PATCH 3/4] DDF: ddf_process_update: delete removed disks from dlist
help needed restoring data
2013-08-04 14:54 UTC (2+ messages)
RFC swap over raid1
2013-08-02 21:31 UTC (13+ 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).