Linux RAID Storage
[Prev Page][Next Page]
- Re: raid10 issues after reorder of boot drives., (continued)
- mdadm: ioctl(GET_DISK_INFO) question,
Alexander Lyakas
- [PATCH 0/2] Solve problem adding internal bitmaps to 1.0 arrays,
Jes . Sorensen
- Verify an error from ioctl STOP_ARRAY is missing, Tomczak, Marcin
- Monitoring for failed drives,
Brian Candler
- RAID6 fails to assemble after unclean shutdown,
Brian Candler
- Unable to grow raid10 (error -22),
Peter Rabbitson
- [Doubt] how is a disk marked faulty in RAID5,
Anuj Goel
- Raid1: sdb has a lot mor work then sda,
Daniel Spannbauer
- Re: Raid1: sdb has a lot mor work then sda, Roberto Spadim
- Re: Raid1: sdb has a lot mor work then sda, Kay Diederichs
[PULL REQUEST] md: a couple of minor bug fixes, and one serious bug fixed., NeilBrown
Raid5 crashed, need comments on possible repair solution,
Christoph Nelles
Re: mdadm on an MvixBox running OpenWRT,
NeilBrown
mdadm -E won't examine loop back device, works ok on source disk,
Veedar Hokstadt
dmesg deluge: RAID1 conf printout,
Jan Ceuleers
md raid recovery - perplexed,
Ken Gunderson
re: md/bitmap: move some fields of 'struct bitmap' into a 'storage' substruct.,
Dan Carpenter
[PATCH] imsm: fix: rebuild does not continue after reboot,
Lukasz Dorau
[PATCH] fix: correct extending size of raid0 array,
Lukasz Dorau
about stripe cache in raid5.c, daobang wang
Removing a failing drive from multiple arrays,
Bill Davidsen
Should mdraid implement timeouts?,
Pierre Beck
arch/86: AVX RAID5 xor checksumming v1,
Jim Kukunas
Any 3.4-rc3 known issues?, Tom Rini
Fixing broken metadata?,
Tom Rini
Disk link failure impact on Disks and RAID superblock in MD.,
Benjamin ESTRABAUD
RAID6 syncing at 24 MB/s?,
George Spelvin
mdadm: sending ioctl 800c0910 to a partition!,
Mark Knecht
[PATCH 0 of 4] dm-raid: various bug fixes,
Jonathan Brassow
RAID 1 partition with hot spare shows [UUU] ?,
John Crisp
non fs-data and gpt partitioned md,
Ken Gunderson
A RAID Story, Kristleifur Daðason
Re: software raid and ERC,
.
[PATCH] md/raid10:using conf->chunk_mask instead "chunk_secotrs - 1",
majianpeng
[RFC 0/2] raid5 trim support,
Shaohua Li
[md PATCH 00/24] Allow bitmaps to be resized.,
NeilBrown
- [md PATCH 01/24] md/bitmap: disentangle two different 'pending' flags., NeilBrown
- [md PATCH 02/24] md/bitmap: add new 'space' attribute for bitmaps., NeilBrown
- [md PATCH 03/24] md/bitmap: allow a bitmap with no backing storage., NeilBrown
- [md PATCH 04/24] md/bitmap: centralise allocation of bitmap file pages., NeilBrown
- [md PATCH 05/24] md/bitmap: change *_page_attr() to take a page number, not a page., NeilBrown
- [md PATCH 06/24] md/bitmap: move some fields of 'struct bitmap' into a 'storage' substruct., NeilBrown
- [md PATCH 07/24] md/bitmap: store bytes in file rather than just in last page., NeilBrown
- [md PATCH 08/24] md/bitmap: separate bitmap file allocation to its own function., NeilBrown
- [md PATCH 09/24] md/bitmap: move storage allocation from bitmap_load to bitmap_create., NeilBrown
- [md PATCH 10/24] md/bitmap: remove bitmap_mask_state, NeilBrown
- [md PATCH 11/24] md/bitmap: remove single-bit manipulation on sb->state, NeilBrown
- [md PATCH 12/24] md/bitmap: use set_bit, test_bit, etc for operation on bitmap->flags., NeilBrown
- [md PATCH 13/24] md/bitmap: convert some spin_lock_irqsave to spin_lock_irq, NeilBrown
- [md PATCH 14/24] md/bitmap: remove async freeing of bitmap file., NeilBrown
- [md PATCH 15/24] md/bitmap: merge bitmap_file_unmap and bitmap_file_put., NeilBrown
- [md PATCH 16/24] md/bitmap: make _page_attr bitops atomic., NeilBrown
- [md PATCH 19/24] md/bitmap: use DIV_ROUND_UP instead of open-code, NeilBrown
- [md PATCH 20/24] md/bitmap: add bitmap_resize function to allow bitmap resizing., NeilBrown
- [md PATCH 21/24] md/bitmap: make sure reshape request are reflected in superblock., NeilBrown
- [md PATCH 22/24] md: allow array to be resized while bitmap is present., NeilBrown
- [md PATCH 23/24] md/raid10: resize bitmap when required during reshape., NeilBrown
- [md PATCH 18/24] md/bitmap: create a 'struct bitmap_counts' substructure of 'struct bitmap', NeilBrown
- [md PATCH 24/24] md/raid5: Allow reshape while a bitmap is present., NeilBrown
- [md PATCH 17/24] md/bitmap: make bitmap bitops atomic., NeilBrown
- Re: [md PATCH 00/24] Allow bitmaps to be resized., Jack Wang
Is this enough for us to have triple-parity RAID?,
Alex
[patch]raid5: support sync request,
Shaohua Li
[patch]raid5: remove unused variables,
Shaohua Li
[PATCH 2 of 2] dm-raid: record and handle missing devices, Jonathan Brassow
[PATCH 1 of 2] dm-raid: set recovery flags on resume, Jonathan Brassow
[PATCH 0 of 2] dm-raid: Bug fixes,
Jonathan Brassow
[PATCH] md/raid10:Memleak fix if allocate rep1_bio failed in function want_replacement().,
majianpeng
[RFC]md: using GFP_NOIO to allocate bio for flush request,
Shaohua Li
question about raid10 near copy info in man mdadm.,
kedacomkernel
mdadm git build failure in super-intel.c,
Mathias Burén
[PATCH 00/14] imsm: volume expand,
Adam Kwolek
Re: Bug#658701: mdadm: should send email if mismatches are reported by a check,
Michael Tokarev
Problem assembling a degraded RAID5,
Martin Wegner
[PULL REQUEST] a few little fixes for md in 3.4, NeilBrown
[PATCH][Trivial] mdadm man page: fix typo,
CoolCold
lib/raid6: SSSE3 optimized recovery functions v2,
Jim Kukunas
[PATCH] imsm: display maximum volumes per controller and array,
Labun, Marcin
[PATCH] md/raid1:Fix bug about fixing read errors.,
majianpeng
[PATCH] md:Fix mem leak about rdev->badblocks.page.,
majianpeng
question about:raid1 fix_read_error, majianpeng
[PATCH] md/raid1:If raid1 only had one disk and readed error,should call rdev_set_badblocks()., majianpeng
Failed Array Rebuild advice Please,
jahammonds prost
Correct stride and stripe-width, Salatiel Filho
Re: arch/86: AVX RAID5 xor checksumming,
H. Peter Anvin
mdadm 3.2.3 and adding metadata 1.0 bitmaps,
Joe Lawrence
resync after a power failure,
Salatiel Filho
about:conf->recovery_disabled and mddev->recovery_disabled,
majianpeng
[PATCH] mdadm: do not read the 'clean' flag from potentially non-up-to-date drive,
Alexander Lyakas
[PATCH] md/raid1:combine code in fix_read_error and fix_sync_read_error.,
majianpeng
Raid 6 rebuild,
Bryan Bush
Can't add drive to array 3.3 & 3.2.3,
Brad Campbell
[PATCH 0/4] Imsm OROM compatibility/boot support fixes,
Przemyslaw Czarnowski
[PATCH] Fix two typos in fprintf messages,
Lukasz Dorau
[PATCH] md/raid1,raid10:If r1bio->sectors % 8 != 0,then the memcmp and latermemcpy will omit the last bio_vec.,
majianpeng
doubt in chunk_aligned_read(),
Anuj Goel
Intel fakeraid working?,
Phillip Susi
RAID5 check does not read disk media,
Peter Urbanec
Help to assemble raid5 - no superblock!,
Salatiel Filho
[PATCH] userns: Replace netlink uses of cap_raised with capable.,
Eric W. Biederman
[md PATCH 00/10] md patches for 3.5: RAID10 reshape,
NeilBrown
- [md PATCH 01/10] md: allow a reshape operation to be reversed., NeilBrown
- [md PATCH 02/10] md: add possibility to change data-offset for devices., NeilBrown
- [md PATCH 03/10] md/raid5: Use correct data_offset for all IO., NeilBrown
- [md PATCH 04/10] md/raid5: allow for change in data_offset while managing a reshape., NeilBrown
- [md PATCH 05/10] md/raid10: collect some geometry fields into a dedicated structure., NeilBrown
- [md PATCH 06/10] md: teach sync_page_io about new_data_offset., NeilBrown
- [md PATCH 07/10] md: use resync_max_sectors for reshape as well as resync., NeilBrown
- [md PATCH 08/10] md/raid10: Introduce 'prev' geometry to support reshape., NeilBrown
- [md PATCH 09/10] md/raid10: split out interpretation of layout to separate function., NeilBrown
- [md PATCH 10/10] md/raid10: add reshape support, NeilBrown
- Re: [md PATCH 00/10] md patches for 3.5: RAID10 reshape, Phillip Susi
[PULL REQUEST] md bugfixes for 3.4-rc, NeilBrown
Linux 3.3.1 resync speed,
Mathias Burén
[PATCH] imsm: fix: thunderdome may drop 2tb attribute,
Czarnowska, Anna
[PATCH] md/raid1:Using 1 instead of update.,
majianpeng
[PATCH] md/raid1:using else-if instead if.,
majianpeng
[PATCH] md/raid1:use bi->bv_len instead of PAGE_SIZE., majianpeng
md/raid1:If r1bio->sectors % 8 != 0,then the memcmp and later memcpy will omit the last bio_vec.,
majianpeng
md/raid1:Fix a logic bug in fix_sync_read_error().,
kedacomkernel
md/raid1:Remove unnecessary judgement.,
majianpeng
RAID5 created by 8 disks works with xfs,
daobang wang
[PATCH] imsm: set 2tb disk attribute for spare, Czarnowska, Anna
When allocating resync pages,judge the queue limit of mddev.,
majianpeng
AVX RAID5 xor checksumming,
Jim Kukunas
[PATCH 6/6] check that no disk over 2TB is used to create container when no support, Czarnowska, Anna
[PATCH 5/6] check volume size in validate_geometry_imsm_orom, Czarnowska, Anna
[PATCH 2/6] clear hi bits if not used after loading metadata from disk, Czarnowska, Anna
[PATCH 4/6] show 2TB volumes/disks support in --detail-platform, Czarnowska, Anna
[PATCH 3/6] simplify calculating array_blocks, Czarnowska, Anna
[PATCH 1/6] imsm: avoid overflows for disks over 1TB,
Czarnowska, Anna
[PATCH 0/6] imsm: 2TB disks/volumes support,
Czarnowska, Anna
md/raid5:Fix a bug about judging the operation is syncing or replaing in analyse_stripe().,
majianpeng
Check not actually reading drives, Larkin Lowrey
md/raid1:remove unnecessary set_bit(MD_RECOVERY_INTR,&mddev->recovery).,
majianpeng
md:Add the judgement about the size of suspend_lo and suspend_hi.,
majianpeng
md/raid1:Remove unnecessary rcu_dereference(conf->mirrors[i].rdev). Because rde->nr_pending > 0,so can not remove this disk.,
majianpeng
md/raid1:!conf->r1buf_pool is unlikely in function sync_request.,
majianpeng
SSD cache for software RAID,
王道邦
RAID6 grow failed,
Bryan Bush
mdadm raid6 recovery status,
Paramasivam, Meenakshisundaram
[PATCH v2] Avoid OOPS when reshaping raid1 to raid0,
Jes . Sorensen
Rescue md/6 array: advice please,
Ruth Ivimey-Cook
restoring array after zeroing superblocks, Alexander Peganz
md/raid1: If md_integrity_register() failed,run() must free the mem,
majianpeng
md/raid0: If md_integrity_register() failed,raid0_run() must free the mem.,
majianpeng
md/linear: If md_integrity_register() failed,linear_run() must free the mem.,
majianpeng
[PATCH 0/1] Avoid OOPS when reshaping raid1 to raid0,
Jes . Sorensen
Fwd: grub-probe seems to be having problems,
jlcenter
[PATCH 00/11] Various cleanups and minor fixes,
Jes . Sorensen
- [PATCH 01/11] super1.c don't keep recalculating bitmap pointer, Jes . Sorensen
- [PATCH 04/11] match_metadata_desc1(): Use calloc instead of malloc+memset, Jes . Sorensen
- [PATCH 02/11] Define and use SUPER1_SIZE for allocations, Jes . Sorensen
- [PATCH 03/11] init_super1() memset full buffer allocated for superblock, Jes . Sorensen
- [PATCH 06/11] Use struct align_fd to cache fd's block size for aligned reads/writes, Jes . Sorensen
- [PATCH 09/11] super1.c: use ROUND_UP/ROUND_UP_PTR, Jes . Sorensen
- [PATCH 08/11] Generalize ROUND_UP() macro and introduce matching ROUND_UP_PTR(), Jes . Sorensen
- [PATCH 11/11] __write_init_super_ddf(): Use posix_memalign() instead of static aligned buffer, Jes . Sorensen
- [PATCH 10/11] super-intel.c: Use ROUND_UP() instead of manually coding it, Jes . Sorensen
- [PATCH 05/11] Use 4K buffer alignment for superblock allocations, Jes . Sorensen
- [PATCH 07/11] match_metadata_desc0(): Use calloc instead of malloc+memset, Jes . Sorensen
- Re: [PATCH 00/11] Various cleanups and minor fixes, NeilBrown
Array Size differences between mdadm --detail and --examine,
Chris Francy
lib/raid6: SSSE3 optimized recovery functions v1,
Jim Kukunas
Kernel oops adding bitmap,
Larkin Lowrey
How to update homehost of an existing raid component,
Pavel Hofman
raid10 regression: unrecoverable raids,
Jes Sorensen
md/raid5:Fix recover/replace stop and start repreatedly if handle stipe failed,because one disk had bad blocks.,
kedacomkernel
PULL REQUEST - md updates for 3.4, NeilBrown
lib/raid6: SSSE3 optimized recovery functions,
Jim Kukunas
[patch v2 0/6] Add TRIM support for raid linear/0/1/10,
Shaohua Li
raid10n2/xfs setup guidance on write-cache/barrier,
Jessie Evangelista
Re: raid10n2/xfs setup guidance on write-cache/barrier, Zdenek Kaspar
Recovering raid6 with 3 of 12 disks,
Larkin Lowrey
Question about handle_failed_sync(),
majianpeng
md/raid5:Fix recover/replace stop if handle stipe failed,
majianpeng
[md PATCH 00/23] md patches heading for 3.4,
NeilBrown
- [md PATCH 01/23] md/raid5: make sure reshape_position is cleared on error path., NeilBrown
- [md PATCH 02/23] md/raid10: remove unnecessary smp_mb() from end_sync_write, NeilBrown
- [md PATCH 03/23] md/raid5: removed unused 'added_devices' variable., NeilBrown
- [md PATCH 04/23] md: Use existed macros instead of numbers, NeilBrown
- [md PATCH 05/23] md/raid5: use atomic_dec_return() instead of atomic_dec() and atomic_read()., NeilBrown
- [md PATCH 06/23] md: allow last device to be forcibly removed from RAID1/RAID10., NeilBrown
- [md PATCH 07/23] md: allow re-add to failed arrays., NeilBrown
- [md PATCH 08/23] md: don't set md arrays to readonly on shutdown., NeilBrown
- [md PATCH 09/23] md/bitmap: ensure to load bitmap when creating via sysfs., NeilBrown
- [md PATCH 10/23] md/raid1, raid10: avoid deadlock during resync/recovery., NeilBrown
- [md PATCH 11/23] md: tidy up rdev_for_each usage., NeilBrown
- [md PATCH 12/23] md: add proper merge_bvec handling to RAID0 and Linear., NeilBrown
- [md PATCH 13/23] md/raid10: handle merge_bvec_fn in member devices., NeilBrown
- [md PATCH 14/23] md/raid1: handle merge_bvec_fn in member devices., NeilBrown
- [md PATCH 15/23] md/raid10 - support resizing some RAID10 arrays., NeilBrown
- [md PATCH 16/23] md/bitmap: remove some unused noise from bitmap.h, NeilBrown
- [md PATCH 17/23] md/bitmap: move printing of bitmap status to bitmap.c, NeilBrown
- [md PATCH 18/23] md/bitmap: change a 'goto' to a normal 'if' construct., NeilBrown
- [md PATCH 19/23] md/bitmap: remove some pointless locking., NeilBrown
- [md PATCH 20/23] md/bitmap: remove unnecessary indirection when allocating., NeilBrown
- [md PATCH 21/23] md/bitmap: discard CHUNK_BLOCK_SHIFT macro, NeilBrown
- [md PATCH 22/23] md: fix clearing of the 'changed' flags for the bad blocks list., NeilBrown
- [md PATCH 23/23] md: Add judgement bb->unacked_exist in function md_ack_all_badblocks()., NeilBrown
Re: [PATCH]: md: Initialize ctl_name field of table raid_root_table/raid_dir_table to avoid dump_trace info in debug kernel,
Eric W. Biederman
If,
kedacomkernel
md:Add break if find.,
majianpeng
mdadm raid can't set proper devices in super-block,
Carl Engstrom
Striping does not increase performance.,
Caspar Smit
[Index of Archives]
[Linux RAID Wiki]
[Linux Block]
[ATA RAID]
[Kernel]
[Linux SCSI]
[Linux iSCSI]
[Linux SCSI Target Infrastructure]
[Linux Books]