summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-272-2/+2
|\ \ \ | |_|/ |/| |
| * | crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers2018-11-201-1/+1
| * | crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-201-1/+1
| |/
* | dm thin: bump target versionMike Snitzer2018-12-121-2/+2
* | dm thin: send event about thin-pool state change _after_ making itMike Snitzer2018-12-111-33/+35
* | dm zoned: Fix target BIO completion handlingDamien Le Moal2018-12-071-84/+38
* | dm: call blk_queue_split() to impose device limits on biosMike Snitzer2018-12-071-0/+2
* | dm cache metadata: verify cache has blocks in blocks_are_clean_separate_dirty()Mike Snitzer2018-12-071-0/+4
|/
* Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-021-1/+1
|\
| * blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-011-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-10-269-127/+356
|\ \
| * | MD: Memory leak when flush bio size is zeroXiao Ni2018-10-221-4/+6
| * | md: fix memleak for mempoolJack Wang2018-10-221-8/+8
| * | md-cluster: remove suspend_infoGuoqing Jiang2018-10-181-71/+32
| * | md-cluster: send BITMAP_NEEDS_SYNC message if reshaping is interruptedGuoqing Jiang2018-10-182-5/+26
| * | md-cluster/bitmap: don't call md_bitmap_sync_with_cluster during reshaping stageGuoqing Jiang2018-10-181-7/+20
| * | md-cluster/raid10: don't call remove_and_add_spares during reshaping stageGuoqing Jiang2018-10-181-2/+6
| * | md-cluster/raid10: call update_size in md_reap_sync_threadGuoqing Jiang2018-10-181-3/+18
| * | md-cluster: introduce resync_info_get interface for sanity checkGuoqing Jiang2018-10-183-1/+22
| * | md-cluster/raid10: support add disk under grow modeGuoqing Jiang2018-10-183-0/+59
| * | md-cluster/raid10: resize all the bitmaps before start reshapeGuoqing Jiang2018-10-183-3/+120
| * | MD: fix invalid stored role for a disk - try2Shaohua Li2018-10-143-4/+2
| * | md/bitmap: use mddev_suspend/resume instead of ->quiesce()Jack Wang2018-10-101-4/+5
| * | md: remove redundant code that is no longer reachableColin Ian King2018-10-101-2/+0
| * | md: allow metadata updates while suspending an array - fixNeilBrown2018-10-031-10/+12
| * | MD: fix invalid stored role for a diskShaohua Li2018-10-011-0/+4
| * | md/raid10: Fix raid10 replace hang when new added disk faultyAlex Wu2018-09-281-13/+14
| * | raid5: block failing device if raid will be failedMariusz Tkaczyk2018-09-281-0/+12
* | | Merge tag 'for-4.20/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-2617-461/+131
|\ \ \
| * | | dm writecache: remove disabled code in memory_entry()Mike Snitzer2018-10-221-4/+1
| * | | dm zoned: fix various dmz_get_mblock() issuesDamien Le Moal2018-10-181-24/+42
| * | | dm zoned: fix metadata block ref countingDamien Le Moal2018-10-181-9/+11
| * | | dm raid: avoid bitmap with raid4/5/6 journal deviceHeinz Mauelshagen2018-10-181-1/+1
| * | | dm crypt: make workqueue names device-specificMichał Mirosław2018-10-181-5/+10
| * | | dm: add dm_table_device_name()Michał Mirosław2018-10-181-0/+6
| * | | dm ioctl: harden copy_params()'s copy_from_user() from malicious usersWenwen Wang2018-10-181-12/+6
| * | | dm: remove unnecessary unlikely() around WARN_ON_ONCE()Igor Stoppa2018-10-162-2/+2
| * | | dm zoned: target: use refcount_t for dm zoned reference countersJohn Pittman2018-10-161-10/+10
| * | | dm thin: use refcount_t for thin_c reference countingJohn Pittman2018-10-161-4/+4
| * | | dm table: require that request-based DM be layered on blk-mq devicesMike Snitzer2018-10-111-1/+17
| * | | dm: rename DM_TYPE_MQ_REQUEST_BASED to DM_TYPE_REQUEST_BASEDMike Snitzer2018-10-113-17/+6
| * | | dm: remove legacy request-based IO pathJens Axboe2018-10-119-393/+36
* | | | Merge tag 'for-linus-20181026' of git://git.kernel.dk/linux-blockLinus Torvalds2018-10-265-110/+137
|\ \ \ \ | | |_|/ | |/| |
| * | | block: Introduce blk_revalidate_disk_zones()Damien Le Moal2018-10-251-0/+10
| * | | block: add a report_zones methodChristoph Hellwig2018-10-253-108/+126
| * | | block: Introduce blkdev_nr_zones() helperDamien Le Moal2018-10-251-2/+1
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-252-7/+21
|\ \ \ \ | |/ / / |/| | |
| * | | dm: Remove VLA usage from hashesKees Cook2018-09-142-7/+21
* | | | Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds2018-10-2211-31/+110
|\ \ \ \
| * | | | bcache: panic fix for making cache deviceDongbo Cao2018-10-081-0/+8