summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2016-10-07dm log writes: fix bug with too large biosMikulas Patocka1-2/+2
2016-09-24md-cluster: make md-cluster also can work when compiled into kernelGuoqing Jiang1-8/+4
2016-09-24dm crypt: fix error with too large biosMikulas Patocka1-0/+7
2016-09-24dm log writes: move IO accounting earlier to fix error pathMikulas Patocka1-1/+1
2016-09-24dm crypt: fix free of bad values after tfm allocation failureEric Biggers1-1/+1
2016-09-24dm log writes: fix check of kthread_run() return valueVladimir Zapolskiy1-2/+2
2016-09-24dm flakey: fix reads to be issued if drop_writes configuredMike Snitzer1-11/+16
2016-09-15bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two.Kent Overstreet1-1/+1
2016-09-07dm round robin: do not use this_cpu_ptr() without having preemption disabledMike Snitzer1-2/+5
2016-08-20dm flakey: error READ bios during the down_intervalMike Snitzer1-8/+15
2016-08-20dm verity fec: fix block calculationSami Tolvanen1-3/+1
2016-08-20dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDINGMike Snitzer1-7/+7
2016-08-20dm: fix second blk_delay_queue() parameter to be in msec units not jiffiesTahsin Erdogan1-1/+1
2016-05-28Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-7/+0
2016-05-24bcache: bch_gc_thread() is not freezableJiri Kosina1-2/+0
2016-05-24bcache: bch_allocator_thread() is not freezableJiri Kosina1-2/+0
2016-05-24bcache: bch_writeback_thread() is not freezableJiri Kosina1-3/+0
2016-05-20Merge tag 'md/4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds9-77/+235
2016-05-18Merge tag 'dm-4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds5-254/+281
2016-05-18Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds4-13/+14
2016-05-13dm thin: unroll issue_discard() to create longer discard bio chainsJoe Thornber1-37/+71
2016-05-13dm thin: use __blkdev_issue_discard for async discard supportMike Snitzer1-54/+16
2016-05-13dm thin: remove __bio_inc_remaining() and switch to using bio_inc_remaining()Mike Snitzer1-12/+1
2016-05-13dm raid: make sure no feature flags are set in metadataHeinz Mauelshagen1-1/+6
2016-05-09md-cluster: check the return value of process_recvd_msgGuoqing Jiang1-3/+10
2016-05-09md-cluster: gather resync infos and enable recv_thread after bitmap is readyGuoqing Jiang3-6/+28
2016-05-09md: set MD_CHANGE_PENDING in a atomic regionGuoqing Jiang5-23/+24
2016-05-09md: raid5: add prerequisite to run underneath dm-raidHeinz Mauelshagen1-2/+4
2016-05-09md: raid10: add prerequisite to run underneath dm-raidHeinz Mauelshagen1-4/+8
2016-05-09md: md.c: fix oops in mddev_suspend for raid0Heinz Mauelshagen1-1/+1
2016-05-05dm ioctl: drop use of __GFP_REPEAT in copy_params()'s __vmalloc() callMichal Hocko1-1/+1
2016-05-05dm mpath: eliminate use of spinlock in IO fast-pathsMike Snitzer1-77/+93
2016-05-05dm mpath: move trigger_event member to the end of 'struct multipath'Mike Snitzer1-2/+1
2016-05-05dm mpath: use atomic_t for counting members of 'struct multipath'Mike Snitzer1-28/+33
2016-05-05dm mpath: switch to using bitops for state flagsMike Snitzer1-56/+75
2016-05-05dm thin: Remove return statement from void functionAmitoj Kaur Chawla1-1/+1
2016-05-05dm: remove unused mapped_device argument from free_tio()Mike Snitzer1-6/+4
2016-05-04md-cluster: fix ifnullfree.cocci warningskbuild test robot1-2/+1
2016-05-04md-cluster/bitmap: unplug bitmap to sync dirty pages to diskGuoqing Jiang1-5/+5
2016-05-04md-cluster/bitmap: fix wrong page num in bitmap_file_clear_bit and bitmap_fil...Guoqing Jiang1-3/+13
2016-05-04md-cluster/bitmap: fix wrong calcuation of offsetGuoqing Jiang1-1/+1
2016-05-04md-cluster: sync bitmap when node received RESYNCING msgGuoqing Jiang3-0/+51
2016-05-04md-cluster: always setup in-memory bitmapGuoqing Jiang1-2/+35
2016-05-04md-cluster: wakeup thread if activated a spare diskGuoqing Jiang1-0/+5
2016-05-04md-cluster: change array_sectors and update size are not supportedGuoqing Jiang1-0/+8
2016-05-04md-cluster: fix locking when node joins cluster during message broadcastGuoqing Jiang1-3/+10
2016-05-04md-cluster: unregister thread if err happenedGuoqing Jiang1-0/+2
2016-05-04md-cluster: wake up thread to continue recoveryGuoqing Jiang1-3/+6
2016-05-04md-cluser: make resync_finish only called after pers->sync_requestGuoqing Jiang1-12/+13
2016-05-04md-cluster: change resync lock from asynchronous to synchronousGuoqing Jiang2-11/+14