summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2018-04-03dm bufio: remove code that merges slab cachesMikulas Patocka
2018-04-03dm bufio: get rid of slab cache name allocationsMikulas Patocka
2018-04-03dm bufio: move dm-bufio.h to include/linux/Mikulas Patocka
2018-04-03dm bufio: delete outdated commentMikulas Patocka
2018-04-03dm: add support for secure erase forwardingDenis Semakin
2018-04-03dm: backfill abnormal IO support to non-splitting IO submissionMike Snitzer
2018-04-03dm raid: fix nosync statusHeinz Mauelshagen
2018-04-03dm mpath: use DM_MAPIO_SUBMITTED instead of magic number 0 in process_queued_...Wang Sheng-Hui
2018-04-03dm stripe: get rid of a Variable Length Array (VLA)Tycho Andersen
2018-04-03dm log writes: record metadata flag for better flags recordQu Wenruo
2018-04-03dm integrity: fail early if required HMAC key is not availableMilan Broz
2018-04-03dm: remove unused macro DM_MOD_NAME_SIZEWang Sheng-Hui
2018-04-03dm unstripe: remove unnecessary header includesHeinz Mauelshagen
2018-04-03dm unstripe: remove superfluous module init error path messageHeinz Mauelshagen
2018-04-03dm unstripe: add "dm-unstriped" module aliasHeinz Mauelshagen
2018-04-03dm unstripe: support non-power-of-2 chunk sizeHeinz Mauelshagen
2018-04-03dm crypt: limit the number of allocated pagesMikulas Patocka
2018-04-03dm: allow targets to return output from messages they are sentMike Snitzer
2018-04-03dax, dm: allow device-mapper to operate without dax supportDan Williams
2018-03-29dm: fix dropped return code from dm_get_bdev_for_ioctlMike Snitzer
2018-03-29dm mpath: fix support for loading scsi_dh modules during table loadMike Snitzer
2018-03-18bcache: Fix a compiler warning in bcache_device_init()Bart Van Assche
2018-03-18bcache: Reduce the number of sparse complaints about lock imbalancesBart Van Assche
2018-03-18bcache: Suppress more warnings about set-but-not-used variablesBart Van Assche
2018-03-18bcache: Remove an unused variableBart Van Assche
2018-03-18bcache: Fix kernel-doc warningsBart Van Assche
2018-03-18bcache: Annotate switch fall-throughBart Van Assche
2018-03-18bcache: Add __printf annotation to __bch_check_keys()Bart Van Assche
2018-03-18bcache: Fix indentationBart Van Assche
2018-03-18bcache: add io_disable to struct cached_devColy Li
2018-03-18bcache: add backing_request_endio() for bi_end_ioColy Li
2018-03-18bcache: move closure debug file into debug directoryChengguang Xu
2018-03-18bcache: fix using of loop variable in memory shrinkTang Junhui
2018-03-18bcache: fix error return value in memory shrinkTang Junhui
2018-03-18bcache: fix incorrect sysfs output value of strip sizeTang Junhui
2018-03-18bcache: fix inaccurate io state for detached bcache devicesTang Junhui
2018-03-18bcache: add stop_when_cache_set_failed option to backing deviceColy Li
2018-03-18bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li
2018-03-18bcache: stop dc->writeback_rate_update properlyColy Li
2018-03-18bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is setColy Li
2018-03-18bcache: fix cached_dev->count usage for bch_cache_set_error()Coly Li
2018-03-14dm mpath: fix passing integrity dataSteffen Maier
2018-03-13dm mpath: eliminate need to use scsi_device_from_queueMike Snitzer
2018-03-13dm mpath: fix uninitialized 'pg_init_wait' waitqueue_head NULL pointerMike Snitzer
2018-03-10Merge tag 'for-linus-20180309' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2018-03-08bcache: Use the blk_queue_flag_{set,clear}() functionsBart Van Assche
2018-03-06dm table: allow upgrade from bio-based to specialized bio-based variantMike Snitzer
2018-03-06dm mpath: remove unnecessary NVMe branching in favor of scsi_dh checksMike Snitzer
2018-03-06dm table: fix "nvme" testMikulas Patocka