linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-04 16:56:41 to 2012-04-17 23:12:33 UTC [more...]

RAID 1 partition with hot spare shows [UUU] ?
 2012-04-17 23:12 UTC  (2+ messages)

Is this enough for us to have triple-parity RAID?
 2012-04-17 20:54 UTC  (6+ messages)

A RAID Story
 2012-04-17 20:44 UTC 

non fs-data and gpt partitioned md
 2012-04-17 20:40 UTC 

[RFC 0/2] raid5 trim support
 2012-04-17 20:26 UTC  (7+ messages)
` [RFC 1/2] MD: "
` [RFC 2/2] MD: raid5 avoid unnecessary zero page for trim

software raid and ERC
 2012-04-17 17:47 UTC  (2+ messages)

RAID5 XOR speed vs RAID6 Q speed (was Re: AVX RAID5 xor checksumming)
 2012-04-17 15:32 UTC  (4+ messages)

[PATCH] md/raid10:using conf->chunk_mask instead "chunk_secotrs - 1"
 2012-04-17  9:11 UTC  (2+ messages)

[md PATCH 00/24] Allow bitmaps to be resized
 2012-04-17  8:43 UTC  (25+ messages)
` [md PATCH 02/24] md/bitmap: add new 'space' attribute for bitmaps
` [md PATCH 01/24] md/bitmap: disentangle two different 'pending' flags
` [md PATCH 09/24] md/bitmap: move storage allocation from bitmap_load to bitmap_create
` [md PATCH 04/24] md/bitmap: centralise allocation of bitmap file pages
` [md PATCH 05/24] md/bitmap: change *_page_attr() to take a page number, not a page
` [md PATCH 03/24] md/bitmap: allow a bitmap with no backing storage
` [md PATCH 06/24] md/bitmap: move some fields of 'struct bitmap' into a 'storage' substruct
` [md PATCH 08/24] md/bitmap: separate bitmap file allocation to its own function
` [md PATCH 07/24] md/bitmap: store bytes in file rather than just in last page
` [md PATCH 15/24] md/bitmap: merge bitmap_file_unmap and bitmap_file_put
` [md PATCH 14/24] md/bitmap: remove async freeing of bitmap file
` [md PATCH 12/24] md/bitmap: use set_bit, test_bit, etc for operation on bitmap->flags
` [md PATCH 13/24] md/bitmap: convert some spin_lock_irqsave to spin_lock_irq
` [md PATCH 10/24] md/bitmap: remove bitmap_mask_state
` [md PATCH 11/24] md/bitmap: remove single-bit manipulation on sb->state
` [md PATCH 16/24] md/bitmap: make _page_attr bitops atomic
` [md PATCH 21/24] md/bitmap: make sure reshape request are reflected in superblock
` [md PATCH 22/24] md: allow array to be resized while bitmap is present
` [md PATCH 19/24] md/bitmap: use DIV_ROUND_UP instead of open-code
` [md PATCH 20/24] md/bitmap: add bitmap_resize function to allow bitmap resizing
` [md PATCH 23/24] md/raid10: resize bitmap when required during reshape
` [md PATCH 17/24] md/bitmap: make bitmap bitops atomic
` [md PATCH 18/24] md/bitmap: create a 'struct bitmap_counts' substructure of 'struct bitmap'
` [md PATCH 24/24] md/raid5: Allow reshape while a bitmap is present

[patch]raid5: support sync request
 2012-04-17  7:59 UTC  (3+ messages)

[patch]raid5: remove unused variables
 2012-04-17  6:36 UTC  (2+ messages)

[PATCH] md/raid1:Fix bug about fixing read errors
 2012-04-17  5:00 UTC  (3+ messages)
`  "

[PATCH 0 of 2] dm-raid: Bug fixes
 2012-04-17  4:26 UTC  (2+ messages)

[PATCH] md/raid10:Memleak fix if allocate rep1_bio failed in function want_replacement()
 2012-04-17  3:09 UTC  (2+ messages)

[PATCH] FIX: resolve make everything compilation error
 2012-04-17  2:58 UTC  (2+ messages)

[PATCH 00/14] imsm: volume expand
 2012-04-17  2:56 UTC  (17+ messages)
` [PATCH 01/14] imsm: FIX: Update function imsm_num_data_members() for Raid1/10
  ` [PATCH 02/14] imsm: FIX: Add volume size expand support to imsm_analyze_change()
    ` [PATCH 03/14] imsm: Add new metadata update for volume size expansion
      ` [PATCH 04/14] imsm: Execute size change for external metatdata
        ` [PATCH 05/14] FIX: Support metadata changes rollback
          ` [PATCH 06/14] imsm: "
            ` [PATCH 07/14] FIX: Extend size of raid0 array
              ` [PATCH 08/14] FIX: Respect metadata size limitations
                ` [PATCH 09/14] FIX: Detect error and rollback metadata
                  ` [PATCH 10/14] imsm: Add function imsm_get_free_size()
                    ` [PATCH 11/14] imsm: Support setting max size for size change operation
                      ` [PATCH 12/14] imsm: FIX: Component size alignment check
                        ` [PATCH 13/14] FIX: Size change is possible as standalone change only
                          ` [PATCH 14/14] FIX: Assembled second array is in read only state during reshape

[PATCH] imsm: display maximum volumes per controller and array
 2012-04-17  2:31 UTC  (2+ messages)

[PATCH] md:Fix mem leak about rdev->badblocks.page
 2012-04-17  1:54 UTC  (2+ messages)

[PATCH 2 of 2] dm-raid: record and handle missing devices
 2012-04-16 23:45 UTC 

[PATCH 1 of 2] dm-raid: set recovery flags on resume
 2012-04-16 23:45 UTC 

mdadm git build failure in super-intel.c
 2012-04-16 14:27 UTC  (2+ messages)

question about raid10 near copy info in man mdadm
 2012-04-16  6:20 UTC  (6+ messages)
  `  "

