summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-06-25block, bfq: detect wakers and unconditionally inject their I/OPaolo Valente2-34/+261
2019-06-25block, bfq: bring forward seek&think time updatePaolo Valente1-10/+4
2019-06-25block, bfq: update base request service times when possiblePaolo Valente1-1/+12
2019-06-25block, bfq: fix rq_in_driver check in bfq_update_inject_limitPaolo Valente1-1/+7
2019-06-25block, bfq: reset inject limit when think-time state changesPaolo Valente1-68/+151
2019-06-24Merge branch 'nvme-5.3' of git://git.infradead.org/nvme into for-5.3/blockJens Axboe29-134/+1110
2019-06-21Documentation: nvme: add an example for nvme fault injectionAkinobu Mita1-0/+56
2019-06-21nvme: enable to inject errors into admin commandsAkinobu Mita3-3/+7
2019-06-21nvme: prepare for fault injection into admin commandsAkinobu Mita3-33/+41
2019-06-21nvmet: introduce target-side traceMinwoo Im4-0/+353
2019-06-21lightnvm: fix uninitialized pointer in nvm_remove_tgt()Geert Uytterhoeven1-1/+1
2019-06-21lightnvm: pblk: fix freeing of merged pagesHeiner Litz1-8/+10
2019-06-21nvme-trace: print result and status in hex formatMinwoo Im1-1/+1
2019-06-21nvme-trace: support for fabrics commands in host-sideMinwoo Im3-9/+94
2019-06-21nvme-trace: move opcode symbol print to nvme.hMinwoo Im2-44/+45
2019-06-21nvme-trace: do not export nvme_trace_disk_nameMinwoo Im1-1/+0
2019-06-21nvme-pci: clean up nvme_remove_dead_ctrl a bitChaitanya Kulkarni1-4/+5
2019-06-21nvme-pci: properly report state change failure in nvme_reset_workMinwoo Im1-0/+1
2019-06-21nvme-pci: set the errno on ctrl state change errorChaitanya Kulkarni1-2/+5
2019-06-21nvme-pci: adjust irq max_vector using num_possible_cpus()Minwoo Im1-1/+5
2019-06-21nvme-pci: remove queue_count_ops for write_queues and poll_queuesMinwoo Im1-21/+2
2019-06-21nvme-pci: remove unnecessary zero for static varMinwoo Im1-1/+1
2019-06-21nvme-pci: use host managed power state for suspendKeith Busch1-3/+92
2019-06-21nvme: introduce nvme_is_fabrics to check fabrics cmdMinwoo Im5-5/+10
2019-06-21nvme: export get and set featuresKeith Busch2-3/+27
2019-06-21nvme: fix possible io failures when removing multipathed nsAnton Eidelman1-6/+8
2019-06-21nvme-fc: add message when creating new associationJames Smart1-0/+6
2019-06-21lpfc: add sysfs interface to post NVME RSCNJames Smart2-0/+61
2019-06-21lpfc: add support for translating an RSCN rcv into a discovery rescanJames Smart3-0/+51
2019-06-21lpfc: add nvmet discovery_event op supportJames Smart1-0/+17
2019-06-21lpfc: add support to generate RSCN events for nportJames Smart6-0/+163
2019-06-21nvme-fcloop: add support for nvmet discovery_event opJames Smart1-0/+37
2019-06-21nvmet-fc: add transport discovery change event callback supportJames Smart2-0/+17
2019-06-21nvmet: add transport discovery change opJames Smart3-0/+8
2019-06-21cgroup: export css_next_descendant_pre for bfqChristoph Hellwig1-0/+1
2019-06-20Merge branch 'md-next' of https://github.com/liu-song-6/linux into for-5.3/blockJens Axboe4-9/+218
2019-06-20md: add bitmap_abort label in md_runGuoqing Jiang1-16/+10
2019-06-20md-bitmap: create and destroy wb_info_pool with the change of bitmapGuoqing Jiang1-0/+6
2019-06-20md-bitmap: create and destroy wb_info_pool with the change of backlogGuoqing Jiang1-0/+14
2019-06-20md: introduce mddev_create/destroy_wb_pool for the change of member deviceGuoqing Jiang2-0/+67
2019-06-20md/raid1: fix potential data inconsistency issue with write behind deviceGuoqing Jiang3-1/+129
2019-06-20f2fs: use block layer helper for show_bio_op macroChaitanya Kulkarni1-10/+1
2019-06-20block: update print_req_error()Chaitanya Kulkarni1-4/+7
2019-06-20block: use blk_op_str() in blk-mq-debugfs.cChaitanya Kulkarni1-20/+4
2019-06-20block: add centralize REQ_OP_XXX to string helperChaitanya Kulkarni2-0/+39
2019-06-20block: improve print_req_errorChristoph Hellwig1-7/+9
2019-06-20block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUGChristoph Hellwig7-40/+38
2019-06-20bfq-iosched: move bfq_stat_recursive_sum into the only callerChristoph Hellwig1-43/+19
2019-06-20blk-cgroup: move struct blkg_stat to bfqChristoph Hellwig4-171/+167
2019-06-20blk-cgroup: introduce a new struct blkg_rwstat_sampleChristoph Hellwig3-36/+35