summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm linear: fix linear_end_io conditional definitionDamien Le Moal2018-10-182-2/+4
* dm linear: eliminate linear_end_io call if CONFIG_DM_ZONED disabledMike Snitzer2018-10-181-1/+7
* dm: fix report zone remapping to account for partition offsetDamien Le Moal2018-10-181-7/+20
* dm cache: destroy migration_cache if cache target registration failedShenghui Wang2018-10-181-3/+2
* dm cache: fix resize crash if user doesn't reload cache tableMike Snitzer2018-10-131-2/+7
* dm cache metadata: ignore hints array being too small during resizeJoe Thornber2018-10-131-2/+2
* dm mpath: fix attached_handler_name leak and dangling hw_handler_name pointerMike Snitzer2018-10-131-6/+8
* dm thin metadata: fix __udivdi3 undefined on 32-bitMike Snitzer2018-10-101-4/+2
* dm thin metadata: try to avoid ever aborting transactionsJoe Thornber2018-10-102-9/+100
* dm raid: fix RAID leg rebuild errorsHeinz Mauelshagen2018-10-101-34/+46
* dm raid: fix rebuild of specific devices by updating superblockHeinz Mauelshagen2018-10-101-0/+5
* dm raid: fix stripe adding reshape deadlockHeinz Mauelshagen2018-10-101-8/+3
* dm raid: fix reshape race on small devicesHeinz Mauelshagen2018-10-101-47/+1
* RAID10 BUG_ON in raise_barrier when force is true and conf->barrier is 0Xiao Ni2018-10-101-1/+4
* md/raid5-cache: disable reshape completelyShaohua Li2018-10-102-3/+8
* md-cluster: clear another node's suspend_area after the copy is finishedGuoqing Jiang2018-10-031-9/+10
* dm verity: fix crash on bufio buffer that was allocated with vmallocMikulas Patocka2018-09-261-4/+20
* dm cache: only allow a single io_mode cache feature to be requestedJohn Pittman2018-09-191-4/+15
* md/raid5: fix data corruption of replacements after originals droppedBingJing Chang2018-09-191-0/+6
* dm kcopyd: avoid softlockup in run_complete_jobJohn Pittman2018-09-151-0/+2
* bcache: release dc->writeback_lock properly in bch_writeback_thread()Shan Hai2018-09-091-1/+3
* dm writecache: fix a crash due to reading past end of dirty_bitmapMikulas Patocka2018-09-091-1/+1
* dm crypt: don't decrease device limitsMikulas Patocka2018-09-091-5/+5
* dm cache metadata: set dirty on all cache blocks after a crashIlya Dryomov2018-09-091-3/+7
* dm cache metadata: save in-core policy_hint_size to on-disk superblockMike Snitzer2018-09-091-1/+2
* dm thin: stop no_space_timeout worker when switching to write-modeHou Tao2018-09-091-0/+2
* dm integrity: change 'suspending' variable from bool to intMikulas Patocka2018-09-091-3/+3
* Merge tag 'for-4.18/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-07-201-14/+29
|\
| * dm writecache: support optional offset for start of deviceMikulas Patocka2018-07-021-14/+29
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-07-022-3/+12
|\ \ | |/ |/|
| * md/raid10: fix that replacement cannot complete recovery after reassembleBingJing Chang2018-06-281-0/+7
| * MD: cleanup resources in failureShaohua Li2018-06-181-3/+5
* | dm: prevent DAX mounts if not supportedRoss Zwisler2018-06-282-5/+5
* | dm thin: handle running out of data space vs concurrent discardMike Snitzer2018-06-271-2/+9
* | dm raid: don't use 'const' in function returnArnd Bergmann2018-06-221-1/+1
* | dm zoned: avoid triggering reclaim from inside dmz_map()Bart Van Assche2018-06-221-1/+1
* | dm writecache: use 2-factor allocator argumentsKees Cook2018-06-221-5/+5
* | dm thin metadata: remove needless work from __commit_transactionMike Snitzer2018-06-221-9/+0
* | dm: use bio_split() when splitting out the already processed bioMike Snitzer2018-06-221-3/+2
|/
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-153-3/+3
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-1219-58/+80
|\
| * treewide: Use array_size() in vzalloc()Kees Cook2018-06-122-3/+3
| * treewide: Use array_size() in vmalloc()Kees Cook2018-06-125-5/+9
| * treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-121-2/+3
| * treewide: kvmalloc() -> kvmalloc_array()Kees Cook2018-06-121-4/+11
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-129-32/+38
| * treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-127-12/+16
* | Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-1213-74/+2398
|\ \ | |/ |/|
| * dm: add writecache targetMikulas Patocka2018-06-083-0/+2317
| * dm: adjust structure members to improve alignmentMike Snitzer2018-06-089-73/+79