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
*
Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-09-26
5
-22
/
+28
|
\
|
*
nvme-core: don't use NVME_NSID_ALL for command effects and supported log
Chaitanya Kulkarni
2020-09-23
1
-1
/
+1
|
*
nvme-fc: fail new connections to a deleted host or remote port
James Smart
2020-09-22
1
-2
/
+4
|
*
nvme-pci: fix NULL req in completion handler
Xianting Tian
2020-09-22
1
-7
/
+7
|
*
nvme: return errors for hwmon init
Keith Busch
2020-09-22
3
-12
/
+16
*
|
Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-09-22
4
-1
/
+20
|
\
|
|
*
nvmet: get transport reference for passthru ctrl
Christoph Hellwig
2020-09-17
1
-0
/
+2
|
*
nvme-core: get/put ctrl and transport module in nvme_dev_open/release()
Chaitanya Kulkarni
2020-09-17
1
-0
/
+15
|
*
nvme-tcp: fix kconfig dependency warning when !CRYPTO
Necip Fazil Yildiran
2020-09-15
1
-0
/
+1
|
*
nvme-pci: disable the write zeros command for Intel 600P/P3100
David Milburn
2020-09-15
1
-1
/
+2
*
|
Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-09-11
6
-10
/
+11
|
\
|
|
*
nvme-fabrics: allow to queue requests for live queues
Sagi Grimberg
2020-09-09
1
-4
/
+8
|
*
nvme-tcp: cancel async events before freeing event struct
David Milburn
2020-09-08
1
-0
/
+1
|
*
nvme-rdma: cancel async events before freeing event struct
David Milburn
2020-09-08
1
-0
/
+1
|
*
nvme-fc: cancel async events before freeing event struct
David Milburn
2020-09-08
1
-0
/
+1
|
*
nvme: Revert: Fix controller creation races with teardown flow
James Smart
2020-09-08
2
-6
/
+0
*
|
Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-09-04
8
-58
/
+167
|
\
|
|
*
nvme-pci: cancel nvme device request before disabling
Tong Zhang
2020-08-29
1
-2
/
+2
|
*
nvme: only use power of two io boundaries
Keith Busch
2020-08-29
1
-9
/
+38
|
*
nvme: fix controller instance leak
Keith Busch
2020-08-29
1
-1
/
+1
|
*
nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'
Christophe JAILLET
2020-08-29
1
-2
/
+2
|
*
nvme: Fix NULL dereference for pci nvme controllers
Sagi Grimberg
2020-08-29
1
-0
/
+4
|
*
nvme-rdma: fix reset hang if controller died in the middle of a reset
Sagi Grimberg
2020-08-29
1
-1
/
+12
|
*
nvme-rdma: fix timeout handler
Sagi Grimberg
2020-08-29
1
-16
/
+33
|
*
nvme-rdma: serialize controller teardown sequences
Sagi Grimberg
2020-08-29
1
-0
/
+6
|
*
nvme-tcp: fix reset hang if controller died in the middle of a reset
Sagi Grimberg
2020-08-29
1
-1
/
+12
|
*
nvme-tcp: fix timeout handler
Sagi Grimberg
2020-08-29
1
-20
/
+36
|
*
nvme-tcp: serialize controller teardown sequences
Sagi Grimberg
2020-08-29
1
-2
/
+9
|
*
nvme: have nvme_wait_freeze_timeout return if it timed out
Sagi Grimberg
2020-08-29
2
-2
/
+3
|
*
nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptance
Sagi Grimberg
2020-08-29
1
-1
/
+0
|
*
nvmet-tcp: Fix NULL dereference when a connect data comes in h2cdata pdu
Ziye Yang
2020-08-29
1
-1
/
+9
*
|
Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-08-24
11
-102
/
+147
|
\
|
|
*
nvmet: Disable keep-alive timer when kato is cleared to 0h
Amit Engel
2020-08-22
1
-0
/
+6
|
*
nvme: redirect commands on dying queue
Chao Leng
2020-08-22
1
-4
/
+5
|
*
nvme: just check the status code type in nvme_is_path_error
Christoph Hellwig
2020-08-22
1
-10
/
+2
|
*
nvme: refactor command completion
Christoph Hellwig
2020-08-22
3
-64
/
+89
|
*
nvme: rename and document nvme_end_request
Christoph Hellwig
2020-08-22
6
-7
/
+13
|
*
nvme: skip noiob for zoned devices
Keith Busch
2020-08-22
1
-1
/
+1
|
*
nvme-pci: fix PRP pool size
Christoph Hellwig
2020-08-22
1
-1
/
+2
|
*
nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depth
John Garry
2020-08-22
1
-6
/
+6
|
*
nvme: Use spin_lock_irq() when taking the ctrl->lock
Logan Gunthorpe
2020-08-22
1
-4
/
+4
|
*
nvmet: call blk_mq_free_request() directly
Chaitanya Kulkarni
2020-08-22
1
-3
/
+3
|
*
nvmet: fix oops in pt cmd execution
Chaitanya Kulkarni
2020-08-22
1
-3
/
+3
|
*
nvmet: add ns tear down label for pt-cmd handling
Chaitanya Kulkarni
2020-08-22
1
-4
/
+5
|
*
nvme: multipath: round-robin: eliminate "fallback" variable
Martin Wilck
2020-08-22
1
-5
/
+4
|
*
nvme: multipath: round-robin: fix single non-optimized path case
Martin Wilck
2020-08-22
1
-5
/
+10
|
*
nvme-fc: Fix wrong return value in __nvme_fc_init_request()
Tianjia Zhang
2020-08-22
1
-2
/
+2
|
*
nvmet-passthru: Reject commands with non-sgl flags set
Logan Gunthorpe
2020-08-22
1
-0
/
+8
|
*
nvmet: fix a memory leak
Sagi Grimberg
2020-08-22
1
-0
/
+1
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
8
-14
/
+12
|
/
[next]