Age | Commit message (Expand) | Author | Files | Lines |
2018-06-22 | dm raid: don't use 'const' in function return | Arnd Bergmann | 1 | -1/+1 |
2018-06-06 | treewide: Use struct_size() for kmalloc()-family | Kees Cook | 1 | -1/+1 |
2018-04-04 | dm raid: fix parse_raid_params() variable range issue | Heinz Mauelshagen | 1 | -8/+19 |
2018-04-03 | dm raid: fix nosync status | Heinz Mauelshagen | 1 | -1/+2 |
2018-04-03 | dm: allow targets to return output from messages they are sent | Mike Snitzer | 1 | -1/+2 |
2018-03-07 | dm raid: fix incorrect sync_ratio when degraded | Jonathan Brassow | 1 | -3/+4 |
2018-01-31 | Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -126/+254 |
2018-01-17 | dm raid: make raid_sets symbol static | Wei Yongjun | 1 | -1/+1 |
2017-12-13 | dm raid: use rs_is_raid*() | Heinz Mauelshagen | 1 | -8/+8 |
2017-12-13 | dm raid: simplify rs_get_progress() | Heinz Mauelshagen | 1 | -20/+3 |
2017-12-13 | dm raid: ensure 'a' chars during reshape | Heinz Mauelshagen | 1 | -0/+9 |
2017-12-13 | dm raid: stop keeping raid set frozen altogether | Heinz Mauelshagen | 1 | -38/+70 |
2017-12-13 | dm raid: validate current raid sets redundancy | Heinz Mauelshagen | 1 | -1/+6 |
2017-12-11 | md: introduce new personality funciton start() | Song Liu | 1 | -0/+9 |
2017-12-08 | dm raid: bump target version to reflect numerous fixes | Mike Snitzer | 1 | -1/+1 |
2017-12-08 | dm raid: small cleanup and remove unsed "struct raid_set" member | Heinz Mauelshagen | 1 | -4/+2 |
2017-12-08 | dm raid: fix rs_get_progress() synchronization state/ratio | Heinz Mauelshagen | 1 | -31/+64 |
2017-12-08 | dm raid: avoid passing array_in_sync variable to raid_status() callees | Heinz Mauelshagen | 1 | -14/+16 |
2017-12-08 | dm raid: display a consistent copy of the MD status via raid_status() | Heinz Mauelshagen | 1 | -16/+18 |
2017-12-08 | dm raid: fix raid_resume() to keep raid set frozen as needed | Heinz Mauelshagen | 1 | -3/+9 |
2017-12-08 | dm raid: add component device size checks to avoid runtime failure | Heinz Mauelshagen | 1 | -1/+19 |
2017-12-08 | dm raid: fix raid set size revalidation | Heinz Mauelshagen | 1 | -10/+20 |
2017-12-08 | dm raid: correct resizing state relative to reshape space in ctr | Heinz Mauelshagen | 1 | -4/+6 |
2017-12-08 | dm raid: consume sizes after md_finish_reshape() completes changing them | Heinz Mauelshagen | 1 | -4/+38 |
2017-12-08 | dm raid: fix deadlock caused by premature md_stop_writes() | Heinz Mauelshagen | 1 | -10/+4 |
2017-11-17 | Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -6/+0 |
2017-11-17 | dm: do not set 'discards_supported' in targets that do not need it | Mike Snitzer | 1 | -6/+0 |
2017-11-15 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md | Linus Torvalds | 1 | -3/+9 |
2017-11-10 | dm raid: fix panic when attempting to force a raid to sync | Heinz Mauelshagen | 1 | -10/+11 |
2017-11-02 | md: always hold reconfig_mutex when calling mddev_suspend() | NeilBrown | 1 | -2/+8 |
2017-10-17 | md: rename some drivers/md/ files to have an "md-" prefix | Mike Snitzer | 1 | -1/+1 |
2017-10-06 | Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -5/+6 |
2017-10-05 | dm raid: fix incorrect status output at the end of a "recover" process | Jonathan Brassow | 1 | -5/+6 |
2017-09-28 | dm-raid: fix a race condition in request handling | Shaohua Li | 1 | -1/+1 |
2017-07-25 | dm raid: bump target version | Heinz Mauelshagen | 1 | -1/+1 |
2017-07-25 | dm raid: avoid mddev->suspended access | Heinz Mauelshagen | 1 | -5/+7 |
2017-07-25 | dm raid: fix activation check in validate_raid_redundancy() | Heinz Mauelshagen | 1 | -5/+5 |
2017-07-25 | dm raid: remove WARN_ON() in raid10_md_layout_to_format() | Heinz Mauelshagen | 1 | -2/+3 |
2017-07-06 | Merge tag 'for-4.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+10 |
2017-06-30 | dm raid: stop using BUG() in __rdev_sectors() | Heinz Mauelshagen | 1 | -3/+10 |
2017-06-23 | dm raid: fix oops on upgrading to extended superblock format | Heinz Mauelshagen | 1 | -3/+14 |
2017-05-03 | Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -42/+122 |
2017-05-01 | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+3 |
2017-04-08 | block: remove the discard_zeroes_data flag | Christoph Hellwig | 1 | -3/+3 |
2017-03-31 | dm raid: fix NULL pointer dereference for raid1 without bitmap | Dmitry Bilunov | 1 | -1/+1 |
2017-03-27 | dm raid: add raid4/5/6 journal write-back support via journal_mode option | Heinz Mauelshagen | 1 | -13/+91 |
2017-03-27 | dm raid: fix table line argument order in status | Heinz Mauelshagen | 1 | -30/+32 |
2017-03-01 | dm raid: bump the target version | Mike Snitzer | 1 | -3/+3 |
2017-03-01 | dm raid: fix data corruption on reshape request | Heinz Mauelshagen | 1 | -1/+11 |
2017-03-01 | dm raid: fix raid "check" regression due to improper cleanup in raid_message() | Mike Snitzer | 1 | -2/+4 |