aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds5-50/+69
2018-04-09Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams5-50/+69
2018-04-06Merge tag 'for-4.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds24-451/+441
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds26-155/+582
2018-04-04dm: remove fmode_t argument from .prepare_ioctl hookMike Snitzer8-25/+14
2018-04-04dm: hold DM table for duration of ioctl rather than use blkdev_getMike Snitzer1-53/+44
2018-04-04dm raid: fix parse_raid_params() variable range issueHeinz Mauelshagen1-8/+19
2018-04-04dm verity: make verity_for_io_block staticweiyongjun (A)1-2/+2
2018-04-03dm verity: add 'check_at_most_once' option to only validate hashes oncePatrik Torstensson2-5/+60
2018-04-03dm bufio: don't embed a bio in the dm_buffer structureMikulas Patocka1-60/+45
2018-04-03dm bufio: support non-power-of-two block sizesMikulas Patocka1-25/+39
2018-04-03dm bufio: use slab cache for dm_buffer structure allocationsMikulas Patocka1-9/+19
2018-04-03dm bufio: reorder fields in dm_buffer structureMikulas Patocka1-5/+5
2018-04-03dm bufio: relax alignment constraint on slab cacheMikulas Patocka1-2/+2
2018-04-03dm bufio: remove code that merges slab cachesMikulas Patocka1-39/+14
2018-04-03dm bufio: get rid of slab cache name allocationsMikulas Patocka1-18/+3
2018-04-03dm bufio: move dm-bufio.h to include/linux/Mikulas Patocka6-156/+8
2018-04-03dm bufio: delete outdated commentMikulas Patocka1-4/+0
2018-04-03dm: add support for secure erase forwardingDenis Semakin4-0/+46
2018-04-03dm: backfill abnormal IO support to non-splitting IO submissionMike Snitzer1-7/+23
2018-04-03dm raid: fix nosync statusHeinz Mauelshagen1-1/+2
2018-04-03dm mpath: use DM_MAPIO_SUBMITTED instead of magic number 0 in process_queued_bios()Wang Sheng-Hui1-1/+1
2018-04-03dm stripe: get rid of a Variable Length Array (VLA)Tycho Andersen1-5/+5
2018-04-03dm log writes: record metadata flag for better flags recordQu Wenruo1-4/+8
2018-04-03dm integrity: fail early if required HMAC key is not availableMilan Broz1-0/+3
2018-04-03dm: remove unused macro DM_MOD_NAME_SIZEWang Sheng-Hui1-2/+0
2018-04-03dm unstripe: remove unnecessary header includesHeinz Mauelshagen1-6/+0
2018-04-03dm unstripe: remove superfluous module init error path messageHeinz Mauelshagen1-7/+1
2018-04-03dm unstripe: add "dm-unstriped" module aliasHeinz Mauelshagen1-0/+1
2018-04-03dm unstripe: support non-power-of-2 chunk sizeHeinz Mauelshagen1-12/+10
2018-04-03dm crypt: limit the number of allocated pagesMikulas Patocka1-1/+65
2018-04-03dm: allow targets to return output from messages they are sentMike Snitzer9-9/+17
2018-04-03dax, dm: allow device-mapper to operate without dax supportDan Williams5-50/+69
2018-03-29dm: fix dropped return code from dm_get_bdev_for_ioctlMike Snitzer1-3/+5
2018-03-29dm mpath: fix support for loading scsi_dh modules during table loadMike Snitzer1-1/+1
2018-03-18bcache: Fix a compiler warning in bcache_device_init()Bart Van Assche1-3/+3
2018-03-18bcache: Reduce the number of sparse complaints about lock imbalancesBart Van Assche1-0/+2
2018-03-18bcache: Suppress more warnings about set-but-not-used variablesBart Van Assche2-3/+3
2018-03-18bcache: Remove an unused variableBart Van Assche1-2/+0
2018-03-18bcache: Fix kernel-doc warningsBart Van Assche4-15/+14
2018-03-18bcache: Annotate switch fall-throughBart Van Assche1-0/+7
2018-03-18bcache: Add __printf annotation to __bch_check_keys()Bart Van Assche1-2/+3
2018-03-18bcache: Fix indentationBart Van Assche2-2/+2
2018-03-18bcache: add io_disable to struct cached_devColy Li5-3/+67
2018-03-18bcache: add backing_request_endio() for bi_end_ioColy Li3-16/+79
2018-03-18bcache: move closure debug file into debug directoryChengguang Xu4-15/+16
2018-03-18bcache: fix using of loop variable in memory shrinkTang Junhui1-3/+6
2018-03-18bcache: fix error return value in memory shrinkTang Junhui1-1/+1
2018-03-18bcache: fix incorrect sysfs output value of strip sizeTang Junhui1-1/+1
2018-03-18bcache: fix inaccurate io state for detached bcache devicesTang Junhui1-7/+51