linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-01 08:59:44 to 2020-07-15 12:42:54 UTC [more...]

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

[GIT PULL] md-next 20200714
 2020-07-15  6:53 UTC 

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

cluster-md mddev->in_sync & mddev->safemode_delay may have bug
 2020-07-15  3:48 UTC 

Reshape using drives not partitions, RAID gone after reboot
 2020-07-15  2:28 UTC  (5+ messages)

[PATCH V2] md: fix deadlock causing by sysfs_notify
 2020-07-14 23:10 UTC 

[PATCH] md: fix deadlock causing by sysfs_notify
 2020-07-14 16:29 UTC  (6+ messages)

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

Deal Vorschlag
 2020-07-13  0:57 UTC 

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

remove leftovers of the old ->media_changed method
 2020-07-10  7:28 UTC  (15+ messages)
` [PATCH 1/6] md: switch to ->check_events for media change notifications
` [PATCH 2/6] cdrom: remove the unused cdrom_media_changed function
` [PATCH 3/6] block: remove flush_disk
` [PATCH 4/6] isofs: remove a stale comment
` [PATCH 5/6] xtensa/simdisk: remove the call to check_disk_change
` [PATCH 6/6] mmc: "

remove dead bdi congestion leftovers
 2020-07-09 14:01 UTC  (16+ messages)
` [PATCH 1/4] drbd: remove a bogus bdi_rw_congested call
` [PATCH 2/4] writeback: remove {set,clear}_wb_congested
  ` [PATCH 3/4] writeback: remove struct bdi_writeback_congested
` [PATCH 4/4] writeback: remove bdi->congested_fn

[PATCH] md-cluster: fix wild pointer of unlock_all_bitmaps()
 2020-07-09  3:29 UTC 

Assemblin journaled array fails
 2020-07-08 23:51 UTC  (21+ messages)

My Dear Beloved One,
 2020-07-08 12:33 UTC 

Covid 19 Wohltätigkeitsfonds
 2020-07-08  7:03 UTC 

decruft the early init / initrd / initramfs code
 2020-07-08  6:38 UTC  (11+ messages)
` [PATCH 01/16] init: remove the bstat helper
` [PATCH 09/16] initrd: remove the BLKFLSBUF call in handle_initrd

upgrade from 0.9 to 1.0 metadata caused slight array shrink
 2020-07-06 10:33 UTC 

[song-md:md-next] BUILD SUCCESS c7a8bd2d606229937d17973d1b9639618bf40775
 2020-07-06  5:57 UTC 

commit 480523feae581 may introduce a bug
 2020-07-06  4:47 UTC 

[PATCH] Replace HTTP links with HTTPS ones: LVM
 2020-07-05 20:30 UTC  (2+ messages)

[PATCH v4] md: improve io stats accounting
 2020-07-04  0:32 UTC  (3+ messages)

a crash in md-raid
 2020-07-03 12:18 UTC 

[PATCH v3] md: improve io stats accounting
 2020-07-03  8:58 UTC  (5+ messages)

[PATCH] md: raid0/linear: fix dereference before null check on pointer mddev
 2020-07-02 18:36 UTC  (3+ messages)

rename ->make_request_fn and move it to the block_device_operations v2
 2020-07-02 18:22 UTC  (17+ messages)
` [PATCH 09/20] bcache: stop setting ->queuedata
` [PATCH 10/20] dm: stop using ->queuedata
` [PATCH 12/20] block: remove the request_queue argument from blk_queue_split
` [PATCH 16/20] block: move ->make_request_fn to struct block_device_operations
` [PATCH 17/20] block: rename generic_make_request to submit_bio_noacct
` [PATCH 18/20] block: refator submit_bio_noacct
` [PATCH 19/20] block: shortcut __submit_bio_noacct for blk-mq drivers
` [PATCH 20/20] block: remove direct_make_request

rename ->make_request_fn and move it to the block_device_operations
 2020-07-02 15:52 UTC  (6+ messages)
` [PATCH 18/20] block: refator submit_bio_noacct

[PATCH v2] md: improve io stats accounting
 2020-07-02 14:17 UTC  (3+ messages)

[PATCH] md: improve io stats accounting
 2020-07-02  6:30 UTC  (3+ messages)

mdadm-4.2 release
 2020-07-01  9:18 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).