aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2017-11-28nvme-pci: fix NULL pointer dereference in nvme_free_host_mem()Minwoo Im1-0/+1
2017-11-28nvme-rdma: fix memory leak during queue allocationMax Gurtovoy1-3/+18
2017-11-26nvme-rdma: Use mr poolIsrael Rukshin1-58/+37
2017-11-26nvme-rdma: Check remotely invalidated rkey matches our expected rkeySagi Grimberg1-2/+7
2017-11-26nvme-rdma: wait for local invalidation before completing a requestSagi Grimberg1-15/+24
2017-11-26nvme-rdma: don't complete requests before a send work request has completedSagi Grimberg1-4/+24
2017-11-26nvme-rdma: don't suppress send completionsSagi Grimberg1-40/+14
2017-11-24nvme-fc: don't use bit masks for set/test_bit() numbersJens Axboe1-2/+2
2017-11-23nvme-pci: add quirk for delay before CHK RDY for WDC SN200Jeff Lien2-1/+3
2017-11-20nvmet-fc: correct ref counting error when deferred rcv usedJames Smart1-3/+6
2017-11-20nvme: Suppress static analyis warningKeith Busch1-5/+2
2017-11-20nvme: Fix NULL dereference on reservation requestKeith Busch1-6/+6
2017-11-20nvme: fix spelling mistake: "requeing" -> "requeuing"Colin Ian King1-1/+1
2017-11-20nvme-pci: avoid hmb desc array idx out-of-bound when hmmaxd set.Minwoo Im1-1/+1
2017-11-20nvme-pci: disable APST on Samsung SSD 960 EVO + ASUS PRIME B350M-AKai-Heng Feng1-2/+10
2017-11-20nvme-loop: check if queue is ready in queue_rqSagi Grimberg1-1/+24
2017-11-20nvme-fc: check if queue is ready in queue_rqSagi Grimberg1-1/+18
2017-11-20nvme-fabrics: introduce init command check for a queue that is not aliveSagi Grimberg2-26/+36
2017-11-16nvmet_fc: fix better length checkingJames Smart1-2/+4
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds19-899/+2474
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-15/+15
2017-11-11nvme: fix visibility of "uuid" ns attributeMartin Wilck1-1/+1
2017-11-10nvme: expose subsys attribute to sysfsHannes Reinecke1-0/+48
2017-11-10nvme: create 'slaves' and 'holders' entries for hidden controllersHannes Reinecke3-0/+40
2017-11-10nvme: also expose the namespace identification sysfs files for mpath nodesChristoph Hellwig3-26/+38
2017-11-10nvme: implement multipath access to nvme subsystemsChristoph Hellwig5-14/+455
2017-11-10nvme: track shared namespacesChristoph Hellwig3-50/+210
2017-11-10nvme: introduce a nvme_ns_ids structureChristoph Hellwig2-34/+49
2017-11-10nvme: track subsystemsChristoph Hellwig3-36/+205
2017-11-10block, nvme: Introduce blk_mq_req_flags_tBart Van Assche2-4/+6
2017-11-10nvmet: kill nvmet_inline_bio_initChristoph Hellwig1-14/+4
2017-11-10nvmet: better data length validationChristoph Hellwig5-25/+34
2017-11-10nvme-pci: avoid dereference of symbol from unloaded moduleMing Lei1-1/+2
2017-11-10nvme: send uevent for some asynchronous eventsKeith Busch2-0/+29
2017-11-10nvme: unexport starting async event workKeith Busch2-8/+1
2017-11-10nvme: remove handling of multiple AEN requestsKeith Busch6-40/+11
2017-11-10nvme-fc: remove unused "queue_size" fieldKeith Busch1-6/+3
2017-11-10nvme: centralize AEN definesKeith Busch6-58/+22
2017-11-10nvmet: remove redundant local variableSagi Grimberg1-9/+4
2017-11-10nvmet: remove redundant memset if failed to get_smart_log failedSagi Grimberg1-3/+1
2017-11-10nvme: fix eui_show() print formatJavier González1-1/+1
2017-11-10nvme: compare NQN string with right sizeJavier González1-1/+1
2017-11-10nvmet: fix comment typos in admin-cmd.cMinwoo Im1-2/+2
2017-11-10nvme-rdma: fix nvme_rdma_create_queue_ib error flowMax Gurtovoy1-1/+1
2017-11-10nvmet-rdma: update queue list during ib_device removalIsrael Rukshin1-2/+4
2017-11-10nvme-fc: decouple ns references from lldd referencesJames Smart1-6/+78
2017-11-10nvme-fc: fix localport resume using stale valuesJames Smart1-2/+10
2017-11-10nvme: check admin passthru command effectsKeith Busch2-0/+108
2017-11-10nvme: factor get log into a helperKeith Busch1-6/+13
2017-11-10nvme: fix and clarify the check for missing metadataChristoph Hellwig1-13/+18
2017-11-10nvme: split __nvme_revalidate_diskChristoph Hellwig1-23/+26
2017-11-10nvme: set the chunk size before freezing the queueChristoph Hellwig1-2/+3
2017-11-10nvme: don't pass struct nvme_ns to nvme_config_discardChristoph Hellwig1-16/+17
2017-11-10nvme: don't pass struct nvme_ns to nvme_init_integrityChristoph Hellwig1-7/+7
2017-11-10nvme: always unregister the integrity profile in __nvme_revalidate_diskChristoph Hellwig1-30/+10
2017-11-10nvme: move the dying queue check from cancel to completionChristoph Hellwig1-6/+3
2017-11-03block: add a poll_fn callback to struct request_queueChristoph Hellwig1-1/+1
2017-11-03Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-4.15/blockJens Axboe12-491/+1008
2017-11-03nvme: comment typo fixed in clearing AERMinwoo Im1-1/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-11-01nvme: Remove unused headersKeith Busch1-4/+0
2017-11-01nvmet: fix fatal_err_work deadlockJames Smart1-2/+14
2017-11-01nvme-fc: add dev_loss_tmo timeout and remoteport resume supportJames Smart1-39/+239
2017-11-01nvme: allow controller RESETTING to RECONNECTING transitionJames Smart1-0/+1
2017-11-01nvme-fc: check connectivity before initiating reconnectsJames Smart1-7/+16
2017-11-01nvme-fc: add a dev_loss_tmo field to the remoteportJames Smart1-0/+31
2017-11-01nvme-fc: change ctlr state assignments during reset/reconnectJames Smart1-15/+13
2017-11-01nvme: flush reset_work before safely continuing with delete operationSagi Grimberg2-1/+1
2017-11-01nvme-rdma: reuse nvme_delete_ctrl when reconnect attempts expireSagi Grimberg1-1/+1
2017-11-01nvme: consolidate common code from ->reset_workChristoph Hellwig4-21/+4
2017-11-01nvme-rdma: remove nvme_rdma_remove_ctrlChristoph Hellwig1-10/+8
2017-11-01nvme: move controller deletion to common codeChristoph Hellwig6-118/+62
2017-11-01nvme-fc: merge __nvme_fc_schedule_delete_work into __nvme_fc_del_ctrlChristoph Hellwig1-14/+6
2017-11-01nvme-fc: avoid workqueue flush stallsJames Smart1-1/+1
2017-10-30nvme: Fix setting logical block format when revalidatingKeith Busch1-0/+1
2017-10-27nvme-fc: remove NVME_FC_MAX_SEGMENTSJames Smart1-4/+2
2017-10-27nvme-fc: add support for duplicate_connect optionJames Smart1-0/+33
2017-10-27nvme-rdma: add support for duplicate_connect optionJames Smart1-0/+82
2017-10-27nvme: add helper to compare options to controllerJames Smart1-0/+12
2017-10-27nvme: add duplicate_connect optionJames Smart2-1/+8
2017-10-27nvme: check for a live controller in nvme_dev_openChristoph Hellwig1-1/+1
2017-10-27nvme: get rid of nvme_ctrl_listChristoph Hellwig2-61/+18
2017-10-27nvme: switch controller refcounting to use struct deviceChristoph Hellwig6-33/+39
2017-10-27nvme: simplify nvme_openChristoph Hellwig1-30/+10
2017-10-27nvme: use kref_get_unless_zero in nvme_find_get_nsChristoph Hellwig1-1/+2
2017-10-23nvme-rdma: Add debug message when reaches timeoutNitzan Carmi1-0/+4
2017-10-23nvme-rdma: align nvme_rdma_device structureMax Gurtovoy1-2/+2
2017-10-23nvme-rdma: fix possible hang when issuing commands during ctrl removalSagi Grimberg1-4/+7
2017-10-20nvme-fc: correct io timeout behaviorJames Smart1-4/+10
2017-10-20nvme-fc: correct io termination handlingJames Smart1-13/+18
2017-10-20nvme-pci: add SGL supportChaitanya Kulkarni1-27/+187
2017-10-20nvme: use ida_simple_{get,remove} for the controller instanceChristoph Hellwig1-33/+7
2017-10-20nvmet: Change max_nsid in subsystem due to ns_disable if neededRoy Shterman1-0/+13
2017-10-19nvme-rdma: Fix error status return in tagset allocation failureSagi Grimberg1-2/+6
2017-10-19nvme-rdma: Fix possible double free in reconnect flowSagi Grimberg1-2/+6
2017-10-19nvmet: make config_item_type constBhumika Goyal1-15/+15
2017-10-19nvme-loop: Add BLK_MQ_F_NO_SCHED flag to admin tag setIsrael Rukshin1-0/+1
2017-10-19nvme-fc: Add BLK_MQ_F_NO_SCHED flag to admin tag setIsrael Rukshin1-0/+1
2017-10-19nvme-rdma: Add BLK_MQ_F_NO_SCHED flag to admin tag setIsrael Rukshin1-0/+1
2017-10-19nvme-pci: fix typos in commentsMinwoo Im1-2/+2
2017-10-19nvmet: synchronize sqhd updateJames Smart2-4/+13
2017-10-18nvme-fc: retry initial controller connections 3 timesJames Smart1-2/+30
2017-10-18nvme-fc: fix iowait hangJames Smart1-2/+3
2017-10-18nvme-rdma: stop controller reset if the controller is deletingSagi Grimberg1-1/+5
2017-10-18nvme-rdma: change queue flag semantics DELETING -> ALLOCATEDSagi Grimberg1-4/+4
2017-10-18nvme-rdma: Don't local invalidate if the queue is not liveSagi Grimberg1-1/+1
2017-10-18nvme-rdma: teardown admin/io queues once on error recoverySagi Grimberg1-15/+12
2017-10-18nvme-rdma: Check that reinit_request got a proper mrSagi Grimberg1-0/+3
2017-10-18nvme-rdma: move assignment to declarationSagi Grimberg1-4/+2
2017-10-18nvme-rdma: fix wrong logging messageSagi Grimberg1-1/+1
2017-10-18nvme-rdma: pass tagset to directly nvme_rdma_free_tagsetSagi Grimberg1-7/+6
2017-10-18nvme: introduce nvme_reinit_tagsetSagi Grimberg4-5/+17
2017-10-16nvme: simplify compat_ioctl handlingChristoph Hellwig1-11/+1
2017-10-13lightnvm: implement generic path for sync I/OJavier González1-14/+56
2017-10-13lightnvm: fail fast on passthrough commandsJavier González1-2/+0
2017-10-05nvme-fc: move remote port get/put/free locationJames Smart1-39/+39
2017-10-04nvme-pci: Use PCI bus address for data/queues in CMBChristoph Hellwig1-7/+7
2017-10-04nvme-fc: create fc class and transport deviceJames Smart1-1/+54
2017-10-04nvme-fc: add uevent for auto-connectJames Smart1-0/+49
2017-10-04nvme-fabrics: request transport moduleSagi Grimberg1-0/+3
2017-10-04nvmet: bump NVMET_NR_QUEUES to 128James Smart1-1/+1
2017-10-04nvme: use menu Kconfig interfaceRandy Dunlap1-0/+4
2017-10-04nvme: update timeout module parameter typeMarc Olson2-6/+6
2017-10-01nvme: fix visibility of "uuid" ns attributeMartin Wilck1-1/+1
2017-09-25nvme-fcloop: fix port deletes and callbacksJames Smart1-64/+38
2017-09-25nvmet-fc: ensure target queue id within range.James Smart1-0/+3
2017-09-25nvmet-fc: on port remove call put outside lockJames Smart1-1/+5
2017-09-25nvme-rdma: don't fully stop the controller in error recoverySagi Grimberg1-1/+1
2017-09-25nvme-rdma: give up reconnect if state change failsSagi Grimberg1-1/+6
2017-09-25nvme-core: Use nvme_wq to queue async events and fw activationSagi Grimberg1-2/+2
2017-09-25nvme: fix sqhd reference when admin queue connect failsJames Smart1-1/+2
2017-09-25nvmet: implement valid sqhd values in completionsJames Smart3-6/+12
2017-09-25nvme-fabrics: Allow 0 as KATO valueGuilherme G. Piccoli1-9/+9
2017-09-25nvme: allow timed-out ios to retryJames Smart1-2/+0
2017-09-25nvme: stop aer posting if controller state not liveJames Smart1-2/+3
2017-09-25nvme-pci: Print invalid SGL only onceKeith Busch1-12/+18
2017-09-25nvme-pci: initialize queue memory before interruptsKeith Busch1-2/+2
2017-09-25nvmet-fc: fix failing max io queue connectionsJames Smart1-3/+3
2017-09-25nvme-fc: use transport-specific sgl formatJames Smart1-6/+7
2017-09-25nvmet-fcloop: remove use of FC-specific error codesJames Smart1-1/+1
2017-09-25nvmet-fc: remove use of FC-specific error codesJames Smart1-6/+3
2017-09-25nvme-fc: remove use of FC-specific error codesJames Smart1-4/+4
2017-09-11nvme-pci: implement the HMB entry number and size limitationsChristoph Hellwig3-1/+10
2017-09-11nvme-pci: propagate (some) errors from host memory buffer setupChristoph Hellwig1-6/+12
2017-09-11nvme-pci: use appropriate initial chunk size for HMB allocationAkinobu Mita1-1/+1
2017-09-11nvme-pci: fix host memory buffer allocation fallbackChristoph Hellwig1-18/+30
2017-09-11nvme: fix lightnvm checkChristoph Hellwig4-35/+14
2017-09-09Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds14-506/+695
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds5-33/+14
2017-09-03Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-17/+22
2017-09-01nvme-fabrics: generate spec-compliant UUID NQNsDaniel Verkamp1-1/+1
2017-08-30nvmet: add support for reporting the host identifierOmri Mann3-2/+17
2017-08-30nvme: Use metadata for passthrough commandsKeith Busch1-11/+4
2017-08-30nvme: Make nvme user functions staticKeith Busch2-12/+5
2017-08-30nvme/pci: Use req_op to determine DIF remappingKeith Busch1-2/+2
2017-08-30nvme: factor metadata handling out of __nvme_submit_user_cmdChristoph Hellwig1-36/+40
2017-08-30nvme-fabrics: Convert nvmf_transports_mutex to an rwsemRoland Dreier1-10/+10
2017-08-30nvme-pci: use dma memory for the host memory buffer descriptorsChristoph Hellwig1-11/+11
2017-08-30nvme-rdma: default MR page size to 4kMax Gurtovoy1-2/+6
2017-08-29nvme: don't blindly overwrite identifiers on disk revalidateChristoph Hellwig1-1/+11
2017-08-29nvme: remove nvme_revalidate_nsChristoph Hellwig1-47/+53
2017-08-29nvme: remove unused struct nvme_ns fieldsChristoph Hellwig1-5/+1
2017-08-29nvme: allow calling nvme_change_ctrl_state from irq contextChristoph Hellwig1-2/+3
2017-08-29nvme: report more detailed status codes to the block layerChristoph Hellwig1-0/+9
2017-08-28nvme: honor RTD3 Entry Latency for shutdownsMartin K. Petersen2-1/+16
2017-08-28nvme: fix uninitialized prp2 value on small transfersJan H. Schönherr1-1/+3
2017-08-28nvme-rdma: Use unlikely macro in the fast pathMax Gurtovoy1-6/+6
2017-08-28nvmet: use memcpy_and_pad for identify sn/frMartin Wilck1-11/+3
2017-08-28nvmet-fc: simplify sg list handlingJames Smart1-38/+10
2017-08-28nvme-fc: Reattach to localports on re-registrationJames Smart1-38/+106
2017-08-28nvme: rename AMS symbolic constants to fit specificationMax Gurtovoy1-1/+1
2017-08-28nvme: add symbolic constants for CC identifiersMax Gurtovoy1-7/+7
2017-08-28nvme: fix identify namespace loggingSagi Grimberg1-1/+1
2017-08-28nvme-fabrics: log a warning if hostid is invalidGuan Junxiong1-0/+1
2017-08-28nvme-rdma: call ops->reg_read64 instead of nvmf_reg_read64Sagi Grimberg1-1/+1
2017-08-28nvme-rdma: cleanup error path in controller resetSagi Grimberg1-23/+9
2017-08-28nvme-rdma: introduce nvme_rdma_start_queueSagi Grimberg1-12/+24
2017-08-28nvme-rdma: rename nvme_rdma_init_queue to nvme_rdma_alloc_queueSagi Grimberg1-10/+7
2017-08-28nvme-rdma: stop queues instead of simply flipping their stateSagi Grimberg1-5/+4
2017-08-28nvme-rdma: introduce configure/destroy io queuesSagi Grimberg1-81/+81
2017-08-28nvme-rdma: reuse configure/destroy_admin_queueSagi Grimberg1-18/+2
2017-08-28nvme-rdma: don't free tagset on resetsSagi Grimberg1-19/+30
2017-08-28nvme-rdma: disable the controller on resetsSagi Grimberg1-4/+6
2017-08-28nvme-rdma: move tagset allocation to a dedicated routineSagi Grimberg1-56/+75
2017-08-28nvme: Add admin_tagset pointer to nvme_ctrlSagi Grimberg5-0/+5
2017-08-28nvme-rdma: move nvme_rdma_configure_admin_queue code locationSagi Grimberg1-91/+94
2017-08-28nvme-rdma: remove NVME_RDMA_MAX_SEGMENT_SIZEJohannes Thumshirn1-2/+0
2017-08-28nvmet-fcloop: remove ALL_OPTS defineJohannes Thumshirn1-3/+0
2017-08-28nvmet: fix the return error code of target if host is not allowedGuan Junxiong1-0/+1
2017-08-28nvmet: use NVME_NSID_ALLChristoph Hellwig2-2/+2
2017-08-28nvme: add support for NVMe 1.3 Timestamp FeatureJon Derrick1-0/+21
2017-08-28nvme: define NVME_NSID_ALLArnav Dawn1-3/+3
2017-08-28nvme: add support for FW activation without resetArnav Dawn2-0/+77
2017-08-28Merge tag 'v4.13-rc7' into for-4.14/block-postmergeJens Axboe5-61/+223
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig3-25/+7
2017-08-18Merge branch 'misc' into k.o/for-nextDoug Ledford2-10/+0
2017-08-18nvmet-rdma: remove redundant empty device add calloutSagi Grimberg1-5/+0
2017-08-18nvme-rdma: remove redundant empty device add calloutSagi Grimberg1-5/+0
2017-08-18blk-mq: Make blk_mq_reinit_tagset() calls easier to readBart Van Assche2-8/+7