summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/nvme.h
AgeCommit message (Expand)Author
2021-05-11nvme-multipath: fix double initialization of ANA stateChristoph Hellwig
2021-05-04nvme: move the fabrics queue ready check routines to coreTao Chiu
2021-05-04nvme: fix controller ioctl through ns_headMinwoo Im
2021-04-22nvme: introduce generic per-namespace chardevMinwoo Im
2021-04-21nvme: sanitize KATO settingHannes Reinecke
2021-04-15nvme: move nvme_ns_head_ops to multipath.cChristoph Hellwig
2021-04-15nvme: move the ioctl code to a separate fileChristoph Hellwig
2021-04-15nvme: pass a user pointer to nvme_nvm_ioctlChristoph Hellwig
2021-04-15nvme: cleanup setting the disk nameChristoph Hellwig
2021-04-15nvme: add a nvme_ns_head_multipath helperMinwoo Im
2021-04-06nvme: implement non-mdts command limitsKeith Busch
2021-04-02nvme: use driver pdu command for passthroughKeith Busch
2021-04-02nvme: rename nvme_init_identify()Chaitanya Kulkarni
2021-04-02nvme: use NVME_CTRL_CMIC_ANA macroKanchan Joshi
2021-02-10nvme: add 48-bit DMA address quirk for Amazon NVMe controllersFilippo Sironi
2021-02-10nvme-hwmon: rework to avoid devm allocationHannes Reinecke
2021-02-10nvme: introduce a nvme_host_path_error helperChao Leng
2021-02-02nvme-core: add cancel tagset helpersChao Leng
2021-01-06nvme: remove the unused status argument from nvme_trace_bio_completeMax Gurtovoy
2021-01-06nvme: unexport functions with no external callerMinwoo Im
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-01nvme: export zoned namespaces without Zone Append support read-onlyJavier González
2020-12-01nvme-fabrics: reject I/O to offline deviceVictor Gladkov
2020-12-01nvme: split nvme_alloc_request()Chaitanya Kulkarni
2020-12-01nvme: use consistent macro name for timeoutChaitanya Kulkarni
2020-12-01nvme: simplify nvme_req_qid()Baolin Wang
2020-11-14nvme: directly cache command effects logKeith Busch
2020-11-03nvme: introduce nvme_sync_io_queuesChao Leng
2020-10-22nvme: use queuedata for nvme_req_qidKeith Busch
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-07nvme: remove the disk argument to nvme_update_zone_infoChristoph Hellwig
2020-10-07nvme: fix initialization of the zone bitmapsChristoph Hellwig
2020-09-27nvme: use an xarray to lookup the Commands Supported and Effects logChaitanya Kulkarni
2020-09-27nvme: lift the file open code from nvme_ctrl_get_by_pathChaitanya Kulkarni
2020-09-24Merge branch 'for-5.10/block' into for-5.10/driversJens Axboe
2020-09-22nvme: return errors for hwmon initKeith Busch
2020-09-08nvme: Revert: Fix controller creation races with teardown flowJames Smart
2020-09-01nvme: don't call revalidate_disk from nvme_set_queue_dyingChristoph Hellwig
2020-09-01block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig
2020-08-28nvme: have nvme_wait_freeze_timeout return if it timed outSagi Grimberg
2020-08-21nvme: just check the status code type in nvme_is_path_errorChristoph Hellwig
2020-08-21nvme: refactor command completionChristoph Hellwig
2020-08-21nvme: rename and document nvme_end_requestChristoph Hellwig
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-29nvme: add a Identify Namespace Identification Descriptor list quirkChristoph Hellwig
2020-07-29nvme: export nvme_find_get_ns() and nvme_put_ns()Logan Gunthorpe
2020-07-29nvme: introduce nvme_ctrl_get_by_path()Logan Gunthorpe
2020-07-29nvme: introduce nvme_execute_passthru_rq to call nvme_passthru_[start|end]()Logan Gunthorpe