index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: move the nowait flag to queue_limits
Christoph Hellwig
2024-06-19
1
-2
/
+1
*
block: move the stable_writes flag to queue_limits
Christoph Hellwig
2024-06-19
2
-8
/
+5
*
block: move the io_stat flag setting to queue_limits
Christoph Hellwig
2024-06-19
1
-1
/
+1
*
block: move the nonrot flag to queue_limits
Christoph Hellwig
2024-06-19
2
-2
/
+0
*
block: move cache control settings out of queue->flags
Christoph Hellwig
2024-06-19
2
-8
/
+5
*
block: move integrity information into queue_limits
Christoph Hellwig
2024-06-14
1
-34
/
+36
*
block: bypass the STABLE_WRITES flag for protection information
Christoph Hellwig
2024-06-14
1
-1
/
+2
*
block: remove the blk_integrity_profile structure
Christoph Hellwig
2024-06-14
4
-18
/
+17
*
nvme: fix nvme_pr_* status code parsing
Weiwen Hu
2024-05-31
1
-1
/
+1
*
nvme-fabrics: use reserved tag for reg read/write command
Chunguang Xu
2024-05-31
1
-3
/
+3
*
nvmet: fix a possible leak when destroy a ctrl during qp establishment
Sagi Grimberg
2024-05-28
1
-0
/
+9
*
nvme: use srcu for iterating namespace list
Keith Busch
2024-05-28
4
-56
/
+83
*
nvme: adjust multiples of NVME_CTRL_PAGE_SIZE in offset
Kundan Kumar
2024-05-24
1
-1
/
+2
*
nvme: remove sgs and sws
Kanchan Joshi
2024-05-24
1
-2
/
+0
*
nvmet: fix ns enable/disable possible hang
Sagi Grimberg
2024-05-23
1
-0
/
+8
*
nvme-multipath: fix io accounting on failover
Keith Busch
2024-05-23
3
-2
/
+4
*
nvme: fix multipath batched completion accounting
Keith Busch
2024-05-23
1
-5
/
+10
*
nvme-multipath: find NUMA path only for online numa-node
Nilay Shroff
2024-05-21
1
-1
/
+1
*
Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10
Jens Axboe
2024-05-14
14
-111
/
+141
|
\
|
*
nvme-rdma, nvme-tcp: include max reconnects for reconnect logging
Tokunori Ikegami
2024-05-07
2
-6
/
+6
|
*
nvmet-rdma: Avoid o(n^2) loop in delete_ctrl
Sagi Grimberg
2024-05-07
1
-10
/
+6
|
*
nvme: do not retry authentication failures
Daniel Wagner
2024-05-01
2
-3
/
+9
|
*
nvme-fabrics: short-circuit reconnect retries
Hannes Reinecke
2024-05-01
5
-20
/
+41
|
*
nvme: return kernel error codes for admin queue connect
Hannes Reinecke
2024-05-01
3
-22
/
+17
|
*
nvmet: return DHCHAP status codes from nvmet_setup_auth()
Hannes Reinecke
2024-05-01
4
-45
/
+43
|
*
nvmet: lock config semaphore when accessing DH-HMAC-CHAP key
Hannes Reinecke
2024-05-01
2
-5
/
+19
*
|
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
2024-05-13
2
-8
/
+4
|
\
|
|
*
block: Simplify blk_revalidate_disk_zones() interface
Damien Le Moal
2024-04-17
1
-1
/
+1
|
*
nvmet: zns: Do not reference the gendisk conv_zones_bitmap
Damien Le Moal
2024-04-17
1
-7
/
+3
*
|
Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linux
Linus Torvalds
2024-05-13
1
-4
/
+11
|
\
\
|
*
|
nvme/io_uring: use helper for polled completions
Jens Axboe
2024-04-15
1
-4
/
+11
*
|
|
nvmet-rdma: fix possible bad dereference when freeing rsps
Sagi Grimberg
2024-05-08
1
-12
/
+4
*
|
|
nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists()
Dan Carpenter
2024-05-08
1
-3
/
+2
*
|
|
nvmet: make nvmet_wq unbound
Sagi Grimberg
2024-05-07
1
-1
/
+2
*
|
|
nvmet-auth: return the error code to the nvmet_auth_ctrl_hash() callers
Maurizio Lombardi
2024-05-07
1
-1
/
+1
*
|
|
nvme-pci: Add quirk for broken MSIs
Sean Anderson
2024-05-07
2
-3
/
+16
*
|
|
nvme-tcp: strict pdu pacing to avoid send stalls on TLS
Hannes Reinecke
2024-05-01
1
-2
/
+8
*
|
|
nvmet: fix nvme status code when namespace is disabled
Sagi Grimberg
2024-05-01
3
-1
/
+18
*
|
|
nvmet-tcp: fix possible memory leak when tearing down a controller
Sagi Grimberg
2024-05-01
1
-7
/
+4
*
|
|
nvme: cancel pending I/O if nvme controller is in terminal state
Nilay Shroff
2024-05-01
3
-22
/
+28
*
|
|
nvmet-auth: replace pr_debug() with pr_err() to report an error.
Maurizio Lombardi
2024-05-01
1
-3
/
+3
*
|
|
nvmet-auth: return the error code to the nvmet_auth_host_hash() callers
Maurizio Lombardi
2024-05-01
1
-1
/
+1
*
|
|
nvme: find numa distance only if controller has valid numa id
Nilay Shroff
2024-05-01
1
-1
/
+2
*
|
|
nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATH
Yi Zhang
2024-04-12
1
-1
/
+1
|
/
/
*
|
nvme-fc: rename free_ctrl callback to match name pattern
Daniel Wagner
2024-04-04
1
-2
/
+2
*
|
nvmet-fc: move RCU read lock to nvmet_fc_assoc_exists
Daniel Wagner
2024-04-04
1
-7
/
+10
*
|
nvmet: implement unique discovery NQN
Hannes Reinecke
2024-04-04
2
-0
/
+54
*
|
nvme: don't create a multipath node for zero capacity devices
Christoph Hellwig
2024-04-04
1
-1
/
+1
*
|
nvme: split nvme_update_zone_info
Christoph Hellwig
2024-04-02
3
-23
/
+41
*
|
nvme-multipath: don't inherit LBA-related fields for the multipath node
Christoph Hellwig
2024-04-02
1
-0
/
+20
|
/
[next]