summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.2/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-06-284-10/+29
|\
| * dm verity: use message limit for data block corruption messageMilan Broz2019-06-251-2/+2
| * dm table: don't copy from a NULL pointer in realloc_argv()Jerome Marchand2019-06-251-1/+1
| * dm log writes: make sure super sector log updates are written in orderzhangyi (F)2019-06-251-2/+21
| * dm init: remove trailing newline from calls to DMERR() and DMINFO()Stephen Boyd2019-06-251-2/+2
| * dm init: fix incorrect uses of kstrndup()Gen Zhang2019-06-251-3/+3
* | md: fix for divide error in status_resyncMariusz Tkaczyk2019-06-181-14/+22
|/
* bcache: only set BCACHE_DEV_WB_RUNNING when cached device attachedColy Li2019-06-131-1/+6
* bcache: fix stack corruption by PRECEDING_KEY()Coly Li2019-06-132-17/+33
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-052-4/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-052-19/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-302-28/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-10/+2
* Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-253-6/+32
|\
| * dax: Arrange for dax_supported check to span multiple devicesDan Williams2019-05-203-6/+32
* | Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-2410-85/+10
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner2019-05-249-79/+9
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45Thomas Gleixner2019-05-241-6/+1
* | | Merge tag 'for-5.2/dm-fix-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-221-1/+3
|\ \ \ | |/ / |/| |
| * | dm: make sure to obey max_io_len_target_boundaryMichael Lass2019-05-211-1/+3
* | | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
* | | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* | | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
| |/ |/|
* | Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-1620-293/+1583
|\|
| * dm: fix a couple brace coding style issuesSheetal Singala2019-05-161-2/+4
| * dm crypt: print device name in integrity error messageMilan Broz2019-05-161-3/+6
| * dm crypt: move detailed message into debug levelMilan Broz2019-05-161-4/+5
| * dm ioctl: fix hang in early create error conditionHelen Koike2019-05-161-1/+5
| * dm integrity: whitespace, coding style and dead code cleanupMike Snitzer2019-05-091-43/+61
| * dm integrity: implement synchronous mode for reboot handlingMikulas Patocka2019-05-081-5/+38
| * dm integrity: handle machine reboot in bitmap modeMikulas Patocka2019-05-081-0/+24
| * dm integrity: add a bitmap modeMikulas Patocka2019-05-081-33/+503
| * dm integrity: introduce a function add_new_range_and_wait()Mikulas Patocka2019-05-081-4/+8
| * dm integrity: allow large ranges to be describedMikulas Patocka2019-05-071-3/+3
| * dm ingerity: pass size to dm_integrity_alloc_page_list()Mikulas Patocka2019-05-071-15/+15
| * dm integrity: introduce rw_journal_sectors()Mikulas Patocka2019-05-071-6/+14
| * dm integrity: update documentationMikulas Patocka2019-05-071-1/+3
| * dm integrity: don't report unused optionsMikulas Patocka2019-05-071-3/+7
| * dm integrity: don't check null pointer before kvfree and vfreeMikulas Patocka2019-05-071-4/+2
| * dm integrity: correctly calculate the size of metadata areaMikulas Patocka2019-05-071-2/+2
| * dm dust: Make dm_dust_init and dm_dust_exit staticYueHaibing2019-05-071-2/+2
| * dm dust: remove redundant unsigned comparison to less than zeroColin Ian King2019-05-071-1/+1
| * dm mpath: always free attached_handler_name in parse_path()Martin Wilck2019-04-301-1/+1
| * dm init: fix max devices/targets checksHelen Koike2019-04-301-4/+4
| * dm: add dust targetBryan Gurney2019-04-303-0/+525
| * dm writecache: avoid unnecessary lookups in writecache_find_entry()Mikulas Patocka2019-04-261-6/+5
| * dm writecache: remove unused member page_offset in writeback_structHuaisheng Ye2019-04-261-2/+0
| * dm delay: fix a crash when invalid device is specifiedMikulas Patocka2019-04-261-1/+2
| * dm: only initialize md->dax_dev if CONFIG_DAX_DRIVER is enabledPeng Wang2019-04-261-4/+2
| * dm mpath: fix missing call of path selector type->end_ioYufen Yu2019-04-253-6/+22