summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: fix dropped return code from dm_get_bdev_for_ioctlMike Snitzer2018-03-291-3/+5
* dm mpath: fix support for loading scsi_dh modules during table loadMike Snitzer2018-03-291-1/+1
* dm mpath: fix passing integrity dataSteffen Maier2018-03-141-2/+3
* dm mpath: eliminate need to use scsi_device_from_queueMike Snitzer2018-03-131-9/+8
* dm mpath: fix uninitialized 'pg_init_wait' waitqueue_head NULL pointerMike Snitzer2018-03-131-11/+10
* Merge tag 'for-linus-20180309' of git://git.kernel.dk/linux-blockLinus Torvalds2018-03-101-6/+21
|\
| * bcache: don't attach backing with duplicate UUIDMichael Lyle2018-03-051-0/+11
| * bcache: fix crashes in duplicate cache device registerTang Junhui2018-03-051-6/+10
* | dm table: allow upgrade from bio-based to specialized bio-based variantMike Snitzer2018-03-061-9/+5
* | dm mpath: remove unnecessary NVMe branching in favor of scsi_dh checksMike Snitzer2018-03-061-37/+29
* | dm table: fix "nvme" testMikulas Patocka2018-03-061-1/+1
* | dm raid: fix incorrect sync_ratio when degradedJonathan Brassow2018-03-061-3/+4
* | dm: use blkdev_get rather than bdgrab when issuing pass-through ioctlMike Snitzer2018-03-061-15/+20
* | dm bufio: avoid false-positive Wmaybe-uninitialized warningArnd Bergmann2018-03-061-10/+6
|/
* Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-blockLinus Torvalds2018-03-022-2/+2
|\
| * bcache: fix kcrashes with fio in RAID5 backend devTang Junhui2018-02-271-1/+1
| * bcache: correct flash only vols (check all uuids)Coly Li2018-02-271-1/+1
* | md/raid1: fix NULL pointer dereferenceYufen Yu2018-02-251-0/+11
* | md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang2018-02-253-14/+15
* | md-cluster: choose correct label when clustered layout is not supportedLidong Zhong2018-02-251-1/+1
* | md: raid5: avoid string overflow warningArnd Bergmann2018-02-211-3/+4
* | raid5-ppl: fix handling flush requestsArtur Paszkiewicz2018-02-212-1/+12
* | md raid10: fix NULL deference in handle_write_completed()Yufen Yu2018-02-191-2/+4
* | md: only allow remove_and_add_spares when no sync_thread running.NeilBrown2018-02-191-0/+4
* | md: document lifetime of internal rdev pointer.NeilBrown2018-02-183-0/+37
* | md: fix md_write_start() deadlock w/o metadata devicesHeinz Mauelshagen2018-02-182-0/+12
* | MD: Free bioset when md_run failsXiao Ni2018-02-171-5/+21
OpenPOWER on IntegriCloud