summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-226-27/+72
|\
| * dm integrity: fix deadlock with overlapping I/OMikulas Patocka2019-04-051-3/+1
| * dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer2019-04-043-8/+24
| * dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errorsIlya Dryomov2019-04-011-0/+39
| * dm: revert 8f50e358153d ("dm: limit the max bio size as BIO_MAX_PAGES * PAGE_...Mikulas Patocka2019-04-011-9/+1
| * dm init: fix const confusion for dm_allowed_targets arrayAndi Kleen2019-04-011-1/+1
| * dm integrity: make dm_integrity_init and dm_integrity_exit staticYueHaibing2019-04-011-2/+2
| * dm integrity: change memcmp to strncmp in dm_integrity_ctrMikulas Patocka2019-04-011-4/+4
* | md: add __acquires/__releases annotations to handle_active_stripesChristoph Hellwig2019-04-101-0/+2
* | md: add __acquires/__releases annotations to (un)lock_two_stripesChristoph Hellwig2019-04-101-0/+4
* | md: mark md_cluster_mod staticChristoph Hellwig2019-04-101-2/+1
* | md: use correct type in super_1_syncChristoph Hellwig2019-04-101-1/+1
* | md: use correct type in super_1_loadChristoph Hellwig2019-04-101-2/+2
* | md: use correct types in md_bitmap_print_sbChristoph Hellwig2019-04-101-4/+4
* | md: add a missing endianness conversion in check_sb_changesChristoph Hellwig2019-04-101-1/+1
* | md: add mddev->pers to avoid potential NULL pointer dereferenceYufen Yu2019-04-101-2/+4
* | block: remove CONFIG_LBDAFChristoph Hellwig2019-04-063-36/+6
* | md: batch flush requests.NeilBrown2019-04-012-4/+26
* | Revert "MD: fix lock contention for flush bios"NeilBrown2019-04-012-119/+62
* | Don't jump to compute_result state from check_result stateNigel Croxon2019-04-011-15/+4
|/
* 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/+0
| * raid5: set write hint for PPLMariusz Dabrowski2019-03-123-0/+65
* | md: convert to kvmallocKent Overstreet2019-03-123-56/+46
* | Merge tag 'for-5.1/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-0917-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/+0
| * | 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/+2
| * | dm switch: use struct_size() in kzalloc()Gustavo A. R. Silva2019-03-051-2/+1
| * | dm: remove unused _rq_tio_cache and _rq_cacheMike Snitzer2019-03-053-36/+18
| * | dm: eliminate 'split_discard_bios' flag from DM target interfaceMike Snitzer2019-02-205-27/+15
| * | 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/+0
| * | | 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/+1
| * | | bcache: fix input overflow to journal_delay_msColy Li2019-02-091-1/+3