linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-31 09:01:21 to 2016-11-15 01:01:53 UTC [more...]

[PATCH 00/12] block: cleanup direct access to bvec table
 2016-11-15  1:01 UTC  (8+ messages)
` [PATCH 01/12] block: bio: pass bvec table to bio_init()
` [PATCH 05/12] bcache: debug: avoid to access .bi_io_vec directly
` [PATCH 06/12] dm: crypt: use bio_add_page()
` [PATCH 07/12] dm: use bvec iterator helpers to implement .get_page and .next_page
` [PATCH 08/12] dm: dm.c: replace 'bio->bi_vcnt == 1' with !bio_multiple_segments

"creative" bio usage in the RAID code
 2016-11-15  0:13 UTC  (10+ messages)

What to do about Offline_Uncorrectable and Pending_Sector in RAID1
 2016-11-14 16:14 UTC  (14+ messages)

mdadm I/O error with Ddf RAID
 2016-11-14  6:00 UTC  (2+ messages)

Ddf based RAID management software
 2016-11-14  5:48 UTC  (2+ messages)

[md PATCH 0/4] Improve blktrace tracing of md
 2016-11-14  5:30 UTC  (5+ messages)
` [md PATCH 3/4] md/bitmap: add blktrace event for writes to the bitmap
` [md PATCH 2/4] md: add bio completion tracing for raid1/raid10
` [md PATCH 4/4] md/raid1, raid10: add blktrace records when IO is delayed
` [md PATCH 1/4] md: add block tracing for bio_remapping

Question on blocks periodic writes
 2016-11-11 12:13 UTC  (6+ messages)

[PATCH v6 00/11] raid5-cache: enabling cache features
 2016-11-10 20:46 UTC  (12+ messages)
` [PATCH v6 01/11] md/r5cache: Check array size in r5l_init_log
` [PATCH v6 02/11] md/r5cache: move some code to raid5.h
` [PATCH v6 03/11] md/r5cache: State machine for raid5-cache write back mode
` [PATCH v6 04/11] md/r5cache: caching mode of r5cache
` [PATCH v6 05/11] md/r5cache: write-out mode and reclaim support
` [PATCH v6 06/11] md/r5cache: sysfs entry r5c_journal_mode
` [PATCH v6 07/11] md/r5cache: refactoring journal recovery code
` [PATCH v6 08/11] md/r5cache: r5cache recovery: part 1
` [PATCH v6 09/11] md/r5cache: r5cache recovery: part 2
` [PATCH v6 10/11] md/r5cache: handle SYNC and FUA
` [PATCH v6 11/11] md/r5cache: handle alloc_page failure

Help in recovering a RAID5 volume
 2016-11-10 18:58 UTC  (5+ messages)

[PATCH 0/4] IMSM: Add support for 4Kn sector size drives
 2016-11-10 14:28 UTC  (5+ messages)
` [PATCH 1/4] Add function for getting member drive sector size
` [PATCH 2/4] IMSM: Read and store device "
` [PATCH 3/4] IMSM: Add support for 4Kn sector size drives
` [PATCH 4/4] IMSM: 4Kn drives support - adapt general migration record

[PATCH 1/2] super1: make internal bitmap size calculations more consistent
 2016-11-10 10:50 UTC  (2+ messages)
` [PATCH 2/2] super1: fix setting bad block log offset in write_init_super1()

[md PATCH 0/3] Three unrelated md patches
 2016-11-10  1:13 UTC  (9+ messages)
` [md PATCH 2/3] md: remove md_super_wait() call after bitmap_flush()
` [md PATCH 1/3] md/raid1: fix: IO can block resync indefinitely
` [md PATCH 3/3] md: define mddev flags, recovery flags and r1bio state bits using enums

WARNING: mismatch_cnt is not 0 on <array device>
 2016-11-09 19:52 UTC  (17+ messages)

[PATCH 0/2] Fix near layout I/O distribution
 2016-11-08  0:12 UTC  (8+ messages)
` [PATCH 1/2] mdadm: raid10.h Fix typo
` [PATCH 2/2] mdadm: raid10.c Remove near atomic break

