summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2019-03-19It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni
2019-02-20dm thin: fix bug where bio that overwrites thin block ignores FUANikos Tsironis
2019-02-20dm crypt: don't overallocate the integrity tag spaceMikulas Patocka
2019-02-20md/raid1: don't clear bitmap bits on interrupted recovery.Nate Dailey
2019-02-12md: fix raid10 hang issue caused by barrierGuoqing Jiang
2019-02-06md/raid5: fix 'out of memory' during raid cache recoveryAlexei Naberezhnov
2019-01-31dm crypt: fix parsing of extended IV argumentsMilan Broz
2019-01-31dm thin: fix passdown_double_checking_shared_status()Joe Thornber
2019-01-26dm: Check for device sector overflow if CONFIG_LBDAF is not setMilan Broz
2019-01-26dm snapshot: Fix excessive memory usage and workqueue stallsNikos Tsironis
2019-01-26dm kcopyd: Fix bug causing workqueue stallsNikos Tsironis
2019-01-26dm crypt: use u64 instead of sector_t to store iv_offsetAliOS system security
2019-01-13dm: do not allow readahead to limit IO sizeJaegeuk Kim
2018-12-12dm thin: bump target versionMike Snitzer
2018-12-11dm thin: send event about thin-pool state change _after_ making itMike Snitzer
2018-12-07dm zoned: Fix target BIO completion handlingDamien Le Moal
2018-12-07dm: call blk_queue_split() to impose device limits on biosMike Snitzer
2018-12-07dm cache metadata: verify cache has blocks in blocks_are_clean_separate_dirty()Mike Snitzer
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou
2018-10-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2018-10-26Merge tag 'for-4.20/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-26Merge tag 'for-linus-20181026' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-10-25block: Introduce blk_revalidate_disk_zones()Damien Le Moal
2018-10-25block: add a report_zones methodChristoph Hellwig
2018-10-25block: Introduce blkdev_nr_zones() helperDamien Le Moal
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-10-22MD: Memory leak when flush bio size is zeroXiao Ni
2018-10-22md: fix memleak for mempoolJack Wang
2018-10-22dm writecache: remove disabled code in memory_entry()Mike Snitzer
2018-10-18dm zoned: fix various dmz_get_mblock() issuesDamien Le Moal
2018-10-18dm zoned: fix metadata block ref countingDamien Le Moal
2018-10-18dm raid: avoid bitmap with raid4/5/6 journal deviceHeinz Mauelshagen
2018-10-18md-cluster: remove suspend_infoGuoqing Jiang
2018-10-18md-cluster: send BITMAP_NEEDS_SYNC message if reshaping is interruptedGuoqing Jiang
2018-10-18md-cluster/bitmap: don't call md_bitmap_sync_with_cluster during reshaping stageGuoqing Jiang
2018-10-18md-cluster/raid10: don't call remove_and_add_spares during reshaping stageGuoqing Jiang
2018-10-18md-cluster/raid10: call update_size in md_reap_sync_threadGuoqing Jiang
2018-10-18md-cluster: introduce resync_info_get interface for sanity checkGuoqing Jiang
2018-10-18md-cluster/raid10: support add disk under grow modeGuoqing Jiang
2018-10-18md-cluster/raid10: resize all the bitmaps before start reshapeGuoqing Jiang
2018-10-18dm crypt: make workqueue names device-specificMichał Mirosław
2018-10-18dm: add dm_table_device_name()Michał Mirosław
2018-10-18dm ioctl: harden copy_params()'s copy_from_user() from malicious usersWenwen Wang
2018-10-16dm: remove unnecessary unlikely() around WARN_ON_ONCE()Igor Stoppa
2018-10-16dm zoned: target: use refcount_t for dm zoned reference countersJohn Pittman
2018-10-16dm thin: use refcount_t for thin_c reference countingJohn Pittman
2018-10-14MD: fix invalid stored role for a disk - try2Shaohua Li
2018-10-11dm table: require that request-based DM be layered on blk-mq devicesMike Snitzer