aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-29dm mpath: fix support for loading scsi_dh modules during table loadMike Snitzer1-1/+1
2018-03-18bcache: Fix a compiler warning in bcache_device_init()Bart Van Assche1-3/+3
2018-03-18bcache: Reduce the number of sparse complaints about lock imbalancesBart Van Assche1-0/+2
2018-03-18bcache: Suppress more warnings about set-but-not-used variablesBart Van Assche2-3/+3
2018-03-18bcache: Remove an unused variableBart Van Assche1-2/+0
2018-03-18bcache: Fix kernel-doc warningsBart Van Assche4-15/+14
2018-03-18bcache: Annotate switch fall-throughBart Van Assche1-0/+7
2018-03-18bcache: Add __printf annotation to __bch_check_keys()Bart Van Assche1-2/+3
2018-03-18bcache: Fix indentationBart Van Assche2-2/+2
2018-03-18bcache: add io_disable to struct cached_devColy Li5-3/+67
2018-03-18bcache: add backing_request_endio() for bi_end_ioColy Li3-16/+79
2018-03-18bcache: move closure debug file into debug directoryChengguang Xu4-15/+16
2018-03-18bcache: fix using of loop variable in memory shrinkTang Junhui1-3/+6
2018-03-18bcache: fix error return value in memory shrinkTang Junhui1-1/+1
2018-03-18bcache: fix incorrect sysfs output value of strip sizeTang Junhui1-1/+1
2018-03-18bcache: fix inaccurate io state for detached bcache devicesTang Junhui1-7/+51
2018-03-18bcache: add stop_when_cache_set_failed option to backing deviceColy Li3-10/+94
2018-03-18bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li10-30/+116
2018-03-18bcache: stop dc->writeback_rate_update properlyColy Li4-10/+69
2018-03-18bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is setColy Li1-3/+17
2018-03-18bcache: fix cached_dev->count usage for bch_cache_set_error()Coly Li3-6/+8
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-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche7-22/+22
2018-03-08bcache: Use the blk_queue_flag_{set,clear}() functionsBart Van Assche1-3/+3
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-28block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche1-1/+1
2018-02-28md: Delete gendisk before cleaning up the request queueBart Van Assche1-3/+3
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