aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAge
* Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds2018-08-25
|\
| * md/dm-writecache: Don't request pointer dummy_addr when not requiredHuaisheng Ye2018-07-30
* | bcache: release dc->writeback_lock properly in bch_writeback_thread()Shan Hai2018-08-22
* | Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-22
|\ \
| * | bcache: add the missing comments for smp_mb()/smp_wmb()Coly Li2018-08-11
| * | bcache: remove unnecessary space before ioctl function pointer argumentsColy Li2018-08-11
| * | bcache: add missing SPDX headerColy Li2018-08-11
| * | bcache: move open brace at end of function definitions to next lineColy Li2018-08-11
| * | bcache: add static const prefix to char * array declarationsColy Li2018-08-11
| * | bcache: fix code comments styleColy Li2018-08-11
| * | bcache: do not check NULL pointer before calling kmem_cache_destroyColy Li2018-08-11
| * | bcache: prefer 'help' in KconfigColy Li2018-08-11
| * | bcache: fix typo 'succesfully' to 'successfully'Coly Li2018-08-11
| * | bcache: replace '%pF' by '%pS' in seq_printf()Coly Li2018-08-11
| * | bcache: fix indent by replacing blank by tabsColy Li2018-08-11
| * | bcache: replace printk() by pr_*() routinesColy Li2018-08-11
| * | bcache: replace Symbolic permissions by octal permission numbersColy Li2018-08-11
| * | bcache: style fixes for lines over 80 charactersColy Li2018-08-11
| * | bcache: add identifier names to arguments of function definitionsColy Li2018-08-11
| * | bcache: style fix to add a blank line after declarationsColy Li2018-08-11
| * | bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li2018-08-11
* | | bcache: use routines from lib/crc64.c for CRC64 calculationColy Li2018-08-22
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-18
|\ \ \
| * | | md: Avoid namespace collision with bitmap APIAndy Shevchenko2018-08-01
| * | | dm: Avoid namespace collision with bitmap APIAndy Shevchenko2018-08-01
* | | | Merge tag 'for-4.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-17
|\ \ \ \
| * | | | dm writecache: fix a crash due to reading past end of dirty_bitmapMikulas Patocka2018-08-16
| * | | | dm crypt: don't decrease device limitsMikulas Patocka2018-08-13
| * | | | dm cache metadata: set dirty on all cache blocks after a crashIlya Dryomov2018-08-09
| * | | | dm snapshot: remove stale FIXME in snapshot_map()Mike Snitzer2018-08-08
| * | | | dm snapshot: improve performance by switching out_of_order_list to rbtreeDavid Jeffery2018-08-08
| * | | | dm kcopyd: avoid softlockup in run_complete_jobJohn Pittman2018-08-08
| * | | | dm cache metadata: save in-core policy_hint_size to on-disk superblockMike Snitzer2018-08-07
| * | | | dm thin: stop no_space_timeout worker when switching to write-modeHou Tao2018-08-07
| * | | | dm kcopyd: return void from dm_kcopyd_copy()Mike Snitzer2018-07-31
| * | | | dm thin: include metadata_low_watermark threshold in pool statusAndy Grover2018-07-30
| * | | | dm writecache: report start_sector in status lineMikulas Patocka2018-07-27
| * | | | dm crypt: convert essiv from ahash to shashKees Cook2018-07-27
| * | | | dm crypt: use wake_up_process() instead of a wait queueMikulas Patocka2018-07-27
| * | | | dm integrity: recalculate checksums on creationMikulas Patocka2018-07-27
| * | | | dm integrity: flush journal on suspend when using separate metadata deviceMikulas Patocka2018-07-27
| * | | | dm integrity: use version 2 for separate metadataMikulas Patocka2018-07-27
| * | | | dm integrity: allow separate metadata deviceMikulas Patocka2018-07-27
| * | | | dm integrity: add ic->start in get_data_sector()Mikulas Patocka2018-07-27
| * | | | dm integrity: report provided data sectors in the statusMikulas Patocka2018-07-27
| * | | | dm integrity: implement fair range locksMikulas Patocka2018-07-27
| * | | | dm integrity: decouple common code in dm_integrity_map_continue()Mikulas Patocka2018-07-27
| * | | | dm integrity: change 'suspending' variable from bool to intMikulas Patocka2018-07-27
| * | | | dm delay: add flush as a third class of IOMikulas Patocka2018-07-27
| * | | | dm delay: refactor repetitive codeMikulas Patocka2018-07-27