summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-1467-2104/+3884
|\
| * nvme: fix visibility of "uuid" ns attributeMartin Wilck2017-11-111-1/+1
| * ide: ide-atapi: fix compile error with defining macro DEBUGHongxu Jia2017-11-101-3/+3
| * brd: remove unused brd_mutexMikulas Patocka2017-11-101-1/+0
| * nvme: expose subsys attribute to sysfsHannes Reinecke2017-11-101-0/+48
| * nvme: create 'slaves' and 'holders' entries for hidden controllersHannes Reinecke2017-11-103-0/+40
| * nvme: also expose the namespace identification sysfs files for mpath nodesChristoph Hellwig2017-11-103-26/+38
| * nvme: implement multipath access to nvme subsystemsChristoph Hellwig2017-11-105-14/+455
| * nvme: track shared namespacesChristoph Hellwig2017-11-103-50/+210
| * nvme: introduce a nvme_ns_ids structureChristoph Hellwig2017-11-102-34/+49
| * nvme: track subsystemsChristoph Hellwig2017-11-103-36/+205
| * block, nvme: Introduce blk_mq_req_flags_tBart Van Assche2017-11-102-4/+6
| * block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche2017-11-101-12/+30
| * ide, scsi: Tell the block layer at request allocation time about preempt requ...Bart Van Assche2017-11-102-5/+5
| * nvmet: kill nvmet_inline_bio_initChristoph Hellwig2017-11-101-14/+4
| * nvmet: better data length validationChristoph Hellwig2017-11-105-25/+34
| * nvme-pci: avoid dereference of symbol from unloaded moduleMing Lei2017-11-101-1/+2
| * nvme: send uevent for some asynchronous eventsKeith Busch2017-11-102-0/+29
| * nvme: unexport starting async event workKeith Busch2017-11-102-8/+1
| * nvme: remove handling of multiple AEN requestsKeith Busch2017-11-106-40/+11
| * nvme-fc: remove unused "queue_size" fieldKeith Busch2017-11-101-6/+3
| * nvme: centralize AEN definesKeith Busch2017-11-106-58/+22
| * nvmet: remove redundant local variableSagi Grimberg2017-11-101-9/+4
| * nvmet: remove redundant memset if failed to get_smart_log failedSagi Grimberg2017-11-101-3/+1
| * nvme: fix eui_show() print formatJavier González2017-11-101-1/+1
| * nvme: compare NQN string with right sizeJavier González2017-11-101-1/+1
| * block: pass full fmode_t to blk_verify_commandChristoph Hellwig2017-11-101-1/+1
| * nvmet: fix comment typos in admin-cmd.cMinwoo Im2017-11-101-2/+2
| * nvme-rdma: fix nvme_rdma_create_queue_ib error flowMax Gurtovoy2017-11-101-1/+1
| * nvmet-rdma: update queue list during ib_device removalIsrael Rukshin2017-11-101-2/+4
| * lpfc: tie in to new dev_loss_tmo interface in nvme transportJames Smart2017-11-101-0/+5
| * nvme-fc: decouple ns references from lldd referencesJames Smart2017-11-101-6/+78
| * nvme-fc: fix localport resume using stale valuesJames Smart2017-11-101-2/+10
| * nvme: check admin passthru command effectsKeith Busch2017-11-102-0/+108
| * nvme: factor get log into a helperKeith Busch2017-11-101-6/+13
| * nvme: fix and clarify the check for missing metadataChristoph Hellwig2017-11-101-13/+18
| * nvme: split __nvme_revalidate_diskChristoph Hellwig2017-11-101-23/+26
| * nvme: set the chunk size before freezing the queueChristoph Hellwig2017-11-101-2/+3
| * nvme: don't pass struct nvme_ns to nvme_config_discardChristoph Hellwig2017-11-101-16/+17
| * nvme: don't pass struct nvme_ns to nvme_init_integrityChristoph Hellwig2017-11-101-7/+7
| * nvme: always unregister the integrity profile in __nvme_revalidate_diskChristoph Hellwig2017-11-101-30/+10
| * nvme: move the dying queue check from cancel to completionChristoph Hellwig2017-11-101-6/+3
| * nbd: don't start req until after the dead connection logicJosef Bacik2017-11-061-13/+7
| * nbd: wait uninterruptible for the dead timeoutJosef Bacik2017-11-061-3/+3
| * blk-mq: don't handle failure in .get_budgetMing Lei2017-11-041-8/+3
| * SCSI: don't get target/host busy_count in scsi_mq_get_budget()Ming Lei2017-11-041-16/+13
| * cdrom: hide CONFIG_CDROM menu selectionJens Axboe2017-11-031-8/+1
| * block: add a poll_fn callback to struct request_queueChristoph Hellwig2017-11-031-1/+1
| * Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-4.15/blockJens Axboe2017-11-0312-491/+1008
| |\
| | * nvme: comment typo fixed in clearing AERMinwoo Im2017-11-031-1/+1