summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2025-04-11Merge tag 'block-6.15-20250411' of git://git.kernel.dk/linuxLinus Torvalds
2025-04-09nvmet-fc: put ref when assoc->del_work is already scheduledDaniel Wagner
2025-04-09nvmet-fc: take tgtport reference only onceDaniel Wagner
2025-04-09nvmet-fc: update tgtport ref per assocDaniel Wagner
2025-04-09nvmet-fc: inline nvmet_fc_free_hostportDaniel Wagner
2025-04-09nvmet-fc: inline nvmet_fc_delete_assocDaniel Wagner
2025-04-09nvmet-fcloop: add ref counting to lportDaniel Wagner
2025-04-09nvmet-fcloop: replace kref with refcountDaniel Wagner
2025-04-09nvmet-fcloop: swap list_add_tail argumentsDaniel Wagner
2025-04-09nvme-tcp: fix use-after-free of netns by kernel TCP socket.Kuniyuki Iwashima
2025-04-08nvme: multipath: fix return value of nvme_available_pathUday Shankar
2025-04-08nvme: re-read ANA log page after ns scan completesHannes Reinecke
2025-04-07nvme: requeue namespace scan on missed AENsHannes Reinecke
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-03Merge tag 'block-6.15-20250403' of git://git.kernel.dk/linuxLinus Torvalds
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-04-01nvme-pci: skip nvme_write_sq_db on empty rqlistMaurizio Lombardi
2025-04-01nvme-multipath: change the NVME_MULTIPATH config optionJohn Meneghini
2025-04-01nvme: update the multipath warning in nvme_init_ns_headJohn Meneghini
2025-04-01nvme/ioctl: move fixed buffer lookup to nvme_uring_cmd_io()Caleb Sander Mateos
2025-04-01nvme/ioctl: move blk_mq_free_request() out of nvme_map_user_request()Caleb Sander Mateos
2025-04-01nvme/ioctl: don't warn on vectorized uring_cmd with fixed bufferCaleb Sander Mateos
2025-04-01nvmet: pci-epf: Keep completion queues mappedDamien Le Moal
2025-03-27Merge tag 'soc-drivers-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-26Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-25objtool, nvmet: Fix out-of-bounds stack access in nvmet_ctrl_state_show()Josh Poimboeuf
2025-03-20nvmet: replace max(a, min(b, c)) by clamp(val, lo, hi)Li Haoran
2025-03-20nvme-tcp: fix selinux denied when calling sock_sendmsgPeijie Shao
2025-03-20nvmet: pci-epf: Always configure BAR0 as 64-bitNiklas Cassel
2025-03-20nvmet: Remove duplicate uuid_copyMike Christie
2025-03-20nvme: zns: Simplify nvme_zone_parse_entry()Damien Le Moal
2025-03-20nvmet: pci-epf: Remove redundant 'flush_workqueue()' callsChen Ni
2025-03-20nvmet-fc: Remove unused functionsWangYuli
2025-03-20nvme-pci: remove stale commentBaruch Siach
2025-03-20nvme-fc: Utilise min3() to simplify queue count calculationQasim Ijaz
2025-03-20nvme-multipath: Add visibility for queue-depth io-policyNilay Shroff
2025-03-20nvme-multipath: Add visibility for numa io-policyNilay Shroff
2025-03-20nvme-multipath: Add visibility for round-robin io-policyNilay Shroff
2025-03-20nvmet: add tls_concat and tls_key debugfs entriesHannes Reinecke
2025-03-20nvmet-tcp: support secure channel concatenationHannes Reinecke
2025-03-20nvmet: Add 'sq' argument to alloc_ctrl_argsHannes Reinecke
2025-03-20nvme-fabrics: reset admin connection for secure concatenationHannes Reinecke
2025-03-20nvme-tcp: request secure channel concatenationHannes Reinecke
2025-03-20nvme-keyring: add nvme_tls_psk_refresh()Hannes Reinecke
2025-03-20nvme: add nvme_auth_derive_tls_psk()Hannes Reinecke
2025-03-20nvme: add nvme_auth_generate_digest()Hannes Reinecke
2025-03-20nvme: add nvme_auth_generate_psk()Hannes Reinecke
2025-03-17nvme: convert timeouts to secs_to_jiffies()Easwar Hariharan