summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2025-04-16nvmet: pci-epf: clear CC and CSTS when disabling the controllerDamien Le Moal1-17/+32
2025-04-16nvmet: pci-epf: always fully initialize completion entriesDamien Le Moal1-7/+18
2025-04-16nvmet: auth: use NULL to clear a pointer in nvmet_auth_sq_free()Damien Le Moal1-1/+1
2025-04-16nvme-multipath: sysfs links may not be created for devicesHannes Reinecke1-7/+7
2025-04-16nvme: fixup scan failure for non-ANA multipath controllersHannes Reinecke1-1/+1
2025-04-11Merge tag 'block-6.15-20250411' of git://git.kernel.dk/linuxLinus Torvalds5-75/+72
2025-04-09nvmet-fc: put ref when assoc->del_work is already scheduledDaniel Wagner1-1/+2
2025-04-09nvmet-fc: take tgtport reference only onceDaniel Wagner1-15/+7
2025-04-09nvmet-fc: update tgtport ref per assocDaniel Wagner1-0/+3
2025-04-09nvmet-fc: inline nvmet_fc_free_hostportDaniel Wagner1-16/+6
2025-04-09nvmet-fc: inline nvmet_fc_delete_assocDaniel Wagner1-8/+2
2025-04-09nvmet-fcloop: add ref counting to lportDaniel Wagner1-13/+31
2025-04-09nvmet-fcloop: replace kref with refcountDaniel Wagner1-24/+12
2025-04-09nvmet-fcloop: swap list_add_tail argumentsDaniel Wagner1-1/+1
2025-04-09nvme-tcp: fix use-after-free of netns by kernel TCP socket.Kuniyuki Iwashima1-0/+2
2025-04-08nvme: multipath: fix return value of nvme_available_pathUday Shankar1-1/+1
2025-04-08nvme: re-read ANA log page after ns scan completesHannes Reinecke1-0/+5
2025-04-07nvme: requeue namespace scan on missed AENsHannes Reinecke1-0/+4
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2025-04-03Merge tag 'block-6.15-20250403' of git://git.kernel.dk/linuxLinus Torvalds5-74/+75
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-4/+2
2025-04-01nvme-pci: skip nvme_write_sq_db on empty rqlistMaurizio Lombardi1-0/+3
2025-04-01nvme-multipath: change the NVME_MULTIPATH config optionJohn Meneghini1-4/+9
2025-04-01nvme: update the multipath warning in nvme_init_ns_headJohn Meneghini1-1/+1
2025-04-01nvme/ioctl: move fixed buffer lookup to nvme_uring_cmd_io()Caleb Sander Mateos1-21/+24
2025-04-01nvme/ioctl: move blk_mq_free_request() out of nvme_map_user_request()Caleb Sander Mateos1-14/+17
2025-04-01nvme/ioctl: don't warn on vectorized uring_cmd with fixed bufferCaleb Sander Mateos1-1/+1
2025-04-01nvmet: pci-epf: Keep completion queues mappedDamien Le Moal1-38/+25
2025-03-27Merge tag 'soc-drivers-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds27-81/+1049
2025-03-26Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-5/+7
2025-03-25objtool, nvmet: Fix out-of-bounds stack access in nvmet_ctrl_state_show()Josh Poimboeuf1-1/+1
2025-03-20nvmet: replace max(a, min(b, c)) by clamp(val, lo, hi)Li Haoran1-1/+1
2025-03-20nvme-tcp: fix selinux denied when calling sock_sendmsgPeijie Shao1-1/+2
2025-03-20nvmet: pci-epf: Always configure BAR0 as 64-bitNiklas Cassel1-2/+9
2025-03-20nvmet: Remove duplicate uuid_copyMike Christie1-2/+0
2025-03-20nvme: zns: Simplify nvme_zone_parse_entry()Damien Le Moal1-6/+4
2025-03-20nvmet: pci-epf: Remove redundant 'flush_workqueue()' callsChen Ni1-1/+0
2025-03-20nvmet-fc: Remove unused functionsWangYuli1-14/+0
2025-03-20nvme-pci: remove stale commentBaruch Siach1-3/+0
2025-03-20nvme-fc: Utilise min3() to simplify queue count calculationQasim Ijaz1-2/+2
2025-03-20nvme-multipath: Add visibility for queue-depth io-policyNilay Shroff3-1/+15
2025-03-20nvme-multipath: Add visibility for numa io-policyNilay Shroff3-0/+33
2025-03-20nvme-multipath: Add visibility for round-robin io-policyNilay Shroff4-4/+130
2025-03-20nvmet: add tls_concat and tls_key debugfs entriesHannes Reinecke1-0/+27
2025-03-20nvmet-tcp: support secure channel concatenationHannes Reinecke6-13/+199
2025-03-20nvmet: Add 'sq' argument to alloc_ctrl_argsHannes Reinecke5-9/+14
2025-03-20nvme-fabrics: reset admin connection for secure concatenationHannes Reinecke1-0/+10
2025-03-20nvme-tcp: request secure channel concatenationHannes Reinecke7-15/+198