index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
md.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-03
md: set rotational bit
Shaohua Li
1
-0
/
+15
2016-09-21
md: fix a potential deadlock
Shaohua Li
1
-0
/
+2
2016-09-21
md-cluster: clean related infos of cluster
Guoqing Jiang
1
-0
/
+2
2016-09-21
md: changes for MD_STILL_CLOSED flag
Guoqing Jiang
1
-6
/
+8
2016-09-21
md-cluster: call md_kick_rdev_from_array once ack failed
Guoqing Jiang
1
-3
/
+8
2016-09-08
md-cluster: make md-cluster also can work when compiled into kernel
Guoqing Jiang
1
-8
/
+4
2016-08-30
Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
1
-13
/
+15
2016-08-24
r5cache: set MD_JOURNAL_CLEAN correctly
Song Liu
1
-4
/
+1
2016-08-17
md: don't print the same repeated messages about delayed sync operation
Artur Paszkiewicz
1
-4
/
+9
2016-08-17
md: remove obsolete ret in md_start_sync
Guoqing Jiang
1
-5
/
+2
2016-08-17
md: do not count journal as spare in GET_ARRAY_INFO
Song Liu
1
-0
/
+3
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
1
-2
/
+2
2016-07-28
Merge branch 'mymd/for-next' into mymd/for-linus
Shaohua Li
1
-20
/
+54
2016-07-28
MD: fix null pointer deference
Shaohua Li
1
-2
/
+4
2016-07-19
md: add missing sysfs_notify on array_state update
Tomasz Majchrzak
1
-0
/
+2
2016-07-19
Fix kernel module refcount handling
Alexey Obitotskiy
1
-0
/
+2
2016-07-19
md: use seconds granularity for error logging
Arnd Bergmann
1
-2
/
+1
2016-06-13
md: reduce the number of synchronize_rcu() calls when multiple devices fail.
NeilBrown
1
-3
/
+26
2016-06-13
md: disconnect device from personality before trying to remove it.
NeilBrown
1
-0
/
+2
2016-06-13
MD:Update superblock when err == 0 in size_store
Xiao Ni
1
-1
/
+2
2016-06-09
md: use a mutex to protect a global list
Cong Wang
1
-0
/
+5
2016-06-07
block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH
Mike Christie
1
-1
/
+1
2016-06-07
md: use bio op accessors
Mike Christie
1
-6
/
+6
2016-06-07
block/fs/drivers: remove rw argument from submit_bio
Mike Christie
1
-3
/
+7
2016-06-04
md: simplify the code with md_kick_rdev_from_array
Guoqing Jiang
1
-2
/
+1
2016-06-04
md-cluster: fix deadlock issue when add disk to an recoverying array
Guoqing Jiang
1
-12
/
+11
2016-05-20
Merge tag 'md/4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
1
-33
/
+53
2016-05-18
Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2016-05-09
md: set MD_CHANGE_PENDING in a atomic region
Guoqing Jiang
1
-13
/
+14
2016-05-09
md: md.c: fix oops in mddev_suspend for raid0
Heinz Mauelshagen
1
-1
/
+1
2016-05-04
md-cluster: wakeup thread if activated a spare disk
Guoqing Jiang
1
-0
/
+5
2016-05-04
md-cluster: change array_sectors and update size are not supported
Guoqing Jiang
1
-0
/
+8
2016-05-04
md-cluser: make resync_finish only called after pers->sync_request
Guoqing Jiang
1
-12
/
+13
2016-05-04
md-cluster: change resync lock from asynchronous to synchronous
Guoqing Jiang
1
-9
/
+14
2016-04-26
MD: make bio mergeable
Shaohua Li
1
-0
/
+2
2016-04-13
md: update to using blk_queue_write_cache()
Jens Axboe
1
-1
/
+1
2016-03-31
MD: add rdev reference for super write
Shaohua Li
1
-0
/
+3
2016-03-31
md: fix a trivial typo in comments
Wei Fang
1
-1
/
+1
2016-02-26
MD: warn for potential deadlock
Shaohua Li
1
-0
/
+1
2016-02-26
md: Drop sending a change uevent when stopping
Sebastian Parschauer
1
-1
/
+0
2016-01-15
Merge tag 'md/4.5' of git://neil.brown.name/md
Linus Torvalds
1
-66
/
+105
2016-01-14
Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-491
/
+25
2016-01-14
md/raid: only permit hot-add of compatible integrity profiles
Dan Williams
1
-12
/
+16
2016-01-14
MD: add journal with array suspended
Shaohua Li
1
-1
/
+6
2016-01-14
md: set MD_HAS_JOURNAL in correct places
Shaohua Li
1
-4
/
+5
2016-01-09
badblocks: rename badblocks_free to badblocks_exit
Dan Williams
1
-1
/
+1
2016-01-09
md: convert to use the generic badblocks code
Vishal Verma
1
-491
/
+25
2016-01-07
md: Remove 'ready' field from mddev.
NeilBrown
1
-4
/
+1
2016-01-07
md: remove unnecesary md_new_event_inintr
Guoqing Jiang
1
-10
/
+1
2016-01-06
raid5-cache: add journal hot add/remove support
Shaohua Li
1
-12
/
+30
[next]