summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/nvme.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-121-0/+8
|\
| * nvme: add 'iopolicy' module parameterHannes Reinecke2021-12-231-0/+4
| * nvme: increment request genctr on completionKeith Busch2021-12-231-0/+4
* | nvme: fix use after free when disconnecting a reconnecting ctrlRuozhu Li2021-12-071-1/+1
|/
* Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-0/+1
|\
| * nvme: expose subsystem type in sysfs attribute 'subsystype'Hannes Reinecke2021-10-201-0/+1
* | nvme: paring quiesce/unquiesceMing Lei2021-10-201-0/+2
* | nvme: add APIs for stopping/starting admin queueMing Lei2021-10-201-0/+2
|/
* nvme: add support for batched completion of polled IOJens Axboe2021-10-181-0/+14
* nvme: add command id quirk for apple controllersKeith Busch2021-09-271-0/+6
* nvme: move nvme_multi_css into nvme.hAdam Manzanares2021-09-061-0/+5
* nvme-multipath: revalidate paths during rescanHannes Reinecke2021-09-061-0/+5
* nvme: remove the unused NVME_NS_* enumChristoph Hellwig2021-08-171-5/+0
* nvme: remove nvm_ndev from nsKeith Busch2021-08-161-1/+0
* nvme: code command_id with a genctr for use-after-free validationSagi Grimberg2021-08-161-1/+46
* remove the lightnvm subsystemChristoph Hellwig2021-08-141-26/+0
* nvme: fix refcounting imbalance when all paths are downHannes Reinecke2021-07-211-9/+2
* nvme: use return value from blk_execute_rq()Keith Busch2021-06-301-1/+1
* nvme: use blk_execute_rq() for passthrough commandsKeith Busch2021-06-301-1/+1
* nvme: add a helper to check ctrl sgl supportChaitanya Kulkarni2021-06-171-0/+5
* nvme: remove nvme_{get,put}_ns_from_diskChristoph Hellwig2021-06-031-4/+1
* nvme: split nvme_report_zonesChristoph Hellwig2021-06-031-5/+2
* nvme-multipath: fix double initialization of ANA stateChristoph Hellwig2021-05-111-2/+6
* nvme: move the fabrics queue ready check routines to coreTao Chiu2021-05-041-0/+15
* nvme: fix controller ioctl through ns_headMinwoo Im2021-05-041-1/+0
* nvme: introduce generic per-namespace chardevMinwoo Im2021-04-221-0/+13
* nvme: sanitize KATO settingHannes Reinecke2021-04-211-1/+0
* nvme: move nvme_ns_head_ops to multipath.cChristoph Hellwig2021-04-151-1/+4
* nvme: move the ioctl code to a separate fileChristoph Hellwig2021-04-151-1/+9
* nvme: pass a user pointer to nvme_nvm_ioctlChristoph Hellwig2021-04-151-2/+2
* nvme: cleanup setting the disk nameChristoph Hellwig2021-04-151-10/+4
* nvme: add a nvme_ns_head_multipath helperMinwoo Im2021-04-151-1/+6
* nvme: implement non-mdts command limitsKeith Busch2021-04-061-0/+3
* nvme: use driver pdu command for passthroughKeith Busch2021-04-021-2/+1
* nvme: rename nvme_init_identify()Chaitanya Kulkarni2021-04-021-1/+1
* nvme: use NVME_CTRL_CMIC_ANA macroKanchan Joshi2021-04-021-1/+1
* nvme: add 48-bit DMA address quirk for Amazon NVMe controllersFilippo Sironi2021-02-101-0/+6
* nvme-hwmon: rework to avoid devm allocationHannes Reinecke2021-02-101-0/+8
* nvme: introduce a nvme_host_path_error helperChao Leng2021-02-101-0/+1
* nvme-core: add cancel tagset helpersChao Leng2021-02-021-0/+2
* nvme: remove the unused status argument from nvme_trace_bio_completeMax Gurtovoy2021-01-061-4/+2
* nvme: unexport functions with no external callerMinwoo Im2021-01-061-3/+0
* Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-2/+9
|\
| * nvme: export zoned namespaces without Zone Append support read-onlyJavier González2020-12-011-0/+1
| * nvme-fabrics: reject I/O to offline deviceVictor Gladkov2020-12-011-0/+3
| * nvme: split nvme_alloc_request()Chaitanya Kulkarni2020-12-011-0/+2
| * nvme: use consistent macro name for timeoutChaitanya Kulkarni2020-12-011-1/+1
| * nvme: simplify nvme_req_qid()Baolin Wang2020-12-011-1/+2
* | nvme: directly cache command effects logKeith Busch2020-11-141-6/+0
|/
* nvme: introduce nvme_sync_io_queuesChao Leng2020-11-031-0/+1