messages from 2016-08-08 11:40:30 to 2016-08-29 01:25:09 UTC [more...]
Need Help with crashed RAID5 (that was rebuilding and then had SATA error on another drive)
2016-08-29 1:25 UTC (14+ messages)
Raid settings
2016-08-28 21:59 UTC (2+ messages)
[PATCH v2] raid6: fix the input of raid6 algorithm
2016-08-28 21:08 UTC (2+ messages)
kernel checksumming performance vs actual raid device performance
2016-08-26 22:11 UTC (24+ messages)
md-cluster Module Requirement
2016-08-26 14:40 UTC
bootsect replicated in p1, RAID enclosure suggestions?
2016-08-26 4:25 UTC (14+ messages)
[PATCH v2] mdopen: Prevent overrunning the devname buffer when copying devnm into it for long md names
2016-08-25 17:45 UTC (4+ messages)
` [dm-devel] "
[PATCH 1/3] MD: hold mddev lock for .quiesce in md_do_sync
2016-08-25 17:17 UTC (10+ messages)
[PATCH] raid6: fix the input of raid6 algorithm
2016-08-24 7:58 UTC (3+ messages)
[PATCH v2] raid10: record correct address of bad block
2016-08-24 0:12 UTC (2+ messages)
[PATCH -next] md-cluster: fix error return code in join()
2016-08-24 0:09 UTC (2+ messages)
[PATCH] mdopen: Prevent overrunning the devname buffer when copying devnm into it for long md names
2016-08-23 20:37 UTC
[RFC] Some fixes to allow for more than 128 md devices
2016-08-23 20:37 UTC (4+ messages)
[PATCH 1/2] raid5: fix memory leak of bio integrity data
2016-08-23 9:10 UTC (3+ messages)
` [PATCH 2/2] raid5: avoid unnecessary bio data set
[PATCH 1/2] r5cache: set MD_JOURNAL_CLEAN correctly
2016-08-23 6:12 UTC (5+ messages)
` [PATCH 2/2] r5cache: remove journal support
[PATCH v2 0/6] Add AVX512 optimized gen_syndrome, xor_syndrome and recovery functions
2016-08-22 16:38 UTC (8+ messages)
` [PATCH v2 1/6] lib/raid6: Add AVX512 optimized gen_syndrome functions
` [PATCH v2 2/6] lib/raid6: Add AVX512 optimized recovery functions
` [PATCH v2 3/6] lib/raid6/test/Makefile: Add avx512 gen_syndrome and "
` [PATCH v2 4/6] lib/raid6: Add AVX512 optimized xor_syndrome functions
` [PATCH v2 5/6] (DO NOT APPLY) lib/raid6: Add unroll by 8 to AVX512 optimized gen_syndrome functions
` [PATCH v2 6/6] (DO NOT APPLY) lib/raid6: Add unroll by 8 to AVX512 optimized xor_syndrome functions
Assistance Reviewing Proposed Recovery Measures
2016-08-22 12:09 UTC (4+ messages)
Attention Beneficially
2016-08-21 6:50 UTC
Rewrite md raid1 member
2016-08-20 10:44 UTC (11+ messages)
URE, link resets, user hostile defaults
2016-08-19 15:30 UTC (8+ messages)
Adding journal to existing raid5 arrary
2016-08-18 16:03 UTC (4+ messages)
[PATCH 09/16] md: raid5: Convert to hotplug state machine
2016-08-18 12:57 UTC
OOM/panic observed durintg creating RAID4 with DIF/DIX enabled disk
2016-08-18 9:44 UTC
raid6 algorithm issues with 64K page_size
2016-08-18 8:06 UTC
[PATCH] md: don't print the same repeated messages about delayed sync operation
2016-08-17 17:19 UTC (2+ messages)
[PATCH] raid10: record correct address of bad block
2016-08-17 16:52 UTC (2+ messages)
How to get md to attempt to scrub blocks in its bad blocks list
2016-08-17 16:05 UTC (2+ messages)
hi linux
2016-08-17 3:55 UTC
[PATCH V2 00/10] The latest changes for md-cluster
2016-08-17 1:49 UTC (12+ messages)
` [PATCH V2 01/10] md-cluster: call md_kick_rdev_from_array once ack failed
` [PATCH V2 02/10] md-cluster: use FORCEUNLOCK in lockres_free
` [PATCH V2 03/10] md-cluster: remove some unnecessary dlm_unlock_sync
` [PATCH V2 04/10] md: changes for MD_STILL_CLOSED flag
` [PATCH V2 05/10] md-cluster: clean related infos of cluster
` [PATCH V2 06/10] md-cluster: protect md_find_rdev_nr_rcu with rcu lock
` [PATCH V2 07/10] md: remove obsolete ret in md_start_sync
` [PATCH V2 08/10] md-cluster: convert the completion to wait queue
` [PATCH V2 09/10] md-cluster: introduce dlm_lock_sync_interruptible to fix tasks hang
` [PATCH V2 10/10] md-cluster: make resync lock also could be interruptted
[PATCH] md: do not count journal as spare in GET_ARRAY_INFO
2016-08-17 1:33 UTC (2+ messages)
Can't mount Old RHEL 6 Raid with new install of CentOS 7, now can't mount with original RHEL 6
2016-08-16 19:09 UTC (6+ messages)
read errors with md RAID5 array
2016-08-16 18:25 UTC (9+ messages)
Raid5 reshape stuck at 0% - SuSE leap 42.1
2016-08-16 10:57 UTC (12+ messages)
[RFC PATCH 00/16] dm-inplace-compression block device
2016-08-15 17:36 UTC (17+ messages)
` [RFC PATCH 01/16] DM: dm-inplace-compress: an inplace compressed DM target
` [RFC PATCH 02/16] DM: Ability to choose the compressor
` [RFC PATCH 03/16] DM: Error if enough space is not available
` [RFC PATCH 04/16] DM: Ensure that the read request is within the device range
` [RFC PATCH 05/16] DM: allocation/free helper routines
` [RFC PATCH 06/16] DM: separate out compression and decompression routines
` [RFC PATCH 07/16] DM: Optimize memory allocated to hold compressed buffer
` [RFC PATCH 08/16] DM: Tag a magicmarker at the end of each compressed segment
` [RFC PATCH 09/16] DM: Delay allocation of decompression buffer during read
` [RFC PATCH 10/16] DM: Try to use the bio buffer for decompression instead of allocating one
` [RFC PATCH 11/16] DM: Try to avoid temporary buffer allocation to hold compressed data
` [RFC PATCH 12/16] DM: release unneeded buffer as soon as possible
` [RFC PATCH 13/16] DM: macros to set and get the state of the request
` [RFC PATCH 14/16] DM: Wasted bio copy
` [RFC PATCH 15/16] DM: Add sysfs parameters to track total memory saved and allocated
` [RFC PATCH 16/16] DM: add documentation for dm-inplace-compress
[PATCH] mdadm: add man page for --add-journal
2016-08-15 17:16 UTC (5+ messages)
best kernel ??
2016-08-13 0:00 UTC
[PATCH v2] block: make sure big bio is splitted into at most 256 bvecs
2016-08-12 16:36 UTC (4+ messages)
[PATCH] mdadm: put journal device in right place of --detail
2016-08-12 14:59 UTC (2+ messages)
Unable to convert raid1 to raid5
2016-08-12 12:37 UTC (5+ messages)
[PATCH] NULL pointer in raid1_make_request passed to bio_trim when adding md as bcache caching dev
2016-08-11 6:52 UTC (3+ messages)
[PATCH 0/1] block: fix blk_queue_split() resource exhaustion
2016-08-11 4:16 UTC (8+ messages)
` [PATCH 1/1] "
` [PATCH v2 "
` [dm-devel] "
[PATCH] Incremental: don't try to load_container() for a subarray
2016-08-09 14:58 UTC (2+ messages)
The subarray is loaded container by load_container
2016-08-09 8:05 UTC (5+ messages)
No '--add-journal' helper page in "man mdadm" and "mdadm --manage --help"
2016-08-08 16:19 UTC (2+ messages)
[PATCH 1/2] MD: add extra parameter for .quiesce
2016-08-08 15:37 UTC (2+ messages)
` [PATCH 2/2] MD: make sure raid5-cache superblock write with reconfig_mutex hold
[PATCH -next] dm flakey: fix error return code in flakey_ctr()
2016-08-08 14:09 UTC
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).