summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
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/...Linus 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...Linus 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
2018-10-16dm: remove unnecessary unlikely() around WARN_ON_ONCE()Igor Stoppa2-2/+2
2018-10-16dm zoned: target: use refcount_t for dm zoned reference countersJohn Pittman1-10/+10
2018-10-16dm thin: use refcount_t for thin_c reference countingJohn Pittman1-4/+4
2018-10-14MD: fix invalid stored role for a disk - try2Shaohua Li3-4/+2
2018-10-11dm table: require that request-based DM be layered on blk-mq devicesMike Snitzer1-1/+17
2018-10-11Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman1-1/+2
2018-10-11dm: rename DM_TYPE_MQ_REQUEST_BASED to DM_TYPE_REQUEST_BASEDMike Snitzer3-17/+6
2018-10-11dm: remove legacy request-based IO pathJens Axboe9-393/+36
2018-10-10dm linear: fix linear_end_io conditional definitionDamien Le Moal2-2/+4
2018-10-10md/bitmap: use mddev_suspend/resume instead of ->quiesce()Jack Wang1-4/+5
2018-10-10md: remove redundant code that is no longer reachableColin Ian King1-2/+0
2018-10-10dm linear: eliminate linear_end_io call if CONFIG_DM_ZONED disabledMike Snitzer1-1/+7
2018-10-09dm: fix report zone remapping to account for partition offsetDamien Le Moal1-7/+20
2018-10-09dm cache: destroy migration_cache if cache target registration failedShenghui Wang1-3/+2
2018-10-08bcache: panic fix for making cache deviceDongbo Cao1-0/+8
2018-10-08bcache: split combined if-condition code into separate onesDongbo Cao1-14/+76
2018-10-08bcache: use MAX_CACHES_PER_SET instead of magic number 8 in __bch_bucket_allo...Shenghui Wang1-1/+1
2018-10-08bcache: replace hard coded number with BUCKET_GC_GEN_MAXColy Li1-1/+1
2018-10-08bcache: remove useless parameter of bch_debug_init()Dongbo Cao3-3/+3
2018-10-08bcache: remove unused bch_passthrough_cacheShenghui Wang1-1/+1
2018-10-08bcache: recal cached_dev_sectors on detachShenghui Wang1-0/+1
2018-10-08bcache: fix miss key refill->end in writebackTang Junhui1-1/+1
2018-10-08bcache: Populate writeback_rate_minimum attributeBen Peddell1-0/+2