summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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-301-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
| * | dm flakey: check for null arg_name in parse_features()Goldwyn Rodrigues2018-01-171-0/+5
| * | dm: move dm_table_destroy() to same header as dm_table_create()Brian Norris2018-01-171-1/+0
| * | dm raid: make raid_sets symbol staticWei Yongjun2018-01-171-1/+1
| * | dm bufio: eliminate unnecessary labels in dm_bufio_client_create()Mike Snitzer2018-01-171-7/+5
| * | dm bufio: check result of register_shrinker()Aliaksei Karaliou2018-01-171-6/+9
| * | dm bufio: add missed destroys of client mutexAliaksei Karaliou2018-01-171-0/+2
| * | dm bufio: use REQ_OP_READ and REQ_OP_WRITEMikulas Patocka2018-01-171-6/+6
| * | dm: add unstriped targetScott Bauer2018-01-173-0/+233
| * | dm mpath: factor out SCSI vs NVMe path selectionMike Snitzer2018-01-061-13/+55
| * | dm mpath: optimize NVMe bio-based supportMike Snitzer2018-01-061-76/+95
| * | dm mpath: implement NVMe bio-based supportMike Snitzer2018-01-041-9/+21
| * | dm mpath: move dm_bio_restore out of endio methodMike Snitzer2018-01-031-4/+3
| * | dm mpath: optimize retrieval of bio_details from per-bio-dataMike Snitzer2017-12-201-5/+3
| * | dm mpath: remove unnecessary memset() calls for per-io-dataMike Snitzer2017-12-201-10/+6
| * | dm mpath: remove unused param from multipath_init_per_bio_data()Mike Snitzer2017-12-201-6/+2
| * | dm: optimize bio-based NVMe IO submissionMike Snitzer2017-12-201-34/+120
| * | dm: introduce DM_TYPE_NVME_BIO_BASEDMike Snitzer2017-12-202-6/+50
| * | dm: simplify start of block stats accounting for bio-basedMike Snitzer2017-12-171-8/+3
| * | dm: remove redundant mapped_device member from clone_info structureMike Snitzer2017-12-161-6/+4
| * | dm: remove now unused bio-based io_pool and _io_cacheMike Snitzer2017-12-162-30/+2
| * | dm: improve performance by moving dm_io structure to per-bio-dataMike Snitzer2017-12-162-40/+130
| * | dm: rename 'bio' member of dm_io structure to 'orig_bio'Mike Snitzer2017-12-161-14/+14
| * | dm: remove stale comment blocksMike Snitzer2017-12-161-12/+0
| * | dm: set QUEUE_FLAG_DAX accordingly in dm_table_set_restrictions()Mike Snitzer2017-12-132-3/+2
| * | dm: fix __send_changing_extent_only() to send first bio and chain remainderMike Snitzer2017-12-131-36/+30
| * | dm: ensure bio-based DM's bioset and io_pool support targets' maximum IOsMike Snitzer2017-12-133-15/+27