linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-11 00:47:56 to 2017-03-20 05:17:26 UTC [more...]

[PATCH] mdadm:checking --level once mode has been set
 2017-03-20  5:17 UTC 

strange mirror write perf
 2017-03-20  5:07 UTC  (5+ messages)

[PATCH V1] md/raid10: refactor some codes from raid10_write_request
 2017-03-20  5:05 UTC  (2+ messages)

stripe_cache_size, some info
 2017-03-19 18:35 UTC 

component device mismatches found
 2017-03-19 10:42 UTC  (3+ messages)
    ` Fwd: "

Read data from disk that was part of RAID1 array
 2017-03-19 10:18 UTC  (4+ messages)

on assembly and recovery of a hardware RAID
 2017-03-18 18:08 UTC  (6+ messages)

[PATCH] dm crypt: remove an impossible condition
 2017-03-18  4:14 UTC  (3+ messages)
`  "

[PATCH 1/2] Replace snprintf with strncpy at some places to avoid truncation
 2017-03-18  2:33 UTC  (2+ messages)
` [PATCH 2/2] mdadm: Forced type conversion "

[PATCH 0/3] mdadm: Fix some building errors
 2017-03-18  1:02 UTC  (8+ messages)
` [PATCH 1/3] mdadm: Replace snprintf with strncpy at some places to avoid truncation
` [PATCH 2/3] mdadm: Add Wimplicit-fallthrough=0 in Makefile
` [PATCH 3/3] mdadm: Specify enough length when write to buffer

[PATCH 0/7] LLVM: make x86_64 kernel build with clang
 2017-03-18  0:41 UTC  (27+ messages)
` [PATCH 1/7] Makefile, LLVM: add -no-integrated-as to KBUILD_[AC]FLAGS
` [PATCH 2/7] Makefile, x86, LLVM: disable unsupported optimization flags
` [PATCH 3/7] x86, LLVM: suppress clang warnings about unaligned accesses
` [PATCH 4/7] x86, boot, LLVM: #undef memcpy etc in string.c
` [PATCH 5/7] x86, boot, LLVM: Use regparm=0 for memcpy and memset
` [PATCH 6/7] md/raid10, LLVM: get rid of variable length array
` [PATCH 7/7] crypto, x86, LLVM: aesni - fix token pasting

[PATCH v3] mdadm: change in add-journal support
 2017-03-17 23:31 UTC  (2+ messages)
` [PATCH v3] mdadm/r5cache: allow adding journal to array without journal

[PATCH 0/2] mdadm: setting device role of raid1 disk with failfast
 2017-03-17 20:20 UTC  (4+ messages)
` [PATCH 1/2] super1: ignore failfast flag for setting device role
` [PATCH 2/2] super1: check and output faulty dev role

[PATCH v3 0/6] mdadm support for Partial Parity Log
 2017-03-17 20:11 UTC  (8+ messages)
` [PATCH v3 1/6] Generic support for --consistency-policy and PPL
` [PATCH v3 2/6] Detail: show consistency policy
` [PATCH v3 3/6] imsm: PPL support
` [PATCH v3 4/6] super1: "
` [PATCH v3 5/6] Add 'ppl' and 'no-ppl' options for --update=
` [PATCH v3 6/6] Grow: support consistency policy change

[PATCH v2] mdadm/r5cache: allow adding journal to array without journal
 2017-03-17 19:50 UTC  (2+ messages)

[PATCH 1/2] mdadm/r5cache: allow adding journal to array without journal
 2017-03-17 19:39 UTC  (4+ messages)
` [PATCH 2/2] mdadm: remove journal with "remove-journal"

[PATCH 0/4] mdadm:checking level once mode has been set
 2017-03-17 19:30 UTC  (13+ messages)
` [PATCH 2/4] mdadm:external bitmap only supports ext filesystem
` [PATCH 3/4] mdadm:triggers core dump when stat2devnm return NULL
    ` [PATCH 3/4 v1] "

[RAID recovery] Unable to recover RAID5 array after disk failure
 2017-03-17 19:25 UTC  (9+ messages)

Bit-Rot
 2017-03-17 16:59 UTC  (7+ messages)

[PATCH 1/3] mdadm: Replace snprintf with strncpy at some places to avoid truncation
 2017-03-17 12:18 UTC 

63129 linux-raid
 2017-03-17  7:22 UTC 

recovery does not complete after --add
 2017-03-16 23:51 UTC 

[PATCH v2 1/2] md/raid5: Add change_consistency_policy to raid4 and raid6
 2017-03-16 22:14 UTC  (2+ messages)
