aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-16Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-05-16dm: fix a couple brace coding style issuesSheetal Singala
2019-05-16dm crypt: print device name in integrity error messageMilan Broz
2019-05-16dm crypt: move detailed message into debug levelMilan Broz
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-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
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-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-01bcache: make is_discard_enabled() staticJens Axboe
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-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-04-30bcache: clean up do_btree_node_write a bitChristoph Hellwig
2019-04-30bcache: remove redundant LIST_HEAD(journal) from run_cache_set()Coly Li
2019-04-29dm persistent data: Simplify stack trace handlingThomas Gleixner
2019-04-29dm bufio: Simplify stack trace retrievalThomas Gleixner
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-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-24bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...Shenghui Wang
2019-04-24bcache: fix wrong usage use-after-freed on keylist in out_nocoalesce branch o...Shenghui Wang
2019-04-24bcache: fix failure in journal relplayTang Junhui
2019-04-24bcache: improve bcache_reboot()Coly Li
2019-04-24bcache: add comments for closure_fn to be called in closure_queue()Coly Li
2019-04-24bcache: Add comments for blkdev_put() in registration code pathColy Li
2019-04-24bcache: add error check for calling register_bdev()Coly Li
2019-04-24bcache: return error immediately in bch_journal_replay()Coly Li
2019-04-24bcache: add comments for kobj release callback routineColy Li
2019-04-24bcache: add failure check to run_cache_set() for journal replayColy Li
2019-04-24bcache: never set KEY_PTRS of journal key to 0 in journal_reclaim()Coly Li
2019-04-24bcache: move definition of 'int ret' out of macro read_bucket()Coly Li
2019-04-24bcache: fix a race between cache register and cacheset unregisterLiang Chen