aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-05dm integrity: fix deadlock with overlapping I/OMikulas Patocka1-3/+1
2019-04-04dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer3-8/+24
2019-04-01dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errorsIlya Dryomov1-0/+39
2019-04-01dm: revert 8f50e358153d ("dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZE")Mikulas Patocka1-9/+1
2019-04-01dm init: fix const confusion for dm_allowed_targets arrayAndi Kleen1-1/+1
2019-04-01dm integrity: make dm_integrity_init and dm_integrity_exit staticYueHaibing1-2/+2
2019-04-01dm integrity: change memcmp to strncmp in dm_integrity_ctrMikulas Patocka1-4/+4
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds4-1/+69
2019-03-12md: Fix failed allocation of md_register_threadAditya Pakki2-0/+4
2019-03-12It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni1-1/+0
2019-03-12raid5: set write hint for PPLMariusz Dabrowski3-0/+65
2019-03-12md: convert to kvmallocKent Overstreet3-56/+46
2019-03-09Merge tag 'for-5.1/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds17-139/+647
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds14-74/+124
2019-03-06dm integrity: limit the rate of error messagesMikulas Patocka1-4/+4
2019-03-05dm snapshot: don't define direct_access if we don't support itMikulas Patocka1-8/+0
2019-03-05dm cache: add support for discard passdown to the origin deviceMike Snitzer1-26/+100
2019-03-05dm writecache: fix typo in name for writeback_wqHuaisheng Ye1-1/+1
2019-03-05dm: add support to directly boot to a mapped deviceHelen Koike4-0/+422
2019-03-05dm thin: add sanity checks to thin-pool and external snapshot creationJason Cai (Xiang Feng)1-0/+13
2019-03-05dm block manager: remove redundant unlikely annotationChengguang Xu1-4/+4
2019-03-05dm verity fec: remove redundant unlikely annotationChengguang Xu1-3/+3
2019-03-05dm integrity: remove redundant unlikely annotationChengguang Xu1-1/+1
2019-03-05dm: always call blk_queue_split() in dm_process_bio()Mike Snitzer1-3/+2
2019-03-05dm switch: use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-03-05dm: remove unused _rq_tio_cache and _rq_cacheMike Snitzer3-36/+18
2019-02-20dm: eliminate 'split_discard_bios' flag from DM target interfaceMike Snitzer5-27/+15
2019-02-19dm: update dm_process_bio() to split bio if in ->make_request_fn()Mike Snitzer1-27/+66
2019-02-15Merge tag 'for-linus-20190215' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+18
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe4-16/+35
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei1-1/+1
2019-02-15block: kill QUEUE_FLAG_NO_SG_MERGEMing Lei1-13/+0
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei3-3/+6
2019-02-15bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()Ming Lei1-1/+5
2019-02-14dm thin: fix bug where bio that overwrites thin block ignores FUANikos Tsironis1-5/+50
2019-02-12md/raid1: don't clear bitmap bits on interrupted recovery.Nate Dailey1-10/+18
2019-02-11dm crypt: don't overallocate the integrity tag spaceMikulas Patocka1-1/+1
2019-02-09bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadataColy Li1-3/+4
2019-02-09bcache: fix input overflow to cache set sysfs file io_error_halflifeColy Li1-2/+11
2019-02-09bcache: fix input overflow to cache set io_error_limitColy Li1-2/+1
2019-02-09bcache: fix input overflow to journal_delay_msColy Li1-1/+3
2019-02-09bcache: fix input overflow to writeback_rate_minimumColy Li1-1/+3
2019-02-09bcache: fix potential div-zero error of writeback_rate_p_term_inverseColy Li1-1/+3
2019-02-09bcache: fix potential div-zero error of writeback_rate_i_term_inverseColy Li1-1/+3
2019-02-09bcache: fix input overflow to writeback_delayColy Li1-1/+1
2019-02-09bcache: use sysfs_strtoul_bool() to set bit-field variablesColy Li1-8/+8
2019-02-09bcache: add sysfs_strtoul_bool() for setting bit-field variablesColy Li1-0/+10
2019-02-09bcache: fix input overflow to sequential_cutoffColy Li1-1/+3
2019-02-09bcache: fix input integer overflow of congested thresholdColy Li1-4/+6
2019-02-09bcache: improve sysfs_strtoul_clamp()Coly Li1-3/+10