summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcache: remove unnecessary prefetch() in bset_search_tree()Coly Li2019-06-281-14/+2
* bcache: add io error counting in write_bdev_super_endio()Coly Li2019-06-281-1/+3
* bcache: ignore read-ahead request failure on backing deviceColy Li2019-06-281-0/+12
* bcache: avoid flushing btree node in cache_set_flush() if io disabledColy Li2019-06-281-7/+11
* Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"Coly Li2019-06-281-17/+0
* bcache: fix return value error in bch_journal_read()Coly Li2019-06-281-1/+1
* bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li2019-06-281-1/+1
* bcache: don't set max writeback rate if gc is runningColy Li2019-06-281-0/+3
* md/raid1: Fix a warning message in remove_wb()Dan Carpenter2019-06-261-1/+1
* Merge branch 'nvme-5.3' of git://git.infradead.org/nvme into for-5.3/blockJens Axboe2019-06-2426-133/+983
|\
| * nvme: enable to inject errors into admin commandsAkinobu Mita2019-06-213-3/+7
| * nvme: prepare for fault injection into admin commandsAkinobu Mita2019-06-213-33/+41
| * nvmet: introduce target-side traceMinwoo Im2019-06-214-0/+353
| * nvme-trace: print result and status in hex formatMinwoo Im2019-06-211-1/+1
| * nvme-trace: support for fabrics commands in host-sideMinwoo Im2019-06-212-6/+77
| * nvme-trace: move opcode symbol print to nvme.hMinwoo Im2019-06-211-44/+0
| * nvme-trace: do not export nvme_trace_disk_nameMinwoo Im2019-06-211-1/+0
| * nvme-pci: clean up nvme_remove_dead_ctrl a bitChaitanya Kulkarni2019-06-211-4/+5
| * nvme-pci: properly report state change failure in nvme_reset_workMinwoo Im2019-06-211-0/+1
| * nvme-pci: set the errno on ctrl state change errorChaitanya Kulkarni2019-06-211-2/+5
| * nvme-pci: adjust irq max_vector using num_possible_cpus()Minwoo Im2019-06-211-1/+5
| * nvme-pci: remove queue_count_ops for write_queues and poll_queuesMinwoo Im2019-06-211-21/+2
| * nvme-pci: remove unnecessary zero for static varMinwoo Im2019-06-211-1/+1
| * nvme-pci: use host managed power state for suspendKeith Busch2019-06-211-3/+92
| * nvme: introduce nvme_is_fabrics to check fabrics cmdMinwoo Im2019-06-214-4/+4
| * nvme: export get and set featuresKeith Busch2019-06-212-3/+27
| * nvme: fix possible io failures when removing multipathed nsAnton Eidelman2019-06-211-6/+8
| * nvme-fc: add message when creating new associationJames Smart2019-06-211-0/+6
| * lpfc: add sysfs interface to post NVME RSCNJames Smart2019-06-212-0/+61
| * lpfc: add support for translating an RSCN rcv into a discovery rescanJames Smart2019-06-213-0/+51
| * lpfc: add nvmet discovery_event op supportJames Smart2019-06-211-0/+17
| * lpfc: add support to generate RSCN events for nportJames Smart2019-06-216-0/+163
| * nvme-fcloop: add support for nvmet discovery_event opJames Smart2019-06-211-0/+37
| * nvmet-fc: add transport discovery change event callback supportJames Smart2019-06-211-0/+11
| * nvmet: add transport discovery change opJames Smart2019-06-213-0/+8
* | lightnvm: fix uninitialized pointer in nvm_remove_tgt()Geert Uytterhoeven2019-06-211-1/+1
* | lightnvm: pblk: fix freeing of merged pagesHeiner Litz2019-06-211-8/+10
|/
* md: add bitmap_abort label in md_runGuoqing Jiang2019-06-211-16/+10
* md-bitmap: create and destroy wb_info_pool with the change of bitmapGuoqing Jiang2019-06-211-0/+6
* md-bitmap: create and destroy wb_info_pool with the change of backlogGuoqing Jiang2019-06-211-0/+14
* md: introduce mddev_create/destroy_wb_pool for the change of member deviceGuoqing Jiang2019-06-212-0/+67
* md/raid1: fix potential data inconsistency issue with write behind deviceGuoqing Jiang2019-06-213-1/+129
* block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-201-1/+0
* block: remove blk_init_request_from_bioChristoph Hellwig2019-06-201-1/+1
* block: drbd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-203-66/+5
* null_blk: remove duplicate 0 initializationChaitanya Kulkarni2019-06-201-1/+0
* floppy: fix harmless clang build warningArnd Bergmann2019-06-201-1/+1
* block: null_blk: fix race condition for null_del_devBob Liu2019-06-151-5/+6
* md/raid10: read balance chooses idlest disk for SSDGuoqing Jiang2019-06-151-12/+33
* md: raid1-10: Unify r{1,10}bio_pool_freeMarcos Paulo de Souza2019-06-153-17/+12