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
*
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
*
dm raid: use mddev rather than rdev->mddev
Heinz Mauelshagen
2017-01-25
1
-1
/
+1
*
dm raid: use read_disk_sb() throughout
Heinz Mauelshagen
2017-01-25
1
-8
/
+9
*
dm raid: add raid4/5/6 journaling support
Heinz Mauelshagen
2017-01-25
1
-21
/
+140
*
dm raid: be prepared to accept arbitrary '- -' tuples
Heinz Mauelshagen
2017-01-25
1
-5
/
+23
*
dm raid: fix transient device failure processing
Heinz Mauelshagen
2017-01-25
1
-49
/
+38
*
Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-12-14
1
-40
/
+42
|
\
|
*
dm raid: fix discard support regression
Heinz Mauelshagen
2016-12-08
1
-6
/
+3
|
*
dm raid: don't allow "write behind" with raid4/5/6
Heinz Mauelshagen
2016-12-08
1
-2
/
+0
|
*
dm raid: correct error messages on old metadata validation
Heinz Mauelshagen
2016-11-21
1
-32
/
+39
*
|
md: separate flags for superblock changes
Shaohua Li
2016-12-08
1
-2
/
+2
|
/
*
dm raid: fix activation of existing raid4/10 devices
Heinz Mauelshagen
2016-10-17
1
-5
/
+7
*
dm raid: fix compat_features validation
Andy Whitcroft
2016-10-11
1
-1
/
+2
*
dm raid: support raid0 with missing metadata devices
Heinz Mauelshagen
2016-08-17
1
-0
/
+12
*
dm raid: enhance attempt_restore_of_faulty_devices() to support more devices
Heinz Mauelshagen
2016-08-16
1
-8
/
+24
*
dm raid: fix restoring of failed devices regression
Heinz Mauelshagen
2016-08-16
1
-22
/
+11
*
dm raid: fix frozen recovery regression
Heinz Mauelshagen
2016-08-16
1
-6
/
+1
*
dm raid: fix use of wrong status char during resynchronization
Heinz Mauelshagen
2016-08-04
1
-1
/
+0
*
dm raid: constructor fails on non-zero incompat_features
Heinz Mauelshagen
2016-08-03
1
-0
/
+1
*
dm raid: fix processing of max_recovery_rate constructor flag
Heinz Mauelshagen
2016-08-03
1
-1
/
+1
*
dm raid: fix random optimal_io_size for raid0
Heinz Mauelshagen
2016-07-19
1
-4
/
+3
*
dm raid: address checkpatch.pl complaints
Heinz Mauelshagen
2016-07-19
1
-21
/
+21
*
dm raid: change logical functions to actually return bool
Heinz Mauelshagen
2016-07-18
1
-15
/
+14
*
dm raid: use rdev_for_each in status
Heinz Mauelshagen
2016-07-18
1
-2
/
+2
*
dm raid: use rs->raid_disks to avoid memory leaks on free
Heinz Mauelshagen
2016-07-18
1
-6
/
+5
*
dm raid: support delta_disks for raid1, fix table output
Heinz Mauelshagen
2016-07-18
1
-43
/
+49
*
dm raid: enhance reshape check and factor out reshape setup
Heinz Mauelshagen
2016-07-18
1
-61
/
+106
*
dm raid: allow resize during recovery
Heinz Mauelshagen
2016-07-18
1
-15
/
+19
*
dm raid: fix rs_is_recovering() to allow for lvextend
Heinz Mauelshagen
2016-07-18
1
-2
/
+2
*
dm raid: fix rebuild and catch bogus sync/resync flags
Heinz Mauelshagen
2016-07-18
1
-3
/
+16
*
dm raid: fix ctr memory leaks on error paths
Heinz Mauelshagen
2016-07-18
1
-10
/
+15
*
dm raid: fix typo in write_mostly flag
Heinz Mauelshagen
2016-07-18
1
-1
/
+1
*
dm raid: also reject size change during recovery
Heinz Mauelshagen
2016-07-18
1
-3
/
+3
*
dm raid: fix new superblock/bitmap creation on disk addition
Heinz Mauelshagen
2016-07-18
1
-1
/
+2
*
dm raid: add comments and fix typos
Heinz Mauelshagen
2016-07-18
1
-7
/
+13
*
dm raid: fix raid10 device size error on out-of-place reshape
Heinz Mauelshagen
2016-07-18
1
-0
/
+8
*
dm raid: prohibit 'nosync' on new raid6 and reject resize during reshape
Heinz Mauelshagen
2016-07-18
1
-3
/
+15
*
dm raid: clarify and fix recovery
Heinz Mauelshagen
2016-07-18
1
-9
/
+55
*
dm raid: fix rs_set_capacity on growing reshape
Heinz Mauelshagen
2016-07-18
1
-6
/
+3
*
dm raid: make rs_set_capacity to work on shrinking reshape
Heinz Mauelshagen
2016-07-18
1
-4
/
+4
*
dm raid: enhance comments in takeover checks
Heinz Mauelshagen
2016-07-18
1
-2
/
+2
*
dm raid: remove bogus comment and fix comment typos
Heinz Mauelshagen
2016-07-18
1
-4
/
+2
*
dm raid: more restricting data_offset value checks
Heinz Mauelshagen
2016-07-18
1
-1
/
+2
*
dm raid: reject too many write_mostly devices
Heinz Mauelshagen
2016-07-18
1
-1
/
+7
*
dm raid: the sync_page_io() metadata_op argument is bool
Heinz Mauelshagen
2016-07-18
1
-3
/
+3
*
dm raid: prohibit to pass in both sync and nosync ctr flags
Heinz Mauelshagen
2016-07-18
1
-0
/
+6
*
dm raid: avoid superfluous memory barriers on static metadata
Heinz Mauelshagen
2016-07-18
1
-5
/
+0
[next]