summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* md-cluster: release RESYNC lock after the last resync messageGuoqing Jiang2018-08-311-5/+5
* RAID10 BUG_ON in raise_barrier when force is true and conf->barrier is 0Xiao Ni2018-08-311-1/+4
* md/raid5-cache: disable reshape completelyShaohua Li2018-08-312-3/+8
* Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds2018-08-251-2/+1
|\
| * md/dm-writecache: Don't request pointer dummy_addr when not requiredHuaisheng Ye2018-07-301-2/+1
* | bcache: release dc->writeback_lock properly in bch_writeback_thread()Shan Hai2018-08-221-1/+3
* | Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-2228-535/+672
|\ \
| * | bcache: add the missing comments for smp_mb()/smp_wmb()Coly Li2018-08-112-2/+4
| * | bcache: remove unnecessary space before ioctl function pointer argumentsColy Li2018-08-111-2/+2
| * | bcache: add missing SPDX headerColy Li2018-08-113-0/+3
| * | bcache: move open brace at end of function definitions to next lineColy Li2018-08-111-3/+6
| * | bcache: add static const prefix to char * array declarationsColy Li2018-08-111-1/+1
| * | bcache: fix code comments styleColy Li2018-08-113-13/+21
| * | bcache: do not check NULL pointer before calling kmem_cache_destroyColy Li2018-08-111-2/+1
| * | bcache: prefer 'help' in KconfigColy Li2018-08-111-3/+3
| * | bcache: fix typo 'succesfully' to 'successfully'Coly Li2018-08-112-2/+2
| * | bcache: replace '%pF' by '%pS' in seq_printf()Coly Li2018-08-111-2/+2
| * | bcache: fix indent by replacing blank by tabsColy Li2018-08-111-2/+2
| * | bcache: replace printk() by pr_*() routinesColy Li2018-08-114-15/+15
| * | bcache: replace Symbolic permissions by octal permission numbersColy Li2018-08-112-5/+5
| * | bcache: style fixes for lines over 80 charactersColy Li2018-08-1113-28/+59
| * | bcache: add identifier names to arguments of function definitionsColy Li2018-08-1114-185/+215
| * | bcache: style fix to add a blank line after declarationsColy Li2018-08-1116-7/+55
| * | bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li2018-08-1122-293/+306
* | | bcache: use routines from lib/crc64.c for CRC64 calculationColy Li2018-08-223-135/+18
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-1810-304/+288
|\ \ \
| * | | md: Avoid namespace collision with bitmap APIAndy Shevchenko2018-08-019-294/+278
| * | | dm: Avoid namespace collision with bitmap APIAndy Shevchenko2018-08-011-10/+10
* | | | Merge tag 'for-4.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-1711-320/+665
|\ \ \ \
| * | | | dm writecache: fix a crash due to reading past end of dirty_bitmapMikulas Patocka2018-08-161-1/+1
| * | | | dm crypt: don't decrease device limitsMikulas Patocka2018-08-131-5/+5
| * | | | dm cache metadata: set dirty on all cache blocks after a crashIlya Dryomov2018-08-091-3/+7
| * | | | dm snapshot: remove stale FIXME in snapshot_map()Mike Snitzer2018-08-081-2/+0
| * | | | dm snapshot: improve performance by switching out_of_order_list to rbtreeDavid Jeffery2018-08-081-13/+26
| * | | | dm kcopyd: avoid softlockup in run_complete_jobJohn Pittman2018-08-081-0/+2
| * | | | dm cache metadata: save in-core policy_hint_size to on-disk superblockMike Snitzer2018-08-071-1/+2
| * | | | dm thin: stop no_space_timeout worker when switching to write-modeHou Tao2018-08-071-0/+2
| * | | | dm kcopyd: return void from dm_kcopyd_copy()Mike Snitzer2018-07-315-57/+21
| * | | | dm thin: include metadata_low_watermark threshold in pool statusAndy Grover2018-07-301-2/+4
| * | | | dm writecache: report start_sector in status lineMikulas Patocka2018-07-271-1/+5
| * | | | dm crypt: convert essiv from ahash to shashKees Cook2018-07-271-17/+14
| * | | | dm crypt: use wake_up_process() instead of a wait queueMikulas Patocka2018-07-271-15/+10
| * | | | dm integrity: recalculate checksums on creationMikulas Patocka2018-07-271-4/+183
| * | | | dm integrity: flush journal on suspend when using separate metadata deviceMikulas Patocka2018-07-271-1/+3
| * | | | dm integrity: use version 2 for separate metadataMikulas Patocka2018-07-271-3/+13
| * | | | dm integrity: allow separate metadata deviceMikulas Patocka2018-07-271-54/+149
| * | | | dm integrity: add ic->start in get_data_sector()Mikulas Patocka2018-07-271-3/+4
| * | | | dm integrity: report provided data sectors in the statusMikulas Patocka2018-07-271-1/+3
| * | | | dm integrity: implement fair range locksMikulas Patocka2018-07-271-9/+59
| * | | | dm integrity: decouple common code in dm_integrity_map_continue()Mikulas Patocka2018-07-271-3/+7