summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-15131-3089/+5470
|\
| * nvme: fix visibility of "uuid" ns attributeMartin Wilck2017-11-111-1/+1
| * blk-mq: fixup some comment typos and lengthsJens Axboe2017-11-111-7/+10
| * ide: ide-atapi: fix compile error with defining macro DEBUGHongxu Jia2017-11-111-3/+3
| * blk-mq: improve tag waiting setup for non-shared tagsJens Axboe2017-11-111-26/+55
| * brd: remove unused brd_mutexMikulas Patocka2017-11-111-1/+0
| * blk-mq: only run the hardware queue if IO is pendingJens Axboe2017-11-114-16/+13
| * block: avoid null pointer dereference on null diskColin Ian King2017-11-111-1/+1
| * fs: guard_bio_eod() needs to consider partitionsGreg Edwards2017-11-112-1/+10
| * xtensa/simdisk: fix compile errorChristoph Hellwig2017-11-111-1/+1
| * nvme: expose subsys attribute to sysfsHannes Reinecke2017-11-111-0/+48
| * nvme: create 'slaves' and 'holders' entries for hidden controllersHannes Reinecke2017-11-113-0/+40
| * block: create 'slaves' and 'holders' entries for hidden gendisksHannes Reinecke2017-11-111-7/+7
| * nvme: also expose the namespace identification sysfs files for mpath nodesChristoph Hellwig2017-11-113-26/+38
| * nvme: implement multipath access to nvme subsystemsChristoph Hellwig2017-11-115-14/+455
| * nvme: track shared namespacesChristoph Hellwig2017-11-113-50/+210
| * nvme: introduce a nvme_ns_ids structureChristoph Hellwig2017-11-112-34/+49
| * nvme: track subsystemsChristoph Hellwig2017-11-113-36/+205
| * block, nvme: Introduce blk_mq_req_flags_tBart Van Assche2017-11-118-21/+30
| * block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche2017-11-116-25/+70
| * block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flagBart Van Assche2017-11-113-0/+37
| * ide, scsi: Tell the block layer at request allocation time about preempt requ...Bart Van Assche2017-11-112-5/+5
| * block: Introduce BLK_MQ_REQ_PREEMPTBart Van Assche2017-11-113-1/+6
| * block: Introduce blk_get_request_flags()Bart Van Assche2017-11-112-15/+38
| * block: Make q_usage_counter also track legacy requestsMing Lei2017-11-112-8/+14
| * blk-mq: fix issue with shared tag queue re-runningJens Axboe2017-11-113-41/+50
| * nvmet: kill nvmet_inline_bio_initChristoph Hellwig2017-11-111-14/+4
| * nvmet: better data length validationChristoph Hellwig2017-11-115-25/+34
| * nvme-pci: avoid dereference of symbol from unloaded moduleMing Lei2017-11-111-1/+2
| * nvme: send uevent for some asynchronous eventsKeith Busch2017-11-113-0/+33
| * nvme: unexport starting async event workKeith Busch2017-11-112-8/+1
| * nvme: remove handling of multiple AEN requestsKeith Busch2017-11-116-40/+11
| * nvme-fc: remove unused "queue_size" fieldKeith Busch2017-11-111-6/+3
| * nvme: centralize AEN definesKeith Busch2017-11-117-58/+30
| * nvmet: remove redundant local variableSagi Grimberg2017-11-111-9/+4
| * nvmet: remove redundant memset if failed to get_smart_log failedSagi Grimberg2017-11-111-3/+1
| * blk-mq: Avoid that request queue removal can trigger list corruptionBart Van Assche2017-11-111-0/+1
| * nvme: fix eui_show() print formatJavier González2017-11-111-1/+1
| * nvme: compare NQN string with right sizeJavier González2017-11-111-1/+1
| * blk-mq: put driver tag if dispatch budget can't be gotMing Lei2017-11-111-1/+3
| * block: pass full fmode_t to blk_verify_commandChristoph Hellwig2017-11-114-16/+14
| * block: remove __bio_kmap_atomicChristoph Hellwig2017-11-114-21/+8
| * block: kill bio_kmap/kunmap_irq()Jens Axboe2017-11-112-13/+2
| * Revert "blk-mq: don't handle TAG_SHARED in restart"Jens Axboe2017-11-111-4/+74
| * kthread: zero the kthread data structureShaohua Li2017-11-111-5/+1
| * nvmet: fix comment typos in admin-cmd.cMinwoo Im2017-11-111-2/+2
| * nvme-rdma: fix nvme_rdma_create_queue_ib error flowMax Gurtovoy2017-11-111-1/+1
| * nvmet-rdma: update queue list during ib_device removalIsrael Rukshin2017-11-111-2/+4
| * lpfc: tie in to new dev_loss_tmo interface in nvme transportJames Smart2017-11-111-0/+5
| * nvme-fc: decouple ns references from lldd referencesJames Smart2017-11-111-6/+78