aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds2-28/+141
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2-144/+0
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-0/+2
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds24-260/+652
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds3-20/+19
2022-03-16nvme: warn about shared namespaces without CONFIG_NVME_MULTIPATHChristoph Hellwig1-0/+8
2022-03-16nvme: remove nvme_alloc_request and nvme_alloc_request_qidChristoph Hellwig5-46/+31
2022-03-16nvme: cleanup how disk->disk_name is assignedChristoph Hellwig3-33/+21
2022-03-15nvmet: revert "nvmet: make discovery NQN configurable"Hannes Reinecke2-41/+1
2022-03-15nvmet: move the call to nvmet_ns_changed out of nvmet_ns_revalidateChristoph Hellwig5-7/+15
2022-03-14nvmet: use snprintf() with PAGE_SIZE in configfsChaitanya Kulkarni1-5/+8
2022-03-14nvmet: don't fold linesChaitanya Kulkarni1-9/+5
2022-03-14nvmet-rdma: fix kernel-doc warning for nvmet_rdma_device_removalChaitanya Kulkarni1-1/+1
2022-03-14nvmet-fc: fix kernel-doc warning for nvmet_fc_unregister_targetportChaitanya Kulkarni1-1/+1
2022-03-14nvmet-fc: fix kernel-doc warning for nvmet_fc_register_targetportChaitanya Kulkarni1-1/+1
2022-03-14nvme-tcp: lockdep: annotate in-kernel socketsChris Leech1-0/+40
2022-03-14nvme-tcp: don't fold the lineChaitanya Kulkarni1-2/+1
2022-03-14nvme-tcp: don't initialize ret variableChaitanya Kulkarni1-1/+1
2022-03-14nvme-multipath: call bio_io_error in nvme_ns_head_submit_bioGuoqing Jiang1-2/+1
2022-03-14nvme-multipath: use vmalloc for ANA log bufferHannes Reinecke1-2/+3
2022-03-07nvme: add support for enhanced metadataKeith Busch2-25/+141
2022-03-07nvme: allow integrity on extended metadata formatsKeith Busch1-5/+2
2022-03-07nvme: remove support or stream based temperature hintChristoph Hellwig2-144/+0
2022-03-07Merge branch 'for-5.18/drivers' into for-5.18/write-streamsJens Axboe18-152/+516
2022-03-07Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe3-20/+19
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2-0/+2
2022-02-28nvme: check that EUI/GUID/UUID are globally uniqueChristoph Hellwig1-2/+36
2022-02-28nvme: check for duplicate identifiers earlierChristoph Hellwig1-7/+6
2022-02-28nvme: fix the check for duplicate unique identifiersChristoph Hellwig1-8/+10
2022-02-28nvme: cleanup __nvme_check_idsChristoph Hellwig1-5/+4
2022-02-28nvme: remove nssa from struct nvme_ctrlKeith Busch2-5/+5
2022-02-28nvme: explicitly set non-error for directivesKeith Busch1-0/+2
2022-02-28nvme: expose cntrltype and dctype through sysfsMartin Belanger2-0/+42
2022-02-28nvme: send uevent on connection upMartin Belanger1-0/+9
2022-02-28nvme: add vectored-io support for user-passthroughKanchan Joshi1-9/+26
2022-02-28nvme: add verbose error loggingAlan Adamson5-1/+246
2022-02-28nvme: add a helper to initialize connect_qChaitanya Kulkarni5-16/+16
2022-02-28nvme-rdma: add helpers for mapping/unmapping requestMax Gurtovoy1-46/+65
2022-02-28nvmet-tcp: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg1-3/+3
2022-02-28nvmet-rdma: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg1-3/+3
2022-02-28nvmet-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg1-6/+6
2022-02-28nvmet: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg1-2/+2
2022-02-28nvme-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg1-8/+8
2022-02-28nvme: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg1-9/+9
2022-02-28nvmet: allow bdev in buffered_io modeChaitanya Kulkarni1-0/+8
2022-02-28nvmet: use i_size_read() to set size for file-nsChaitanya Kulkarni2-14/+5
2022-02-28nvme-fabrics: remove unnecessary braces for caseChaitanya Kulkarni1-1/+1
2022-02-28nvme-fabrics: use consistent zeroout patternChaitanya Kulkarni1-2/+1
2022-02-28nvme-fabrics: use unsigned int typeChaitanya Kulkarni1-1/+1
2022-02-28nvme-fabrics: use unsigned int typeChaitanya Kulkarni1-1/+1
2022-02-28nvme-core: remove unnecessary function parameterChaitanya Kulkarni1-5/+3
2022-02-28nvme-core: remove unnecessary semicolonChaitanya Kulkarni1-1/+1
2022-02-23nvme-tcp: send H2CData PDUs based on MAXH2CDATAVarun Prakash1-14/+49
2022-02-23nvme: also mark passthrough-only namespaces ready in nvme_update_ns_infoChristoph Hellwig1-3/+3
2022-02-23nvme: don't return an error from nvme_configure_metadataChristoph Hellwig1-8/+5
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig2-2/+2
2022-02-09nvme-tcp: fix bogus request completion when failing to send AERSagi Grimberg1-1/+9
2022-02-09nvme: add nvme_complete_req tracepoint for batched completionBean Huo1-0/+1
2022-02-03nvme-fabrics: fix state check in nvmf_ctlr_matches_baseopts()Uday Shankar1-0/+1
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig3-10/+8
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig3-11/+12
2022-02-02block: pass a block_device and opf to blk_next_bioChaitanya Kulkarni1-3/+3
2022-02-02nvme-rdma: fix possible use-after-free in transport error_recovery workSagi Grimberg1-0/+1
2022-02-02nvme-tcp: fix possible use-after-free in transport error_recovery workSagi Grimberg1-0/+1
2022-02-02nvme: fix a possible use-after-free in controller reset during loadSagi Grimberg1-1/+8
2022-01-27nvme-fabrics: remove the unneeded ret variable in nvmf_dev_showChangcheng Deng1-2/+1
2022-01-27nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDsWu Zheng1-1/+2
2022-01-12Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds4-12/+66
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds5-49/+113
2022-01-05nvme-pci: fix queue_rqs list splittingKeith Busch1-14/+14
2021-12-23nvme: add 'iopolicy' module parameterHannes Reinecke3-8/+41
2021-12-23nvme: drop unused variable ctrl in nvme_setup_cmdGeliang Tang1-1/+0
2021-12-23nvme: increment request genctr on completionKeith Busch2-2/+4
2021-12-23nvme-fabrics: print out valid arguments when reading from /dev/nvme-fabricsHannes Reinecke1-1/+21
2021-12-16nvme: add support for mq_ops->queue_rqs()Jens Axboe1-0/+59
2021-12-16nvme: separate command prep and issueJens Axboe1-27/+36
2021-12-16nvme: split command copy into a helperJens Axboe1-14/+12
2021-12-08nvmet-tcp: fix possible list corruption for unexpected command failureSagi Grimberg1-1/+8
2021-12-07nvme: fix use after free when disconnecting a reconnecting ctrlRuozhu Li2-1/+2
2021-12-07nvme-multipath: set ana_log_size to 0 after free ana_log_bufHou Tao1-1/+2
2021-12-06nvme: report write pointer for a full zone as zone start + zone lenNiklas Cassel1-1/+4
2021-12-06nvme: disable namespace access for unsupported metadataKeith Busch1-3/+14
2021-12-06nvme: show subsys nqn for duplicate cntlidsKeith Busch1-2/+3
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig3-8/+6
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig2-4/+4
2021-11-25nvmet: use IOCB_NOWAIT only if the filesystem supports itMaurizio Lombardi1-1/+3
2021-11-23nvme: fix write zeroes piKlaus Jensen1-3/+12
2021-11-23nvme-fabrics: ignore invalid fast_io_fail_tmo valuesMaurizio Lombardi1-0/+3
2021-11-23nvme-pci: add NO APST quirk for Kioxia deviceEnzo Matsumiya1-0/+14
2021-11-23nvme-tcp: fix memory leak when freeing a queueMaurizio Lombardi1-0/+6
2021-11-23nvme-tcp: validate R2T PDU in nvme_tcp_handle_r2t()Varun Prakash1-31/+24
2021-11-23nvmet-tcp: fix incomplete data digest sendVarun Prakash1-1/+6
2021-11-23nvmet-tcp: fix memory leak when performing a controller resetMaurizio Lombardi1-1/+4
2021-11-23nvmet-tcp: add an helper to free the cmd buffersMaurizio Lombardi1-9/+19
2021-11-23nvmet-tcp: fix a race condition between release_queue and io_workMaurizio Lombardi1-1/+3
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+4
2021-11-09nvme: wait until quiesce is doneMing Lei1-0/+4
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds18-39/+259
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds10-69/+161
2021-10-27nvmet-tcp: fix header digest verificationAmit Engel1-1/+1
2021-10-27nvmet: use flex_array_size and struct_sizeLen Baker2-2/+2
2021-10-27nvmet: register discovery subsystem as 'current'Hannes Reinecke2-6/+12
2021-10-27nvmet: switch check for subsystem typeHannes Reinecke1-1/+1
2021-10-27nvmet-tcp: fix data digest pointer calculationVarun Prakash1-1/+1
2021-10-27nvme-tcp: fix data digest pointer calculationVarun Prakash1-1/+1
2021-10-27nvme-tcp: fix possible req->offset corruptionVarun Prakash1-1/+2
2021-10-26nvme-tcp: fix H2CData PDU send accounting (again)Sagi Grimberg1-1/+3
2021-10-26nvmet-tcp: fix a memory leak when releasing a queueMaurizio Lombardi1-0/+3
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe1-2/+2
2021-10-20nvmet: use struct_size over open coded arithmeticLen Baker1-2/+2
2021-10-20nvme: drop scan_lock and always kick requeue list when removing namespacesHannes Reinecke1-5/+4
2021-10-20nvme-pci: clear shadow doorbell memory on resetsKeith Busch1-1/+8
2021-10-20nvme-rdma: fix error code in nvme_rdma_setup_ctrlMax Gurtovoy1-0/+2
2021-10-20nvme-multipath: add error handling support for add_disk()Luis Chamberlain1-2/+12
2021-10-20nvmet: use macro definitions for setting cmic valueMax Gurtovoy1-1/+2
2021-10-20nvmet: use macro definition for setting nmic valueMax Gurtovoy1-1/+1
2021-10-20nvme: display correct subsystem NQNHannes Reinecke5-4/+11
2021-10-20nvme: Add connect option 'discovery'Hannes Reinecke3-1/+13
2021-10-20nvme: expose subsystem type in sysfs attribute 'subsystype'Hannes Reinecke2-0/+28
2021-10-20nvmet: set 'CNTRLTYPE' in the identify controller dataHannes Reinecke3-1/+9
2021-10-20nvmet: add nvmet_is_disc_subsys() helperHannes Reinecke3-4/+9
2021-10-20nvmet: make discovery NQN configurableHannes Reinecke2-1/+41
2021-10-20nvmet-rdma: implement get_max_queue_size controller opMax Gurtovoy1-0/+6
2021-10-20nvmet: add get_max_queue_size op for controllersMax Gurtovoy2-3/+6
2021-10-20nvme-rdma: limit the maximal queue size for RDMA controllersMax Gurtovoy1-0/+7
2021-10-20nvmet-tcp: fix use-after-free when a port is removedIsrael Rukshin1-0/+16
2021-10-20nvmet-rdma: fix use-after-free when a port is removedIsrael Rukshin1-0/+24
2021-10-20nvmet: fix use-after-free when a port is removedIsrael Rukshin1-0/+2
2021-10-20nvme-fc: add support for ->map_queuesSaurav Kashyap1-0/+24
2021-10-20nvme: generate uevent once a multipath namespace is operational againHannes Reinecke1-2/+5
2021-10-19nvme: loop: clear NVME_CTRL_ADMIN_Q_STOPPED after admin queue is reallocatedMing Lei1-0/+2
2021-10-19nvme: paring quiesce/unquiesceMing Lei2-4/+10
2021-10-19nvme: prepare for pairing quiescing and unquiescingMing Lei1-21/+31
2021-10-19nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei6-26/+26
2021-10-19nvme: add APIs for stopping/starting admin queueMing Lei2-0/+14
2021-10-19nvme: don't memset() the normal read/write commandJens Axboe1-2/+6
2021-10-19nvme: move command clear into the various setup helpersJens Axboe2-3/+9
2021-10-18nvmet: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-2/+2
2021-10-18nvme: wire up completion batching for the IRQ pathJens Axboe1-1/+5
2021-10-18nvme: add support for batched completion of polled IOJens Axboe3-12/+51
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe3-4/+4
2021-10-18nvme-multipath: enable polled I/OChristoph Hellwig1-1/+15
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-4/+2
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig1-1/+1
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig5-0/+5
2021-10-14Merge tag 'nvme-5.15-2021-10-14' of git://git.infradead.org/nvme into block-5.15Jens Axboe3-12/+13
2021-10-14nvme: fix per-namespace chardev deletionAdam Manzanares2-11/+12
2021-10-07nvme-pci: Fix abort command idKeith Busch1-1/+1
2021-09-27nvme: add command id quirk for apple controllersKeith Busch3-2/+11
2021-09-21nvme: keep ctrl->namespaces orderedChristoph Hellwig1-16/+17
2021-09-21nvme-tcp: fix incorrect h2cdata pdu offset accountingSagi Grimberg1-3/+10
2021-09-21nvme-fc: remove freeze/unfreeze around update_nr_hw_queuesJames Smart1-2/+0
2021-09-21nvme-fc: avoid race between time out and tear downJames Smart1-0/+2
2021-09-21nvme-fc: update hardware queues before using themDaniel Wagner1-8/+8
2021-09-15Merge tag 'nvme-5.15-2021-09-15' of git://git.infradead.org/nvme into block-5.15Jens Axboe5-34/+26
2021-09-14nvme: remove the call to nvme_update_disk_info in nvme_ns_removeChristoph Hellwig1-2/+0
2021-09-14nvme-tcp: fix io_work priority inversionKeith Busch1-10/+10
2021-09-14nvme-rdma: destroy cm id before destroy qp to avoid use after freeRuozhu Li1-13/+3
2021-09-14nvme-multipath: fix ANA state updates when a namespace is not presentAnton Eidelman1-2/+5
2021-09-13nvme: avoid race in shutdown namespace removalDaniel Wagner1-8/+7
2021-09-13nvmet: fix a width vs precision bug in nvmet_subsys_attr_serial_show()Dan Carpenter1-1/+1
2021-09-06nvme: add error handling support for add_disk()Luis Chamberlain1-1/+8
2021-09-06nvme: only call synchronize_srcu when clearing current pathDaniel Wagner1-3/+6
2021-09-06nvme: update keep alive interval when kato is modifiedTatsuya Sasaki1-2/+40
2021-09-06nvme-tcp: Do not reset transport on data digest errorsDaniel Wagner1-4/+18
2021-09-06nvmet: fixup buffer overrun in nvmet_subsys_attr_serial()Hannes Reinecke1-1/+2
2021-09-06nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_reqChristoph Hellwig5-12/+11
2021-09-06nvmet: looks at the passthrough controller when initializing CAPAdam Manzanares3-2/+16
2021-09-06nvme: move nvme_multi_css into nvme.hAdam Manzanares2-5/+5
2021-09-06nvme-multipath: revalidate paths during rescanHannes Reinecke3-1/+24
2021-09-06nvme-multipath: set QUEUE_FLAG_NOWAITChristoph Hellwig1-0/+2
2021-08-30Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds17-1428/+276
2021-08-23nvme: use blk_mq_alloc_diskChristoph Hellwig1-20/+13
2021-08-17nvme: remove the unused NVME_NS_* enumChristoph Hellwig1-5/+0
2021-08-16nvme: remove nvm_ndev from nsKeith Busch1-1/+0
2021-08-16nvme: Have NVME_FABRICS select NVME_CORE instead of transport driversSagi Grimberg2-5/+1
2021-08-16nvme: use bvec_virtChristoph Hellwig1-3/+2
2021-08-16nvmet: check that host sqsize does not exceed ctrl MQESAmit Engel1-0/+9
2021-08-16nvmet: avoid duplicate qid in connect cmdAmit Engel2-6/+15
2021-08-16nvmet: pass back cntlid on successful completionAmit Engel1-4/+5
2021-08-16nvme-rdma: don't update queue count when failing to set io queuesRuozhu Li1-2/+2
2021-08-16nvme-tcp: don't update queue count when failing to set io queuesRuozhu Li1-2/+2
2021-08-16nvme-tcp: pair send_mutex init with destroyKeith Busch1-0/+2
2021-08-16nvme: allow user toggling hmb usageKeith Busch1-1/+44
2021-08-16nvme-pci: disable hmb on idle suspendKeith Busch1-7/+17
2021-08-16nvmet: remove redundant assignments of variable statusColin Ian King1-4/+1
2021-08-16nvmet: add set feature tracing supportHou Pu1-1/+17
2021-08-16nvme: add set feature tracing supportHou Pu1-1/+17
2021-08-16nvme-fabrics: remove superfluous nvmf_host_put in nvmf_parse_optionsHou Pu1-1/+0
2021-08-16nvme-pci: cmb sysfs: one file, one valueKeith Busch1-2/+26
2021-08-16nvme-pci: use attribute group for cmb sysfsKeith Busch1-26/+46
2021-08-16nvme: code command_id with a genctr for use-after-free validationSagi Grimberg6-20/+66
2021-08-16nvme-tcp: don't check blk_mq_tag_to_rq when receiving pdu dataSagi Grimberg1-11/+3
2021-08-16nvme-pci: limit maximum queue depth to 4095Sagi Grimberg1-9/+5
2021-08-14remove the lightnvm subsystemChristoph Hellwig6-1323/+1
2021-08-12block: remove GENHD_FL_UPChristoph Hellwig1-1/+1
2021-08-12nvme: replace the GENHD_FL_UP check in nvme_mpath_shutdown_diskChristoph Hellwig1-1/+1
2021-08-12nvme: remove the GENHD_FL_UP check in nvme_ns_removeChristoph Hellwig1-8/+6