linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-25 21:45:59 to 2020-06-26 00:16:27 UTC [more...]

[PATCH 1/3] raid5: call clear_batch_ready before set STRIPE_ACTIVE
 2020-06-26  0:16 UTC  (7+ messages)
` [PATCH 2/3] raid5: put the comment of clear_batch_ready to the right place
` [PATCH 3/3] raid5: remove the meaningless check in raid5_make_request

Assemblin journaled array fails
 2020-06-25 16:11 UTC  (36+ messages)

mdadm calendar specification format error
 2020-06-25 10:23 UTC  (2+ messages)

[PATCH] mdraid: fix read/write bytes accounting
 2020-06-25  9:13 UTC  (7+ messages)

RAID types & chunks sizes for new NAS drives
 2020-06-24 22:13 UTC  (16+ messages)

Re;
 2020-06-24 13:54 UTC 

stripe_cache_size and journal (cache) in write-back mode
 2020-06-23 23:46 UTC  (2+ messages)

Hello
 2020-06-23 12:12 UTC 

Greetings From Mrs. Sarah Koffi
 2020-06-23 11:15 UTC 

URGENT REPLY
 2020-06-22 16:02 UTC 

[PATCH] mdadm/Grow: prevent md's fd from being occupied during delayed time
 2020-06-18 20:05 UTC  (2+ messages)

Choosing the value to update the size of each member device in mdadm Grow_reshape
 2020-06-17  3:14 UTC 

donation of Euro 2,000,000.00
 2020-06-15 21:54 UTC 

decruft the early init / initrd / initramfs code
 2020-06-15 16:03 UTC  (18+ messages)
` [PATCH 01/16] init: remove the bstat helper
` [PATCH 02/16] md: move the early init autodetect code to drivers/md/
` [PATCH 03/16] md: replace the RAID_AUTORUN ioctl with a direct function call
` [PATCH 04/16] md: remove the autoscan partition re-read
` [PATCH 05/16] md: remove the kernel version of md_u.h
` [PATCH 06/16] md: simplify md_setup_drive
` [PATCH 07/16] md: rewrite md_setup_drive to avoid ioctls
` [PATCH 08/16] initrd: remove support for multiple floppies
` [PATCH 09/16] initrd: remove the BLKFLSBUF call in handle_initrd
` [PATCH 10/16] initrd: switch initrd loading to struct file based APIs
` [PATCH 11/16] initrd: mark init_linuxrc as __init
` [PATCH 12/16] initramfs: remove the populate_initrd_image and clean_rootfs stubs
` [PATCH 13/16] initramfs: simplify clean_rootfs
` [PATCH 14/16] initramfs: switch initramfs unpacking to struct file based APIs
` [PATCH 15/16] init: open code setting up stdin/stdout/stderr
` [PATCH 16/16] fs: remove ksys_open

[PATCH v4 00/15] md/raid5: set STRIPE_SIZE as a configurable value
 2020-06-15  7:17 UTC  (18+ messages)
