summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2023-02-28nvme-fabrics: show well known discovery nameDaniel Wagner
2023-02-28nvme-tcp: don't access released socket during error recoveryAkinobu Mita
2023-02-28nvme-auth: fix an error code in nvme_auth_process_dhchap_challenge()Dan Carpenter
2023-02-28nvme: bring back auto-removal of deleted namespaces during sequential scanChristoph Hellwig
2023-02-27nvme: fix sparse warning on effects maskingKeith Busch
2023-02-14nvme-pci: remove iod use_sglsKeith Busch
2023-02-14nvme-pci: fix freeing single sglKeith Busch
2023-02-07Merge tag 'nvme-6.3-2023-02-07' of git://git.infradead.org/nvme into for-6.3/...Jens Axboe
2023-02-03nvme: use bvec_set_virt to initialize special_vecChristoph Hellwig
2023-02-03nvmet: use bvec_set_page to initialize bvecsChristoph Hellwig
2023-02-01nvme: mask CSE effects for security receiveKeith Busch
2023-02-01nvme: always initialize known command effectsKeith Busch
2023-02-01nvmet: for nvme admin set_features cmd, call nvmet_check_data_len_lte()Amit Engel
2023-02-01nvme-tcp: add additional info for nvme_tcp_timeout logAmit Engel
2023-02-01nvme: add nvme_opcode_str function for all nvme cmd typesAmit Engel
2023-02-01nvme: remove nvme_execute_passthru_rqChristoph Hellwig
2023-02-01nvme-pci: place descriptor addresses in iodKeith Busch
2023-02-01nvme-pci: use mapped entries for sgl decisionKeith Busch
2023-02-01nvme-pci: remove SGL segment descriptorsKeith Busch
2023-02-01nvme-auth: don't use NVMe status codesHannes Reinecke
2023-02-01nvme-fabrics: clarify AUTHREQ result handlingHannes Reinecke
2023-01-29block: introduce bdev_zone_no helperPankaj Raghav
2023-01-29nvme: set REQ_ALLOC_CACHE for uring-passthru requestAnuj Gupta
2023-01-27Merge tag 'block-6.2-2023-01-27' of git://git.kernel.dk/linuxLinus Torvalds
2023-01-25nvme: fix passthrough csi checkKeith Busch
2023-01-24nvme-pci: flush initial scan_work for async probeKeith Busch
2023-01-23nvme-fc: fix initialization orderRoss Lagerwall
2023-01-20Merge tag 'block-6.2-2023-01-20' of git://git.kernel.dk/linuxLinus Torvalds
2023-01-19nvme-pci: fix timeout request state checkKeith Busch
2023-01-19nvme-apple: only reset the controller when RTKit is runningJanne Grunau
2023-01-19nvme-apple: reset controller during shutdownJanne Grunau
2023-01-13Merge tag 'block-6.2-2023-01-13' of git://git.kernel.dk/linuxLinus Torvalds
2023-01-10nvme: don't allow unprivileged passthrough on partitionsChristoph Hellwig
2023-01-10nvme: replace the "bool vec" arguments with flags in the ioctl pathChristoph Hellwig
2023-01-10nvme: remove __nvme_ioctlChristoph Hellwig
2023-01-10nvme-pci: fix error handling in nvme_pci_enable()Tong Zhang
2023-01-10nvme-pci: add NVME_QUIRK_IDENTIFY_CNS quirk to Apple T2 controllersHector Martin
2023-01-10nvme-apple: add NVME_QUIRK_IDENTIFY_CNS quirk to fix regressionHector Martin
2023-01-06Merge tag 'block-2023-01-06' of git://git.kernel.dk/linuxLinus Torvalds
2023-01-04block: handle bio_split_to_limits() NULL returnJens Axboe
2022-12-29Merge tag 'block-6.2-2022-12-29' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-28nvme-auth: fix smatch warning complaintsSagi Grimberg
2022-12-28nvme: consult the CSE log page for unprivileged passthroughChristoph Hellwig
2022-12-28nvme: also return I/O command effects from nvme_command_effectsChristoph Hellwig
2022-12-28nvmet: don't defer passthrough commands with trivial effects to the workqueueChristoph Hellwig
2022-12-28nvmet: set the LBCC bit for commands that modify dataChristoph Hellwig
2022-12-28nvmet: use NVME_CMD_EFFECTS_CSUPP instead of open coding itChristoph Hellwig
2022-12-26nvme-pci: update sqsize when adjusting the queue depthChristoph Hellwig
2022-12-26nvme: fix setting the queue depth in nvme_alloc_io_tag_setChristoph Hellwig
2022-12-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds