linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-20 11:05:32 to 2020-05-12 06:27:59 UTC [more...]

raid6check extremely slow ?
 2020-05-12  6:27 UTC  (15+ messages)

Assemblin journaled array fails
 2020-05-12  1:27 UTC  (8+ messages)

[general question] rare silent data corruption when writing data
 2020-05-11 19:42 UTC  (13+ messages)

RAID wiped superblock recovery
 2020-05-11 14:18 UTC  (2+ messages)

[PATCH] md: add a newline when printing parameter 'start_ro' by sysfs
 2020-05-11  8:23 UTC 

Raid1 not assembling correctly after after new MB
 2020-05-09 16:21 UTC 

remove a few uses of ->queuedata
 2020-05-09 15:07 UTC  (23+ messages)
` [PATCH 01/15] nfblock: use gendisk private_data
` [PATCH 02/15] simdisk: stop using ->queuedata
` [PATCH 03/15] drbd: "
` [PATCH 04/15] null_blk: stop using ->queuedata for bio mode
` [PATCH 05/15] ps3vram: stop using ->queuedata
` [PATCH 06/15] rsxx: "
` [PATCH 07/15] umem: "
` [PATCH 08/15] zram: "
` [PATCH 09/15] lightnvm: "
    ` [PATCH 09/15, fіxed] "
` [PATCH 10/15] bcache: stop setting ->queuedata
` [PATCH 11/15] dm: stop using ->queuedata
` [PATCH 12/15] md: "
` [PATCH 13/15] nvdimm/blk: "
` [PATCH 14/15] nvdimm/btt: "
` [PATCH 15/15] nvdimm/pmem: "

Fwd: Fw: some questions about uploading a Linux kernel driver
 2020-05-09 10:25 UTC  (4+ messages)
  ` some questions about uploading a Linux kernel driver FusionRAID
  ` Fw: some questions about uploading a Linux kernel driver

[PATCH RFC v2 0/8] md/raid5: set STRIPE_SIZE as a configurable value
 2020-05-09  6:40 UTC  (15+ messages)
` [PATCH RFC v2 1/8] md/raid5: add CONFIG_MD_RAID456_STRIPE_SIZE to set STRIPE_SIZE
` [PATCH RFC v2 2/8] md/raid5: add a member of r5pages for struct stripe_head
` [PATCH RFC v2 3/8] md/raid5: allocate and free pages of r5pages
` [PATCH RFC v2 4/8] md/raid5: set correct page offset for bi_io_vec in ops_run_io()
` [PATCH RFC v2 5/8] md/raid5: set correct page offset for async_copy_data()
` [PATCH RFC v2 6/8] md/raid5: add new xor function to support different page offset
` [PATCH RFC v2 7/8] md/raid5: add offset array in scribble buffer
` [PATCH RFC v2 8/8] md/raid5: compute xor with correct page offset

[PATCH V2] allow RAID5 to grow to RAID6 with a backup_file
 2020-05-08 14:50 UTC  (3+ messages)

[RFC PATCH V3 01/10] include/linux/pagemap.h: introduce attach/detach_page_private
 2020-05-08  0:47 UTC  (3+ messages)
