index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-11
Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-10
/
+11
2020-09-09
nvme-fabrics: allow to queue requests for live queues
Sagi Grimberg
1
-4
/
+8
2020-09-08
nvme-tcp: cancel async events before freeing event struct
David Milburn
1
-0
/
+1
2020-09-08
nvme-rdma: cancel async events before freeing event struct
David Milburn
1
-0
/
+1
2020-09-08
nvme-fc: cancel async events before freeing event struct
David Milburn
1
-0
/
+1
2020-09-08
nvme: Revert: Fix controller creation races with teardown flow
James Smart
2
-6
/
+0
2020-09-04
Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-55
/
+156
2020-08-28
nvme-pci: cancel nvme device request before disabling
Tong Zhang
1
-2
/
+2
2020-08-28
nvme: only use power of two io boundaries
Keith Busch
1
-9
/
+38
2020-08-28
nvme: fix controller instance leak
Keith Busch
1
-1
/
+1
2020-08-28
nvme: Fix NULL dereference for pci nvme controllers
Sagi Grimberg
1
-0
/
+4
2020-08-28
nvme-rdma: fix reset hang if controller died in the middle of a reset
Sagi Grimberg
1
-1
/
+12
2020-08-28
nvme-rdma: fix timeout handler
Sagi Grimberg
1
-16
/
+33
2020-08-28
nvme-rdma: serialize controller teardown sequences
Sagi Grimberg
1
-0
/
+6
2020-08-28
nvme-tcp: fix reset hang if controller died in the middle of a reset
Sagi Grimberg
1
-1
/
+12
2020-08-28
nvme-tcp: fix timeout handler
Sagi Grimberg
1
-20
/
+36
2020-08-28
nvme-tcp: serialize controller teardown sequences
Sagi Grimberg
1
-2
/
+9
2020-08-28
nvme: have nvme_wait_freeze_timeout return if it timed out
Sagi Grimberg
2
-2
/
+3
2020-08-28
nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptance
Sagi Grimberg
1
-1
/
+0
2020-08-24
Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-block
Linus Torvalds
7
-93
/
+122
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
4
-9
/
+8
2020-08-21
nvme: redirect commands on dying queue
Chao Leng
1
-4
/
+5
2020-08-21
nvme: just check the status code type in nvme_is_path_error
Christoph Hellwig
1
-10
/
+2
2020-08-21
nvme: refactor command completion
Christoph Hellwig
3
-64
/
+89
2020-08-21
nvme: rename and document nvme_end_request
Christoph Hellwig
5
-6
/
+12
2020-08-21
nvme: skip noiob for zoned devices
Keith Busch
1
-1
/
+1
2020-08-21
nvme-pci: fix PRP pool size
Christoph Hellwig
1
-1
/
+2
2020-08-21
nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depth
John Garry
1
-6
/
+6
2020-08-21
nvme: Use spin_lock_irq() when taking the ctrl->lock
Logan Gunthorpe
1
-4
/
+4
2020-08-21
nvme: multipath: round-robin: eliminate "fallback" variable
Martin Wilck
1
-5
/
+4
2020-08-21
nvme: multipath: round-robin: fix single non-optimized path case
Martin Wilck
1
-5
/
+10
2020-08-21
nvme-fc: Fix wrong return value in __nvme_fc_init_request()
Tianjia Zhang
1
-2
/
+2
2020-08-05
Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+2
2020-08-05
Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-block
Linus Torvalds
13
-293
/
+1057
2020-08-03
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
7
-34
/
+42
2020-07-29
nvme: add a Identify Namespace Identification Descriptor list quirk
Christoph Hellwig
3
-12
/
+12
2020-07-29
nvme-multipath: do not fall back to __nvme_find_path() for non-optimized paths
Hannes Reinecke
1
-4
/
+7
2020-07-29
nvme-multipath: fix logic for non-optimized paths
Martin Wilck
1
-0
/
+6
2020-07-29
nvme-rdma: fix controller reset hang during traffic
Sagi Grimberg
1
-3
/
+9
2020-07-29
nvme-tcp: fix controller reset hang during traffic
Sagi Grimberg
1
-3
/
+9
2020-07-29
nvme: export nvme_find_get_ns() and nvme_put_ns()
Logan Gunthorpe
2
-2
/
+6
2020-07-29
nvme: introduce nvme_ctrl_get_by_path()
Logan Gunthorpe
2
-0
/
+24
2020-07-29
nvme: introduce nvme_execute_passthru_rq to call nvme_passthru_[start|end]()
Logan Gunthorpe
2
-7
/
+16
2020-07-29
nvme: create helper function to obtain command effects
Logan Gunthorpe
2
-92
/
+103
2020-07-29
nvme: clear any SGL flags in passthru commands
Logan Gunthorpe
1
-1
/
+9
2020-07-29
nvme-fc: set max_segments to lldd max value
James Smart
1
-2
/
+3
2020-07-29
nvme-hwmon: log the controller device name
Sagi Grimberg
1
-1
/
+2
2020-07-29
nvme: fix deadlock in disconnect during scan_work and/or ana_work
Sagi Grimberg
8
-15
/
+55
2020-07-29
nvme: document nvme controller states
Sagi Grimberg
1
-0
/
+14
2020-07-29
nvme-rdma: use new shared CQ mechanism
Yamin Friedman
1
-26
/
+51
[next]