summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20180518' of git://git.kernel.dk/linux-blockLinus Torvalds2018-05-181-1/+3
|\
| * bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=nColy Li2018-05-171-1/+3
* | Merge tag 'for-4.17/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-05-105-11/+15
|\ \ | |/ |/|
| * dm mirror: remove VLA usageKees Cook2018-05-041-4/+6
| * dm: fix some sparse warnings and whitespace in dax methodsMike Snitzer2018-04-301-3/+4
| * dm cache background tracker: fix sparse warningMike Snitzer2018-04-301-1/+1
| * dm bufio: fix buffer alignmentMikulas Patocka2018-04-301-2/+3
| * dm integrity: use kvfree for kvmalloc'd memoryMikulas Patocka2018-04-301-1/+1
* | bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE setColy Li2018-05-031-1/+1
* | bcache: set dc->io_disable to true in conditional_stop_bcache_device()Coly Li2018-05-031-0/+14
* | bcache: add wait_for_kthread_stop() in bch_allocator_thread()Coly Li2018-05-031-1/+4
* | bcache: count backing device I/O error for writeback I/OColy Li2018-05-031-1/+3
* | bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()Coly Li2018-05-031-0/+17
* | bcache: store disk name in struct cache and struct cached_devColy Li2018-05-035-34/+30
|/
* Merge tag 'md/4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2018-04-202-7/+24
|\
| * raid1: copy write hint from master bio to behind bioMariusz Dabrowski2018-04-091-0/+2
| * md/raid1: exit sync request if MD_RECOVERY_INTR is setYufen Yu2018-04-091-5/+18
| * md-cluster: don't update recovery_offset for faulty deviceGuoqing Jiang2018-04-091-2/+4
* | 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/+441
|\ \ \
| * | | dm: remove fmode_t argument from .prepare_ioctl hookMike Snitzer2018-04-048-25/+14
| * | | dm: hold DM table for duration of ioctl rather than use blkdev_getMike Snitzer2018-04-041-53/+44
| * | | 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/+45
| * | | 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/+14
| * | | dm bufio: get rid of slab cache name allocationsMikulas Patocka2018-04-031-18/+3
| * | | dm bufio: move dm-bufio.h to include/linux/Mikulas Patocka2018-04-036-156/+8
| * | | dm bufio: delete outdated commentMikulas Patocka2018-04-031-4/+0
| * | | 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/+0
| * | | dm unstripe: remove unnecessary header includesHeinz Mauelshagen2018-04-031-6/+0
| * | | dm unstripe: remove superfluous module init error path messageHeinz Mauelshagen2018-04-031-7/+1
| * | | 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/+10
| * | | 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
OpenPOWER on IntegriCloud