aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-06-28bcache: use sysfs_match_string() instead of __sysfs_match_string()Alexandru Ardelean
2019-06-28bcache: remove unnecessary prefetch() in bset_search_tree()Coly Li
2019-06-28bcache: add io error counting in write_bdev_super_endio()Coly Li
2019-06-28bcache: ignore read-ahead request failure on backing deviceColy Li
2019-06-28bcache: avoid flushing btree node in cache_set_flush() if io disabledColy Li
2019-06-28Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"Coly Li
2019-06-28bcache: fix return value error in bch_journal_read()Coly Li
2019-06-28bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush()Coly Li
2019-06-28bcache: don't set max writeback rate if gc is runningColy Li
2019-06-26md/raid1: Fix a warning message in remove_wb()Dan Carpenter
2019-06-24Merge branch 'nvme-5.3' of git://git.infradead.org/nvme into for-5.3/blockJens Axboe
2019-06-21nvme: enable to inject errors into admin commandsAkinobu Mita
2019-06-21nvme: prepare for fault injection into admin commandsAkinobu Mita
2019-06-21nvmet: introduce target-side traceMinwoo Im
2019-06-21lightnvm: fix uninitialized pointer in nvm_remove_tgt()Geert Uytterhoeven
2019-06-21lightnvm: pblk: fix freeing of merged pagesHeiner Litz
2019-06-21nvme-trace: print result and status in hex formatMinwoo Im
2019-06-21nvme-trace: support for fabrics commands in host-sideMinwoo Im
2019-06-21nvme-trace: move opcode symbol print to nvme.hMinwoo Im
2019-06-21nvme-trace: do not export nvme_trace_disk_nameMinwoo Im
2019-06-21nvme-pci: clean up nvme_remove_dead_ctrl a bitChaitanya Kulkarni
2019-06-21nvme-pci: properly report state change failure in nvme_reset_workMinwoo Im
2019-06-21nvme-pci: set the errno on ctrl state change errorChaitanya Kulkarni
2019-06-21nvme-pci: adjust irq max_vector using num_possible_cpus()Minwoo Im
2019-06-21nvme-pci: remove queue_count_ops for write_queues and poll_queuesMinwoo Im
2019-06-21nvme-pci: remove unnecessary zero for static varMinwoo Im
2019-06-21nvme-pci: use host managed power state for suspendKeith Busch
2019-06-21nvme: introduce nvme_is_fabrics to check fabrics cmdMinwoo Im
2019-06-21nvme: export get and set featuresKeith Busch
2019-06-21nvme: fix possible io failures when removing multipathed nsAnton Eidelman
2019-06-21nvme-fc: add message when creating new associationJames Smart
2019-06-21lpfc: add sysfs interface to post NVME RSCNJames Smart
2019-06-21lpfc: add support for translating an RSCN rcv into a discovery rescanJames Smart
2019-06-21lpfc: add nvmet discovery_event op supportJames Smart
2019-06-21lpfc: add support to generate RSCN events for nportJames Smart
2019-06-21nvme-fcloop: add support for nvmet discovery_event opJames Smart
2019-06-21nvmet-fc: add transport discovery change event callback supportJames Smart
2019-06-21nvmet: add transport discovery change opJames Smart
2019-06-20md: add bitmap_abort label in md_runGuoqing Jiang
2019-06-20md-bitmap: create and destroy wb_info_pool with the change of bitmapGuoqing Jiang
2019-06-20md-bitmap: create and destroy wb_info_pool with the change of backlogGuoqing Jiang
2019-06-20md: introduce mddev_create/destroy_wb_pool for the change of member deviceGuoqing Jiang
2019-06-20md/raid1: fix potential data inconsistency issue with write behind deviceGuoqing Jiang
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig
2019-06-20block: remove blk_init_request_from_bioChristoph Hellwig
2019-06-20block: drbd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-20null_blk: remove duplicate 0 initializationChaitanya Kulkarni
2019-06-20floppy: fix harmless clang build warningArnd Bergmann
2019-06-15block: null_blk: fix race condition for null_del_devBob Liu
2019-06-15md/raid10: read balance chooses idlest disk for SSDGuoqing Jiang