summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* bcache: closures: move control bits one bit rightMichael Lyle2018-01-091-4/+4
* bcache: fix writeback target calc on large devicesMichael Lyle2018-01-082-4/+34
* bcache: fix misleading error message in bch_count_io_errors()Coly Li2018-01-084-7/+16
* bcache: reduce cache_set devices iteration by devices_max_usedColy Li2018-01-084-5/+9
* bcache: fix unmatched generic_end_io_acct() & generic_start_io_acct()Zhai Zhaoxuan2018-01-081-2/+2
* bcache: mark closure_sync() __schedKent Overstreet2018-01-081-1/+2
* bcache: Fix, improve efficiency of closure_sync()Kent Overstreet2018-01-082-60/+46
* bcache: allow quick writeback when backing idleMichael Lyle2018-01-083-0/+29
* bcache: writeback: properly order backing device IOMichael Lyle2018-01-082-0/+37
* bcache: fix wrong return value in bch_debug_init()Tang Junhui2018-01-084-47/+87
* bcache: segregate flash only volume write streamsTang Junhui2018-01-081-5/+14
* bcache: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2018-01-081-4/+1
* bcache: stop writeback thread after detachingTang Junhui2018-01-081-0/+6
* bcache: ret IOERR when read meets metadata errorRui Hua2018-01-081-0/+22
* dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()Ming Lei2018-01-061-1/+0
* block: move bio_alloc_pages() to bcacheMing Lei2018-01-067-5/+33
* bcache: comment on direct access to bvec tableMing Lei2018-01-062-0/+8
* dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZEMing Lei2018-01-061-1/+9
* block: convert to bio_first_bvec_all & bio_first_page_allMing Lei2018-01-061-4/+4
* Merge tag 'for-4.15/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-12-156-62/+100
|\
| * dm bufio: fix shrinker scans when (nr_to_scan < retain_target)Suren Baghdasaryan2017-12-081-2/+6
| * dm mpath: fix bio-based multipath queue_if_no_path handlingMike Snitzer2017-12-081-7/+42
| * dm: fix various targets to dm_register_target after module __init resources c...monty_pavel@sina.com2017-12-044-51/+49
| * dm table: fix regression from improper dm_dev_internal.count refcount_t conve...Mike Snitzer2017-12-041-2/+3
* | md/raid1/10: add missed blk plugShaohua Li2017-12-012-0/+8
* | md: limit mdstat resync progress to max_sectorsNate Dailey2017-12-011-1/+3
* | md/r5cache: move mddev_lock() out of r5c_journal_mode_set()Song Liu2017-12-011-13/+9
* | md/raid5: correct degraded calculation in raid5_errorbingjingc2017-12-011-1/+1
|/
* bcache: check return value of register_shrinkerMichael Lyle2017-11-241-1/+4
* bcache: recover data from backing when data is cleanRui Hua2017-11-241-7/+6
* bcache: Fix building error on MIPSHuacai Chen2017-11-243-3/+3
* bcache: add a comment in journal bucket readingTang Junhui2017-11-241-0/+5
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-175-21/+16
|\
| * md: Convert timers to use timer_setup()Kees Cook2017-11-145-21/+16
* | Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-175-39/+28
|\ \
| * | dm bufio: fix integer overflow when limiting maximum cache sizeEric Biggers2017-11-161-9/+6
| * | dm: clear all discard attributes in queue_limits when discards are disabledMike Snitzer2017-11-161-2/+8
| * | dm: do not set 'discards_supported' in targets that do not need itMike Snitzer2017-11-162-7/+0
| * | dm: discard support requires all targets in a table support discardsMike Snitzer2017-11-161-19/+14
| * | dm mpath: remove annoying message of 'blk_get_request() returned -11'Ming Lei2017-11-161-2/+0
* | | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-3/+3
|\ \ \ | |_|/ |/| |
| * | treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-3/+3
* | | Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-141-15/+7
|\ \ \
| * | | bitops: Introduce assign_bit()Lukas Wunner2017-10-191-15/+7
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-11-1421-220/+400
|\ \ \ \
| * | | | md: free unused memory after bitmap resizeZdenek Kabelac2017-11-101-0/+9
| * | | | md: release allocated bitset sync_setZdenek Kabelac2017-11-101-1/+7
| * | | | md/bitmap: clear BITMAP_WRITE_ERROR bit before writing it to sbHou Tao2017-11-091-1/+5
| * | | | md: be cautious about using ->curr_resync_completed for ->recovery_offsetNeilBrown2017-11-092-11/+46
| * | | | md: don't check MD_SB_CHANGE_CLEAN in md_allow_writeArtur Paszkiewicz2017-11-011-1/+0