aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm thin metadata: do not write metadata if no changes occurredMike Snitzer2019-04-181-3/+23
* dm thin metadata: add wrappers for managing write locking of metadataMike Snitzer2019-04-181-44/+64
* dm thin metadata: check __commit_transaction()'s returnMike Snitzer2019-04-181-1/+6
* dm space map common: zero entire ll_diskMike Snitzer2019-04-181-0/+2
* dm writecache: add unlikely for returned value of rb_next/prevHuaisheng Ye2019-04-181-2/+2
* dm writecache: remove needless dereferences in __writecache_writeback_pmem()Huaisheng Ye2019-04-181-6/+6
* dm snapshot: Use fine-grained locking schemeNikos Tsironis2019-04-181-40/+44
* dm snapshot: Make exception tables scalableNikos Tsironis2019-04-182-24/+116
* dm snapshot: Replace mutex with rw semaphoreNikos Tsironis2019-04-181-45/+43
* dm snapshot: Don't sleep holding the snapshot lockNikos Tsironis2019-04-181-37/+65
* dm cache metadata: Fix loading discard bitsetNikos Tsironis2019-04-181-1/+8
* dm zoned: Fix zone report handlingDamien Le Moal2019-04-181-0/+5
* dm zoned: Silence a static checker warningDan Carpenter2019-04-181-1/+2
* dm crypt: fix endianness annotations around org_sector_of_dmreqChristoph Hellwig2019-04-181-4/+4
* dm integrity: fix deadlock with overlapping I/OMikulas Patocka2019-04-051-3/+1
* dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer2019-04-043-8/+24
* dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errorsIlya Dryomov2019-04-011-0/+39
* dm: revert 8f50e358153d ("dm: limit the max bio size as BIO_MAX_PAGES * PAGE_...Mikulas Patocka2019-04-011-9/+1
* dm init: fix const confusion for dm_allowed_targets arrayAndi Kleen2019-04-011-1/+1
* dm integrity: make dm_integrity_init and dm_integrity_exit staticYueHaibing2019-04-011-2/+2
* dm integrity: change memcmp to strncmp in dm_integrity_ctrMikulas Patocka2019-04-011-4/+4
* Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-164-1/+69
|\
| * md: Fix failed allocation of md_register_threadAditya Pakki2019-03-122-0/+4
| * It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni2019-03-121-1/+0