` [PATCH v2 2/2] md/raid5: use consistency_policy to remove journal feature

[PATCH 00/29] drivers, mics refcount conversions
 2017-03-16 18:00 UTC  (11+ messages)
` [PATCH 08/29] drivers, md: convert mddev.active from atomic_t to refcount_t
` [PATCH 10/29] drivers, md: convert stripe_head.count "

linux-next: WARNING: CPU: 0 PID: 1 at lib/refcount.c:114 refcount_inc+0x37/0x40
 2017-03-16 18:00 UTC  (5+ messages)

[PATCH] dm ioctl: Remove double parentheses
 2017-03-16 16:48 UTC 

[GIT PULL] MD update for 4.11-rc3
 2017-03-16 16:40 UTC 

[PATCH v3 00/14] md: cleanup on direct access to bvec table
 2017-03-16 16:12 UTC  (15+ messages)
` [PATCH v3 01/14] md: raid1/raid10: don't handle failure of bio_add_page()
` [PATCH v3 02/14] md: move two macros into md.h
` [PATCH v3 03/14] md: prepare for managing resync I/O pages in clean way
` [PATCH v3 04/14] md: raid1: simplify r1buf_pool_free()
` [PATCH v3 05/14] md: raid1: don't use bio's vec table to manage resync pages
` [PATCH v3 06/14] md: raid1: retrieve page from pre-allocated resync page array
` [PATCH v3 07/14] md: raid1: use bio helper in process_checks()
` [PATCH v3 08/14] block: introduce bio_copy_data_partial
` [PATCH v3 09/14] md: raid1: move 'offset' out of loop
` [PATCH v3 10/14] md: raid1: improve write behind
` [PATCH v3 11/14] md: raid10: refactor code of read reshape's .bi_end_io
` [PATCH v3 12/14] md: raid10: don't use bio's vec table to manage resync pages
` [PATCH v3 13/14] md: raid10: retrieve page from preallocated resync page array
` [PATCH v3 14/14] md: raid10: avoid direct access to bvec table in handle_reshape_read_error

[PATCH] md/raid5:fix typo in comments of resize_stripes
 2017-03-16 14:10 UTC 

[PATCH] md:fix a trivial typo in comments
 2017-03-16  4:26 UTC  (2+ messages)
` [PATCH] md/bitmap:fix a typo in comments of bitmap_read_sb

[md PATCH 00/15 v2] remove all abuse of bi_phys_segments
 2017-03-16  3:36 UTC  (24+ messages)
` [md PATCH 02/15] md/raid5: simplfy delaying of writes while metadata is updated
` [md PATCH 03/15] md/raid5: call bio_endio() directly rather than queueing for later
` [md PATCH 04/15] block: trace completion of all bios
` [md PATCH 01/15] md/raid5: use md_write_start to count stripes, not bios
` [md PATCH 07/15] Revert "md/raid5: limit request size according to implementation limits"
` [md PATCH 05/15] md/raid5: use bio_inc_remaining() instead of repurposing bi_phys_segments as a counter
` [md PATCH 08/15] md/raid1, raid10: move rXbio accounting closer to allocation
` [md PATCH 09/15] md/raid10: stop using bi_phys_segments
` [md PATCH 06/15] md/raid5: remove over-loading of ->bi_phys_segments
` [md PATCH 15/15] MD: use per-cpu counter for writes_pending
` [md PATCH 11/15] md/raid5: don't test ->writes_pending in raid5_remove_disk
` [md PATCH 14/15] percpu-refcount: support synchronous switch to atomic mode
` [md PATCH 12/15] md: factor out set_in_sync()
` [md PATCH 13/15] md: close a race with setting mddev->in_sync
` [md PATCH 10/15] md/raid1: stop using bi_phys_segment

[PATCH 1/2] md/r5cache: improve add-journal
 2017-03-15 23:48 UTC  (5+ messages)
` [PATCH 2/2] md/r5cache: journal remove support

[PATCH] md/r5cache: flush data in memory during journal device failure
 2017-03-15 23:45 UTC  (5+ messages)

[RFC PATCH] md/raid10: refactor some codes from raid10_write_request
 2017-03-15 22:46 UTC  (4+ messages)

[PATCH v2] md/r5cache: journal remove support
 2017-03-15 21:15 UTC 

[PATCH v6 0/4] Broadcom SBA RAID support
 2017-03-15  8:02 UTC  (5+ messages)

[PATCH] md:fix a trivial typo in comments
 2017-03-14 18:09 UTC  (9+ messages)
` [PATCH v1] "

[PATCH V4] md: move bitmap_destroy to the beginning of __md_stop
 2017-03-14 18:05 UTC  (2+ messages)

[PATCH v2] r5cache: allow adding journal to array without journal
 2017-03-14 16:56 UTC  (2+ messages)

[PATCH] md/r5cache: fix set_syndrome_sources()
 2017-03-14 16:52 UTC  (4+ messages)

[PATCH] r5cache: allow adding journal to array without journal
 2017-03-14  0:09 UTC 

LSI RAID
 2017-03-13 21:38 UTC  (5+ messages)

Auto replace disk
 2017-03-13 21:36 UTC  (4+ messages)

[PATCH v5] DM: dm-inplace-compress: inplace compressed DM target
 2017-03-13 21:30 UTC  (2+ messages)
` [PATCH v5 1/1] DM: "

41959 linux-raid
 2017-03-13 17:42 UTC 

[PATCH] drivers, md: convert stripe_head.count from atomic_t to refcount_t
 2017-03-13 10:42 UTC 

interesting case of a hung 'recovery'
 2017-03-13  4:12 UTC  (5+ messages)

[PATCH 0/5] Updates following recent generic_make_request improvement
 2017-03-12 21:52 UTC  (3+ messages)
  ` [dm-devel] "

When will Linux support M2 on RAID ?
 2017-03-12  0:52 UTC  (6+ messages)

[PATCH] dm cache: handle kmalloc failure allocating background_tracker struct
 2017-03-11 19:09 UTC 

[PATCH v2] blk: improve order of bio handling in generic_make_request()
 2017-03-11  0:47 UTC  (6+ 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).