summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
* | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-0716-232/+275
|\ \
| * | bcache: make is_discard_enabled() staticJens Axboe2019-05-011-1/+1
| * | block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-303-7/+5
| * | bcache: clean up do_btree_node_write a bitChristoph Hellwig2019-04-301-4/+5
| * | bcache: remove redundant LIST_HEAD(journal) from run_cache_set()Coly Li2019-04-301-1/+0
| * | bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYN...Shenghui Wang2019-04-241-0/+8
| * | bcache: fix wrong usage use-after-freed on keylist in out_nocoalesce branch o...Shenghui Wang2019-04-241-1/+1
| * | bcache: fix failure in journal relplayTang Junhui2019-04-241-4/+21
| * | bcache: improve bcache_reboot()Coly Li2019-04-241-2/+10