aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-14dm mpath: fix passing integrity dataSteffen Maier1-2/+3
2018-03-13dm mpath: eliminate need to use scsi_device_from_queueMike Snitzer1-9/+8
2018-03-13dm mpath: fix uninitialized 'pg_init_wait' waitqueue_head NULL pointerMike Snitzer1-11/+10
2018-03-10Merge tag 'for-linus-20180309' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+21
2018-03-06dm table: allow upgrade from bio-based to specialized bio-based variantMike Snitzer1-9/+5
2018-03-06dm mpath: remove unnecessary NVMe branching in favor of scsi_dh checksMike Snitzer1-37/+29
2018-03-06dm table: fix "nvme" testMikulas Patocka1-1/+1
2018-03-06dm raid: fix incorrect sync_ratio when degradedJonathan Brassow1-3/+4
2018-03-06dm: use blkdev_get rather than bdgrab when issuing pass-through ioctlMike Snitzer1-15/+20
2018-03-06dm bufio: avoid false-positive Wmaybe-uninitialized warningArnd Bergmann1-10/+6
2018-03-05bcache: don't attach backing with duplicate UUIDMichael Lyle1-0/+11
2018-03-05bcache: fix crashes in duplicate cache device registerTang Junhui1-6/+10
2018-03-02Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+2
2018-02-27bcache: fix kcrashes with fio in RAID5 backend devTang Junhui1-1/+1
2018-02-27bcache: correct flash only vols (check all uuids)Coly Li1-1/+1
2018-02-25md/raid1: fix NULL pointer dereferenceYufen Yu1-0/+11
2018-02-25md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang3-14/+15
2018-02-25md-cluster: choose correct label when clustered layout is not supportedLidong Zhong1-1/+1
2018-02-21md: raid5: avoid string overflow warningArnd Bergmann1-3/+4
2018-02-21raid5-ppl: fix handling flush requestsArtur Paszkiewicz2-1/+12
2018-02-19md raid10: fix NULL deference in handle_write_completed()Yufen Yu1-2/+4
2018-02-19md: only allow remove_and_add_spares when no sync_thread running.NeilBrown1-0/+4
2018-02-18md: document lifetime of internal rdev pointer.NeilBrown3-0/+37
2018-02-18md: fix md_write_start() deadlock w/o metadata devicesHeinz Mauelshagen2-0/+12
2018-02-17MD: Free bioset when md_run failsXiao Ni1-5/+21
2018-02-17raid10: change the size of resync window for clustered raidGuoqing Jiang1-1/+1
2018-02-17md-multipath: Use seq_putc() in multipath_status()Markus Elfring1-1/+1
2018-02-17md/raid1: Fix trailing semicolonLuis de Bethencourt1-1/+1
2018-02-17md/raid5: simplify uninitialization of shrinkerAliaksei Karaliou1-3/+1
2018-02-16dm: correctly handle chained bios in dec_pending()NeilBrown1-1/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2-4/+4
2018-02-07bcache: fix for data collapse after re-attaching an attached deviceTang Junhui3-7/+11
2018-02-07bcache: return attach error when no cache set existTang Junhui1-2/+3