aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2019-05-16dm ioctl: fix hang in early create error conditionHelen Koike
2019-05-09dm integrity: whitespace, coding style and dead code cleanupMike Snitzer
2019-05-08dm integrity: implement synchronous mode for reboot handlingMikulas Patocka
2019-05-08dm integrity: handle machine reboot in bitmap modeMikulas Patocka
2019-05-08dm integrity: add a bitmap modeMikulas Patocka
2019-05-08dm integrity: introduce a function add_new_range_and_wait()Mikulas Patocka
2019-05-07dm integrity: allow large ranges to be describedMikulas Patocka
2019-05-07dm ingerity: pass size to dm_integrity_alloc_page_list()Mikulas Patocka
2019-05-07dm integrity: introduce rw_journal_sectors()Mikulas Patocka
2019-05-07dm integrity: update documentationMikulas Patocka
2019-05-07dm integrity: don't report unused optionsMikulas Patocka
2019-05-07dm integrity: don't check null pointer before kvfree and vfreeMikulas Patocka
2019-05-07dm integrity: correctly calculate the size of metadata areaMikulas Patocka
2019-05-07dm dust: Make dm_dust_init and dm_dust_exit staticYueHaibing
2019-05-07dm dust: remove redundant unsigned comparison to less than zeroColin Ian King
2019-04-30dm mpath: always free attached_handler_name in parse_path()Martin Wilck
2019-04-30dm init: fix max devices/targets checksHelen Koike
2019-04-30dm: add dust targetBryan Gurney
2019-04-26dm writecache: avoid unnecessary lookups in writecache_find_entry()Mikulas Patocka
2019-04-26dm writecache: remove unused member page_offset in writeback_structHuaisheng Ye
2019-04-26dm delay: fix a crash when invalid device is specifiedMikulas Patocka
2019-04-26dm: only initialize md->dax_dev if CONFIG_DAX_DRIVER is enabledPeng Wang
2019-04-25dm mpath: fix missing call of path selector type->end_ioYufen Yu
2019-04-18dm thin metadata: do not write metadata if no changes occurredMike Snitzer
2019-04-18dm thin metadata: add wrappers for managing write locking of metadataMike Snitzer
2019-04-18dm thin metadata: check __commit_transaction()'s returnMike Snitzer
2019-04-18dm space map common: zero entire ll_diskMike Snitzer
2019-04-18dm writecache: add unlikely for returned value of rb_next/prevHuaisheng Ye
2019-04-18dm writecache: remove needless dereferences in __writecache_writeback_pmem()Huaisheng Ye
2019-04-18dm snapshot: Use fine-grained locking schemeNikos Tsironis
2019-04-18dm snapshot: Make exception tables scalableNikos Tsironis
2019-04-18dm snapshot: Replace mutex with rw semaphoreNikos Tsironis
2019-04-18dm snapshot: Don't sleep holding the snapshot lockNikos Tsironis
2019-04-18dm cache metadata: Fix loading discard bitsetNikos Tsironis
2019-04-18dm zoned: Fix zone report handlingDamien Le Moal
2019-04-18dm zoned: Silence a static checker warningDan Carpenter
2019-04-18dm crypt: fix endianness annotations around org_sector_of_dmreqChristoph Hellwig
2019-04-05dm integrity: fix deadlock with overlapping I/OMikulas Patocka
2019-04-04dm: disable DISCARD if the underlying storage no longer supports itMike Snitzer
2019-04-01dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errorsIlya Dryomov
2019-04-01dm: revert 8f50e358153d ("dm: limit the max bio size as BIO_MAX_PAGES * PAGE_...Mikulas Patocka
2019-04-01dm init: fix const confusion for dm_allowed_targets arrayAndi Kleen
2019-04-01dm integrity: make dm_integrity_init and dm_integrity_exit staticYueHaibing
2019-04-01dm integrity: change memcmp to strncmp in dm_integrity_ctrMikulas Patocka
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-12md: Fix failed allocation of md_register_threadAditya Pakki
2019-03-12It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni
2019-03-12raid5: set write hint for PPLMariusz Dabrowski
2019-03-12md: convert to kvmallocKent Overstreet
2019-03-09Merge tag 'for-5.1/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds