aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2019-04-05dm integrity: fix deadlock with overlapping I/OMikulas Patocka
2019-04-04dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer
2019-04-01dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errorsIlya Dryomov
2019-04-01dm: revert 8f50e358153d ("dm: limit the max bio size as BIO_MAX_PAGES * PAGE_...Mikulas Patocka
2019-04-01dm init: fix const confusion for dm_allowed_targets arrayAndi Kleen
2019-04-01dm integrity: make dm_integrity_init and dm_integrity_exit staticYueHaibing
2019-04-01dm integrity: change memcmp to strncmp in dm_integrity_ctrMikulas Patocka
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-12md: Fix failed allocation of md_register_threadAditya Pakki
2019-03-12It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni
2019-03-12raid5: set write hint for PPLMariusz Dabrowski
2019-03-12md: convert to kvmallocKent Overstreet
2019-03-09Merge tag 'for-5.1/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-06dm integrity: limit the rate of error messagesMikulas Patocka
2019-03-05dm snapshot: don't define direct_access if we don't support itMikulas Patocka
2019-03-05dm cache: add support for discard passdown to the origin deviceMike Snitzer
2019-03-05dm writecache: fix typo in name for writeback_wqHuaisheng Ye
2019-03-05dm: add support to directly boot to a mapped deviceHelen Koike
2019-03-05dm thin: add sanity checks to thin-pool and external snapshot creationJason Cai (Xiang Feng)
2019-03-05dm block manager: remove redundant unlikely annotationChengguang Xu
2019-03-05dm verity fec: remove redundant unlikely annotationChengguang Xu
2019-03-05dm integrity: remove redundant unlikely annotationChengguang Xu
2019-03-05dm: always call blk_queue_split() in dm_process_bio()Mike Snitzer
2019-03-05dm switch: use struct_size() in kzalloc()Gustavo A. R. Silva
2019-03-05dm: remove unused _rq_tio_cache and _rq_cacheMike Snitzer
2019-02-20dm: eliminate 'split_discard_bios' flag from DM target interfaceMike Snitzer
2019-02-19dm: update dm_process_bio() to split bio if in ->make_request_fn()Mike Snitzer
2019-02-15Merge tag 'for-linus-20190215' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei
2019-02-15block: kill QUEUE_FLAG_NO_SG_MERGEMing Lei
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei
2019-02-15bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()Ming Lei
2019-02-14dm thin: fix bug where bio that overwrites thin block ignores FUANikos Tsironis
2019-02-12md/raid1: don't clear bitmap bits on interrupted recovery.Nate Dailey
2019-02-11dm crypt: don't overallocate the integrity tag spaceMikulas Patocka
2019-02-09bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadataColy Li
2019-02-09bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li
2019-02-09bcache: fix input overflow to cache set io_error_limitColy Li
2019-02-09bcache: fix input overflow to journal_delay_msColy Li
2019-02-09bcache: fix input overflow to writeback_rate_minimumColy Li
2019-02-09bcache: fix potential div-zero error of writeback_rate_p_term_inverseColy Li
2019-02-09bcache: fix potential div-zero error of writeback_rate_i_term_inverseColy Li
2019-02-09bcache: fix input overflow to writeback_delayColy Li
2019-02-09bcache: use sysfs_strtoul_bool() to set bit-field variablesColy Li
2019-02-09bcache: add sysfs_strtoul_bool() for setting bit-field variablesColy Li
2019-02-09bcache: fix input overflow to sequential_cutoffColy Li
2019-02-09bcache: fix input integer overflow of congested thresholdColy Li
2019-02-09bcache: improve sysfs_strtoul_clamp()Coly Li