summaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* bcache: Fix kernel-doc warningsBart Van Assche2018-03-194-15/+14
* 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
* 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
* dm: correctly handle chained bios in dec_pending()NeilBrown2018-02-161-1/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-4/+4
* bcache: fix for data collapse after re-attaching an attached deviceTang Junhui2018-02-073-7/+11
* bcache: return attach error when no cache set existTang Junhui2018-02-071-2/+3
* bcache: set writeback_rate_update_seconds in range [1, 60] secondsColy Li2018-02-073-2/+7
* bcache: fix for allocator and register thread raceTang Junhui2018-02-072-4/+18
* bcache: set error_limit correctlyColy Li2018-02-073-3/+4
* bcache: properly set task state in bch_writeback_thread()Coly Li2018-02-072-3/+8
* bcache: fix high CPU occupancy during journalTang Junhui2018-02-073-15/+36
* bcache: add journal statisticTang Junhui2018-02-073-0/+24
* Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds2018-02-041-3/+2
|\
| * blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2018-01-311-3/+2
* | Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-01-3124-612/+1252
|\ \
| * | dm mpath selector: more evenly distribute tiesKhazhismel Kumykov2018-01-292-6/+6
| * | dm unstripe: fix target length versus number of stripes size checkScott Bauer2018-01-291-8/+2
| * | dm thin: fix trailing semicolon in __remap_and_issue_shared_cellLuis de Bethencourt2018-01-291-1/+1
| * | dm table: fix NVMe bio-based dm_table_determine_type() validationMike Snitzer2018-01-291-22/+35
| * | dm: various cleanups to md->queue initialization codeMike Snitzer2018-01-293-22/+12
| * | dm mpath: delay the retry of a request if the target responded as busyMike Snitzer2018-01-292-1/+8
| * | dm mpath: return DM_MAPIO_DELAY_REQUEUE if QUEUE_IO or PG_INIT_REQUIREDMing Lei2018-01-171-3/+2
| * | dm mpath: return DM_MAPIO_REQUEUE on blk-mq rq allocation failureMing Lei2018-01-171-1/+13
| * | dm log writes: fix max length used for kstrndupMa Shimiao2018-01-171-1/+1
| * | dm: backfill missing calls to mutex_destroy()Mike Snitzer2018-01-179-2/+27
| * | dm snapshot: use mutex instead of rw_semaphoreMikulas Patocka2018-01-171-41/+43