aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2023-05-07Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2023-05-04io_uring: Pass whole sqe to commandsGravatar Breno Leitao 1-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-6/+5
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxGravatar Linus Torvalds 11-129/+126
2023-04-14nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSDGravatar Duy Truong 1-0/+2
2023-04-13nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage"Gravatar Ming Lei 1-21/+27
2023-04-13blk-mq-rdma: remove queue mapping helper for rdma devicesGravatar Sagi Grimberg 1-5/+2
2023-04-13nvme-rdma: minor cleanup in nvme_rdma_create_cq()Gravatar zhenwei pi 1-8/+4
2023-04-13nvme: fix double blk_mq_complete_request for timeout request with low probabi...Gravatar Lei Yin 1-2/+2
2023-04-13nvme: fix async event trace eventGravatar Keith Busch 2-13/+7
2023-04-13nvme-apple: return directly instead of elseGravatar Chaitanya Kulkarni 1-2/+2
2023-04-13nvme-apple: return directly instead of elseGravatar Chaitanya Kulkarni 1-2/+2
2023-04-13nvmet-tcp: validate idle poll modparam valueGravatar Chaitanya Kulkarni 1-2/+3
2023-04-13nvmet-tcp: validate so_priority modparam valueGravatar Chaitanya Kulkarni 1-2/+27
2023-04-13nvme-tcp: fence TCP socket on receive errorGravatar Chris Leech 1-0/+3
2023-04-13nvmet: remove nvmet_req_cns_error_completeGravatar Christoph Hellwig 2-9/+4
2023-04-13nvmet: rename nvmet_execute_identify_cns_cs_nsGravatar Christoph Hellwig 3-4/+4
2023-04-13nvmet: fix Identify Identification Descriptor List handlingGravatar Christoph Hellwig 1-19/+1
2023-04-13nvmet: cleanup nvmet_execute_identify()Gravatar Damien Le Moal 1-16/+19
2023-04-13nvmet: fix I/O Command Set specific Identify ControllerGravatar Damien Le Moal 3-8/+18
2023-04-13nvmet: fix Identify Active Namespace ID list handlingGravatar Damien Le Moal 1-7/+2
2023-04-13nvmet: fix Identify Controller handlingGravatar Damien Le Moal 1-5/+2
2023-04-13nvmet: fix Identify Namespace handlingGravatar Damien Le Moal 1-7/+2
2023-04-13nvmet: fix error handling in nvmet_execute_identify_cns_cs_ns()Gravatar Damien Le Moal 1-7/+9
2023-04-13nvme-pci: drop redundant pci_enable_pcie_error_reporting()Gravatar Bjorn Helgaas 1-5/+1
2023-04-05nvme: fix discard support without oncsGravatar Keith Busch 1-3/+3
2023-04-03Merge 6.3-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 6-48/+96
2023-03-30nvme-tcp: fix a possible UAF when failing to allocate an io queueGravatar Sagi Grimberg 1-20/+26
2023-03-28nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQNGravatar Juraj Pecigos 1-1/+2
2023-03-22nvme: send Identify with CNS 06h only to I/O controllersGravatar Martin George 1-1/+2
2023-03-20block/io_uring: pass in issue_flags for uring_cmd task_work handlingGravatar Jens Axboe 1-6/+8
2023-03-17driver core: class: remove module * from class_create()Gravatar Greg Kroah-Hartman 3-5/+5
2023-03-17drivers: remove struct module * setting from struct classGravatar Greg Kroah-Hartman 1-1/+0
2023-03-16Merge tag 'nvme-6.3-2022-03-16' of git://git.infradead.org/nvme into block-6.3Gravatar Jens Axboe 4-16/+54
2023-03-15block: count 'ios' and 'sectors' when io is done for bio-based deviceGravatar Yu Kuai 1-4/+4
2023-03-15nvmet: avoid potential UAF in nvmet_req_complete()Gravatar Damien Le Moal 1-1/+3
2023-03-15nvme-tcp: add nvme-tcp pdu size build protectionGravatar Sagi Grimberg 1-0/+9
2023-03-15nvme-tcp: fix opcode reporting in the timeout handlerGravatar Sagi Grimberg 1-6/+18
2023-03-15nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM620Gravatar Philipp Geulen 1-0/+2
2023-03-15nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000Gravatar Elmer Miroslav Mosher Golovin 1-0/+2
2023-03-15nvme-pci: fixing memory leak in probe teardown pathGravatar Irvin Cote 1-0/+1
2023-03-15nvme: fix handling single range discard requestGravatar Ming Lei 1-9/+19
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