aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-28bcache: Replace bch_read_string_list() by __sysfs_match_string()Andy Shevchenko1-35/+9
2018-05-28bcache: Move couple of functions to sysfs.cAndy Shevchenko3-40/+35
2018-05-28bcache: Move couple of string arrays to sysfs.cAndy Shevchenko3-20/+18
2018-05-28bcache: stop bcache device when backing device is offlineColy Li2-0/+55
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-1/+2
2018-05-09block: consolidate struct request timestamp fieldsOmar Sandoval1-1/+1
2018-05-03bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE setColy Li1-1/+1
2018-05-03bcache: set dc->io_disable to true in conditional_stop_bcache_device()Coly Li1-0/+14
2018-05-03bcache: add wait_for_kthread_stop() in bch_allocator_thread()Coly Li1-1/+4
2018-05-03bcache: count backing device I/O error for writeback I/OColy Li1-1/+3
2018-05-03bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()Coly Li1-0/+17
2018-05-03bcache: store disk name in struct cache and struct cached_devColy Li5-34/+30
2018-04-20Merge tag 'md/4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2-7/+24
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-09raid1: copy write hint from master bio to behind bioMariusz Dabrowski1-0/+2
2018-04-09md/raid1: exit sync request if MD_RECOVERY_INTR is setYufen Yu1-5/+18
2018-04-09md-cluster: don't update recovery_offset for faulty deviceGuoqing Jiang1-2/+4
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