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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-19
Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-13
/
+33
2016-03-17
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-45
/
+48
2016-03-15
dm: fix rq_end_stats() NULL pointer in dm_requeue_original_request()
Bryn M. Reeves
1
-1
/
+1
2016-03-12
dm thin: consistently return -ENOSPC if pool has run out of data space
Mike Snitzer
1
-4
/
+17
2016-03-11
dm cache: bump the target version
Mike Snitzer
1
-1
/
+1
2016-03-11
dm cache: make sure every metadata function checks fail_io
Joe Thornber
3
-43
/
+71
2016-03-11
dm: add missing newline between DM_DEBUG_BLOCK_STACK_TRACING and DM_BUFIO
Mike Snitzer
1
-0
/
+1
2016-03-11
dm cache policy smq: clarify that mq registration failure was for 'mq'
Mike Snitzer
1
-1
/
+1
2016-03-11
dm: return error if bio_integrity_clone() fails in clone_bio()
Mike Snitzer
1
-7
/
+20
2016-03-11
dm thin metadata: don't issue prefetches if a transaction abort has failed
Joe Thornber
1
-1
/
+4
2016-03-11
dm snapshot: disallow the COW and origin devices from being identical
DingXiang
2
-12
/
+33
2016-03-11
dm cache: make the 'mq' policy an alias for 'smq'
Joe Thornber
4
-1492
/
+85
2016-03-11
dm: drop unnecessary assignment of md->queue
Bob Liu
1
-6
/
+1
2016-03-11
dm: reorder 'struct mapped_device' members to fix alignment and holes
Mike Snitzer
1
-16
/
+18
2016-03-11
dm: remove dummy definition of 'struct dm_table'
Mike Snitzer
1
-11
/
+3
2016-03-11
dm: add 'dm_numa_node' module parameter
Mike Snitzer
1
-8
/
+44
2016-03-11
dm thin metadata: remove needless newline from subtree_dec() DMERR message
Mike Snitzer
1
-1
/
+1
2016-03-11
dm mpath: cleanup reinstate_path() et al based on code review
Mike Snitzer
1
-6
/
+2
2016-03-08
bcache: fix cache_set_flush() NULL pointer dereference on OOM
Eric Wheeler
1
-0
/
+3
2016-03-08
bcache: cleaned up error handling around register_cache()
Eric Wheeler
1
-12
/
+22
2016-03-08
bcache: fix race of writeback thread starting before complete initialization
Eric Wheeler
1
-1
/
+8
2016-02-23
dm mpath: remove __pgpath_busy forward declaration, rename to pgpath_busy
Mike Snitzer
1
-4
/
+2
2016-02-23
dm mpath: switch from 'unsigned' to 'bool' for flags where appropriate
Mike Snitzer
1
-50
/
+51
2016-02-23
dm round robin: use percpu 'repeat_count' and 'current_path'
Mike Snitzer
1
-12
/
+48
2016-02-23
dm path selector: remove 'repeat_count' return from .select_path hook
Mike Snitzer
5
-18
/
+4
2016-02-23
dm mpath: push path selector locking down to path selectors
Mike Snitzer
3
-11
/
+59
2016-02-23
dm mpath: remove repeat_count support from multipath core
Mike Snitzer
4
-10
/
+24
2016-02-23
dm mpath: remove unnecessary casts in front of ti->private
Mike Snitzer
1
-5
/
+5
2016-02-23
dm mpath: use blk_mq_alloc_request() and blk_mq_free_request() directly
Mike Snitzer
1
-3
/
+4
2016-02-23
dm mpath: cleanup 'struct dm_mpath_io' management code
Mike Snitzer
1
-12
/
+17
2016-02-23
dm mpath: use blk-mq pdu for per-request 'struct dm_mpath_io'
Mike Snitzer
1
-10
/
+29
2016-02-23
dm: allow immutable request-based targets to use blk-mq pdu
Mike Snitzer
3
-9
/
+28
2016-02-23
dm: rename target's per_bio_data_size to per_io_data_size
Mike Snitzer
12
-22
/
+22
2016-02-23
dm: distinquish old .request_fn (dm-old) vs dm-mq request-based DM
Mike Snitzer
2
-50
/
+58
2016-02-23
dm: remove support for stacking dm-mq on .request_fn device(s)
Mike Snitzer
2
-40
/
+20
2016-02-23
dm: fix a couple locking issues with use of block interfaces
Mike Snitzer
1
-7
/
+21
2016-02-22
dm: allocate blk_mq_tag_set rather than embed in mapped_device
Mike Snitzer
1
-18
/
+27
2016-02-22
dm: add 'dm_mq_nr_hw_queues' and 'dm_mq_queue_depth' module params
Mike Snitzer
1
-2
/
+25
2016-02-22
dm: optimize dm_request_fn()
Mike Snitzer
1
-30
/
+17
2016-02-22
dm: optimize dm_mq_queue_rq()
Mike Snitzer
4
-23
/
+31
2016-02-22
dm: set DM_TARGET_WILDCARD feature on "error" target
Mike Snitzer
4
-2
/
+19
2016-02-22
dm: cleanup dm_any_congested()
Mike Snitzer
1
-9
/
+8
2016-02-22
dm: remove unused dm_get_rq_mapinfo()
Mike Snitzer
1
-8
/
+0
2016-02-22
dm: fix excessive dm-mq context switching
Mike Snitzer
1
-7
/
+6
2016-02-22
dm: fix sparse "unexpected unlock" warnings in ioctl code
Mike Snitzer
1
-27
/
+29
2016-02-22
dm: do not return target from dm_get_live_table_for_ioctl()
Mike Snitzer
1
-20
/
+13
2016-02-22
dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq paths
Mike Snitzer
1
-0
/
+2
2016-02-04
Merge branch 'mymd/for-next' into mymd/for-linus
Shaohua Li
6
-56
/
+58
2016-01-27
dm crypt: Use skcipher and ahash
Herbert Xu
1
-45
/
+48
2016-01-25
md-cluster: delete useless code
Shaohua Li
1
-4
/
+0
[next]