summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-105-50/+69
|\
| * Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams2018-04-095-50/+69
| |\
| | * dax, dm: allow device-mapper to operate without dax supportDan Williams2018-04-035-50/+69
* | | Merge tag 'for-4.17/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-0624-451/+441Star
|\ \ \
| * | | dm: remove fmode_t argument from .prepare_ioctl hookMike Snitzer2018-04-048-25/+14Star
| * | | dm: hold DM table for duration of ioctl rather than use blkdev_getMike Snitzer2018-04-041-53/+44Star
| * | | dm raid: fix parse_raid_params() variable range issueHeinz Mauelshagen2018-04-041-8/+19
| * | | dm verity: make verity_for_io_block staticweiyongjun (A)2018-04-041-2/+2
| * | | dm verity: add 'check_at_most_once' option to only validate hashes oncePatrik Torstensson2018-04-032-5/+60
| * | | dm bufio: don't embed a bio in the dm_buffer structureMikulas Patocka2018-04-031-60/+45Star
| * | | dm bufio: support non-power-of-two block sizesMikulas Patocka2018-04-031-25/+39
| * | | dm bufio: use slab cache for dm_buffer structure allocationsMikulas Patocka2018-04-031-9/+19
| * | | dm bufio: reorder fields in dm_buffer structureMikulas Patocka2018-04-031-5/+5
| * | | dm bufio: relax alignment constraint on slab cacheMikulas Patocka2018-04-031-2/+2
| * | | dm bufio: remove code that merges slab cachesMikulas Patocka2018-04-031-39/+14Star
| * | | dm bufio: get rid of slab cache name allocationsMikulas Patocka2018-04-031-18/+3Star
| * | | dm bufio: move dm-bufio.h to include/linux/Mikulas Patocka2018-04-036-156/+8Star
| * | | dm bufio: delete outdated commentMikulas Patocka2018-04-031-4/+0Star
| * | | dm: add support for secure erase forwardingDenis Semakin2018-04-034-0/+46
| * | | dm: backfill abnormal IO support to non-splitting IO submissionMike Snitzer2018-04-031-7/+23
| * | | dm raid: fix nosync statusHeinz Mauelshagen2018-04-031-1/+2
| * | | dm mpath: use DM_MAPIO_SUBMITTED instead of magic number 0 in process_queued_...Wang Sheng-Hui2018-04-031-1/+1
| * | | dm stripe: get rid of a Variable Length Array (VLA)Tycho Andersen2018-04-031-5/+5
| * | | dm log writes: record metadata flag for better flags recordQu Wenruo2018-04-031-4/+8
| * | | dm integrity: fail early if required HMAC key is not availableMilan Broz2018-04-031-0/+3
| * | | dm: remove unused macro DM_MOD_NAME_SIZEWang Sheng-Hui2018-04-031-2/+0Star
| * | | dm unstripe: remove unnecessary header includesHeinz Mauelshagen2018-04-031-6/+0Star
| * | | dm unstripe: remove superfluous module init error path messageHeinz Mauelshagen2018-04-031-7/+1Star
| * | | dm unstripe: add "dm-unstriped" module aliasHeinz Mauelshagen2018-04-031-0/+1
| * | | dm unstripe: support non-power-of-2 chunk sizeHeinz Mauelshagen2018-04-031-12/+10Star
| * | | dm crypt: limit the number of allocated pagesMikulas Patocka2018-04-031-1/+65
| * | | dm: allow targets to return output from messages they are sentMike Snitzer2018-04-039-9/+17
* | | | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-0526-155/+582
|\ \ \ \ | |/ / / |/| | |
| * | | bcache: Fix a compiler warning in bcache_device_init()Bart Van Assche2018-03-191-3/+3
| * | | bcache: Reduce the number of sparse complaints about lock imbalancesBart Van Assche2018-03-191-0/+2
| * | | bcache: Suppress more warnings about set-but-not-used variablesBart Van Assche2018-03-192-3/+3
| * | | bcache: Remove an unused variableBart Van Assche2018-03-191-2/+0Star
| * | | bcache: Fix kernel-doc warningsBart Van Assche2018-03-194-15/+14Star
| * | | bcache: Annotate switch fall-throughBart Van Assche2018-03-191-0/+7
| * | | bcache: Add __printf annotation to __bch_check_keys()Bart Van Assche2018-03-191-2/+3
| * | | bcache: Fix indentationBart Van Assche2018-03-192-2/+2
| * | | bcache: add io_disable to struct cached_devColy Li2018-03-195-3/+67
| * | | bcache: add backing_request_endio() for bi_end_ioColy Li2018-03-193-16/+79
| * | | bcache: move closure debug file into debug directoryChengguang Xu2018-03-194-15/+16
| * | | bcache: fix using of loop variable in memory shrinkTang Junhui2018-03-191-3/+6
| * | | bcache: fix error return value in memory shrinkTang Junhui2018-03-191-1/+1
| * | | bcache: fix incorrect sysfs output value of strip sizeTang Junhui2018-03-191-1/+1
| * | | bcache: fix inaccurate io state for detached bcache devicesTang Junhui2018-03-191-7/+51
| * | | bcache: add stop_when_cache_set_failed option to backing deviceColy Li2018-03-193-10/+94
| * | | bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li2018-03-1910-30/+116