index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-raid.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Use struct_size() for kmalloc()-family
Kees Cook
2018-06-06
1
-1
/
+1
*
dm raid: fix parse_raid_params() variable range issue
Heinz Mauelshagen
2018-04-04
1
-8
/
+19
*
dm raid: fix nosync status
Heinz Mauelshagen
2018-04-03
1
-1
/
+2
*
dm: allow targets to return output from messages they are sent
Mike Snitzer
2018-04-03
1
-1
/
+2
*
dm raid: fix incorrect sync_ratio when degraded
Jonathan Brassow
2018-03-06
1
-3
/
+4
*
Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-01-31
1
-126
/
+254
|
\
|
*
dm raid: make raid_sets symbol static
Wei Yongjun
2018-01-17
1
-1
/
+1
|
*
dm raid: use rs_is_raid*()
Heinz Mauelshagen
2017-12-13
1
-8
/
+8
|
*
dm raid: simplify rs_get_progress()
Heinz Mauelshagen
2017-12-13
1
-20
/
+3
|
*
dm raid: ensure 'a' chars during reshape
Heinz Mauelshagen
2017-12-13
1
-0
/
+9
|
*
dm raid: stop keeping raid set frozen altogether
Heinz Mauelshagen
2017-12-13
1
-38
/
+70
|
*
dm raid: validate current raid sets redundancy
Heinz Mauelshagen
2017-12-13
1
-1
/
+6
|
*
dm raid: bump target version to reflect numerous fixes
Mike Snitzer
2017-12-08
1
-1
/
+1
|
*
dm raid: small cleanup and remove unsed "struct raid_set" member
Heinz Mauelshagen
2017-12-08
1
-4
/
+2
|
*
dm raid: fix rs_get_progress() synchronization state/ratio
Heinz Mauelshagen
2017-12-08
1
-31
/
+64
|
*
dm raid: avoid passing array_in_sync variable to raid_status() callees
Heinz Mauelshagen
2017-12-08
1
-14
/
+16
|
*
dm raid: display a consistent copy of the MD status via raid_status()
Heinz Mauelshagen
2017-12-08
1
-16
/
+18
|
*
dm raid: fix raid_resume() to keep raid set frozen as needed
Heinz Mauelshagen
2017-12-08
1
-3
/
+9
|
*
dm raid: add component device size checks to avoid runtime failure
Heinz Mauelshagen
2017-12-08
1
-1
/
+19
|
*
dm raid: fix raid set size revalidation
Heinz Mauelshagen
2017-12-08
1
-10
/
+20
|
*
dm raid: correct resizing state relative to reshape space in ctr
Heinz Mauelshagen
2017-12-08
1
-4
/
+6
|
*
dm raid: consume sizes after md_finish_reshape() completes changing them
Heinz Mauelshagen
2017-12-08
1
-4
/
+38
|
*
dm raid: fix deadlock caused by premature md_stop_writes()
Heinz Mauelshagen
2017-12-08
1
-10
/
+4
*
|
md: introduce new personality funciton start()
Song Liu
2017-12-11
1
-0
/
+9
|
/
*
Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-11-17
1
-6
/
+0
|
\
|
*
dm: do not set 'discards_supported' in targets that do not need it
Mike Snitzer
2017-11-16
1
-6
/
+0
*
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
2017-11-14
1
-3
/
+9
|
\
\
|
|
/
|
/
|
|
*
md: always hold reconfig_mutex when calling mddev_suspend()
NeilBrown
2017-11-01
1
-2
/
+8
|
*
md: rename some drivers/md/ files to have an "md-" prefix
Mike Snitzer
2017-10-16
1
-1
/
+1
*
|
dm raid: fix panic when attempting to force a raid to sync
Heinz Mauelshagen
2017-11-10
1
-10
/
+11
*
|
Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-10-05
1
-5
/
+6
|
\
\
|
|
/
|
/
|
|
*
dm raid: fix incorrect status output at the end of a "recover" process
Jonathan Brassow
2017-10-05
1
-5
/
+6
*
|
dm-raid: fix a race condition in request handling
Shaohua Li
2017-09-27
1
-1
/
+1
|
/
*
dm raid: bump target version
Heinz Mauelshagen
2017-07-25
1
-1
/
+1
*
dm raid: avoid mddev->suspended access
Heinz Mauelshagen
2017-07-25
1
-5
/
+7
*
dm raid: fix activation check in validate_raid_redundancy()
Heinz Mauelshagen
2017-07-25
1
-5
/
+5
*
dm raid: remove WARN_ON() in raid10_md_layout_to_format()
Heinz Mauelshagen
2017-07-25
1
-2
/
+3
*
Merge tag 'for-4.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-07-06
1
-3
/
+10
|
\
|
*
dm raid: stop using BUG() in __rdev_sectors()
Heinz Mauelshagen
2017-06-30
1
-3
/
+10
*
|
dm raid: fix oops on upgrading to extended superblock format
Heinz Mauelshagen
2017-06-23
1
-3
/
+14
|
/
*
Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-05-03
1
-42
/
+122
|
\
|
*
dm raid: add raid4/5/6 journal write-back support via journal_mode option
Heinz Mauelshagen
2017-03-27
1
-13
/
+91
|
*
dm raid: fix table line argument order in status
Heinz Mauelshagen
2017-03-27
1
-30
/
+32
*
|
Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-05-01
1
-3
/
+3
|
\
\
|
*
|
block: remove the discard_zeroes_data flag
Christoph Hellwig
2017-04-08
1
-3
/
+3
|
|
/
*
/
dm raid: fix NULL pointer dereference for raid1 without bitmap
Dmitry Bilunov
2017-03-31
1
-1
/
+1
|
/
*
dm raid: bump the target version
Mike Snitzer
2017-02-28
1
-3
/
+3
*
dm raid: fix data corruption on reshape request
Heinz Mauelshagen
2017-02-28
1
-1
/
+11
*
dm raid: fix raid "check" regression due to improper cleanup in raid_message()
Mike Snitzer
2017-02-28
1
-2
/
+4
*
dm raid: cleanup awkward branching in raid_message() option processing
Mike Snitzer
2017-01-25
1
-3
/
+4
[next]