aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2023-03-03Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxGravatar Linus Torvalds 4-20/+28
2023-02-28nvme-fabrics: show well known discovery nameGravatar Daniel Wagner 1-1/+2
2023-02-28nvme-tcp: don't access released socket during error recoveryGravatar Akinobu Mita 1-0/+6
2023-02-28nvme-auth: fix an error code in nvme_auth_process_dhchap_challenge()Gravatar Dan Carpenter 1-1/+1
2023-02-28nvme: bring back auto-removal of deleted namespaces during sequential scanGravatar Christoph Hellwig 1-17/+18
2023-02-27nvme: fix sparse warning on effects maskingGravatar Keith Busch 1-1/+1
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-0/+8
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxGravatar Linus Torvalds 13-174/+175
2023-02-18Merge tag 'block-6.2-2023-02-17' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-0/+8
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-11/+11
2023-02-17nvme-pci: refresh visible attrs for cmb attributesGravatar Keith Busch 1-0/+8
2023-02-16Merge tag 'block-6.2-2023-02-16' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-10/+10
2023-02-14nvme-pci: remove iod use_sglsGravatar Keith Busch 1-3/+1
2023-02-14nvme-pci: fix freeing single sglGravatar Keith Busch 1-1/+1
2023-02-14nvme-pci: always return an ERR_PTR from nvme_pci_alloc_devGravatar Irvin Cote 1-3/+3
2023-02-14nvme-pci: set the DMA mask earlierGravatar Christoph Hellwig 1-7/+5
2023-02-13nvme-pci: add bogus ID quirk for ADATA SX6000PNPGravatar Daniel Wagner 1-0/+2
2023-02-10Merge tag 'block-6.2-2023-02-10' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-4/+19
2023-02-08nvme-auth: mark nvme_auth_wq staticGravatar Tom Rix 1-1/+1
2023-02-07Merge tag 'nvme-6.3-2023-02-07' of git://git.infradead.org/nvme into for-6.3/...Gravatar Jens Axboe 10-153/+166
2023-02-03Merge tag 'block-6.2-2023-02-03' of git://git.kernel.dk/linuxGravatar Linus Torvalds 3-4/+19
2023-02-03nvme: use bvec_set_virt to initialize special_vecGravatar Christoph Hellwig 1-3/+1
2023-02-03nvmet: use bvec_set_page to initialize bvecsGravatar Christoph Hellwig 2-11/+4
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-11/+10
2023-02-01nvme-auth: use workqueue dedicated to authenticationGravatar Shin'ichiro Kawasaki 1-2/+12
2023-02-01nvme: mask CSE effects for security receiveGravatar Keith Busch 1-0/+17
2023-02-01nvme: always initialize known command effectsGravatar Keith Busch 1-39/+45
2023-02-01nvmet: for nvme admin set_features cmd, call nvmet_check_data_len_lte()Gravatar Amit Engel 1-1/+1
2023-02-01nvme-tcp: add additional info for nvme_tcp_timeout logGravatar Amit Engel 1-2/+5
2023-02-01nvme: add nvme_opcode_str function for all nvme cmd typesGravatar Amit Engel 2-0/+29
2023-02-01nvme: remove nvme_execute_passthru_rqGravatar Christoph Hellwig 4-19/+12
2023-02-01nvme-pci: place descriptor addresses in iodGravatar Keith Busch 1-31/+18
2023-02-01nvme-pci: use mapped entries for sgl decisionGravatar Keith Busch 1-3/+3
2023-02-01nvme-pci: remove SGL segment descriptorsGravatar Keith Busch 1-42/+5
2023-02-01nvme-auth: don't use NVMe status codesGravatar Hannes Reinecke 1-15/+15
2023-02-01nvme-fabrics: clarify AUTHREQ result handlingGravatar Hannes Reinecke 1-2/+17
2023-02-01nvme: clear the request_queue pointers on failure in nvme_alloc_io_tag_setGravatar Maurizio Lombardi 1-0/+1
2023-02-01nvme: clear the request_queue pointers on failure in nvme_alloc_admin_tag_setGravatar Maurizio Lombardi 1-1/+3
2023-02-01nvme-fc: fix a missing queue put in nvmet_fc_ls_create_associationGravatar Amit Engel 1-1/+3
2023-01-29block: introduce bdev_zone_no helperGravatar Pankaj Raghav 1-2/+1
2023-01-29nvme: set REQ_ALLOC_CACHE for uring-passthru requestGravatar Anuj Gupta 1-2/+2
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-5/+21
2023-01-27Merge tag 'block-6.2-2023-01-27' of git://git.kernel.dk/linuxGravatar Linus Torvalds 3-11/+10
2023-01-25nvme: fix passthrough csi checkGravatar Keith Busch 1-1/+1
2023-01-24nvme-pci: flush initial scan_work for async probeGravatar Keith Busch 1-0/+1
2023-01-23nvme-fc: fix initialization orderGravatar Ross Lagerwall 1-10/+8
2023-01-23net/sock: Introduce trace_sk_data_ready()Gravatar Peilin Ye 2-0/+8
2023-01-20Merge tag 'block-6.2-2023-01-20' of git://git.kernel.dk/linuxGravatar Linus Torvalds 2-5/+21
2023-01-19nvme-pci: fix timeout request state checkGravatar Keith Busch 1-1/+1