index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
md.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
md: be careful not lot leak internal curr_resync value into metadata. -- (all)
NeilBrown
2016-11-23
1
-2
/
+2
*
md: sync sync_completed has correct value as recovery finishes.
NeilBrown
2016-11-23
1
-0
/
+9
*
MD: make bio mergeable
Shaohua Li
2016-05-17
1
-0
/
+2
*
Revert "md: allow a partially recovered device to be hot-added to an array."
NeilBrown
2015-11-15
1
-2
/
+1
*
md: flush ->event_work before stopping array.
NeilBrown
2015-10-27
1
-0
/
+2
*
md: use kzalloc() when bitmap is disabled
Benjamin Randazzo
2015-08-20
1
-2
/
+1
*
md: fix a build warning
Firo Yang
2015-08-04
1
-1
/
+1
*
md: Always set RECOVERY_NEEDED when clearing RECOVERY_FROZEN
NeilBrown
2014-11-17
1
-0
/
+4
*
md: move EXPORT_SYMBOL to after function in md.c
NeilBrown
2014-10-14
1
-12
/
+11
*
md: discard PRINT_RAID_DEBUG ioctl
NeilBrown
2014-10-14
1
-138
/
+0
*
md: remove MD_BUG()
NeilBrown
2014-10-14
1
-46
/
+12
*
md: clean up 'exit' labels in md_ioctl().
NeilBrown
2014-10-14
1
-41
/
+35
*
md: remove unnecessary test for MD_MAJOR in md_ioctl()
NeilBrown
2014-10-14
1
-4
/
+1
*
md: don't allow "-sync" to be set for device in an active array.
NeilBrown
2014-10-14
1
-4
/
+6
*
md: remove unwanted white space from md.c
NeilBrown
2014-10-14
1
-101
/
+74
*
md: don't start resync thread directly from md thread.
NeilBrown
2014-10-14
1
-23
/
+36
*
md: Just use RCU when checking for overlap between arrays.
NeilBrown
2014-10-14
1
-8
/
+7
*
md: avoid potential long delay under pers_lock
Chao Yu
2014-10-14
1
-1
/
+2
*
md: simplify export_array()
NeilBrown
2014-10-14
1
-8
/
+4
*
md: discard find_rdev_nr in favour of find_rdev_nr_rcu
NeilBrown
2014-10-14
1
-14
/
+8
*
md: use wait_event() to simplify md_super_wait()
NeilBrown
2014-10-14
1
-8
/
+1
*
md: be more relaxed about stopping an array which isn't started.
NeilBrown
2014-10-14
1
-3
/
+3
*
md: don't allow bitmap file to be added to raid0/linear.
NeilBrown
2014-08-08
1
-2
/
+2
*
md: Recovery speed is wrong
Xiao Ni
2014-08-08
1
-2
/
+3
*
md: disable probing for md devices 512 and over.
NeilBrown
2014-07-31
1
-2
/
+2
*
md: flush writes before starting a recovery.
NeilBrown
2014-07-03
1
-0
/
+13
*
md: make sure GET_ARRAY_INFO ioctl reports correct "clean" status
NeilBrown
2014-07-03
1
-1
/
+1
*
md: md_clear_badblocks should return an error code on failure.
NeilBrown
2014-05-29
1
-1
/
+1
*
md: refuse to change shape of array if it is active but read-only
NeilBrown
2014-05-29
1
-0
/
+10
*
md: always set MD_RECOVERY_INTR when interrupting a reshape thread.
NeilBrown
2014-05-29
1
-0
/
+1
*
md: always set MD_RECOVERY_INTR when aborting a reshape or other "resync".
NeilBrown
2014-05-28
1
-1
/
+3
*
md: avoid possible spinning md thread at shutdown.
NeilBrown
2014-05-06
1
-1
/
+2
*
md: avoid oops on unload if some process is in poll or select.
NeilBrown
2014-04-09
1
-0
/
+16
*
md/bitmap: don't abuse i_writecount for bitmap files.
NeilBrown
2014-04-09
1
-33
/
+16
*
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-01-30
1
-7
/
+5
|
\
|
*
Merge tag 'v3.13-rc6' into for-3.14/core
Jens Axboe
2013-12-31
1
-1
/
+1
|
|
\
|
*
|
block: Abstract out bvec iterator
Kent Overstreet
2013-11-23
1
-5
/
+5
|
*
|
block: submit_bio_wait() conversions
Kent Overstreet
2013-11-23
1
-13
/
+1
*
|
|
Merge tag 'md/3.14' of git://neil.brown.name/md
Linus Torvalds
2014-01-24
1
-20
/
+56
|
\
\
\
|
*
|
|
md: check command validity early in md_ioctl().
Nicolas Schichan
2014-01-16
1
-0
/
+29
|
*
|
|
md: ensure metadata is writen after raid level change.
NeilBrown
2014-01-14
1
-0
/
+2
|
*
|
|
md: allow a partially recovered device to be hot-added to an array.
NeilBrown
2014-01-14
1
-1
/
+2
|
*
|
|
md: Change handling of save_raid_disk and metadata update during recovery.
NeilBrown
2014-01-14
1
-19
/
+23
*
|
|
|
Merge tag 'md/3.13-fixes' of git://neil.brown.name/md
Linus Torvalds
2014-01-15
1
-3
/
+15
|
\
\
\
\
|
|
/
/
/
|
|
|
/
|
|
_
|
/
|
/
|
|
|
*
|
md: fix problem when adding device to read-only array with bitmap.
NeilBrown
2014-01-14
1
-3
/
+15
*
|
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2013-12-05
1
-11
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
block: submit_bio_wait() conversions
Kent Overstreet
2013-11-24
1
-11
/
+1
|
|
/
*
|
md: test mddev->flags more safely in md_check_recovery.
NeilBrown
2013-11-28
1
-1
/
+1
|
/
*
Merge tag 'md/3.13' of git://neil.brown.name/md
Linus Torvalds
2013-11-20
1
-53
/
+80
|
\
|
*
md: Convert use of typedef ctl_table to struct ctl_table
Joe Perches
2013-11-19
1
-3
/
+3
[next]