summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* 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
* | raid10: change the size of resync window for clustered raidGuoqing Jiang2018-02-171-1/+1
* | md-multipath: Use seq_putc() in multipath_status()Markus Elfring2018-02-171-1/+1
* | md/raid1: Fix trailing semicolonLuis de Bethencourt2018-02-171-1/+1
* | md/raid5: simplify uninitialization of shrinkerAliaksei Karaliou2018-02-171-3/+1
|/
* dm: correctly handle chained bios in dec_pending()NeilBrown2018-02-161-1/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-4/+4
* bcache: fix for data collapse after re-attaching an attached deviceTang Junhui2018-02-073-7/+11
* bcache: return attach error when no cache set existTang Junhui2018-02-071-2/+3
* bcache: set writeback_rate_update_seconds in range [1, 60] secondsColy Li2018-02-073-2/+7
* bcache: fix for allocator and register thread raceTang Junhui2018-02-072-4/+18
* bcache: set error_limit correctlyColy Li2018-02-073-3/+4
* bcache: properly set task state in bch_writeback_thread()Coly Li2018-02-072-3/+8
* bcache: fix high CPU occupancy during journalTang Junhui2018-02-073-15/+36
* bcache: add journal statisticTang Junhui2018-02-073-0/+24
* Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds2018-02-041-3/+2
|\
| * blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2018-01-301-3/+2
* | Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-01-3124-612/+1252
|\ \
| * | dm mpath selector: more evenly distribute tiesKhazhismel Kumykov2018-01-292-6/+6
| * | dm unstripe: fix target length versus number of stripes size checkScott Bauer2018-01-291-8/+2
| * | dm thin: fix trailing semicolon in __remap_and_issue_shared_cellLuis de Bethencourt2018-01-291-1/+1
| * | dm table: fix NVMe bio-based dm_table_determine_type() validationMike Snitzer2018-01-291-22/+35
| * | dm: various cleanups to md->queue initialization codeMike Snitzer2018-01-293-22/+12
| * | dm mpath: delay the retry of a request if the target responded as busyMike Snitzer2018-01-292-1/+8
| * | dm mpath: return DM_MAPIO_DELAY_REQUEUE if QUEUE_IO or PG_INIT_REQUIREDMing Lei2018-01-171-3/+2
| * | dm mpath: return DM_MAPIO_REQUEUE on blk-mq rq allocation failureMing Lei2018-01-171-1/+13
| * | dm log writes: fix max length used for kstrndupMa Shimiao2018-01-171-1/+1
| * | dm: backfill missing calls to mutex_destroy()Mike Snitzer2018-01-179-2/+27
| * | dm snapshot: use mutex instead of rw_semaphoreMikulas Patocka2018-01-171-41/+43
OpenPOWER on IntegriCloud