index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-25
md/raid5: Compare apples to apples (or sectors to sectors)
Jes Sorensen
1
-2
/
+2
2016-02-22
dm mpath: remove __pgpath_busy forward declaration, rename to pgpath_busy
Mike Snitzer
1
-4
/
+2
2016-02-22
dm mpath: switch from 'unsigned' to 'bool' for flags where appropriate
Mike Snitzer
1
-50
/
+51
2016-02-22
dm round robin: use percpu 'repeat_count' and 'current_path'
Mike Snitzer
1
-12
/
+48
2016-02-22
dm path selector: remove 'repeat_count' return from .select_path hook
Mike Snitzer
5
-18
/
+4
2016-02-22
dm mpath: push path selector locking down to path selectors
Mike Snitzer
3
-11
/
+59
2016-02-22
dm mpath: remove repeat_count support from multipath core
Mike Snitzer
4
-10
/
+24
2016-02-22
dm mpath: remove unnecessary casts in front of ti->private
Mike Snitzer
1
-5
/
+5
2016-02-22
dm mpath: use blk_mq_alloc_request() and blk_mq_free_request() directly
Mike Snitzer
1
-3
/
+4
2016-02-22
dm mpath: cleanup 'struct dm_mpath_io' management code
Mike Snitzer
1
-12
/
+17
2016-02-22
dm mpath: use blk-mq pdu for per-request 'struct dm_mpath_io'
Mike Snitzer
1
-10
/
+29
2016-02-22
dm: allow immutable request-based targets to use blk-mq pdu
Mike Snitzer
3
-9
/
+28
2016-02-22
dm: rename target's per_bio_data_size to per_io_data_size
Mike Snitzer
12
-22
/
+22
2016-02-22
dm: distinquish old .request_fn (dm-old) vs dm-mq request-based DM
Mike Snitzer
2
-50
/
+58
2016-02-22
dm: remove support for stacking dm-mq on .request_fn device(s)
Mike Snitzer
2
-40
/
+20
2016-02-22
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-21
dm: fix sparse "unexpected unlock" warnings in ioctl code
Mike Snitzer
1
-27
/
+29
2016-02-21
dm: do not return target from dm_get_live_table_for_ioctl()
Mike Snitzer
1
-20
/
+13
2016-02-21
dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq paths
Mike Snitzer
1
-0
/
+2
2016-02-03
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-24
md-cluster: delete useless code
Shaohua Li
1
-4
/
+0
2016-01-24
md-cluster: fix missing memory free
Shaohua Li
1
-1
/
+5
2016-01-21
Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-13
/
+48
2016-01-20
MD: rename some functions
Shaohua Li
4
-51
/
+53
2016-01-15
Merge tag 'md/4.5' of git://neil.brown.name/md
Linus Torvalds
9
-142
/
+418
2016-01-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+2
2016-01-13
Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-528
/
+28
2016-01-14
md/raid: only permit hot-add of compatible integrity profiles
Dan Williams
5
-22
/
+26
2016-01-14
raid5-cache: handle journal hotadd in quiesce
Shaohua Li
1
-0
/
+7
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
2
-4
/
+6
2016-01-12
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-4
/
+4
2016-01-11
Merge tag 'dm-4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
18
-354
/
+1619
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
2
-528
/
+28
2016-01-08
dm snapshot: fix hung bios when copy error occurs
Mikulas Patocka
4
-19
/
+12
2016-01-06
dm thin: bump thin and thin-pool target versions
Mike Snitzer
1
-2
/
+2
2016-01-07
md: Remove 'ready' field from mddev.
NeilBrown
2
-6
/
+1
2016-01-07
md: remove unnecesary md_new_event_inintr
Guoqing Jiang
1
-10
/
+1
2016-01-06
raid5: allow r5l_io_unit allocations to fail
Christoph Hellwig
1
-10
/
+57
2016-01-06
raid5-cache: use a mempool for the metadata block
Christoph Hellwig
1
-2
/
+12
[prev]
[next]