summaryrefslogtreecommitdiffstats
path: root/drivers
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-214-4/+4
| * 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-211-0/+11
| * nvmet: add transport discovery change opJames Smart2019-06-213-0/+8
* | lightnvm: fix uninitialized pointer in nvm_remove_tgt()Geert Uytterhoeven2019-06-211-1/+1
* | lightnvm: pblk: fix freeing of merged pagesHeiner Litz2019-06-211-8/+10
|/
* 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
* block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-201-1/+0
* block: remove blk_init_request_from_bioChristoph Hellwig2019-06-201-1/+1
* block: drbd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-203-66/+5
* null_blk: remove duplicate 0 initializationChaitanya Kulkarni2019-06-201-1/+0
* floppy: fix harmless clang build warningArnd Bergmann2019-06-201-1/+1
* block: null_blk: fix race condition for null_del_devBob Liu2019-06-151-5/+6
* md/raid10: read balance chooses idlest disk for SSDGuoqing Jiang2019-06-151-12/+33
* md: raid1-10: Unify r{1,10}bio_pool_freeMarcos Paulo de Souza2019-06-153-17/+12
* md: raid10: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-06-151-2/+1
* md/raid1: get rid of extra blank line and spaceYufen Yu2019-06-151-6/+3
* md: fix spelling typo and add necessary spaceYufen Yu2019-06-151-7/+4
* md: md.c: Return -ENODEV when mddev is NULL in rdev_attr_showMarcos Paulo de Souza2019-06-151-1/+1
* raid5-cache: Need to do start() part job after adding journal deviceXiao Ni2019-06-151-2/+9
* drivers: md: Unify common definitions of raid1 and raid10Marcos Paulo de Souza2019-06-153-53/+28
* Merge tag 'for-linus-20190614' of git://git.kernel.dk/linux-blockLinus Torvalds2019-06-146-26/+46
|\
| * block/ps3vram: Use %llu to format sector_t after LBDAF removalGeert Uytterhoeven2019-06-131-1/+1
| * libata: Extend quirks for the ST1000LM024 drives with NOLPM quirkHans de Goede2019-06-131-3/+6
| * bcache: only set BCACHE_DEV_WB_RUNNING when cached device attachedColy Li2019-06-131-1/+6
| * bcache: fix stack corruption by PRECEDING_KEY()Coly Li2019-06-132-17/+33
| * null_blk: remove duplicate check for report zoneChaitanya Kulkarni2019-06-131-4/+0
* | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-06-142-2/+2
|\ \
| * | i2c: pca-platform: Fix GPIO lookup codeLinus Walleij2019-06-121-2/+1
| * | i2c: acorn: fix i2c warningRussell King2019-06-121-0/+1
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-06-144-58/+111
|\ \
| * | mm/devm_memremap_pages: fix final page put raceDan Williams2019-06-133-28/+19