` [PATCH v4 01/15] md/raid456: covert macro define of STRIPE_* as members of struct r5conf
` [PATCH v4 02/15] md/raid5: add sysfs entry to set and show stripe_size
` [PATCH v4 03/15] md/raid5: set default stripe_size as 4096
` [PATCH v4 04/15] md/raid5: add a member of r5pages for struct stripe_head
` [PATCH v4 05/15] md/raid5: allocate and free shared pages of r5pages
` [PATCH v4 06/15] md/raid5: set correct page offset for bi_io_vec in ops_run_io()
` [PATCH v4 07/15] md/raid5: set correct page offset for async_copy_data()
` [PATCH v4 08/15] md/raid5: resize stripes and set correct offset when reshape array
` [PATCH v4 09/15] md/raid5: add new xor function to support different page offset
` [PATCH v4 10/15] md/raid5: add offset array in scribble buffer
` [PATCH v4 11/15] md/raid5: compute xor with correct page offset
` [PATCH v4 12/15] md/raid5: support config stripe_size by sysfs entry
` [PATCH v4 13/15] md/raid6: let syndrome computor support different page offset
` [PATCH v4 14/15] md/raid6: compute syndrome with correct "
` [PATCH v4 15/15] raid6test: adaptation with syndrome function

Lucrative Proposal
 2020-06-13 20:59 UTC 

rsync input/output errors during resyncing of RAID10 e-sata, share changed to read-only
 2020-06-13 18:17 UTC  (2+ messages)

[PATCH v2] Use more secure HTTPS URLs
 2020-06-12 14:50 UTC  (6+ messages)

mdadm failed to create internal bitmap
 2020-06-11  4:16 UTC  (4+ messages)

Recovering a failed software RAI, where does parallel -j0 dd to?
 2020-06-11  2:55 UTC 

MD Array 'stat' File - Sectors Read
 2020-06-10 20:50 UTC  (4+ messages)

Lockdep warning after `mdadm -S`
 2020-06-10 11:00 UTC  (2+ messages)

rsync input/output errors during resyncing of RAID10 e-sata, share changed to read-only
 2020-06-09 18:26 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 25/37] md: don't flush workqueue unconditionally in md_open
 2020-06-08 23:27 UTC 

[PATCH AUTOSEL 4.9 34/50] md: don't flush workqueue unconditionally in md_open
 2020-06-08 23:26 UTC 

[PATCH AUTOSEL 4.14 51/72] md: don't flush workqueue unconditionally in md_open
 2020-06-08 23:24 UTC 

[PATCH AUTOSEL 4.19 072/106] md: don't flush workqueue unconditionally in md_open
 2020-06-08 23:22 UTC 

[PATCH AUTOSEL 5.4 121/175] md: don't flush workqueue unconditionally in md_open
 2020-06-08 23:17 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 122/175] raid5: remove gfp flags from scribble_alloc()

[PATCH AUTOSEL 5.7 199/274] md: don't flush workqueue unconditionally in md_open
 2020-06-08 23:04 UTC  (2+ messages)
` [PATCH AUTOSEL 5.7 200/274] raid5: remove gfp flags from scribble_alloc()

[PATCH] md: improve io stats accounting
 2020-06-08 14:37 UTC  (10+ messages)
    ` [kbuild-all] "

[PATCH v2 13/18] raid5: Use sequence counter with associated spinlock
 2020-06-08  0:57 UTC 

Revised: [PATCH] mdadm: detect too-small device: error rather than underflow/crash
 2020-06-05 15:21 UTC  (3+ messages)
` [PATCH] Detect "

[PATCH,v2] Block overwriting existing links while manual assembly
 2020-06-05 15:14 UTC  (2+ messages)

(unknown)
 2020-06-04 19:57 UTC 

[PATCH v3 00/11] md/raid5: set STRIPE_SIZE as a configurable value
 2020-06-04 13:17 UTC  (30+ messages)
` [PATCH v3 01/11] md/raid5: add CONFIG_MD_RAID456_STRIPE_SHIFT to set STRIPE_SIZE
` [PATCH v3 02/11] md/raid5: add a member of r5pages for struct stripe_head
` [PATCH v3 03/11] md/raid5: allocate and free pages of r5pages
` [PATCH v3 04/11] md/raid5: set correct page offset for bi_io_vec in ops_run_io()
` [PATCH v3 05/11] md/raid5: set correct page offset for async_copy_data()
` [PATCH v3 06/11] md/raid5: add new xor function to support different page offset
` [PATCH v3 07/11] md/raid5: add offset array in scribble buffer
` [PATCH v3 08/11] md/raid5: compute xor with correct page offset
` [PATCH v3 09/11] md/raid6: let syndrome computor support different "
` [PATCH v3 10/11] md/raid6: compute syndrome with correct "
` [PATCH v3 11/11] raid6test: adaptation with syndrome function

HELLO: I AM MRS SUSAN JONES
 2020-06-03 13:48 UTC 

[PATCH RFC 0/3] block: allow REQ_NOWAIT to some bio-based/stacked devices
 2020-06-03  8:24 UTC  (6+ messages)
` [PATCH RFC 1/3] block: add flag 'nowait_requests' into queue limits
` [PATCH RFC 2/3] md/raid0: enable REQ_NOWAIT
` [PATCH RFC 3/3] dm: add support for REQ_NOWAIT and enable for target dm-linear

Helpful archives
 2020-06-03  7:28 UTC 

Wohltätigkeitsspende von 2.000.000 Millionen Euro
 2020-06-01  0:30 UTC 

Spende von 2.000.000,00 Euro
 2020-05-28 16:29 UTC 

PLEASE I NEED YOUR HELP
 2020-05-27 14:19 UTC 

[PATCH] Block overwriting existing links while manual assembly
 2020-05-27 14:05 UTC  (2+ messages)

Spende
 2020-05-27 13:08 UTC 

help requested for mdadm grow error
 2020-05-26  1:16 UTC  (20+ 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).