aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2018-05-10Merge tag 'for-4.17/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-05-04dm mirror: remove VLA usageKees Cook
2018-05-03bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE setColy Li
2018-05-03bcache: set dc->io_disable to true in conditional_stop_bcache_device()Coly Li
2018-05-03bcache: add wait_for_kthread_stop() in bch_allocator_thread()Coly Li
2018-05-03bcache: count backing device I/O error for writeback I/OColy Li
2018-05-03bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()Coly Li
2018-05-03bcache: store disk name in struct cache and struct cached_devColy Li
2018-04-30dm: fix some sparse warnings and whitespace in dax methodsMike Snitzer
2018-04-30dm cache background tracker: fix sparse warningMike Snitzer
2018-04-30dm bufio: fix buffer alignmentMikulas Patocka
2018-04-30dm integrity: use kvfree for kvmalloc'd memoryMikulas Patocka
2018-04-20Merge tag 'md/4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-09Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams
2018-04-09raid1: copy write hint from master bio to behind bioMariusz Dabrowski
2018-04-09md/raid1: exit sync request if MD_RECOVERY_INTR is setYufen Yu
2018-04-09md-cluster: don't update recovery_offset for faulty deviceGuoqing Jiang
2018-04-06Merge tag 'for-4.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-04-04dm: remove fmode_t argument from .prepare_ioctl hookMike Snitzer
2018-04-04dm: hold DM table for duration of ioctl rather than use blkdev_getMike Snitzer
2018-04-04dm raid: fix parse_raid_params() variable range issueHeinz Mauelshagen
2018-04-04dm verity: make verity_for_io_block staticweiyongjun (A)
2018-04-03dm verity: add 'check_at_most_once' option to only validate hashes oncePatrik Torstensson
2018-04-03dm bufio: don't embed a bio in the dm_buffer structureMikulas Patocka
2018-04-03dm bufio: support non-power-of-two block sizesMikulas Patocka
2018-04-03dm bufio: use slab cache for dm_buffer structure allocationsMikulas Patocka
2018-04-03dm bufio: reorder fields in dm_buffer structureMikulas Patocka
2018-04-03dm bufio: relax alignment constraint on slab cacheMikulas Patocka
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