summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-06-24Merge branch 'nvme-5.3' of git://git.infradead.org/nvme into for-5.3/blockJens Axboe26-133/+983
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 Im2-6/+77
2019-06-21nvme-trace: move opcode symbol print to nvme.hMinwoo Im1-44/+0
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 Im4-4/+4
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 Smart1-0/+11
2019-06-21nvmet: add transport discovery change opJames Smart3-0/+8
2019-06-21md: add bitmap_abort label in md_runGuoqing Jiang1-16/+10
2019-06-21md-bitmap: create and destroy wb_info_pool with the change of bitmapGuoqing Jiang1-0/+6
2019-06-21md-bitmap: create and destroy wb_info_pool with the change of backlogGuoqing Jiang1-0/+14
2019-06-21md: introduce mddev_create/destroy_wb_pool for the change of member deviceGuoqing Jiang2-0/+67
2019-06-21md/raid1: fix potential data inconsistency issue with write behind deviceGuoqing Jiang3-1/+129
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig1-1/+0
2019-06-20block: remove blk_init_request_from_bioChristoph Hellwig1-1/+1
2019-06-20block: drbd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-66/+5
2019-06-20null_blk: remove duplicate 0 initializationChaitanya Kulkarni1-1/+0
2019-06-20floppy: fix harmless clang build warningArnd Bergmann1-1/+1
2019-06-15block: null_blk: fix race condition for null_del_devBob Liu1-5/+6
2019-06-15md/raid10: read balance chooses idlest disk for SSDGuoqing Jiang1-12/+33
2019-06-15md: raid1-10: Unify r{1,10}bio_pool_freeMarcos Paulo de Souza3-17/+12
2019-06-15md: raid10: Use struct_size() in kmalloc()Gustavo A. R. Silva1-2/+1
2019-06-15md/raid1: get rid of extra blank line and spaceYufen Yu1-6/+3
2019-06-15md: fix spelling typo and add necessary spaceYufen Yu1-7/+4
2019-06-15md: md.c: Return -ENODEV when mddev is NULL in rdev_attr_showMarcos Paulo de Souza1-1/+1
2019-06-15raid5-cache: Need to do start() part job after adding journal deviceXiao Ni1-2/+9
2019-06-15drivers: md: Unify common definitions of raid1 and raid10Marcos Paulo de Souza3-53/+28
2019-06-15Merge tag 'for-linus-20190614' of git://git.kernel.dk/linux-blockLinus Torvalds6-26/+46
2019-06-15Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2019-06-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-58/+111