index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-30
Merge branch 'for-6.1/block' into for-6.1/passthrough
Jens Axboe
8
-383
/
+383
2022-09-27
nvme: remove nvme_ctrl_init_connect_q
Christoph Hellwig
1
-8
/
+0
2022-09-27
nvme-fc: use the tagset alloc/free helpers
Christoph Hellwig
1
-66
/
+17
2022-09-27
nvme-fc: store the generic nvme_ctrl in set->driver_data
Christoph Hellwig
1
-20
/
+12
2022-09-27
nvme-fc: keep ctrl->sqsize in sync with opts->queue_size
Christoph Hellwig
1
-9
/
+1
2022-09-27
nvme-rdma: use the tagset alloc/free helpers
Christoph Hellwig
1
-99
/
+34
2022-09-27
nvme-rdma: store the generic nvme_ctrl in set->driver_data
Christoph Hellwig
1
-6
/
+6
2022-09-27
nvme-tcp: use the tagset alloc/free helpers
Christoph Hellwig
1
-85
/
+16
2022-09-27
nvme-tcp: store the generic nvme_ctrl in set->driver_data
Christoph Hellwig
1
-6
/
+6
2022-09-27
nvme-tcp: remove the unused queue_size member in nvme_tcp_queue
Christoph Hellwig
1
-6
/
+3
2022-09-27
nvme: add common helpers to allocate and free tagsets
Christoph Hellwig
2
-0
/
+110
2022-09-27
nvme-pci: report the actual number of tagset maps
Keith Busch
1
-2
/
+4
2022-09-27
nvme-pci: set min_align_mask before calculating max_hw_sectors
Rishabh Bhatnagar
1
-1
/
+2
2022-09-27
nvme: send a rediscover uevent when a persistent discovery controller reconnects
Sagi Grimberg
2
-0
/
+11
2022-09-27
nvme: enumerate controller flags
Sagi Grimberg
1
-2
/
+5
2022-09-27
nvme: ensure subsystem reset is single threaded
Keith Busch
1
-3
/
+13
2022-09-27
nvme: restrict management ioctls to admin
Keith Busch
1
-0
/
+6
2022-09-27
nvme: copy firmware_rev on each init
Keith Busch
1
-1
/
+2
2022-09-27
nvme: handle effects after freeing the request
Keith Busch
3
-13
/
+17
2022-09-19
nvme-tcp: print actual source IP address through sysfs "address" attr
Martin Belanger
1
-1
/
+20
2022-09-19
nvme-pci: move iod dma_len fill gaps
Keith Busch
1
-1
/
+1
2022-09-19
nvme-pci: iod npages fits in s8
Keith Busch
1
-13
/
+16
2022-09-19
nvme-pci: iod's 'aborted' is a bool
Keith Busch
1
-3
/
+3
2022-09-19
nvme-pci: remove nvme_queue from nvme_iod
Keith Busch
1
-15
/
+13
2022-09-19
nvme: consider also host_iface when checking ip options
Daniel Wagner
1
-5
/
+18
2022-09-19
nvme-rdma: handle number of queue changes
Daniel Wagner
1
-5
/
+21
2022-09-19
nvme-tcp: handle number of queue changes
Daniel Wagner
1
-5
/
+21
2022-09-19
nvme: move from strlcpy with unused retval to strscpy
Wolfram Sang
2
-2
/
+2
2022-09-19
nvme: add comment for unaligned "fake" nqn
Linjun Bao
1
-1
/
+5
2022-09-09
Merge tag 'block-6.0-2022-09-09' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-8
/
+13
2022-09-07
nvme: requeue aen after firmware activation
Keith Busch
1
-3
/
+11
2022-09-06
nvme-tcp: fix regression that causes sporadic requests to time out
Sagi Grimberg
1
-4
/
+1
2022-09-06
nvme-tcp: fix UAF when detecting digest errors
Sagi Grimberg
1
-1
/
+1
2022-09-03
Merge tag 'block-6.0-2022-09-02' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+2
2022-08-31
nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM610
Shyamin Ayesh
1
-0
/
+2
2022-08-22
block: Change the return type of blk_mq_map_queues() into void
Bart Van Assche
4
-11
/
+4
2022-08-13
Merge tag 'block-6.0-2022-08-12' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-2
/
+16
2022-08-11
nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S70
Dennis P. Kliem
1
-0
/
+2
2022-08-10
nvme-tcp: check if the queue is allocated before stopping it
Maurizio Lombardi
1
-0
/
+3
2022-08-10
nvme-fabrics: Fix a typo in an error message
Christophe JAILLET
1
-1
/
+1
2022-08-10
nvme-fabrics: parse nvme connect Linux error codes
Amit Engel
1
-0
/
+6
2022-08-10
nvme-fc: fix the fc_appid_store return value
Christoph Hellwig
1
-1
/
+2
2022-08-10
nvme-fc: restart admin queue if the caller needs to restart queue
Ming Lei
1
-0
/
+2
2022-08-06
Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...
Linus Torvalds
3
-45
/
+41
2022-08-03
block: change the blk_queue_split calling convention
Christoph Hellwig
1
-1
/
+1
2022-08-03
nvme: enable generic interface (/dev/ngXnY) for unknown command sets
Joel Granados
1
-7
/
+34
2022-08-03
nvme: factor out a nvme_ns_is_readonly helper
Christoph Hellwig
1
-5
/
+10
2022-08-03
nvme: refactor namespace probing
Christoph Hellwig
1
-105
/
+125
2022-08-03
nvme: generalize the nvme_multi_css check in nvme_scan_ns
Christoph Hellwig
1
-6
/
+6
2022-08-03
nvme: rename nvme_validate_or_alloc_ns to nvme_scan_ns
Christoph Hellwig
1
-3
/
+3
[next]