summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2019-06-20md: add bitmap_abort label in md_runGuoqing Jiang
2019-06-20md-bitmap: create and destroy wb_info_pool with the change of bitmapGuoqing Jiang
2019-06-20md-bitmap: create and destroy wb_info_pool with the change of backlogGuoqing Jiang
2019-06-20md: introduce mddev_create/destroy_wb_pool for the change of member deviceGuoqing Jiang
2019-06-20md/raid1: fix potential data inconsistency issue with write behind deviceGuoqing Jiang
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig
2019-06-15md/raid10: read balance chooses idlest disk for SSDGuoqing Jiang
2019-06-15md: raid1-10: Unify r{1,10}bio_pool_freeMarcos Paulo de Souza
2019-06-15md: raid10: Use struct_size() in kmalloc()Gustavo A. R. Silva
2019-06-15md/raid1: get rid of extra blank line and spaceYufen Yu
2019-06-15md: fix spelling typo and add necessary spaceYufen Yu
2019-06-15md: md.c: Return -ENODEV when mddev is NULL in rdev_attr_showMarcos Paulo de Souza
2019-06-15raid5-cache: Need to do start() part job after adding journal deviceXiao Ni
2019-06-15drivers: md: Unify common definitions of raid1 and raid10Marcos Paulo de Souza
2019-06-13bcache: only set BCACHE_DEV_WB_RUNNING when cached device attachedColy Li
2019-06-13bcache: fix stack corruption by PRECEDING_KEY()Coly Li
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-25Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-24Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 45Thomas Gleixner
2019-05-22Merge tag 'for-5.2/dm-fix-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-21dm: make sure to obey max_io_len_target_boundaryMichael Lass
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-20dax: Arrange for dax_supported check to span multiple devicesDan Williams
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