summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2018-10-13dm cache: fix resize crash if user doesn't reload cache tableMike Snitzer
2018-10-13dm cache metadata: ignore hints array being too small during resizeJoe Thornber
2018-10-13dm mpath: fix attached_handler_name leak and dangling hw_handler_name pointerMike Snitzer
2018-10-10dm thin metadata: fix __udivdi3 undefined on 32-bitMike Snitzer
2018-10-10dm thin metadata: try to avoid ever aborting transactionsJoe Thornber
2018-10-10dm raid: fix RAID leg rebuild errorsHeinz Mauelshagen
2018-10-10dm raid: fix rebuild of specific devices by updating superblockHeinz Mauelshagen
2018-10-10dm raid: fix stripe adding reshape deadlockHeinz Mauelshagen
2018-10-10dm raid: fix reshape race on small devicesHeinz Mauelshagen
2018-10-10RAID10 BUG_ON in raise_barrier when force is true and conf->barrier is 0Xiao Ni
2018-10-10md/raid5-cache: disable reshape completelyShaohua Li
2018-10-03md-cluster: clear another node's suspend_area after the copy is finishedGuoqing Jiang
2018-09-26dm verity: fix crash on bufio buffer that was allocated with vmallocMikulas Patocka
2018-09-19dm cache: only allow a single io_mode cache feature to be requestedJohn Pittman
2018-09-19md/raid5: fix data corruption of replacements after originals droppedBingJing Chang
2018-09-15dm kcopyd: avoid softlockup in run_complete_jobJohn Pittman
2018-09-09bcache: release dc->writeback_lock properly in bch_writeback_thread()Shan Hai
2018-09-09dm writecache: fix a crash due to reading past end of dirty_bitmapMikulas Patocka
2018-09-09dm crypt: don't decrease device limitsMikulas Patocka
2018-09-09dm cache metadata: set dirty on all cache blocks after a crashIlya Dryomov
2018-09-09dm cache metadata: save in-core policy_hint_size to on-disk superblockMike Snitzer
2018-09-09dm thin: stop no_space_timeout worker when switching to write-modeHou Tao
2018-09-09dm integrity: change 'suspending' variable from bool to intMikulas Patocka
2018-07-20Merge tag 'for-4.18/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-07-02dm writecache: support optional offset for start of deviceMikulas Patocka
2018-07-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2018-06-28dm: prevent DAX mounts if not supportedRoss Zwisler
2018-06-28md/raid10: fix that replacement cannot complete recovery after reassembleBingJing Chang
2018-06-27dm thin: handle running out of data space vs concurrent discardMike Snitzer
2018-06-22dm raid: don't use 'const' in function returnArnd Bergmann
2018-06-22dm zoned: avoid triggering reclaim from inside dmz_map()Bart Van Assche
2018-06-22dm writecache: use 2-factor allocator argumentsKees Cook
2018-06-22dm thin metadata: remove needless work from __commit_transactionMike Snitzer
2018-06-22dm: use bio_split() when splitting out the already processed bioMike Snitzer
2018-06-18MD: cleanup resources in failureShaohua Li
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextlibnvdimm-for-4.18Dan Williams
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-08dm: add writecache targetMikulas Patocka
2018-06-08dm: adjust structure members to improve alignmentMike Snitzer