[RFC]md: using GFP_NOIO to allocate bio for flush request
 2012-04-16  5:32 UTC 

arch/86: AVX RAID5 xor checksumming
 2012-04-14 12:02 UTC  (4+ messages)

Problem assembling a degraded RAID5
 2012-04-12 20:56 UTC  (2+ messages)

lib/raid6: SSSE3 optimized recovery functions v2
 2012-04-12 20:14 UTC  (12+ messages)
` [PATCH 1/4] lib/raid6: fix test program build
` [PATCH 2/4] lib/raid6: Add SSSE3 optimized recovery functions
` [PATCH 3/4] lib/raid6: update test program for "
` [PATCH 4/4] lib/raid6: cleanup gen_syndrome function selection

Bug#658701: mdadm: should send email if mismatches are reported by a check
 2012-04-12 19:28 UTC 

(unknown),
 2012-04-12 11:23 UTC 

[PULL REQUEST] a few little fixes for md in 3.4
 2012-04-12  6:10 UTC 

[PATCH][Trivial] mdadm man page: fix typo
 2012-04-12  3:00 UTC  (3+ messages)

Failed Array Rebuild advice Please
 2012-04-12  2:25 UTC  (7+ messages)

question about:raid1 fix_read_error
 2012-04-11  5:09 UTC 

mdadm 3.2.3 and adding metadata 1.0 bitmaps
 2012-04-11  3:05 UTC  (3+ messages)

[PATCH] md/raid1:If raid1 only had one disk and readed error,should call rdev_set_badblocks()
 2012-04-11  3:00 UTC 

[PATCH 0/1] Make failure message on re-add more explcit
 2012-04-10 23:44 UTC  (5+ messages)

Correct stride and stripe-width
 2012-04-10 17:52 UTC 

Intel fakeraid working?
 2012-04-10 13:14 UTC  (10+ messages)

[PATCH] md/raid1,raid10:If r1bio->sectors % 8 != 0,then the memcmp and latermemcpy will omit the last bio_vec
 2012-04-10  6:17 UTC  (2+ messages)

[PATCH] MD: Bitmap version cleanup
 2012-04-10  6:14 UTC  (2+ messages)

about:conf->recovery_disabled and mddev->recovery_disabled
 2012-04-10  5:37 UTC  (3+ messages)
`  "

[PATCH] md/raid1:combine code in fix_read_error and fix_sync_read_error
 2012-04-10  1:17 UTC  (3+ messages)
  ` Re: [PATCH] md/raid1:combine code in fix_read_error andfix_sync_read_error

resync after a power failure
 2012-04-10  0:16 UTC  (2+ messages)

[PATCH] mdadm: do not read the 'clean' flag from potentially non-up-to-date drive
 2012-04-09 23:54 UTC  (3+ messages)

[PATCH 0/4] Imsm OROM compatibility/boot support fixes
 2012-04-09 23:22 UTC  (10+ messages)
` [PATCH 1/4] imsm: monitor: do not finish migration if there are no failed disks
` [PATCH 2/4] imsm: clean up missing disks if there are any left after migration
` [PATCH 3/4] imsm: avoid double change of serial number of missing device
` [PATCH 4/4] imsm: monitor: do not finish recovery, when raid goes to read-only

[PATCH] Fix two typos in fprintf messages
 2012-04-09 23:17 UTC  (2+ messages)

藳箁怱喵
 2012-04-09 22:44 UTC 

doubt in chunk_aligned_read()
 2012-04-08 23:29 UTC  (5+ messages)

Can't add drive to array 3.3 & 3.2.3
 2012-04-07  3:26 UTC  (5+ messages)

RAID5 created by 8 disks works with xfs
 2012-04-06 11:12 UTC  (21+ messages)

Raid 6 rebuild
 2012-04-06  8:28 UTC  (2+ messages)

HONG LEONG BANK (Malaysia)
 2012-04-06  0:49 UTC 

md/raid1:If r1bio->sectors % 8 != 0,then the memcmp and later memcpy will omit the last bio_vec
 2012-04-05  6:53 UTC  (3+ messages)
` Re: md/raid1:If r1bio->sectors % 8 != 0,then the memcmp and latermemcpy "
  `  "

md/raid1:Fix a logic bug in fix_sync_read_error()
 2012-04-05  3:36 UTC  (3+ messages)
`  "

RAID5 check does not read disk media
 2012-04-04 23:45 UTC  (3+ messages)

RAID-10 explicitly defined drive pairs?
 2012-04-04 16:56 UTC  (8+ messages)


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