summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-0526-155/+582
|\
| * bcache: Fix a compiler warning in bcache_device_init()Bart Van Assche2018-03-191-3/+3
| * bcache: Reduce the number of sparse complaints about lock imbalancesBart Van Assche2018-03-191-0/+2
| * bcache: Suppress more warnings about set-but-not-used variablesBart Van Assche2018-03-192-3/+3
| * bcache: Remove an unused variableBart Van Assche2018-03-191-2/+0Star
| * bcache: Fix kernel-doc warningsBart Van Assche2018-03-194-15/+14Star
| * bcache: Annotate switch fall-throughBart Van Assche2018-03-191-0/+7
| * bcache: Add __printf annotation to __bch_check_keys()Bart Van Assche2018-03-191-2/+3
| * bcache: Fix indentationBart Van Assche2018-03-192-2/+2
| * bcache: add io_disable to struct cached_devColy Li2018-03-195-3/+67
| * bcache: add backing_request_endio() for bi_end_ioColy Li2018-03-193-16/+79
| * bcache: move closure debug file into debug directoryChengguang Xu2018-03-194-15/+16
| * bcache: fix using of loop variable in memory shrinkTang Junhui2018-03-191-3/+6
| * bcache: fix error return value in memory shrinkTang Junhui2018-03-191-1/+1
| * bcache: fix incorrect sysfs output value of strip sizeTang Junhui2018-03-191-1/+1
| * bcache: fix inaccurate io state for detached bcache devicesTang Junhui2018-03-191-7/+51
| * bcache: add stop_when_cache_set_failed option to backing deviceColy Li2018-03-193-10/+94
| * bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li2018-03-1910-30/+116
| * bcache: stop dc->writeback_rate_update properlyColy Li2018-03-194-10/+69
| * bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is setColy Li2018-03-191-3/+17
| * bcache: fix cached_dev->count usage for bch_cache_set_error()Coly Li2018-03-193-6/+8
| * block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-087-22/+22
| * bcache: Use the blk_queue_flag_{set,clear}() functionsBart Van Assche2018-03-081-3/+3
| * block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche2018-02-281-1/+1
| * md: Delete gendisk before cleaning up the request queueBart Van Assche2018-02-281-3/+3
* | dm: fix dropped return code from dm_get_bdev_for_ioctlMike Snitzer2018-03-301-3/+5
* | dm mpath: fix support for loading scsi_dh modules during table loadMike Snitzer2018-03-291-1/+1
* | dm mpath: fix passing integrity dataSteffen Maier2018-03-141-2/+3
* | dm mpath: eliminate need to use scsi_device_from_queueMike Snitzer2018-03-131-9/+8Star
* | dm mpath: fix uninitialized 'pg_init_wait' waitqueue_head NULL pointerMike Snitzer2018-03-131-11/+10Star
* | Merge tag 'for-linus-20180309' of git://git.kernel.dk/linux-blockLinus Torvalds2018-03-101-6/+21
|\ \
| * | bcache: don't attach backing with duplicate UUIDMichael Lyle2018-03-051-0/+11
| * | bcache: fix crashes in duplicate cache device registerTang Junhui2018-03-051-6/+10
* | | dm table: allow upgrade from bio-based to specialized bio-based variantMike Snitzer2018-03-071-9/+5Star
* | | dm mpath: remove unnecessary NVMe branching in favor of scsi_dh checksMike Snitzer2018-03-071-37/+29Star
* | | dm table: fix "nvme" testMikulas Patocka2018-03-071-1/+1
* | | dm raid: fix incorrect sync_ratio when degradedJonathan Brassow2018-03-071-3/+4
* | | dm: use blkdev_get rather than bdgrab when issuing pass-through ioctlMike Snitzer2018-03-071-15/+20
* | | dm bufio: avoid false-positive Wmaybe-uninitialized warningArnd Bergmann2018-03-071-10/+6Star
|/ /
* | Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-blockLinus Torvalds2018-03-022-2/+2
|\|
| * bcache: fix kcrashes with fio in RAID5 backend devTang Junhui2018-02-271-1/+1
| * bcache: correct flash only vols (check all uuids)Coly Li2018-02-271-1/+1
* | md/raid1: fix NULL pointer dereferenceYufen Yu2018-02-251-0/+11
* | md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang2018-02-253-14/+15
* | md-cluster: choose correct label when clustered layout is not supportedLidong Zhong2018-02-251-1/+1
* | md: raid5: avoid string overflow warningArnd Bergmann2018-02-211-3/+4
* | raid5-ppl: fix handling flush requestsArtur Paszkiewicz2018-02-212-1/+12
* | md raid10: fix NULL deference in handle_write_completed()Yufen Yu2018-02-191-2/+4
* | md: only allow remove_and_add_spares when no sync_thread running.NeilBrown2018-02-191-0/+4
* | md: document lifetime of internal rdev pointer.NeilBrown2018-02-183-0/+37