summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
| * | | md: raid1-10: Unify r{1,10}bio_pool_freeMarcos Paulo de Souza2019-06-153-17/+12
| * | | md: raid10: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-06-151-2/+1
| * | | md/raid1: get rid of extra blank line and spaceYufen Yu2019-06-151-6/+3
| * | | md: fix spelling typo and add necessary spaceYufen Yu2019-06-151-7/+4
| * | | md: md.c: Return -ENODEV when mddev is NULL in rdev_attr_showMarcos Paulo de Souza2019-06-151-1/+1
| * | | raid5-cache: Need to do start() part job after adding journal deviceXiao Ni2019-06-151-2/+9
| * | | drivers: md: Unify common definitions of raid1 and raid10Marcos Paulo de Souza2019-06-153-53/+28
* | | | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-1/+1
|\ \ \ \
| * | | | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-271-1/+1
* | | | | 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