summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2019-06-28Merge tag 'for-5.2/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-10/+29
2019-06-25dm verity: use message limit for data block corruption messageMilan Broz-2/+2
2019-06-25dm table: don't copy from a NULL pointer in realloc_argv()Jerome Marchand-1/+1
2019-06-25dm log writes: make sure super sector log updates are written in orderzhangyi (F)-2/+21
2019-06-25dm init: remove trailing newline from calls to DMERR() and DMINFO()Stephen Boyd-2/+2
2019-06-25dm init: fix incorrect uses of kstrndup()Gen Zhang-3/+3
2019-06-18md: fix for divide error in status_resyncMariusz Tkaczyk-14/+22
2019-06-13bcache: only set BCACHE_DEV_WB_RUNNING when cached device attachedColy Li-1/+6
2019-06-13bcache: fix stack corruption by PRECEDING_KEY()Coly Li-17/+33
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner-4/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner-19/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-28/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-10/+2
2019-05-25Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-6/+32
2019-05-24Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds-85/+10
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner-79/+9
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45Thomas Gleixner-6/+1
2019-05-22Merge tag 'for-5.2/dm-fix-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+3
2019-05-21dm: make sure to obey max_io_len_target_boundaryMichael Lass-1/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+3
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-05-20dax: Arrange for dax_supported check to span multiple devicesDan Williams-6/+32
2019-05-16Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-293/+1583
2019-05-16dm: fix a couple brace coding style issuesSheetal Singala-2/+4
2019-05-16dm crypt: print device name in integrity error messageMilan Broz-3/+6
2019-05-16dm crypt: move detailed message into debug levelMilan Broz-4/+5
2019-05-16dm ioctl: fix hang in early create error conditionHelen Koike-1/+5
2019-05-09dm integrity: whitespace, coding style and dead code cleanupMike Snitzer-43/+61
2019-05-08dm integrity: implement synchronous mode for reboot handlingMikulas Patocka-5/+38
2019-05-08dm integrity: handle machine reboot in bitmap modeMikulas Patocka-0/+24
2019-05-08dm integrity: add a bitmap modeMikulas Patocka-33/+503
2019-05-08dm integrity: introduce a function add_new_range_and_wait()Mikulas Patocka-4/+8
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds-232/+275
2019-05-07dm integrity: allow large ranges to be describedMikulas Patocka-3/+3
2019-05-07dm ingerity: pass size to dm_integrity_alloc_page_list()Mikulas Patocka-15/+15
2019-05-07dm integrity: introduce rw_journal_sectors()Mikulas Patocka-6/+14
2019-05-07dm integrity: update documentationMikulas Patocka-1/+3
2019-05-07dm integrity: don't report unused optionsMikulas Patocka-3/+7
2019-05-07dm integrity: don't check null pointer before kvfree and vfreeMikulas Patocka-4/+2
2019-05-07dm integrity: correctly calculate the size of metadata areaMikulas Patocka-2/+2
2019-05-07dm dust: Make dm_dust_init and dm_dust_exit staticYueHaibing-2/+2
2019-05-07dm dust: remove redundant unsigned comparison to less than zeroColin Ian King-1/+1
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-5/+0
2019-05-01bcache: make is_discard_enabled() staticJens Axboe-1/+1
2019-04-30dm mpath: always free attached_handler_name in parse_path()Martin Wilck-1/+1
2019-04-30dm init: fix max devices/targets checksHelen Koike-4/+4
2019-04-30dm: add dust targetBryan Gurney-0/+525
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig-7/+5
2019-04-30bcache: clean up do_btree_node_write a bitChristoph Hellwig-4/+5