` [RFC PATCH V3 02/10] md: remove __clear_page_buffers and use attach/detach_page_private

[PATCH] md/raid1: release pending accounting for an I/O only after write-behind is also finished
 2020-05-08  0:43 UTC  (7+ messages)

"mdadm -n": component device selection when delta_disks<0
 2020-05-07 20:36 UTC  (2+ messages)

[PATCH] md/raid1: Replace zero-length array with flexible-array
 2020-05-07 19:22 UTC 

[PATCH v2 00/10] clean up SECTOR related macros and sectors/pages conversions
 2020-05-07  7:51 UTC  (11+ messages)
` [PATCH v2 01/10] block: move PAGE_SECTORS definition into <linux/blkdev.h>
` [PATCH v2 02/10] zram: abolish macro SECTORS_PER_PAGE
` [PATCH v2 03/10] block: add sectors_to_npage()/npage_to_sectors() helpers
` [PATCH v2 04/10] zram: abolish macro SECTORS_PER_PAGE_SHIFT
` [PATCH v2 05/10] block: abolish macro PAGE_SECTORS_SHIFT
` [PATCH v2 06/10] mm/swap: use npage_to_sectors() and PAGE_SECTORS to clean up code
` [PATCH v2 07/10] block: use sectors_to_npage() "
` [PATCH v2 08/10] md: use sectors_to_npage() and npage_to_sectors() "
` [PATCH v2 09/10] md: use existing definition RESYNC_SECTORS
` [PATCH v2 10/10] md: use PAGE_SECTORS to clean up code

Raid1 after new MB
 2020-05-06 18:09 UTC 

[PATCH 0/4] eliminate SECTOR related magic numbers and duplicated conversions
 2020-05-06  9:16 UTC  (13+ messages)
` [PATCH 1/4] block: Move SECTORS_PER_PAGE and SECTORS_PER_PAGE_SHIFT definitions into <linux/blkdev.h>
` [PATCH 2/4] mm/swap: use SECTORS_PER_PAGE_SHIFT to clean up code
` [PATCH 3/4] block: use SECTORS_PER_PAGE_SHIFT and SECTORS_PER_PAGE "
` [PATCH 4/4] mtd: eliminate SECTOR related magic numbers

[PATCH] Assemble.c: respect force flag
 2020-05-05 18:02 UTC  (2+ messages)

[PATCH] allow RAID5 to grow to RAID6 with a backup_file
 2020-05-05 17:59 UTC  (2+ messages)

[PATCH] clean up meaning of small typo
 2020-05-05 17:52 UTC  (2+ messages)

RAID 1 | Test Booting from /dev/sdb
 2020-05-05  9:49 UTC  (8+ messages)

WD Red drives are now SMR drives?
 2020-05-04 23:28 UTC  (5+ messages)

RAID 1 | Restore based on Image of /dev/sda
 2020-05-04 15:15 UTC  (9+ messages)

Does a "check" of a RAID6 actually read all disks in a stripe?
 2020-05-03  3:28 UTC  (8+ messages)

[RFC PATCH V2 1/9] include/linux/pagemap.h: introduce attach/clear_page_private
 2020-05-01  6:41 UTC  (9+ messages)
` [RFC PATCH V2 2/9] md: remove __clear_page_buffers and use attach/clear_page_private

[PATCH v2] Detail: adding sync status for cluster device
 2020-04-30 17:09 UTC  (2+ messages)

[PATCH] md/raid0: add config parameters to specify zone layout
 2020-04-30 16:09 UTC  (5+ messages)

[PATCH v2 0/4] improve memalloc scope APIs usage
 2020-04-30  6:49 UTC  (2+ messages)

[PATCH] raid5: use memalloc_noio_save()/restore in resize_chunks()
 2020-04-30  6:36 UTC  (9+ messages)

Hard Drive Partition Table shows partition larger than drive
 2020-04-28 14:36 UTC  (6+ messages)

[PATCH v2] md/raid0: add config parameters to specify zone layout
 2020-04-27 20:59 UTC  (3+ messages)

[PATCH] Monitor: remove autorebuild pidfile when it exits
 2020-04-27 16:19 UTC  (3+ messages)

[PATCH] Assemble: print error message if mdadm fails assembling with --uuid option
 2020-04-27 14:44 UTC 

[PATCH v2] Manage, imsm: Write metadata before add
 2020-04-27 14:37 UTC  (2+ messages)

[PATCH] Detail: adding sync status for cluster device
 2020-04-27 14:33 UTC  (4+ messages)

[PATCH] Monitor: improve check_one_sharer() for checking duplicated process
 2020-04-27 14:27 UTC  (2+ messages)

[PATCH] udev: Ignore change event for imsm
 2020-04-27 14:23 UTC  (2+ messages)

Why continued silence 2
 2020-04-27 11:41 UTC 

Vorschlag
 2020-04-27  6:39 UTC 

[RFC PATCH 2/9] md: remove __clear_page_buffers and use set/clear_fs_page_private
 2020-04-26 21:49 UTC 

Setup Recommendation on UEFI/GRUB/RAID1/LVM
 2020-04-24 20:24 UTC  (13+ messages)

Linux RAID reshaping hang, can somebody help me with this?
 2020-04-24  8:47 UTC 

Contact Eco bank-Benin to receive your payment funds transfer amount of $12.800.000,00 Million USD,approved this morning by IMF
 2020-04-23 18:27 UTC 

Recovering From RAID5 Failure
 2020-04-21 23:06 UTC  (4+ 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).