summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-215-5/+10
* 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-212-0/+17
* nvmet: add transport discovery change opJames Smart2019-06-213-0/+8
* cgroup: export css_next_descendant_pre for bfqChristoph Hellwig2019-06-211-0/+1
* Merge branch 'md-next' of https://github.com/liu-song-6/linux into for-5.3/blockJens Axboe2019-06-204-9/+218
|\
| * md: add bitmap_abort label in md_runGuoqing Jiang2019-06-201-16/+10
| * md-bitmap: create and destroy wb_info_pool with the change of bitmapGuoqing Jiang2019-06-201-0/+6
| * md-bitmap: create and destroy wb_info_pool with the change of backlogGuoqing Jiang2019-06-201-0/+14
| * md: introduce mddev_create/destroy_wb_pool for the change of member deviceGuoqing Jiang2019-06-202-0/+67
| * md/raid1: fix potential data inconsistency issue with write behind deviceGuoqing Jiang2019-06-203-1/+129
|/
* f2fs: use block layer helper for show_bio_op macroChaitanya Kulkarni2019-06-201-10/+1
* block: update print_req_error()Chaitanya Kulkarni2019-06-201-4/+7
* block: use blk_op_str() in blk-mq-debugfs.cChaitanya Kulkarni2019-06-201-20/+4
* block: add centralize REQ_OP_XXX to string helperChaitanya Kulkarni2019-06-202-0/+39
* block: improve print_req_errorChristoph Hellwig2019-06-201-7/+9
* block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUGChristoph Hellwig2019-06-207-40/+38
* bfq-iosched: move bfq_stat_recursive_sum into the only callerChristoph Hellwig2019-06-201-43/+19
* blk-cgroup: move struct blkg_stat to bfqChristoph Hellwig2019-06-204-171/+167
* blk-cgroup: introduce a new struct blkg_rwstat_sampleChristoph Hellwig2019-06-203-36/+35
* blk-cgroup: pass blkg_rwstat structures by referenceChristoph Hellwig2019-06-203-28/+32
* blk-cgroup: factor out a helper to read rwstat counterChristoph Hellwig2019-06-202-3/+9
* block: mark blk_rq_bio_prep as inlineChristoph Hellwig2019-06-202-12/+12
* block: untangle the end of blk_bio_segment_splitChristoph Hellwig2019-06-201-11/+3
* block: simplify blk_recalc_rq_segmentsChristoph Hellwig2019-06-203-18/+9
* block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-2018-137/+106
* block: remove blk_init_request_from_bioChristoph Hellwig2019-06-204-14/+7
* block: initialize the write priority in blk_rq_bio_prepChristoph Hellwig2019-06-201-1/+1
* blk-iolatency: only account submitted biosDennis Zhou2019-06-201-0/+4
* block: drbd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-203-66/+5
* blk-core: Remove blk_end_request*() declarationsPavel Begunkov2019-06-202-13/+1
* block: code cleanup queue_poll_stat_show()Chaitanya Kulkarni2019-06-201-5/+5
* block: use right format specifier for opChaitanya Kulkarni2019-06-201-1/+1
* block: get rid of redundant elseChaitanya Kulkarni2019-06-201-2/+2
* null_blk: remove duplicate 0 initializationChaitanya Kulkarni2019-06-201-1/+0
* block: move tag field position in struct requestMinwoo Im2019-06-201-1/+1