aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds14-74/+124
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
2019-02-09bcache: treat stale && dirty keys as bad keysTang Junhui1-6/+7
2019-02-09bcache: fix indentation issue, remove tabs on a hunk of codeColin Ian King1-15/+15
2019-02-09bcache: export backing_dev_uuid via sysfsColy Li1-0/+9
2019-02-09bcache: export backing_dev_name via sysfsColy Li1-0/+8
2019-02-09bcache: not use hard coded memset size in bch_cache_accounting_clear()Coly Li1-1/+1
2019-02-09bcache: never writeback a discard operationDaniel Axtens1-0/+3
2019-02-06dm: don't use bio_trim() afterallMike Snitzer1-1/+5
2019-02-06dm: add memory barrier before waitqueue_activeMikulas Patocka2-2/+2
2019-02-04raid1: simplify raid1_error functionYufen Yu1-4/+2
2019-02-04md-linear: use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-01-28md/raid5: fix 'out of memory' during raid cache recoveryAlexei Naberezhnov2-13/+28
2019-01-25Merge tag 'for-5.0/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds5-28/+56
2019-01-22dm: add missing trace_block_split() to __split_and_process_bio()Mike Snitzer1-0/+1
2019-01-22dm: fix dm_wq_work() to only use __split_and_process_bio() if appropriateMike Snitzer1-6/+12
2019-01-21dm: fix redundant IO accounting for bios that need splittingMike Snitzer1-0/+16
2019-01-21dm: fix clone_bio() to trigger blk_recount_segments()Mike Snitzer1-6/+2
2019-01-15dm thin: fix passdown_double_checking_shared_status()Joe Thornber3-8/+8
2019-01-14md: Make bio_alloc_mddev use bio_alloc_biosetMarcos Paulo de Souza1-6/+1
2019-01-10dm crypt: fix parsing of extended IV argumentsMilan Broz1-8/+17
2019-01-03Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md into for-linusJens Axboe2-57/+33
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-4/+4
2018-12-28Merge tag 'for-4.21/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds17-82/+121
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds16-78/+231
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS4-4/+4
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-2/+2
2018-12-20md: fix raid10 hang issue caused by barrierGuoqing Jiang1-0/+4
2018-12-20raid10: refactor common wait code from regular read/write requestGuoqing Jiang1-47/+25