linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-09 09:07:30 to 2012-04-19 00:38:23 UTC [more...]

non fs-data and gpt partitioned md
 2012-04-19  0:38 UTC  (3+ messages)

lib/raid6: SSSE3 optimized recovery functions v2
 2012-04-19  0:33 UTC  (13+ 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

arch/86: AVX RAID5 xor checksumming v1
 2012-04-19  0:02 UTC  (3+ messages)
` [PATCH] raid5: add AVX optimized RAID5 checksumming

[PATCH 0 of 4] dm-raid: various bug fixes
 2012-04-18 23:58 UTC  (10+ messages)
` [PATCH 1 of 5] DM RAID: Set recovery flags on resume
` [PATCH 2 of 5] DM RAID: Record and handle missing devices
` [PATCH 3 of 5] DM RAID: Use safe version of rdev_for_each
` [PATCH 4 of 5] DM RAID: Use md_error() in place of simply setting Faulty bit
` [PATCH 5 of 5] MD RAID1: Further conditionalize 'fullsync'
      ` [dm-devel] [PATCH 0 of 4] dm-raid: various bug fixes

[md PATCH 00/23] md patches heading for 3.4
 2012-04-18 22:48 UTC  (6+ messages)
` [md PATCH 08/23] md: don't set md arrays to readonly on shutdown

Is this enough for us to have triple-parity RAID?
 2012-04-18 20:39 UTC  (11+ messages)

Any 3.4-rc3 known issues?
 2012-04-18 19:10 UTC 

Fixing broken metadata?
 2012-04-18 17:51 UTC  (2+ messages)

Disk link failure impact on Disks and RAID superblock in MD
 2012-04-18 12:39 UTC  (2+ messages)

RAID 1 partition with hot spare shows [UUU] ?
 2012-04-18  9:09 UTC  (5+ messages)

mdadm: sending ioctl 800c0910 to a partition!
 2012-04-18  8:21 UTC  (3+ messages)

[RFC 0/2] raid5 trim support
 2012-04-18  6:34 UTC  (12+ messages)
` [RFC 1/2] MD: "
` [RFC 2/2] MD: raid5 avoid unnecessary zero page for trim

RAID6 syncing at 24 MB/s?
 2012-04-18  5:37 UTC  (5+ messages)

[PATCH 0/1] Make failure message on re-add more explcit
 2012-04-18  4:25 UTC  (6+ messages)

software raid and ERC
 2012-04-18  3:52 UTC  (5+ messages)

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

RAID5 created by 8 disks works with xfs
 2012-04-18  2:23 UTC  (17+ messages)

[PATCH 0 of 2] dm-raid: Bug fixes
 2012-04-18  1:09 UTC  (3+ messages)

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

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)

[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] 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)

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 

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

Intel fakeraid working?
 2012-04-10 13:14 UTC  (7+ 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  (2+ 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  (2+ messages)

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

藳箁怱喵
 2012-04-09 22:44 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).