summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2025-03-22nvme-fc: rely on state transitions to handle connectivity lossDaniel Wagner
2025-03-22block: change blk_mq_add_to_batch() third argument type to boolShin'ichiro Kawasaki
2025-03-22nvme: move error logging from nvme_end_req() to __nvme_end_req()Shin'ichiro Kawasaki
2025-03-22nvme: only allow entering LIVE from CONNECTING stateDaniel Wagner
2025-03-22apple-nvme: Release power domains when probe failsHector Martin
2025-03-22nvmet-rdma: recheck queue state is LIVE in state lock in recv doneRuozhu Li
2025-03-22nvme-pci: quirk Acer FA100 for non-uniqueue identifiersChristopher Lentocha
2025-03-22nvme-fc: do not ignore connectivity loss during connectingDaniel Wagner
2025-03-22nvme-fc: go straight to connecting state when initializingDaniel Wagner
2025-03-13nvme-tcp: Fix a C2HTermReq error messageMaurizio Lombardi
2025-03-13nvme-tcp: fix signedness bug in nvme_tcp_init_connection()Dan Carpenter
2025-03-13nvmet-tcp: Fix a possible sporadic response drops in weakly ordered archMeir Elisha
2025-03-13nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()Maurizio Lombardi
2025-03-13nvme-tcp: add basic support for the C2HTermReq PDUMaurizio Lombardi
2025-03-13nvmet: remove old function prototypeMaurizio Lombardi
2025-03-13nvme-ioctl: fix leaked requests on mapping errorKeith Busch
2025-02-27nvme/ioctl: add missing space in err messageCaleb Sander Mateos
2025-02-27nvme-tcp: fix connect failure on receiving partial ICResp PDUCaleb Sander Mateos
2025-02-27nvme: tcp: Fix compilation warning with W=1Damien Le Moal
2025-02-27nvmet: Fix crash when a namespace is disabledHannes Reinecke
2025-02-17nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirkGeorg Gottleuber
2025-02-17nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirkGeorg Gottleuber
2025-02-17nvme-fc: use ctrl state getterDaniel Wagner
2025-02-17nvme: make nvme_tls_attrs_group staticKeith Busch
2025-02-17nvmet: fix a memory leak in controller identifySagi Grimberg
2025-02-17nvme: handle connectivity loss in nvme_set_queue_countDaniel Wagner
2025-02-08nvme: fix bogus kzalloc() return check in nvme_init_effects_log()Jens Axboe
2025-02-08nvme: Add error path for xa_store in nvme_init_effectsKeisuke Nishimura
2025-02-08nvme: Add error check for xa_store in nvme_get_effects_logKeisuke Nishimura
2025-02-08nvme-tcp: Fix I/O queue cpu spreading for multiple controllersSagi Grimberg
2024-12-31Merge tag 'nvme-6.13-2024-12-31' of git://git.infradead.org/nvme into block-6.13Jens Axboe
2024-12-27nvme-tcp: remove nvme_tcp_destroy_io_queues()Chunguang.xu
2024-12-27nvmet-loop: avoid using mutex in IO hotpathNilay Shroff
2024-12-27nvmet: propagate npwg topologyLuis Chamberlain
2024-12-27nvmet: Don't overflow subsysnqnLeo Stone
2024-12-18nvme: use blk_validate_block_size() for max LBA checkLuis Chamberlain
2024-12-11nvme-pci: 512 byte aligned dma pool segment quirkRobert Beckett
2024-12-05Merge tag 'nvme-6.13-2024-12-05' of git://git.infradead.org/nvme into block-6.13Jens Axboe
2024-12-04nvme-tcp: simplify nvme_tcp_teardown_io_queues()Chunguang.xu
2024-12-04nvme-tcp: no need to quiesce admin_q in nvme_tcp_teardown_io_queues()Chunguang.xu
2024-12-04nvme-rdma: unquiesce admin_q before destroy itChunguang.xu
2024-12-04nvme-tcp: fix the memleak while create new ctrl failedChunguang.xu
2024-12-04nvme-pci: don't use dma_alloc_noncontiguous with 0 merge boundaryChristoph Hellwig
2024-12-04nvmet: replace kmalloc + memset with kzalloc for data allocationYu-Chun Lin
2024-12-04nvme-fabrics: handle zero MAXCMD without closing the connectionMaurizio Lombardi
2024-12-03nvme-pci: remove two deallocate zeroes quirksKeith Busch
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-12-02nvme: don't apply NVME_QUIRK_DEALLOCATE_ZEROES when DSM is not supportedChristoph Hellwig
2024-12-02nvmet: use kzalloc instead of ZERO_PAGE in nvme_execute_identify_ns_nvm()Nilay Shroff
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds