aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-07bcache: set writeback_rate_update_seconds in range [1, 60] secondsColy Li3-2/+7
2018-02-07bcache: fix for allocator and register thread raceTang Junhui2-4/+18
2018-02-07bcache: set error_limit correctlyColy Li3-3/+4
2018-02-07bcache: properly set task state in bch_writeback_thread()Coly Li2-3/+8
2018-02-07bcache: fix high CPU occupancy during journalTang Junhui3-15/+36
2018-02-07bcache: add journal statisticTang Junhui3-0/+24
2018-02-04Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+2
2018-01-31Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds24-612/+1252
2018-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds9-35/+281
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei1-3/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-4/+4
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds18-173/+384
2018-01-29dm mpath selector: more evenly distribute tiesKhazhismel Kumykov2-6/+6
2018-01-29dm unstripe: fix target length versus number of stripes size checkScott Bauer1-8/+2
2018-01-29dm thin: fix trailing semicolon in __remap_and_issue_shared_cellLuis de Bethencourt1-1/+1
2018-01-29dm table: fix NVMe bio-based dm_table_determine_type() validationMike Snitzer1-22/+35
2018-01-29dm: various cleanups to md->queue initialization codeMike Snitzer3-22/+12
2018-01-29dm mpath: delay the retry of a request if the target responded as busyMike Snitzer2-1/+8
2018-01-17blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedbackMing Lei1-3/+16
2018-01-17dm mpath: return DM_MAPIO_DELAY_REQUEUE if QUEUE_IO or PG_INIT_REQUIREDMing Lei1-3/+2
2018-01-17dm mpath: return DM_MAPIO_REQUEUE on blk-mq rq allocation failureMing Lei1-1/+13
2018-01-17dm log writes: fix max length used for kstrndupMa Shimiao1-1/+1
2018-01-17dm: backfill missing calls to mutex_destroy()Mike Snitzer9-2/+27
2018-01-17dm snapshot: use mutex instead of rw_semaphoreMikulas Patocka1-41/+43
2018-01-17dm flakey: check for null arg_name in parse_features()Goldwyn Rodrigues1-0/+5
2018-01-17dm: move dm_table_destroy() to same header as dm_table_create()Brian Norris1-1/+0
2018-01-17dm raid: make raid_sets symbol staticWei Yongjun1-1/+1
2018-01-17dm bufio: eliminate unnecessary labels in dm_bufio_client_create()Mike Snitzer1-7/+5
2018-01-17dm bufio: check result of register_shrinker()Aliaksei Karaliou1-6/+9