Linux RAID Storage
[Prev Page][Next Page]
- [PATCH v5 09/20] gfs2: use __bio_add_page for adding single page to bio, (continued)
- [PATCH v5 09/20] gfs2: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v5 10/20] zonefs: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v5 11/20] zram: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v5 12/20] floppy: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v5 13/20] md: check for failure when adding pages in alloc_behind_master_bio, Johannes Thumshirn
- [PATCH v5 14/20] md: raid1: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v5 15/20] md: raid1: check if adding pages to resync bio fails, Johannes Thumshirn
- [PATCH v5 16/20] dm-crypt: check if adding pages to clone bio fails, Johannes Thumshirn
- [PATCH v5 17/20] block: mark bio_add_page as __must_check, Johannes Thumshirn
- [PATCH v5 18/20] block: add __bio_add_folio, Johannes Thumshirn
- [PATCH v5 20/20] block: mark bio_add_folio as __must_check, Johannes Thumshirn
- [PATCH v5 19/20] fs: iomap: use __bio_add_folio where possible, Johannes Thumshirn
- Re: [PATCH v5 00/20] bio: check return values of bio_add_page, Johannes Thumshirn
- Re: [PATCH v5 00/20] bio: check return values of bio_add_page, Jens Axboe
- [song-md:md-next] BUILD SUCCESS b1211978ecf19bceb63a04f53fea4b5d73832a4a, kernel test robot
- [GIT PULL] md-next 2023-04-28,
Song Liu
- [song-md:md-next] BUILD SUCCESS 8954851c1cf45538d2f2d12e1fbfc8e525bec54c, kernel test robot
- [PATCH -next] md: fix duplicate filename for rdev,
Yu Kuai
- [PATCH] tests: add a new test for rdev lifetime, Yu Kuai
- linux mdadm assembly error: md: cannot handle concurrent replacement and reshape. (reboot while reshaping),
Peter Neuwirth
- [PATCH 0/3] md: bugfix of writing raid sysfs,
linan666
- [song-md:md-next] BUILD SUCCESS 871634828fc3c8069941c7b6a031a71faa61a9f4, kernel test robot
- [PATCH -next v2 0/7] limit the number of plugged bio,
Yu Kuai
- [PATCH] tests: add a new test to check if pluged bio is unlimited for raid10, Yu Kuai
- [PATCH -next v7 0/5] md: protect md_thread with rcu,
Yu Kuai
- [song-md:md-next] BUILD SUCCESS fd08656801050f3f508f455343ab77fd51a76980, kernel test robot
- [RFC] Allow spare's movement only for one metadata type, Mariusz Tkaczyk
- [PATCH] md: Fix bitmap offset type in sb writer,
Jonathan Derrick
- Raid5 to raid6 grow interrupted, mdadm hangs on assemble command,
Jove
- [bug report] md: Fix types in sb writer,
Dan Carpenter
- [PATCH 0/2] Fix unsafe string functions,
Kinga Tanska
- [PATCH v2] md/md-multipath: guard against a possible NULL dereference,
Daniil Tatianin
- [PATCH -next 0/8] md/raid1-10: limit the number of plugged bio,
Yu Kuai
- [PATCH -next 1/8] md/raid10: prevent soft lockup while flush writes, Yu Kuai
- [PATCH -next 3/8] md/raid1-10: factor out a helper to add bio to plug, Yu Kuai
- [PATCH -next 2/8] md/raid1-10: rename raid1-10.c to raid1-10.h, Yu Kuai
- [PATCH -next 4/8] md/raid1-10: factor out a helper to submit normal write, Yu Kuai
- [PATCH -next 8/8] md/raid1-10: limit the number of plugged bio, Yu Kuai
- [PATCH -next 7/8] md/raid1{,0}: Revert "md/raid1{,0}: fix deadlock in bitmap_unplug.", Yu Kuai
- [PATCH -next 6/8] md/md-bitmap: support to unplug bitmap asynchrously, Yu Kuai
- [PATCH -next 5/8] md/raid1-10: submit write io directly if bitmap is not enabled, Yu Kuai
- [PATCH v4 00/22] bio: check return values of bio_add_page,
Johannes Thumshirn
- [PATCH v4 03/22] dm: dm-zoned: use __bio_add_page for adding single metadata page, Johannes Thumshirn
- [PATCH v4 04/22] fs: buffer: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v4 02/22] drbd: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v4 01/22] swap: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v4 05/22] md: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v4 07/22] md: raid5: use __bio_add_page to add single page to new bio, Johannes Thumshirn
- [PATCH v4 06/22] md: raid5-log: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v4 09/22] btrfs: raid56: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v4 08/22] btrfs: repair: use __bio_add_page for adding single page, Johannes Thumshirn
- [PATCH v4 10/22] jfs: logmgr: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v4 11/22] gfs2: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v4 12/22] zonefs: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v4 14/22] floppy: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v4 13/22] zram: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v4 15/22] md: check for failure when adding pages in alloc_behind_master_bio, Johannes Thumshirn
- [PATCH v4 16/22] md: raid1: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v4 17/22] md: raid1: check if adding pages to resync bio fails, Johannes Thumshirn
- [PATCH v4 18/22] dm-crypt: check if adding pages to clone bio fails, Johannes Thumshirn
- [PATCH v4 20/22] block: add __bio_add_folio, Johannes Thumshirn
- [PATCH v4 19/22] block: mark bio_add_page as __must_check, Johannes Thumshirn
- [PATCH v4 21/22] fs: iomap: use __bio_add_folio where possible, Johannes Thumshirn
- [PATCH v4 22/22] block: mark bio_add_folio as __must_check, Johannes Thumshirn
- [PATCH] md/md-multipath: guard against a possible NULL dereference,
Daniil Tatianin
- [PATCH v3 00/19] bio: check return values of bio_add_page,
Johannes Thumshirn
- [PATCH v3 01/19] swap: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v3 02/19] drbd: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v3 03/19] dm: dm-zoned: use __bio_add_page for adding single metadata page, Johannes Thumshirn
- [PATCH v3 04/19] fs: buffer: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v3 05/19] md: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v3 06/19] md: raid5-log: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v3 11/19] gfs: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v3 08/19] btrfs: repair: use __bio_add_page for adding single page, Johannes Thumshirn
- [PATCH v3 15/19] md: check for failure when adding pages in alloc_behind_master_bio, Johannes Thumshirn
- [PATCH v3 13/19] zram: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v3 14/19] floppy: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v3 07/19] md: raid5: use __bio_add_page to add single page to new bio, Johannes Thumshirn
- [PATCH v3 12/19] zonefs: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v3 09/19] btrfs: raid56: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v3 10/19] jfs: logmgr: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v3 16/19] md: raid1: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v3 18/19] dm-crypt: check if adding pages to clone bio fails, Johannes Thumshirn
- [PATCH v3 17/19] md: raid1: check if adding pages to resync bio fails, Johannes Thumshirn
- [PATCH v3 19/19] block: mark bio_add_page as __must_check, Johannes Thumshirn
- [PATCH] md/raid5: Improve performance for sequential IO,
Jan Kara
- [song-md:md-next] BUILD SUCCESS 7bc436121e557b1f5bebf5ad67e7ed3614d6df92, kernel test robot
- [GIT PULL] md-next 20230414,
Song Liu
- [question] solution for raid10 configuration concurrent with io,
Yu Kuai
- [PATCH -next v6 0/5] md: protect md_thread with rcu,
Yu Kuai
- Recover data from accidentally created raid5 over raid1,
Moritz Rosin
- [song-md:md-next] BUILD SUCCESS fd24e32db299b1cde485413381edf2182ead9a84, kernel test robot
- mdadm minimum kernel version requirements?,
Jes Sorensen
- [PATCH -next v5 0/6] md: fix uaf for sync_thread,
Yu Kuai
- [PATCH 1/1] Remove the config files in mdcheck_start|continue service,
Xiao Ni
- [PATCH v4 0/5] md: fix uaf for sync_thread,
Yu Kuai
- [PATCH] super1: fix truncation check for journal device,
Hristo Venev
- [PATCH v3 0/3] md: fix uaf for sync_thread,
Yu Kuai
- [PATCH v2 00/19] bio: check return values of bio_add_page,
Johannes Thumshirn
- [PATCH v2 01/19] swap: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v2 02/19] drbd: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v2 03/19] dm: dm-zoned: use __bio_add_page for adding single metadata page, Johannes Thumshirn
- [PATCH v2 04/19] fs: buffer: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v2 05/19] md: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v2 06/19] md: raid5-log: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v2 07/19] md: raid5: use __bio_add_page to add single page to new bio, Johannes Thumshirn
- [PATCH v2 08/19] btrfs: repair: use __bio_add_page for adding single page, Johannes Thumshirn
- [PATCH v2 09/19] btrfs: raid56: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v2 15/19] md: check for failure when adding pages in alloc_behind_master_bio, Johannes Thumshirn
- [PATCH v2 13/19] zram: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v2 12/19] zonefs: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v2 11/19] gfs: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v2 17/19] md: raid1: check if adding pages to resync bio fails, Johannes Thumshirn
- [PATCH v2 10/19] jfs: logmgr: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v2 16/19] md: raid1: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v2 14/19] floppy: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v2 18/19] dm-crypt: check if adding pages to clone bio fails, Johannes Thumshirn
- [PATCH v2 19/19] block: mark bio_add_page as __must_check, Johannes Thumshirn
- Re: [PATCH v2 00/19] bio: check return values of bio_add_page, David Sterba
- [song-md:md-fixes] BUILD SUCCESS 433279beba1d4872da10b7b60a539e0cb828b32b, kernel test robot
- [GIT PULL] md-fixes 20230329,
Song Liu
- [PATCH 00/19] bio: check return values of bio_add_page,
Johannes Thumshirn
- [PATCH 03/19] dm: dm-zoned: use __bio_add_page for adding single metadata page, Johannes Thumshirn
- [PATCH 05/19] md: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH 06/19] md: raid5-log: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH 04/19] fs: buffer: use __bio_add_page to add single page to bio, Johannes Thumshirn
[PATCH 08/19] btrfs: repair: use __bio_add_page for adding single page, Johannes Thumshirn
[PATCH 07/19] md: raid5: use __bio_add_page to add single page to new bio, Johannes Thumshirn
[PATCH 09/19] btrfs: raid56: use __bio_add_page to add single page, Johannes Thumshirn
[PATCH 14/19] floppy: use __bio_add_page for adding single page to bio, Johannes Thumshirn
[PATCH 11/19] gfs: use __bio_add_page for adding single page to bio, Johannes Thumshirn
[PATCH 12/19] zonefs: use __bio_add_page for adding single page to bio, Johannes Thumshirn
[PATCH 13/19] zram: use __bio_add_page for adding single page to bio, Johannes Thumshirn
[PATCH 10/19] jfs: logmgr: use __bio_add_page to add single page to bio, Johannes Thumshirn
[PATCH 15/19] md: check for failure when adding pages in alloc_behind_master_bio, Johannes Thumshirn
[PATCH 16/19] md: raid1: use __bio_add_page for adding single page to bio, Johannes Thumshirn
[PATCH 19/19] block: mark bio_add_page as __must_check, Johannes Thumshirn
[PATCH 18/19] dm-crypt: check if adding pages to clone bio fails, Johannes Thumshirn
[PATCH 17/19] md: raid1: check if adding pages to resync bio fails, Johannes Thumshirn
[song-md:md-next] BUILD SUCCESS 5618a78dd48948979bafc67e2eab9b9bce5095fd, kernel test robot
[song-md:md-tmp] BUILD SUCCESS f3b49ec99fc6de703c67071cec1acbedf3133a56, kernel test robot
[song-md:md-fixes] BUILD SUCCESS 969eb2a7464c5170bd5e33e55904b15eb59f9896, kernel test robot
Re: [PATCH resent 0/2] md/raid: Adjustments for two function implementations,
Song Liu
[PATCH -next] md: fix regression for null-ptr-deference in __md_stop(),
Yu Kuai
Re-adding disk failed during reshaping causes array corruption, Leonid Mironov
[PATCH v2] md/raid5: remove unused working_disks variable,
Tom Rix
[PATCH] md/raid5: remove unused working_disks variable,
Tom Rix
[PATCH 0/4] Few config related refactors,
Mariusz Tkaczyk
[PATCH] Revert "Revert "mdadm/systemd: remove KillMode=none from service file"",
Mariusz Tkaczyk
[PATCH v2] Create: Fix checking for container in update_metadata,
Mateusz Grzonka
[PATCH] Fix null pointer for incremental in mdadm,
miaoguanqin
[PATCH 0/4] Fix memory leak for Manage Assemble Kill mdadm,
miaoguanqin
[PATCH AUTOSEL 4.19 1/9] md: avoid signed overflow in slot_store(), Sasha Levin
[PATCH AUTOSEL 5.4 1/9] md: avoid signed overflow in slot_store(), Sasha Levin
[PATCH AUTOSEL 5.10 01/12] md: avoid signed overflow in slot_store(), Sasha Levin
[PATCH AUTOSEL 4.14 1/9] md: avoid signed overflow in slot_store(), Sasha Levin
[PATCH AUTOSEL 5.15 03/16] md: avoid signed overflow in slot_store(), Sasha Levin
[PATCH AUTOSEL 6.1 14/34] md: avoid signed overflow in slot_store(), Sasha Levin
[PATCH AUTOSEL 6.2 22/45] md: avoid signed overflow in slot_store(), Sasha Levin
[PATCH] Create: Fix checking for container in update_metadata, Mateusz Grzonka
Re: [PATCH] block: don't set GD_NEED_PART_SCAN if scan partition failed,
Ming Lei
[PATCH -next 0/6] md: fix that MD_RECOVERY_RUNNING can be cleared while sync_thread is still running,
Yu Kuai
RO device/partition "tampered" by LVM, lacsaP Patatetom
[PATCH] raid0: fix set_disk_faulty doesn't return -EBUSY,
Wu Guanghao
[PATCH] Fix race of "mdadm --add" and "mdadm --incremental",
Li Xiaokeng
[PATCH v2] Improvements for IMSM_NO_PLATFORM testing.,
NeilBrown
Renaming md raid and moving md raid to a different machine.,
Ram Ramesh
mdadm --detail works, mdadm --stop says "does not appear to be an md device",
Marc MERLIN
Re: [PATCH v2 3/5] md: use md_thread api to wake up sync_thread,
Yu Kuai
[song-md:md-fixes] BUILD SUCCESS 6c0f5898836c05c6d850a750ed7940ba29e4e6c5, kernel test robot
Question about potential data consistency issues when writes failed in mdadm raid1,
Ronnie Lazar
[GIT PULL] md-fixes 20230315,
Song Liu
[song-md:md-next 6/14] drivers/md/md-bitmap.c:242 __write_sb_page() warn: unsigned 'offset' is never less than zero., kernel test robot
[song-md:md-next] BUILD SUCCESS 703c560db9a7b61c6ac7cb5fd634d7d5c1c4f38f, kernel test robot
[PATCH v2 0/5] md: fix uaf for sync_thread,
Yu Kuai
[QUESTION] How to fix the race of "mdadm --add" and "mdadm mdadm --incremental --export",
Li Xiao Keng
[song-md:md-next] BUILD REGRESSION ec7246c9455e83f452055cec9c39bd54e72217a4, kernel test robot
[song-md:md-next 15/18] drivers/md/md-cluster.c:425:63: error: 'mddev' undeclared, kernel test robot
[song-md:md-next 15/18] drivers/md/md-cluster.c:425:42: error: use of undeclared identifier 'mddev'; did you mean 'mode'?,
kernel test robot
[song-md:md-fixes] BUILD SUCCESS f6bb5176318186880ff2f16ad65f519b70f04686, kernel test robot
[PATCH - mdadm] mdopen: always try create_named_array(),
NeilBrown
[PATCH 0/6 v2] Assorted patches relating to mdmon,
NeilBrown
[PATCH -next 0/5] md: fix uaf for sync_thread,
Yu Kuai
[PATCH v2 0/6] md/raid10: several simple obvious bugfix,
Yu Kuai
[PATCH] Create /dev/md/x link when md device is created,
miaoguanqin
[PATCH] md/raid10: fix memleak for 'conf->bio_split', Yu Kuai
[PATCH -v2] md/raid10: Don't call bio_start_io_acct twice for bio which experienced read error, Yu Kuai
What's the usage of md-autodetect.c,
Xiao Ni
[PATCH -next] radi10: fix leak of 'r10bio->remaining' for recovery,
Yu Kuai
[PATCH 00/34] address various checkpatch.pl requirements,
heinzm
- [PATCH 01/34] md: fix required/prohibited spaces [ERROR], heinzm
- [PATCH 06/34] md: move trailing statements to next line [ERROR], heinzm
- [PATCH 08/34] md: don't initilize statics/globals to 0/false [ERROR], heinzm
- [PATCH 03/34] md: fix EXPORT_SYMBOL() to follow its functions immediately [ERROR], heinzm
- [PATCH 02/34] md: fix 'foo*' and 'foo * bar' [ERROR], heinzm
- [PATCH 04/34] md: adjust braces on functions/structures [ERROR], heinzm
- [PATCH 05/34] md: correct code indent [ERROR], heinzm
- [PATCH 07/34] md: consistent spacing around operators [ERROR], heinzm
- [PATCH 09/34] md: else should follow close curly brace [ERROR], heinzm
- [PATCH 17/34] md: add missing function identifier names to function definition arguments [WARNING], heinzm
- [PATCH 13/34] md: space prohibited between function and opening parenthesis [WARNING], heinzm
- [PATCH 14/34] md: prefer seq_put[cs]() to seq_printf() |WARNING], heinzm
- [PATCH 11/34] md: do not use assignment in if condition [ERROR], heinzm
- [PATCH 10/34] md: remove trailing whitespace [ERROR], heinzm
- [PATCH 15/34] md: avoid multiple line dereference [WARNING}, heinzm
- [PATCH 12/34] md: add missing blank line after declaration [WARNING], heinzm
- [PATCH 18/34] md: avoid redundant braces in single line statements [WARNING], heinzm
- [PATCH 19/34] md: place constant on the right side of a test [WARNING], heinzm
- [PATCH 20/34] md: avoid pointless filenames in files [WARNING], heinzm
- [PATCH 23/34] md: fix code indent for conditional statements [WARNING], heinzm
- [PATCH 22/34] md: don't indent labels [WARNING], heinzm
- [PATCH 21/34] md: avoid useless else after break or return [WARNING], heinzm
- [PATCH 24/34] md: prefer octal permissions [WARNING], heinzm
- [PATCH 26/34] md autodetect: correct placement of __initdata [WARNING], heinzm
- [PATCH 25/34] md: remove bogus IS_ENABLED() macro [WARNING], heinzm
- [PATCH 16/34] md: fix block comments [WARNING], heinzm
- [PATCH 29/34] md: prefer 'unsigned int' [WARNING], heinzm
- [PATCH 27/34] md: prefer using "%s...", __func__ [WARNING], heinzm
- [PATCH 28/34] md pq: adjust __attribute__ [WARNING], heinzm
- [PATCH 30/34] md: prefer kmap_local_page() instead of deprecated kmap_atomic() [WARNING], heinzm
- [PATCH 34/34] md: avoid return in void functions [WARNING], heinzm
- [PATCH 32/34] md: prefer kvmalloc_array() with multiply [WARNING], heinzm
- [PATCH 31/34] md raid5: prefer 'int' instead of 'signed' [WARNING], heinzm
- [PATCH 33/34] md: avoid splitting quoted strings [WARNING], heinzm
- Re: [PATCH 00/34] address various checkpatch.pl requirements, Guoqing Jiang
[PATCH] raid0, linear, md: add error_handlers,
Mariusz Tkaczyk
[PATCH] md: avoid signed overflow in slot_store(),
NeilBrown
Bug in reshape+discard?,
Benjamin Sonntag
[PATCH -next] raid10: don't BUG_ON() in raise_barrier(), Yu Kuai
[PATCH -next] md: fix soft lockup in status_resync, Yu Kuai
[PATCH -next] raid10: fix leak of io accounting,
Yu Kuai
[PATCH v2 0/6] rebased patch set from Wu Guanghao,
Coly Li
[bug report] md: range check slot number when manually adding a spare.,
Dan Carpenter
[PATCH 0/6] rebased patch set from Wu Guanghao,
Coly Li
[PATCH 0/7] sysctl: slowly deprecate register_sysctl_table(),
Luis Chamberlain
The gendisk of raid can't be released,
Xiao Ni
[PATCH mdadm v7 0/7] Write Zeroes option for Creating Arrays,
Logan Gunthorpe
Re: [PATCH mdadm v7 0/7] Write Zeroes option for Creating Arrays, Chaitanya Kulkarni
Re: [PATCH mdadm v7 0/7] Write Zeroes option for Creating Arrays, Martin K. Petersen
Re: [PATCH mdadm v7 0/7] Write Zeroes option for Creating Arrays, Jes Sorensen
[PATCH V5] Fix NULL dereference in super_by_fd,
Li Xiao Keng
[PATCH 0/6] Assorted patches relating to mdmon,
NeilBrown
[Index of Archives]
[Linux RAID Wiki]
[Linux Block]
[ATA RAID]
[Kernel]
[Linux SCSI]
[Linux iSCSI]
[Linux SCSI Target Infrastructure]
[Linux Books]