aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2020-09-11Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds6-10/+11
2020-09-09nvme-fabrics: allow to queue requests for live queuesSagi Grimberg1-4/+8
2020-09-08nvme-tcp: cancel async events before freeing event structDavid Milburn1-0/+1
2020-09-08nvme-rdma: cancel async events before freeing event structDavid Milburn1-0/+1
2020-09-08nvme-fc: cancel async events before freeing event structDavid Milburn1-0/+1
2020-09-08nvme: Revert: Fix controller creation races with teardown flowJames Smart2-6/+0
2020-09-04Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds8-58/+167
2020-08-28nvme-pci: cancel nvme device request before disablingTong Zhang1-2/+2
2020-08-28nvme: only use power of two io boundariesKeith Busch1-9/+38
2020-08-28nvme: fix controller instance leakKeith Busch1-1/+1
2020-08-28nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'Christophe JAILLET1-2/+2
2020-08-28nvme: Fix NULL dereference for pci nvme controllersSagi Grimberg1-0/+4
2020-08-28nvme-rdma: fix reset hang if controller died in the middle of a resetSagi Grimberg1-1/+12
2020-08-28nvme-rdma: fix timeout handlerSagi Grimberg1-16/+33
2020-08-28nvme-rdma: serialize controller teardown sequencesSagi Grimberg1-0/+6
2020-08-28nvme-tcp: fix reset hang if controller died in the middle of a resetSagi Grimberg1-1/+12
2020-08-28nvme-tcp: fix timeout handlerSagi Grimberg1-20/+36
2020-08-28nvme-tcp: serialize controller teardown sequencesSagi Grimberg1-2/+9
2020-08-28nvme: have nvme_wait_freeze_timeout return if it timed outSagi Grimberg2-2/+3
2020-08-28nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptanceSagi Grimberg1-1/+0
2020-08-28nvmet-tcp: Fix NULL dereference when a connect data comes in h2cdata pduZiye Yang1-1/+9
2020-08-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds11-102/+147
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva8-14/+12
2020-08-21nvmet: Disable keep-alive timer when kato is cleared to 0hAmit Engel1-0/+6
2020-08-21nvme: redirect commands on dying queueChao Leng1-4/+5
2020-08-21nvme: just check the status code type in nvme_is_path_errorChristoph Hellwig1-10/+2
2020-08-21nvme: refactor command completionChristoph Hellwig3-64/+89
2020-08-21nvme: rename and document nvme_end_requestChristoph Hellwig6-7/+13
2020-08-21nvme: skip noiob for zoned devicesKeith Busch1-1/+1
2020-08-21nvme-pci: fix PRP pool sizeChristoph Hellwig1-1/+2
2020-08-21nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depthJohn Garry1-6/+6
2020-08-21nvme: Use spin_lock_irq() when taking the ctrl->lockLogan Gunthorpe1-4/+4
2020-08-21nvmet: call blk_mq_free_request() directlyChaitanya Kulkarni1-3/+3
2020-08-21nvmet: fix oops in pt cmd executionChaitanya Kulkarni1-3/+3
2020-08-21nvmet: add ns tear down label for pt-cmd handlingChaitanya Kulkarni1-4/+5
2020-08-21nvme: multipath: round-robin: eliminate "fallback" variableMartin Wilck1-5/+4
2020-08-21nvme: multipath: round-robin: fix single non-optimized path caseMartin Wilck1-5/+10
2020-08-21nvme-fc: Fix wrong return value in __nvme_fc_init_request()Tianjia Zhang1-2/+2
2020-08-21nvmet-passthru: Reject commands with non-sgl flags setLogan Gunthorpe1-0/+8
2020-08-21nvmet: fix a memory leakSagi Grimberg1-0/+1
2020-08-05Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds26-422/+1872
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds9-36/+45
2020-07-29nvme: add a Identify Namespace Identification Descriptor list quirkChristoph Hellwig3-12/+12
2020-07-29nvme-loop: remove extra variable in create ctrlChaitanya Kulkarni1-8/+6
2020-07-29nvme-loop: set ctrl state connecting after initChaitanya Kulkarni1-0/+3
2020-07-29nvme-multipath: do not fall back to __nvme_find_path() for non-optimized pathsHannes Reinecke1-4/+7
2020-07-29nvme-multipath: fix logic for non-optimized pathsMartin Wilck1-0/+6
2020-07-29nvme-rdma: fix controller reset hang during trafficSagi Grimberg1-3/+9
2020-07-29nvme-tcp: fix controller reset hang during trafficSagi Grimberg1-3/+9
2020-07-29nvmet: introduce the passthru Kconfig optionChaitanya Kulkarni1-0/+12
2020-07-29nvmet: introduce the passthru configfs interfaceLogan Gunthorpe2-0/+100
2020-07-29nvmet: Add passthru enable/disable helpersLogan Gunthorpe4-1/+111
2020-07-29nvmet: add passthru code to process commandsLogan Gunthorpe5-2/+506
2020-07-29nvme: export nvme_find_get_ns() and nvme_put_ns()Logan Gunthorpe2-2/+6
2020-07-29nvme: introduce nvme_ctrl_get_by_path()Logan Gunthorpe2-0/+24
2020-07-29nvme: introduce nvme_execute_passthru_rq to call nvme_passthru_[start|end]()Logan Gunthorpe2-7/+16
2020-07-29nvme: create helper function to obtain command effectsLogan Gunthorpe2-92/+103
2020-07-29nvme: clear any SGL flags in passthru commandsLogan Gunthorpe1-1/+9
2020-07-29nvmet-fc: remove redundant del_work_active flagJames Smart1-24/+3
2020-07-29nvmet-fc: check successful reference in nvmet_fc_find_target_assocJames Smart1-1/+2
2020-07-29nvme-fc: set max_segments to lldd max valueJames Smart1-2/+3
2020-07-29nvme-hwmon: log the controller device nameSagi Grimberg1-1/+2
2020-07-29nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg8-15/+55
2020-07-29nvme: document nvme controller statesSagi Grimberg1-0/+14
2020-07-29nvmet: use xarray for ctrl ns storingChaitanya Kulkarni3-57/+27
2020-07-29nvmet-rdma: use new shared CQ mechanismYamin Friedman1-7/+7
2020-07-29nvme-rdma: use new shared CQ mechanismYamin Friedman1-26/+51
2020-07-29nvme-pci: add support for ACPI StorageD3Enable propertyDavid E. Box1-0/+63
2020-07-29nvme-pci: use max of PRP or SGL for iod sizeChaitanya Kulkarni1-15/+10
2020-07-29nvme-core: replace ctrl page size with a macroChaitanya Kulkarni3-38/+37
2020-07-29nvme: remove redundant validation in nvme_start_ctrl()Baolin Wang1-2/+1
2020-07-29nvme: remove an unnecessary conditionDan Carpenter1-2/+2
2020-07-26nvme-pci: prevent SK hynix PC400 from using Write Zeroes commandKai-Heng Feng1-0/+2
2020-07-26nvme-tcp: fix possible hang waiting for icresp responseSagi Grimberg1-0/+3
2020-07-20block: remove blk_queue_stack_limitsChristoph Hellwig1-1/+2
2020-07-20Merge branch 'for-5.9/drivers' into for-5.9/block-mergeJens Axboe18-131/+690
2020-07-20Merge branch 'for-5.9/block' into for-5.9/block-mergeJens Axboe9-36/+45
2020-07-16nvme: explicitly update mpath disk capacity on revalidationAnthony Iliopoulos2-0/+14
2020-07-15block: add max_active_zones to blk-sysfsNiklas Cassel1-0/+1
2020-07-15block: add max_open_zones to blk-sysfsNiklas Cassel1-0/+1
2020-07-08nvme: remove ns->disk checksChristoph Hellwig1-4/+4
2020-07-08nvme-pci: use standard block status symbolic namesBaolin Wang1-3/+3
2020-07-08nvme-pci: use the consistent return type of nvme_pci_iod_alloc_size()Baolin Wang1-1/+1
2020-07-08nvme-pci: add a blank line after declarationsBaolin Wang1-0/+4
2020-07-08nvme-pci: fix some comments issuesBaolin Wang1-4/+4
2020-07-08nvme-pci: remove redundant segment validationBaolin Wang1-3/+0
2020-07-08nvme: document quirked Intel modelsDavid Fugate1-4/+4
2020-07-08nvme: expose reconnect_delay and ctrl_loss_tmo via sysfsSagi Grimberg1-0/+62
2020-07-08nvme: support for zoned namespacesKeith Busch4-13/+378
2020-07-08nvme: support for multiple Command Sets Supported and Effects log pagesKeith Busch5-24/+73
2020-07-08nvme: implement multiple I/O Command Set supportNiklas Cassel2-10/+44
2020-07-08nvme: use USEC_PER_SEC instead of magic numbersBaolin Wang1-1/+1
2020-07-08nvmet-tcp: simplify nvmet_process_resp_listSagi Grimberg1-9/+3
2020-07-08nvme-tcp: optimize network stack with setting msg flags according to batch sizeSagi Grimberg1-3/+17
2020-07-08nvme-tcp: leverage request pluggingSagi Grimberg1-5/+14
2020-07-08nvme-tcp: have queue prod/cons send list become a llistSagi Grimberg1-10/+24
2020-07-08nvme-fcloop: verify wwnn and wwpn formatDongli Zhang1-6/+23
2020-07-08nvmet: use unsigned type for u64Chaitanya Kulkarni1-8/+8
2020-07-08nvmet: introduce flags member in nvmet_fabrics_opsMax Gurtovoy5-7/+7
2020-07-08nvmet-tcp: remove has_keyed_sgls initializationMax Gurtovoy1-1/+0
2020-07-08nvmet-loop: remove unused 'target_ctrl' in nvme_loop_ctrlDongli Zhang1-1/+0
2020-07-08nvme-pci: remove the empty line at the beginning of nvme_should_reset()Dongli Zhang1-1/+0
2020-07-08nvme-pci: code cleanup for nvme_alloc_host_mem()Chaitanya Kulkarni1-4/+4
2020-07-08nvme-pci: use unsigned for io queue depthChaitanya Kulkarni1-9/+10
2020-07-08nvme-core: use u16 type for ctrl->sqsizeChaitanya Kulkarni1-1/+1
2020-07-08nvme-core: use u16 type for directivesChaitanya Kulkarni1-1/+1
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe7-31/+54
2020-07-02nvme: fix a crash in nvme_mpath_add_diskChristoph Hellwig1-3/+4
2020-07-02nvme: fix identify error status silent ignoreSagi Grimberg1-3/+9
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig1-1/+1
2020-07-01block: remove direct_make_requestChristoph Hellwig1-1/+1
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig1-1/+1
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig3-3/+4
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig1-5/+4
2020-06-24nvme-multipath: fix bogus request queue reference putSagi Grimberg1-0/+8
2020-06-24nvme-multipath: fix deadlock due to head->lockAnton Eidelman2-2/+4
2020-06-24nvme: don't protect ns mutation with ns->head->lockSagi Grimberg1-8/+4
2020-06-24nvme-multipath: fix deadlock between ana_work and scan_workAnton Eidelman1-8/+16
2020-06-24nvme: fix possible deadlock when I/O is blockedSagi Grimberg1-1/+0
2020-06-24nvme-rdma: assign completion vector correctlyMax Gurtovoy1-1/+1
2020-06-24nvme-loop: initialize tagset numa value to the value of the ctrlMax Gurtovoy1-2/+2
2020-06-24nvme-tcp: initialize tagset numa value to the value of the ctrlMax Gurtovoy1-2/+2
2020-06-24nvme-pci: initialize tagset numa value to the value of the ctrlMax Gurtovoy1-2/+2
2020-06-24nvme-pci: override the value of the controller's numa nodeMax Gurtovoy1-0/+2
2020-06-24nvme: set initial value for controller's numa nodeMax Gurtovoy1-0/+1
2020-06-24nvme-rdma: fix a missing completion with remove invalidationChristoph Hellwig1-2/+3
2020-06-24nvme: use blk_mq_complete_request_remote to avoid an indirect function callChristoph Hellwig6-9/+18
2020-06-24nvme-rdma: factor out a nvme_rdma_end_request helperChristoph Hellwig1-19/+17
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig2-2/+3
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-06-11Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds7-20/+37
2020-06-11nvmet: fail outstanding host posted AEN reqChaitanya Kulkarni1-7/+20
2020-06-11nvme-pci: use simple suspend when a HMB is enabledChristoph Hellwig1-0/+6
2020-06-11nvme-fc: don't call nvme_cleanup_cmd() for AENsDaniel Wagner1-2/+3
2020-06-11nvmet-tcp: constify nvmet_tcp_opsMax Gurtovoy1-2/+2
2020-06-11nvme-tcp: constify nvme_tcp_mq_ops and nvme_tcp_admin_mq_opsRikard Falkeborn1-4/+4
2020-06-11nvme: do not call del_gendisk() on a disk that was never addedNiklas Cassel1-3/+1
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+3
2020-06-04block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig1-2/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-89/+18
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds23-863/+2954
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+2
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+7
2020-05-29nvme: force complete cancelled requestsKeith Busch1-1/+1
2020-05-28ipv4: add ip_sock_set_tosChristoph Hellwig2-19/+5
2020-05-28tcp: add tcp_sock_set_syncntChristoph Hellwig1-8/+1
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig2-18/+3
2020-05-28net: add sock_set_priorityChristoph Hellwig2-24/+6
2020-05-28net: add sock_no_lingerChristoph Hellwig2-13/+2
2020-05-28net: add sock_set_reuseaddrChristoph Hellwig1-7/+1
2020-05-27RDMA/cma: Provide ECE reject reasonLeon Romanovsky1-1/+3
2020-05-27nvme-pci: avoid race between nvme_reap_pending_cqes() and nvme_poll()Dongli Zhang1-4/+7
2020-05-27nvme: set dma alignment to qwordKeith Busch1-0/+1
2020-05-27nvmet: cleanups the loop in nvmet_async_events_processDavid Milburn1-9/+6
2020-05-27nvmet: fix memory leak when removing namespaces and controllers concurrentlySagi Grimberg1-9/+6
2020-05-27nvmet-rdma: add metadata/T10-PI supportIsrael Rukshin1-19/+215
2020-05-27nvmet: add metadata support for block devicesIsrael Rukshin4-32/+161
2020-05-27nvmet: add metadata/T10-PI supportIsrael Rukshin5-10/+121
2020-05-27nvmet: rename nvmet_check_data_len to nvmet_check_transfer_lenIsrael Rukshin7-25/+25
2020-05-27nvmet: rename nvmet_rw_len to nvmet_rw_data_lenIsrael Rukshin3-3/+3
2020-05-27nvmet: add metadata characteristics for a namespaceIsrael Rukshin3-0/+26
2020-05-27nvme-rdma: add metadata/T10-PI supportMax Gurtovoy1-10/+270
2020-05-27nvme-rdma: introduce nvme_rdma_sgl structureIsrael Rukshin1-17/+24
2020-05-27nvme: introduce NVME_INLINE_METADATA_SG_CNTIsrael Rukshin1-0/+2
2020-05-27nvme: enforce extended LBA format for fabrics metadataMax Gurtovoy1-14/+27
2020-05-27nvme: introduce max_integrity_segments ctrl attributeMax Gurtovoy3-4/+14
2020-05-27nvme: make nvme_ns_has_pi accessible to transportsJames Smart2-6/+7
2020-05-27nvme: introduce NVME_NS_METADATA_SUPPORTED flagMax Gurtovoy2-7/+35
2020-05-27nvme: introduce namespace features flagMax Gurtovoy3-5/+14
2020-05-27nvmet: revalidate-ns & generate AEN from configfsChaitanya Kulkarni1-0/+26
2020-05-27nvmet: generate AEN for ns revalidate size changeChaitanya Kulkarni1-0/+5
2020-05-27nvmet: add helper to revalidate bdev and file nsChaitanya Kulkarni3-4/+10
2020-05-27nvmet: add async event tracing supportChaitanya Kulkarni2-0/+29
2020-05-27nvme: delete an unnecessary declarationDan Carpenter1-1/+0
2020-05-27nvme: replace zero-length array with flexible-arrayGustavo A. R. Silva2-2/+2
2020-05-27nvme: fix io_opt limit settingDamien Le Moal1-2/+2
2020-05-27nvme: disable streams when get stream params failedWu Bo1-3/+6
2020-05-27nvme-fc: print proper nvme-fc devloss_tmo valueMartin George1-1/+3
2020-05-27nvme-pci: make sure write/poll_queues less or equal then cpu countWeiping Zhang1-4/+18
2020-05-27nvmet-tcp: move send/recv error handling in the send/recv methods instead of ...Sagi Grimberg1-19/+24
2020-05-27nvmet-tcp: set MSG_EOR if we send last payload in the batchSagi Grimberg1-0/+2
2020-05-27nvmet-tcp: set MSG_SENDPAGE_NOTLAST with MSG_MORE when we have more to sendSagi Grimberg1-4/+4
2020-05-27nvme-tcp: set MSG_SENDPAGE_NOTLAST with MSG_MORE when we have more to sendSagi Grimberg1-3/+8
2020-05-27nvmet: mark nvmet_ana_state staticChristoph Hellwig1-1/+1
2020-05-27nvmet: replace kstrndup() with kmemdup_nul()Chen Zhou1-2/+2
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig1-1/+1
2020-05-12nvme-pci: dma read memory barrier for completionsKeith Busch1-0/+5
2020-05-09nvme: define constants for identification valuesKeith Busch2-7/+8
2020-05-09nvmet: align addrfam list to specChaitanya Kulkarni1-6/+8
2020-05-09nvmet: centralize port enable access for configfsChaitanya Kulkarni1-28/+16
2020-05-09nvmet: use type-name map for address treqChaitanya Kulkarni1-22/+26
2020-05-09nvmet: use type-name map for ana statesChaitanya Kulkarni1-12/+8
2020-05-09nvmet: use type-name map for address familyChaitanya Kulkarni1-24/+27
2020-05-09nvmet: add generic type-name mappingChaitanya Kulkarni1-9/+10
2020-05-09nvme-multipath: stop using ->queuedataChristoph Hellwig1-2/+1
2020-05-09nvme-tcp: try to send request in queue_rq contextSagi Grimberg1-11/+32
2020-05-09nvme-tcp: avoid scheduling io_work if we are already pollingSagi Grimberg1-1/+5
2020-05-09nvme-tcp: use bh_lock in data_readySagi Grimberg1-2/+2