summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-164-1/+69
|\
| * md: Fix failed allocation of md_register_threadAditya Pakki2019-03-122-0/+4
| * It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni2019-03-121-1/+0Star
| * raid5: set write hint for PPLMariusz Dabrowski2019-03-123-0/+65
* | md: convert to kvmallocKent Overstreet2019-03-123-56/+46Star
* | Merge tag 'for-5.1/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-1017-139/+647
|\ \
| * | dm integrity: limit the rate of error messagesMikulas Patocka2019-03-061-4/+4
| * | dm snapshot: don't define direct_access if we don't support itMikulas Patocka2019-03-051-8/+0Star
| * | dm cache: add support for discard passdown to the origin deviceMike Snitzer2019-03-051-26/+100
| * | dm writecache: fix typo in name for writeback_wqHuaisheng Ye2019-03-051-1/+1
| * | dm: add support to directly boot to a mapped deviceHelen Koike2019-03-054-0/+422
| * | dm thin: add sanity checks to thin-pool and external snapshot creationJason Cai (Xiang Feng)2019-03-051-0/+13
| * | dm block manager: remove redundant unlikely annotationChengguang Xu2019-03-051-4/+4
| * | dm verity fec: remove redundant unlikely annotationChengguang Xu2019-03-051-3/+3
| * | dm integrity: remove redundant unlikely annotationChengguang Xu2019-03-051-1/+1
| * | dm: always call blk_queue_split() in dm_process_bio()Mike Snitzer2019-03-051-3/+2Star
| * | dm switch: use struct_size() in kzalloc()Gustavo A. R. Silva2019-03-051-2/+1Star
| * | dm: remove unused _rq_tio_cache and _rq_cacheMike Snitzer2019-03-053-36/+18Star
| * | dm: eliminate 'split_discard_bios' flag from DM target interfaceMike Snitzer2019-02-215-27/+15Star
| * | dm: update dm_process_bio() to split bio if in ->make_request_fn()Mike Snitzer2019-02-191-27/+66
* | | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-0814-74/+124
|\ \ \ | | |/ | |/|
| * | Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe2019-02-154-16/+35
| |\ \
| * | | block: kill BLK_MQ_F_SG_MERGEMing Lei2019-02-151-1/+1
| * | | block: kill QUEUE_FLAG_NO_SG_MERGEMing Lei2019-02-151-13/+0Star
| * | | block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-153-3/+6
| * | | bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()Ming Lei2019-02-151-1/+5
| * | | bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadataColy Li2019-02-091-3/+4
| * | | bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li2019-02-091-2/+11
| * | | bcache: fix input overflow to cache set io_error_limitColy Li2019-02-091-2/+1Star
| * | | bcache: fix input overflow to journal_delay_msColy Li2019-02-091-1/+3
| * | | bcache: fix input overflow to writeback_rate_minimumColy Li2019-02-091-1/+3
| * | | bcache: fix potential div-zero error of writeback_rate_p_term_inverseColy Li2019-02-091-1/+3
| * | | bcache: fix potential div-zero error of writeback_rate_i_term_inverseColy Li2019-02-091-1/+3
| * | | bcache: fix input overflow to writeback_delayColy Li2019-02-091-1/+1
| * | | bcache: use sysfs_strtoul_bool() to set bit-field variablesColy Li2019-02-091-8/+8
| * | | bcache: add sysfs_strtoul_bool() for setting bit-field variablesColy Li2019-02-091-0/+10
| * | | bcache: fix input overflow to sequential_cutoffColy Li2019-02-091-1/+3
| * | | bcache: fix input integer overflow of congested thresholdColy Li2019-02-091-4/+6
| * | | bcache: improve sysfs_strtoul_clamp()Coly Li2019-02-091-3/+10
| * | | bcache: treat stale && dirty keys as bad keysTang Junhui2019-02-091-6/+7
| * | | bcache: fix indentation issue, remove tabs on a hunk of codeColin Ian King2019-02-091-15/+15
| * | | bcache: export backing_dev_uuid via sysfsColy Li2019-02-091-0/+9
| * | | bcache: export backing_dev_name via sysfsColy Li2019-02-091-0/+8
| * | | bcache: not use hard coded memset size in bch_cache_accounting_clear()Coly Li2019-02-091-1/+1
| * | | bcache: never writeback a discard operationDaniel Axtens2019-02-091-0/+3
| * | | raid1: simplify raid1_error functionYufen Yu2019-02-041-4/+2Star
| * | | md-linear: use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-041-2/+1Star
* | | | Merge tag 'for-linus-20190215' of git://git.kernel.dk/linux-blockLinus Torvalds2019-02-151-10/+18
|\ \ \ \ | |_|_|/ |/| | |
| * | | md/raid1: don't clear bitmap bits on interrupted recovery.Nate Dailey2019-02-121-10/+18
* | | | dm thin: fix bug where bio that overwrites thin block ignores FUANikos Tsironis2019-02-151-5/+50