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
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: rename bio bi_rw to bi_opf
Jens Axboe
2016-08-07
25
-72
/
+72
*
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: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDING
Mike Snitzer
2016-08-02
1
-7
/
+7
*
dm rq: fix the starting and stopping of blk-mq queues
Mike Snitzer
2016-08-02
1
-1
/
+19
*
dm mpath: add locking to multipath_resume and must_push_back
Mike Snitzer
2016-08-02
1
-4
/
+20
*
dm flakey: error READ bios during the down_interval
Mike Snitzer
2016-08-02
1
-8
/
+15
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...
Linus Torvalds
2016-07-28
7
-213
/
+328
|
\
|
*
Merge branch 'mymd/for-next' into mymd/for-linus
Shaohua Li
2016-07-28
7
-213
/
+328
|
|
\
|
|
*
MD: fix null pointer deference
Shaohua Li
2016-07-28
1
-2
/
+4
|
|
*
raid10: improve random reads performance
Tomasz Majchrzak
2016-07-19
2
-10
/
+14
|
|
*
md: add missing sysfs_notify on array_state update
Tomasz Majchrzak
2016-07-19
1
-0
/
+2
|
|
*
Fix kernel module refcount handling
Alexey Obitotskiy
2016-07-19
1
-0
/
+2
|
|
*
md: use seconds granularity for error logging
Arnd Bergmann
2016-07-19
3
-9
/
+7
|
|
*
md: reduce the number of synchronize_rcu() calls when multiple devices fail.
NeilBrown
2016-06-13
6
-30
/
+69
|
|
*
md: be extra careful not to take a reference to a Faulty device.
NeilBrown
2016-06-13
3
-2
/
+10
|
|
*
md/multipath: add rcu protection to rdev access in multipath_status.
NeilBrown
2016-06-13
1
-5
/
+7
|
|
*
md/raid5: add rcu protection to rdev accesses in raid5_status.
NeilBrown
2016-06-13
1
-4
/
+6
|
|
*
md/raid5: add rcu protection to rdev accesses in want_replace
NeilBrown
2016-06-13
1
-3
/
+4
|
|
*
md/raid5: add rcu protection to rdev accesses in handle_failed_sync.
NeilBrown
2016-06-13
1
-2
/
+4
|
|
*
md/raid1: add rcu protection to rdev in fix_read_error
NeilBrown
2016-06-13
1
-20
/
+32
|
|
*
md/raid1: small code cleanup in end_sync_write
NeilBrown
2016-06-13
1
-10
/
+4
|
|
*
md/raid1: small cleanup in raid1_end_read/write_request
NeilBrown
2016-06-13
1
-20
/
+15
|
|
*
md/raid10: simplify print_conf a little.
NeilBrown
2016-06-13
1
-6
/
+8
|
|
*
md/raid10: minor code improvement in fix_read_error()
NeilBrown
2016-06-13
1
-1
/
+1
|
|
*
md/raid10: add rcu protection to rdev access during reshape.
NeilBrown
2016-06-13
1
-8
/
+22
|
|
*
md/raid10: add rcu protection to rdev access in raid10_sync_request.
NeilBrown
2016-06-13
1
-48
/
+74
|
|
*
md/raid10: add rcu protection in raid10_status.
NeilBrown
2016-06-13
1
-4
/
+6
|
|
*
md/raid10: fix refounct imbalance when resyncing an array with a replacement ...
NeilBrown
2016-06-13
1
-1
/
+1
|
|
*
md/raid1, raid10: don't recheck "Faulty" flag in read-balance.
NeilBrown
2016-06-13
2
-15
/
+0
|
|
*
md: disconnect device from personality before trying to remove it.
NeilBrown
2016-06-13
1
-0
/
+2
|
|
*
raid1/raid10: slow down resync if there is non-resync activity pending
Tomasz Majchrzak
2016-06-13
2
-0
/
+14
|
|
*
MD:Update superblock when err == 0 in size_store
Xiao Ni
2016-06-13
1
-1
/
+2
|
|
*
md: use a mutex to protect a global list
Cong Wang
2016-06-09
1
-0
/
+5
|
|
*
md: simplify the code with md_kick_rdev_from_array
Guoqing Jiang
2016-06-03
1
-2
/
+1
|
|
*
md-cluster: fix deadlock issue when add disk to an recoverying array
Guoqing Jiang
2016-06-03
2
-12
/
+14
|
|
*
right meaning of PARITY_ENABLE_RMW and PARITY_PREFER_RMW
Song Liu
2016-05-25
1
-2
/
+2
*
|
|
Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2016-07-28
5
-5
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2016-07-26
25
-1808
/
+4394
|
\
\
\
|
*
|
|
dm: allow bio-based table to be upgraded to bio-based with DAX support
Toshi Kani
2016-07-20
1
-1
/
+10
|
*
|
|
dm snap: add fake origin_direct_access
Toshi Kani
2016-07-20
1
-0
/
+8
|
*
|
|
dm stripe: add DAX support
Toshi Kani
2016-07-20
1
-1
/
+25
|
*
|
|
dm error: add DAX support
Mike Snitzer
2016-07-20
2
-2
/
+10
|
*
|
|
dm linear: add DAX support
Toshi Kani
2016-07-20
1
-1
/
+20
|
*
|
|
dm: add infrastructure for DAX support
Toshi Kani
2016-07-20
3
-3
/
+80
|
*
|
|
dm thin: fix a race condition between discarding and provisioning a block
Joe Thornber
2016-07-20
3
-11
/
+124
|
*
|
|
dm btree: fix a bug in dm_btree_find_next_single()
Joe Thornber
2016-07-20
1
-1
/
+8
|
*
|
|
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
[next]