summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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-5.0/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-01-245-28/+56
|\
| * dm: add missing trace_block_split() to __split_and_process_bio()Mike Snitzer2019-01-221-0/+1
| * dm: fix dm_wq_work() to only use __split_and_process_bio() if appropriateMike Snitzer2019-01-221-6/+12
| * dm: fix redundant IO accounting for bios that need splittingMike Snitzer2019-01-211-0/+16
| * dm: fix clone_bio() to trigger blk_recount_segments()Mike Snitzer2019-01-211-6/+2Star
| * dm thin: fix passdown_double_checking_shared_status()Joe Thornber2019-01-153-8/+8
| * dm crypt: fix parsing of extended IV argumentsMilan Broz2019-01-101-8/+17
* | md: Make bio_alloc_mddev use bio_alloc_biosetMarcos Paulo de Souza2019-01-141-6/+1Star
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli...Jens Axboe2019-01-032-57/+33Star
|\
| * md: fix raid10 hang issue caused by barrierGuoqing Jiang2018-12-201-0/+4
| * raid10: refactor common wait code from regular read/write requestGuoqing Jiang2018-12-201-47/+25Star
| * md: remvoe redundant condition checkChengguang Xu2018-12-201-8/+4Star
| * md: remove set but not used variable 'bi_rdev'Yue Haibing2018-12-201-2/+0Star
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-294-4/+4
|\ \
| * | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-284-4/+4
* | | Merge tag 'for-4.21/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-2917-82/+121
|\ \ \
| * | | dm: do not allow readahead to limit IO sizeJaegeuk Kim2018-12-181-0/+3
| * | | dm raid: fix false -EBUSY when handling check/repair messageHeinz Mauelshagen2018-12-181-2/+1Star
| * | | dm rq: cleanup leftover code from recently removed q->mq_ops branchingMike Snitzer2018-12-181-3/+1Star
| * | | dm verity: log the hash algorithm implementationEric Biggers2018-12-181-0/+9
| * | | dm crypt: log the encryption algorithm implementationEric Biggers2018-12-181-0/+9
| * | | dm integrity: fix spelling mistake in workqueue nameColin Ian King2018-12-181-1/+1
| * | | dm flakey: Properly corrupt multi-page bios.Sweet Tea2018-12-181-11/+22
| * | | dm: Check for device sector overflow if CONFIG_LBDAF is not setMilan Broz2018-12-186-6/+7
| * | | dm crypt: use u64 instead of sector_t to store iv_offsetAliOS system security2018-12-181-3/+3