[md PATCH 0/4] Assorted minor improvements
 2016-11-07 22:57 UTC  (10+ messages)
` [md PATCH 4/4] md/bitmap: Don't write bitmap while earlier writes might be in-flight
` [md PATCH 3/4] md/raid10: abort delayed writes when device fails
` [md PATCH 1/4] md: perform async updates for metadata where possible
` [md PATCH 2/4] md/raid1: abort delayed writes when device fails

[BUG 4.4.26] bio->bi_bdev == NULL in raid6 return_io()
 2016-11-07 20:34 UTC  (3+ messages)

RAID10 with 2 drives auto-assembled as RAID1
 2016-11-07 17:13 UTC  (6+ messages)

(unknown),
 2016-11-07 17:13 UTC  (3+ messages)
` 

MD Remnants After --stop
 2016-11-07  5:44 UTC  (2+ messages)

Buffer I/O error on dev md5, logical block 7073536, async page read
 2016-11-07  3:36 UTC  (23+ messages)
        ` clearing blocks wrongfully marked as bad if --update=no-bbl can't be used?
        ` [ LR] Kernel 4.8.4: INFO: task kworker/u16:8:289 blocked for more than 120 seconds

[GIT PULL] MD update for 4.9-rc3
 2016-11-05  0:43 UTC 

[PATCH] Restrict the use area of the log_offset variable
 2016-11-04 22:05 UTC  (2+ messages)

[md PATCH 0/9] replace printk() with pr_*()
 2016-11-04 21:36 UTC  (13+ messages)
` [md PATCH 4/9] md/linear: "
` [md PATCH 5/9] md/multipath: "
` [md PATCH 2/9] md: change all printk() to pr_err() or pr_warn() etc
` [md PATCH 1/9] md: fix some issues with alloc_disk_sb()
` [md PATCH 3/9] md/bitmap: change all printk() to pr_*()
` [md PATCH 7/9] md/raid1: change "
` [md PATCH 9/9] md/raid5: "
` [md PATCH 6/9] md/raid0: replace printk() with pr_*()
` [md PATCH 8/9] md/raid10: change printk() to pr_*()

[PATCH] md/bitmap: call bitmap_file_unmap once bitmap_storage_alloc returns -ENOMEM
 2016-11-04 20:19 UTC  (2+ messages)

[PATCH] Change the option from NoUpdate to NodeNumUpdate
 2016-11-04  5:35 UTC  (2+ messages)

Panicked and deleted superblock
 2016-11-04  4:34 UTC  (7+ messages)

RAID boot documentation
 2016-11-04  3:51 UTC  (5+ messages)

Resync issue in RAID1
 2016-11-04  3:33 UTC  (6+ messages)

[PATCH 00/60] block: support multipage bvec
 2016-11-02 23:47 UTC  (10+ messages)
` [PATCH 09/60] dm: dm.c: replace 'bio->bi_vcnt == 1' with !bio_multiple_segments

Issue with growing RAID10
 2016-11-02 22:07 UTC  (15+ messages)

[PATCH 1/8] imsm: parse bad block log in metadata on startup
 2016-10-31 18:02 UTC  (9+ messages)
` [PATCH 2/8] imsm: write bad block log on metadata sync
` [PATCH 3/8] imsm: give md list of known bad blocks on startup
` [PATCH 4/8] imsm: record new bad block in bad block log
` [PATCH 5/8] imsm: clear bad block from "
` [PATCH 6/8] imsm: clear bad blocks if disk becomes unavailable
` [PATCH 7/8] imsm: provide list of bad blocks for an array
` [PATCH 8/8] imsm: implement "--examine-badblocks" command

recovering failed raid5
 2016-10-31 16:31 UTC  (10+ messages)

"SCT Error Recovery Control" disabled by suspend
 2016-10-31 16:16 UTC 

Fail to assemble raid4 with replaced disk
 2016-10-31 15:57 UTC  (4+ messages)

双11预售专场已经开启!低至五折,双十一前囤货高峰!
 2016-10-31  9:01 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).