linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-10 03:49:58 to 2020-05-08 03:44:05 UTC [more...]

[general question] rare silent data corruption when writing data
 2020-05-08  3:44 UTC  (7+ messages)

[PATCH RFC v2 0/8] md/raid5: set STRIPE_SIZE as a configurable value
 2020-05-08  1:25 UTC  (13+ 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

[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 V2] allow RAID5 to grow to RAID6 with a backup_file
 2020-05-05 18:35 UTC 

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

Fwd: Fw: some questions about uploading a Linux kernel driver
 2020-04-30  7:10 UTC  (3+ messages)
  ` some questions about uploading a Linux kernel driver FusionRAID
  ` Fw: some questions about uploading a Linux kernel driver

[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  (10+ 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  (2+ messages)

[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  (5+ 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  (29+ 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)

[BUG REPORT] md raid5 with write log does not start
 2020-04-20  2:47 UTC  (3+ messages)

Download latest movies from elitetorrent1.com
 2020-04-19 22:35 UTC 

raid1 + raid6 setup recommendations
 2020-04-19 13:41 UTC  (2+ messages)

[PATCH 5/5] md-bitmap: don't duplicate code for __clear_page_buffers
 2020-04-18 22:51 UTC 

Download latest movies from elitetorrent1.com
 2020-04-18  3:37 UTC 

Unable to fail/remove journal device
 2020-04-17 13:59 UTC  (2+ messages)

Download latest movies from elitetorrent1.com
 2020-04-17  6:23 UTC 

Hey, how are u, can we talk?
 2020-04-16 20:35 UTC 

Download latest movies from elitetorrent1.com
 2020-04-16  8:40 UTC 

[PATCH] Detail: adding sync status for cluster device
 2020-04-14  8:19 UTC 

[PATCH 0/4] md: fix lockdep warning
 2020-04-14  7:20 UTC  (6+ messages)

I have already sent you first payment US$5000.00 this morning through MONEY Gram service.it is available to pick up in address now
 2020-04-13 11:41 UTC 

Is it possible to create a single zone RAID0 with different size member disks?
 2020-04-12  9:38 UTC  (3+ messages)

RAID0 with only one zone
 2020-04-12  7:41 UTC 

MD Array 'stat' File - Sectors Read
 2020-04-11  4:59 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 25/32] md: check arrays is suspended in mddev_detach before call quiesce operations
 2020-04-10  3:49 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).