summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2018-04-20Merge tag 'md/4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds-7/+24
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-50/+69
2018-04-09Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams-50/+69
2018-04-09raid1: copy write hint from master bio to behind bioMariusz Dabrowski-0/+2
2018-04-09md/raid1: exit sync request if MD_RECOVERY_INTR is setYufen Yu-5/+18
2018-04-09md-cluster: don't update recovery_offset for faulty deviceGuoqing Jiang-2/+4
2018-04-06Merge tag 'for-4.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-451/+441
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds-155/+582
2018-04-04dm: remove fmode_t argument from .prepare_ioctl hookMike Snitzer-25/+14
2018-04-04dm: hold DM table for duration of ioctl rather than use blkdev_getMike Snitzer-53/+44
2018-04-04dm raid: fix parse_raid_params() variable range issueHeinz Mauelshagen-8/+19
2018-04-04dm verity: make verity_for_io_block staticweiyongjun (A)-2/+2
2018-04-03dm verity: add 'check_at_most_once' option to only validate hashes oncePatrik Torstensson-5/+60
2018-04-03dm bufio: don't embed a bio in the dm_buffer structureMikulas Patocka-60/+45
2018-04-03dm bufio: support non-power-of-two block sizesMikulas Patocka-25/+39
2018-04-03dm bufio: use slab cache for dm_buffer structure allocationsMikulas Patocka-9/+19
2018-04-03dm bufio: reorder fields in dm_buffer structureMikulas Patocka-5/+5
2018-04-03dm bufio: relax alignment constraint on slab cacheMikulas Patocka-2/+2
2018-04-03dm bufio: remove code that merges slab cachesMikulas Patocka-39/+14
2018-04-03dm bufio: get rid of slab cache name allocationsMikulas Patocka-18/+3
2018-04-03dm bufio: move dm-bufio.h to include/linux/Mikulas Patocka-156/+8
2018-04-03dm bufio: delete outdated commentMikulas Patocka-4/+0
2018-04-03dm: add support for secure erase forwardingDenis Semakin-0/+46
2018-04-03dm: backfill abnormal IO support to non-splitting IO submissionMike Snitzer-7/+23
2018-04-03dm raid: fix nosync statusHeinz Mauelshagen-1/+2
2018-04-03dm mpath: use DM_MAPIO_SUBMITTED instead of magic number 0 in process_queued_...Wang Sheng-Hui-1/+1
2018-04-03dm stripe: get rid of a Variable Length Array (VLA)Tycho Andersen-5/+5
2018-04-03dm log writes: record metadata flag for better flags recordQu Wenruo-4/+8
2018-04-03dm integrity: fail early if required HMAC key is not availableMilan Broz-0/+3
2018-04-03dm: remove unused macro DM_MOD_NAME_SIZEWang Sheng-Hui-2/+0
2018-04-03dm unstripe: remove unnecessary header includesHeinz Mauelshagen-6/+0
2018-04-03dm unstripe: remove superfluous module init error path messageHeinz Mauelshagen-7/+1
2018-04-03dm unstripe: add "dm-unstriped" module aliasHeinz Mauelshagen-0/+1
2018-04-03dm unstripe: support non-power-of-2 chunk sizeHeinz Mauelshagen-12/+10
2018-04-03dm crypt: limit the number of allocated pagesMikulas Patocka-1/+65
2018-04-03dm: allow targets to return output from messages they are sentMike Snitzer-9/+17
2018-04-03dax, dm: allow device-mapper to operate without dax supportDan Williams-50/+69
2018-03-29dm: fix dropped return code from dm_get_bdev_for_ioctlMike Snitzer-3/+5
2018-03-29dm mpath: fix support for loading scsi_dh modules during table loadMike Snitzer-1/+1
2018-03-18bcache: Fix a compiler warning in bcache_device_init()Bart Van Assche-3/+3
2018-03-18bcache: Reduce the number of sparse complaints about lock imbalancesBart Van Assche-0/+2
2018-03-18bcache: Suppress more warnings about set-but-not-used variablesBart Van Assche-3/+3
2018-03-18bcache: Remove an unused variableBart Van Assche-2/+0
2018-03-18bcache: Fix kernel-doc warningsBart Van Assche-15/+14
2018-03-18bcache: Annotate switch fall-throughBart Van Assche-0/+7
2018-03-18bcache: Add __printf annotation to __bch_check_keys()Bart Van Assche-2/+3
2018-03-18bcache: Fix indentationBart Van Assche-2/+2
2018-03-18bcache: add io_disable to struct cached_devColy Li-3/+67
2018-03-18bcache: add backing_request_endio() for bi_end_ioColy Li-16/+79
2018-03-18bcache: move closure debug file into debug directoryChengguang Xu-15/+16