summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2017-05-03Merge tag 'for-4.12/dm-post-merge-changes' of git://git.kernel.org/pub/scm/li...Linus Torvalds3-48/+37
2017-05-03Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds41-2983/+7330
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds18-1418/+3434
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2017-05-01dm: introduce a new DM_MAPIO_KILL return valueChristoph Hellwig2-8/+6
2017-05-01dm rq: change ->rq_end_io calling conventionsChristoph Hellwig2-11/+19
2017-05-01dm mpath: merge do_end_io into multipath_end_ioChristoph Hellwig1-34/+17
2017-05-01Merge branch 'dm-4.12' into dm-4.12-post-mergeMike Snitzer41-2983/+7330
2017-05-01Merge branch 'md-next' into md-linusShaohua Li18-1418/+3434
2017-05-01md/raid10: skip spare disk as 'first' diskShaohua Li1-1/+1
2017-05-01dm bufio: check new buffer allocation watermark every 30 secondsMikulas Patocka1-0/+10
2017-05-01dm bufio: avoid a possible ABBA deadlockMikulas Patocka1-4/+5
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds21-81/+126
2017-04-27dm mpath: make it easier to detect unintended I/O request flushesBart Van Assche2-4/+23
2017-04-27dm mpath: cleanup QUEUE_IF_NO_PATH bit manipulation by introducing assign_bit()Bart Van Assche1-21/+15
2017-04-27dm mpath: micro-optimize the hot path relative to MPATHF_QUEUE_IF_NO_PATHBart Van Assche1-59/+11
2017-04-27dm: introduce enum dm_queue_mode to cleanup related codeBart Van Assche6-18/+24
2017-04-27dm mpath: verify __pg_init_all_paths locking assumptions at runtimeBart Van Assche1-0/+2
2017-04-27dm: verify suspend_locking assumptions at runtimeBart Van Assche2-2/+8
2017-04-27dm block manager: remove an unused argument from dm_block_manager_create()Bart Van Assche5-9/+1
2017-04-27dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue()Bart Van Assche1-1/+5
2017-04-27dm mpath: delay requeuing while path initialization is in progressBart Van Assche1-3/+7
2017-04-27dm mpath: avoid that path removal can trigger an infinite loopBart Van Assche1-4/+11
2017-04-27md/raid1: Use a new variable to count flighting sync requestsXiao Ni2-3/+5
2017-04-27dm mpath: split and rename activate_path() to prepare for its expanded useBart Van Assche1-5/+12
2017-04-27dm ioctl: prevent stack leak in dm ioctl callAdrian Salido1-1/+1
2017-04-27dm integrity: use previously calculated log2 of sectors_per_blockMikulas Patocka1-2/+1
2017-04-27dm integrity: use hex2bin instead of open-coded variantMikulas Patocka1-12/+2
2017-04-27dm crypt: replace custom implementation of hex2bin()Andy Shevchenko1-25/+2
2017-04-25dm crypt: remove obsolete references to per-CPU stateEric Biggers1-8/+8
2017-04-25md: clear WantReplacement once disk is removedGuoqing Jiang3-15/+8
2017-04-24dm verity: switch to using asynchronous hash crypto APIGilad Ben-Yossef3-71/+157
2017-04-24dm crypt: use WQ_HIGHPRI for the IO and crypt workqueuesTim Murray1-3/+4
2017-04-24dm crypt: rewrite (wipe) key in crypto layer using random dataOndrej Kozina1-2/+6
2017-04-24dm mpath: requeue after a small delay if blk_get_request() failsBart Van Assche2-4/+3
2017-04-24dm era: save spacemap metadata root after the pre-commitSomasundaram Krishnasamy1-4/+4
2017-04-24dm thin: fix a memory leak when passing discard bio downDennis Yang1-0/+1
2017-04-24dm btree: fix for dm_btree_find_lowest_key()Vinothkumar Raja1-2/+6
2017-04-24dm ioctl: remove double parenthesesMatthias Kaehlcke1-2/+2
2017-04-24dm: remove dummy dm_table definitionMikulas Patocka1-8/+0
2017-04-24dm crypt: fix large block integrity supportMikulas Patocka1-6/+12
2017-04-24dm integrity: support larger block sizesMikulas Patocka1-45/+174
2017-04-24dm integrity: various small changes and cleanupsMikulas Patocka1-54/+62
2017-04-24dm: mark targets that pass integrity dataMikulas Patocka5-3/+23
2017-04-24dm table: replace while loops with for loopsMikulas Patocka1-31/+32
2017-04-23md/raid1/10: remove unused queueLidong Zhong2-5/+0
2017-04-20md: handle read-only member devices better.NeilBrown1-15/+26
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig1-1/+1
2017-04-20dm mpath: don't check for req->errorsChristoph Hellwig1-1/+1
2017-04-20dm rq: don't pass irrelevant error code to blk_mq_complete_requestChristoph Hellwig1-1/+1