index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: 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
*
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
[prev]
[next]