aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-13bcache: cannot set writeback_running via sysfs if no writeback kthread createdShenghui Wang1-2/+19
2018-12-13bcache: do not mark writeback_running too earlyShenghui Wang1-1/+2
2018-12-13bcache: update comment in sysfs.cShenghui Wang1-2/+2
2018-12-13bcache: update comment for bch_data_insertShenghui Wang1-3/+3
2018-12-13bcache: do not check if debug dentry is ERR or NULL explicitly on removeShenghui Wang2-4/+2
2018-12-13bcache: add comment for cache_set->fill_iterShenghui Wang2-1/+10
2018-12-12dm thin: bump target versionMike Snitzer1-2/+2
2018-12-11dm thin: send event about thin-pool state change _after_ making itMike Snitzer1-33/+35
2018-12-11dm: fix request-based dm's use of dm_wait_for_completionMike Snitzer2-5/+11
2018-12-10dm: fix inflight IO checkJens Axboe1-8/+6
2018-12-10dm: remove the pending IO accountingMikulas Patocka2-21/+15
2018-12-10block: stop passing 'cpu' to all percpu stats methodsMike Snitzer1-4/+3
2018-12-10dm rq: leverage blk_mq_queue_busy() to check for outstanding IOMike Snitzer1-5/+4
2018-12-10dm: dont rewrite dm_disk(md)->part0.in_flightMikulas Patocka1-3/+1
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou1-1/+1
2018-12-07dm: set the static flush bio device on demandDennis Zhou1-1/+11
2018-12-07dm zoned: Fix target BIO completion handlingDamien Le Moal1-84/+38
2018-12-07dm: call blk_queue_split() to impose device limits on biosMike Snitzer1-0/+2
2018-12-07dm cache metadata: verify cache has blocks in blocks_are_clean_separate_dirty()Mike Snitzer1-0/+4
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers1-1/+1
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers1-1/+1
2018-11-16block: add queue_is_mq() helperJens Axboe2-3/+3
2018-11-15block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig1-1/+1
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou1-1/+1
2018-10-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds9-127/+356
2018-10-26Merge tag 'for-4.20/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds17-461/+131
2018-10-26Merge tag 'for-linus-20181026' of git://git.kernel.dk/linux-blockLinus Torvalds5-110/+137
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-7/+21
2018-10-25block: Introduce blk_revalidate_disk_zones()Damien Le Moal1-0/+10
2018-10-25block: add a report_zones methodChristoph Hellwig3-108/+126
2018-10-25block: Introduce blkdev_nr_zones() helperDamien Le Moal1-2/+1
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds11-31/+110
2018-10-22MD: Memory leak when flush bio size is zeroXiao Ni1-4/+6
2018-10-22md: fix memleak for mempoolJack Wang1-8/+8
2018-10-22dm writecache: remove disabled code in memory_entry()Mike Snitzer1-4/+1
2018-10-18dm zoned: fix various dmz_get_mblock() issuesDamien Le Moal1-24/+42
2018-10-18dm zoned: fix metadata block ref countingDamien Le Moal1-9/+11
2018-10-18dm raid: avoid bitmap with raid4/5/6 journal deviceHeinz Mauelshagen1-1/+1
2018-10-18md-cluster: remove suspend_infoGuoqing Jiang1-71/+32
2018-10-18md-cluster: send BITMAP_NEEDS_SYNC message if reshaping is interruptedGuoqing Jiang2-5/+26
2018-10-18md-cluster/bitmap: don't call md_bitmap_sync_with_cluster during reshaping stageGuoqing Jiang1-7/+20
2018-10-18md-cluster/raid10: don't call remove_and_add_spares during reshaping stageGuoqing Jiang1-2/+6
2018-10-18md-cluster/raid10: call update_size in md_reap_sync_threadGuoqing Jiang1-3/+18
2018-10-18md-cluster: introduce resync_info_get interface for sanity checkGuoqing Jiang3-1/+22
2018-10-18md-cluster/raid10: support add disk under grow modeGuoqing Jiang3-0/+59
2018-10-18md-cluster/raid10: resize all the bitmaps before start reshapeGuoqing Jiang3-3/+120
2018-10-18dm crypt: make workqueue names device-specificMichał Mirosław1-5/+10
2018-10-18dm: add dm_table_device_name()Michał Mirosław1-0/+6
2018-10-18dm ioctl: harden copy_params()'s copy_from_user() from malicious usersWenwen Wang1-12/+6