aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2025-05-06nvme: fix write_stream_granularity initializationCaleb Sander Mateos1-1/+1
2025-05-06nvme: use fdp streams if write stream is providedKeith Busch2-1/+31
2025-05-06nvme: register fdp parameters with the block layerKeith Busch2-0/+146
2025-05-06nvme: pass a void pointer to nvme_get/set_features for the resultChristoph Hellwig2-4/+4
2025-05-06nvme: add a nvme_get_log_lsi helperChristoph Hellwig1-2/+12
2025-05-05Merge branch 'block-6.15' into for-6.16/blockJens Axboe3-3/+37
2025-05-02Merge tag 'block-6.15-20250502' of git://git.kernel.dk/linuxLinus Torvalds3-3/+37
2025-04-30nvme-tcp: select CONFIG_TLS from CONFIG_NVME_TCP_TLSAlistair Francis1-0/+1
2025-04-30nvme-tcp: fix premature queue removal and I/O failoverMichael Liang1-2/+29
2025-04-29nvme-pci: add quirks for WDC Blue SN550 15b7:5009Wentao Guan1-0/+3
2025-04-29nvme-pci: add quirks for device 126f:1001Wentao Guan1-0/+3
2025-04-29nvme-pci: fix queue unquiesce check on slot_resetKeith Busch1-1/+1
2025-04-18Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linuxLinus Torvalds2-8/+8
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 Torvalds3-1/+12
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 Torvalds4-36/+50
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-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 Torvalds14-37/+397
2025-03-26Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-5/+7
2025-03-20nvme-tcp: fix selinux denied when calling sock_sendmsgPeijie Shao1-1/+2
2025-03-20nvme: zns: Simplify nvme_zone_parse_entry()Damien Le Moal1-6/+4
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-20nvme-fabrics: reset admin connection for secure concatenationHannes Reinecke1-0/+10
2025-03-20nvme-tcp: request secure channel concatenationHannes Reinecke7-15/+198
2025-03-20nvme-keyring: add nvme_tls_psk_refresh()Hannes Reinecke1-1/+0
2025-03-17nvme: convert timeouts to secs_to_jiffies()Easwar Hariharan1-4/+2
2025-03-13Merge tag 'nvme-6.14-2025-03-13' of git://git.infradead.org/nvme into block-6.14Jens Axboe1-1/+12
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta4-5/+4
2025-03-12block: change blk_mq_add_to_batch() third argument type to boolShin'ichiro Kawasaki2-3/+5
2025-03-11nvme: move error logging from nvme_end_req() to __nvme_end_req()Shin'ichiro Kawasaki1-6/+6
2025-03-10nvme-pci: fix stuck reset on concurrent DPC and HPKeith Busch1-1/+12
2025-03-06Merge tag 'asahi-soc-rtkit-6.15' of https://github.com/AsahiLinux/linux into ...Arnd Bergmann1-1/+1
2025-03-05nvme-tcp: fix signedness bug in nvme_tcp_init_connection()Dan Carpenter1-3/+3