summaryrefslogtreecommitdiff
path: root/drivers/nvme/target
AgeCommit message (Expand)AuthorFilesLines
2025-04-10objtool, nvmet: Fix out-of-bounds stack access in nvmet_ctrl_state_show()Josh Poimboeuf1-1/+1
2025-03-22nvmet-rdma: recheck queue state is LIVE in state lock in recv doneRuozhu Li1-10/+23
2025-03-13nvmet-tcp: Fix a possible sporadic response drops in weakly ordered archMeir Elisha1-4/+11
2025-03-13nvmet: remove old function prototypeMaurizio Lombardi1-1/+0
2025-02-27nvmet: Fix crash when a namespace is disabledHannes Reinecke1-21/+19
2025-02-17nvmet: fix a memory leak in controller identifySagi Grimberg1-0/+1
2024-12-27nvmet-loop: avoid using mutex in IO hotpathNilay Shroff5-65/+79
2024-12-27nvmet: propagate npwg topologyLuis Chamberlain1-1/+1
2024-12-27nvmet: Don't overflow subsysnqnLeo Stone1-2/+9
2024-12-05Merge tag 'nvme-6.13-2024-12-05' of git://git.infradead.org/nvme into block-6.13Jens Axboe2-4/+8
2024-12-04nvmet: replace kmalloc + memset with kzalloc for data allocationYu-Chun Lin1-2/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-12-02nvmet: use kzalloc instead of ZERO_PAGE in nvme_execute_identify_ns_nvm()Nilay Shroff1-2/+7
2024-11-30Merge tag 'block-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds1-3/+4
2024-11-18Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds9-26/+1714
2024-11-18nvme: define the remaining used sgls constantsKeith Busch1-3/+4
2024-11-13Merge tag 'nvme-6.13-2024-11-13' of git://git.infradead.org/nvme into for-6.1...Jens Axboe8-18/+1701
2024-11-13nvmet: add tracing of reservation commandsGuixin Liu1-0/+108
2024-11-13nvmet: report ns's vwc not presentGuixin Liu1-0/+7
2024-11-11nvmet: support for csi identify nsKeith Busch1-0/+32
2024-11-11nvmet: implement rotational media information logKeith Busch1-0/+42
2024-11-11nvmet: implement endurance groupsKeith Busch1-0/+95
2024-11-11nvmet: declare 2.1 version complianceKeith Busch1-1/+1
2024-11-11nvmet: implement crto propertyKeith Busch1-0/+3
2024-11-11nvmet: implement supported features logKeith Busch1-0/+33
2024-11-11nvmet: implement supported log pagesKeith Busch1-0/+28
2024-11-11nvmet: implement active command set ns listKeith Busch1-2/+7
2024-11-11nvmet: implement id ns for nvm command setKeith Busch1-2/+16
2024-11-11nvmet: support reservation featureGuixin Liu7-12/+1328
2024-11-05nvmet: make nvmet_wq visible in sysfsGuixin Liu1-1/+1
2024-11-01Merge tag 'block-6.12-20241101' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2024-10-31block: remove bio_add_zone_append_pageChristoph Hellwig1-8/+13
2024-10-30nvmet-auth: assign dh_key to NULL after kfree_sensitiveVitaliy Shevtsov1-0/+1
2024-10-18Merge tag 'block-6.12-20241018' of git://git.kernel.dk/linuxLinus Torvalds3-33/+42
2024-10-17nvme-loop: flush off pending I/O while shutting down loop controllerNilay Shroff1-0/+13
2024-10-08nvmet-rdma: use sbitmap to replace rsp free listGuixin Liu1-29/+27
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro4-4/+4
2024-10-01nvmet-passthru: clear EUID/NGUID/UUID while using loop targetNilay Shroff1-4/+2
2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds3-4/+14
2024-09-03nvmet: Identify-Active Namespace ID List command should reject invalid nsidMaurizio Lombardi1-0/+10
2024-08-26nvmet-tcp: fix kernel crash if commands allocation failsMaurizio Lombardi1-1/+3
2024-08-26nvme: rename apptag and appmask to lbat and lbatmAnuj Gupta1-2/+2
2024-08-23nvmet: Make nvmet_debugfs staticJinjie Ruan1-1/+1
2024-08-22nvme-target: do not check authentication status for admin commands twiceHannes Reinecke1-2/+0
2024-08-22nvmet-auth: allow to clear DH-HMAC-CHAP keysHannes Reinecke1-0/+12
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds19-118/+486
2024-07-08nvmet-auth: fix nvmet_auth hash error handlingGaosheng Cui1-6/+8
2024-06-26nvmet-fc: Remove __counted_by from nvmet_fc_tgt_queue.fod[]Nathan Chancellor1-1/+1
2024-06-24nvme-fcloop: implement 'host_traddr'Hannes Reinecke1-0/+11
2024-06-24nvmet-fc: implement host_traddr()Hannes Reinecke1-0/+33