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.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-05-28
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-7
/
+0
2016-05-24
bcache: bch_gc_thread() is not freezable
Jiri Kosina
1
-2
/
+0
2016-05-24
bcache: bch_allocator_thread() is not freezable
Jiri Kosina
1
-2
/
+0
2016-05-24
bcache: bch_writeback_thread() is not freezable
Jiri Kosina
1
-3
/
+0
2016-05-20
Merge tag 'md/4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
9
-77
/
+235
2016-05-18
Merge tag 'dm-4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
5
-254
/
+281
2016-05-18
Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-13
/
+14
2016-05-13
dm thin: unroll issue_discard() to create longer discard bio chains
Joe Thornber
1
-37
/
+71
2016-05-13
dm thin: use __blkdev_issue_discard for async discard support
Mike Snitzer
1
-54
/
+16
2016-05-13
dm thin: remove __bio_inc_remaining() and switch to using bio_inc_remaining()
Mike Snitzer
1
-12
/
+1
2016-05-13
dm raid: make sure no feature flags are set in metadata
Heinz Mauelshagen
1
-1
/
+6
2016-05-09
md-cluster: check the return value of process_recvd_msg
Guoqing Jiang
1
-3
/
+10
2016-05-09
md-cluster: gather resync infos and enable recv_thread after bitmap is ready
Guoqing Jiang
3
-6
/
+28
2016-05-09
md: set MD_CHANGE_PENDING in a atomic region
Guoqing Jiang
5
-23
/
+24
2016-05-09
md: raid5: add prerequisite to run underneath dm-raid
Heinz Mauelshagen
1
-2
/
+4
2016-05-09
md: raid10: add prerequisite to run underneath dm-raid
Heinz Mauelshagen
1
-4
/
+8
2016-05-09
md: md.c: fix oops in mddev_suspend for raid0
Heinz Mauelshagen
1
-1
/
+1
2016-05-05
dm ioctl: drop use of __GFP_REPEAT in copy_params()'s __vmalloc() call
Michal Hocko
1
-1
/
+1
2016-05-05
dm mpath: eliminate use of spinlock in IO fast-paths
Mike Snitzer
1
-77
/
+93
2016-05-05
dm mpath: move trigger_event member to the end of 'struct multipath'
Mike Snitzer
1
-2
/
+1
2016-05-05
dm mpath: use atomic_t for counting members of 'struct multipath'
Mike Snitzer
1
-28
/
+33
2016-05-05
dm mpath: switch to using bitops for state flags
Mike Snitzer
1
-56
/
+75
2016-05-05
dm thin: Remove return statement from void function
Amitoj Kaur Chawla
1
-1
/
+1
2016-05-05
dm: remove unused mapped_device argument from free_tio()
Mike Snitzer
1
-6
/
+4
2016-05-04
md-cluster: fix ifnullfree.cocci warnings
kbuild test robot
1
-2
/
+1
2016-05-04
md-cluster/bitmap: unplug bitmap to sync dirty pages to disk
Guoqing Jiang
1
-5
/
+5
2016-05-04
md-cluster/bitmap: fix wrong page num in bitmap_file_clear_bit and bitmap_fil...
Guoqing Jiang
1
-3
/
+13
2016-05-04
md-cluster/bitmap: fix wrong calcuation of offset
Guoqing Jiang
1
-1
/
+1
2016-05-04
md-cluster: sync bitmap when node received RESYNCING msg
Guoqing Jiang
3
-0
/
+51
2016-05-04
md-cluster: always setup in-memory bitmap
Guoqing Jiang
1
-2
/
+35
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-cluster: fix locking when node joins cluster during message broadcast
Guoqing Jiang
1
-3
/
+10
2016-05-04
md-cluster: unregister thread if err happened
Guoqing Jiang
1
-0
/
+2
2016-05-04
md-cluster: wake up thread to continue recovery
Guoqing Jiang
1
-3
/
+6
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
2
-11
/
+14
2016-05-02
Merge tag 'md/4.6-rc6-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
3
-3
/
+3
2016-04-30
raid5: delete unnecessary warnning
Shaohua Li
1
-2
/
+0
2016-04-26
MD: make bio mergeable
Shaohua Li
1
-0
/
+2
2016-04-25
md/raid0: remove empty line printk from dump_zones
MichaĆ Pecio
1
-1
/
+0
2016-04-17
dm cache metadata: fix cmd_read_lock() acquiring write lock
Ahmed Samy
1
-2
/
+2
2016-04-15
dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macros
Mike Snitzer
1
-24
/
+40
2016-04-14
md/raid0: fix uninitialized variable bug
Dan Carpenter
1
-0
/
+1
2016-04-13
block: kill off q->flush_flags
Jens Axboe
2
-7
/
+8
2016-04-13
md: update to using blk_queue_write_cache()
Jens Axboe
1
-1
/
+1
2016-04-13
dm: switch to using blk_queue_write_cache()
Jens Axboe
1
-4
/
+4
2016-04-13
bcache: switch to using blk_queue_write_cache()
Jens Axboe
1
-1
/
+1
2016-04-11
dm: fix dm_target_io leak if clone_bio() returns an error
Mikulas Patocka
1
-1
/
+3
2016-04-09
Merge tag 'md/4.6-rc2-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
3
-10
/
+16
[next]