summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2018-03-29dm: fix dropped return code from dm_get_bdev_for_ioctlMike Snitzer-3/+5
2018-03-29dm mpath: fix support for loading scsi_dh modules during table loadMike Snitzer-1/+1
2018-03-14dm mpath: fix passing integrity dataSteffen Maier-2/+3
2018-03-13dm mpath: eliminate need to use scsi_device_from_queueMike Snitzer-9/+8
2018-03-13dm mpath: fix uninitialized 'pg_init_wait' waitqueue_head NULL pointerMike Snitzer-11/+10
2018-03-10Merge tag 'for-linus-20180309' of git://git.kernel.dk/linux-blockLinus Torvalds-6/+21
2018-03-06dm table: allow upgrade from bio-based to specialized bio-based variantMike Snitzer-9/+5
2018-03-06dm mpath: remove unnecessary NVMe branching in favor of scsi_dh checksMike Snitzer-37/+29
2018-03-06dm table: fix "nvme" testMikulas Patocka-1/+1
2018-03-06dm raid: fix incorrect sync_ratio when degradedJonathan Brassow-3/+4
2018-03-06dm: use blkdev_get rather than bdgrab when issuing pass-through ioctlMike Snitzer-15/+20
2018-03-06dm bufio: avoid false-positive Wmaybe-uninitialized warningArnd Bergmann-10/+6
2018-03-05bcache: don't attach backing with duplicate UUIDMichael Lyle-0/+11
2018-03-05bcache: fix crashes in duplicate cache device registerTang Junhui-6/+10
2018-03-02Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+2
2018-02-27bcache: fix kcrashes with fio in RAID5 backend devTang Junhui-1/+1
2018-02-27bcache: correct flash only vols (check all uuids)Coly Li-1/+1
2018-02-25md/raid1: fix NULL pointer dereferenceYufen Yu-0/+11
2018-02-25md: fix a potential deadlock of raid5/raid10 reshapeBingJing Chang-14/+15
2018-02-25md-cluster: choose correct label when clustered layout is not supportedLidong Zhong-1/+1
2018-02-21md: raid5: avoid string overflow warningArnd Bergmann-3/+4
2018-02-21raid5-ppl: fix handling flush requestsArtur Paszkiewicz-1/+12
2018-02-19md raid10: fix NULL deference in handle_write_completed()Yufen Yu-2/+4
2018-02-19md: only allow remove_and_add_spares when no sync_thread running.NeilBrown-0/+4
2018-02-18md: document lifetime of internal rdev pointer.NeilBrown-0/+37
2018-02-18md: fix md_write_start() deadlock w/o metadata devicesHeinz Mauelshagen-0/+12
2018-02-17MD: Free bioset when md_run failsXiao Ni-5/+21
2018-02-17raid10: change the size of resync window for clustered raidGuoqing Jiang-1/+1
2018-02-17md-multipath: Use seq_putc() in multipath_status()Markus Elfring-1/+1
2018-02-17md/raid1: Fix trailing semicolonLuis de Bethencourt-1/+1
2018-02-17md/raid5: simplify uninitialization of shrinkerAliaksei Karaliou-3/+1
2018-02-16dm: correctly handle chained bios in dec_pending()NeilBrown-1/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-4/+4
2018-02-07bcache: fix for data collapse after re-attaching an attached deviceTang Junhui-7/+11
2018-02-07bcache: return attach error when no cache set existTang Junhui-2/+3
2018-02-07bcache: set writeback_rate_update_seconds in range [1, 60] secondsColy Li-2/+7
2018-02-07bcache: fix for allocator and register thread raceTang Junhui-4/+18
2018-02-07bcache: set error_limit correctlyColy Li-3/+4
2018-02-07bcache: properly set task state in bch_writeback_thread()Coly Li-3/+8
2018-02-07bcache: fix high CPU occupancy during journalTang Junhui-15/+36
2018-02-07bcache: add journal statisticTang Junhui-0/+24
2018-02-04Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+2
2018-01-31Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-612/+1252
2018-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds-35/+281
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei-3/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-4/+4
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds-173/+384
2018-01-29dm mpath selector: more evenly distribute tiesKhazhismel Kumykov-6/+6
2018-01-29dm unstripe: fix target length versus number of stripes size checkScott Bauer-8/+2
2018-01-29dm thin: fix trailing semicolon in __remap_and_issue_shared_cellLuis de Bethencourt-1/+1