summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-21cgroup: export css_next_descendant_pre for bfqChristoph Hellwig
2019-06-20Merge branch 'md-next' of https://github.com/liu-song-6/linux into for-5.3/blockJens Axboe
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-20f2fs: use block layer helper for show_bio_op macroChaitanya Kulkarni
2019-06-20block: update print_req_error()Chaitanya Kulkarni
2019-06-20block: use blk_op_str() in blk-mq-debugfs.cChaitanya Kulkarni
2019-06-20block: add centralize REQ_OP_XXX to string helperChaitanya Kulkarni
2019-06-20block: improve print_req_errorChristoph Hellwig
2019-06-20block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUGChristoph Hellwig
2019-06-20bfq-iosched: move bfq_stat_recursive_sum into the only callerChristoph Hellwig
2019-06-20blk-cgroup: move struct blkg_stat to bfqChristoph Hellwig
2019-06-20blk-cgroup: introduce a new struct blkg_rwstat_sampleChristoph Hellwig
2019-06-20blk-cgroup: pass blkg_rwstat structures by referenceChristoph Hellwig
2019-06-20blk-cgroup: factor out a helper to read rwstat counterChristoph Hellwig
2019-06-20block: mark blk_rq_bio_prep as inlineChristoph Hellwig
2019-06-20block: untangle the end of blk_bio_segment_splitChristoph Hellwig
2019-06-20block: simplify blk_recalc_rq_segmentsChristoph Hellwig
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: initialize the write priority in blk_rq_bio_prepChristoph Hellwig
2019-06-20blk-iolatency: only account submitted biosDennis Zhou
2019-06-20block: drbd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-20blk-core: Remove blk_end_request*() declarationsPavel Begunkov
2019-06-20block: code cleanup queue_poll_stat_show()Chaitanya Kulkarni
2019-06-20block: use right format specifier for opChaitanya Kulkarni
2019-06-20block: get rid of redundant elseChaitanya Kulkarni
2019-06-20null_blk: remove duplicate 0 initializationChaitanya Kulkarni
2019-06-20block: move tag field position in struct requestMinwoo Im
2019-06-20floppy: fix harmless clang build warningArnd Bergmann
2019-06-17block: use req_op() to maintain consistencyChaitanya Kulkarni