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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-08
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+1
2019-05-07
Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block
Linus Torvalds
19
-266
/
+298
2019-05-01
nvmet: protect discovery change log event list iteration
Sagi Grimberg
1
-0
/
+5
2019-05-01
nvme: mark nvme_core_init and nvme_core_exit static
Christoph Hellwig
2
-5
/
+2
2019-05-01
nvme: move command size checks to the core
Christoph Hellwig
2
-28
/
+30
2019-05-01
nvme-fabrics: check more command sizes
Minwoo Im
1
-0
/
+1
2019-05-01
nvme-pci: check more command sizes
Minwoo Im
1
-0
/
+7
2019-05-01
nvme-pci: remove an unneeded variable initialization
Minwoo Im
1
-1
/
+1
2019-05-01
nvme-pci: unquiesce admin queue on shutdown
Keith Busch
1
-1
/
+4
2019-05-01
nvme-pci: shutdown on timeout during deletion
Keith Busch
1
-1
/
+4
2019-05-01
nvme-pci: fix psdt field for single segment sgls
Klaus Birkelund Jensen
1
-0
/
+1
2019-05-01
nvme-multipath: don't print ANA group state by default
Hannes Reinecke
1
-1
/
+1
2019-05-01
nvme-multipath: split bios with the ns_head bio_set before submitting
Hannes Reinecke
1
-0
/
+8
2019-05-01
nvme-tcp: fix possible null deref on a timed out io queue connect
Sagi Grimberg
1
-1
/
+2
2019-04-25
nvme: set 0 capacity if namespace block size exceeds PAGE_SIZE
Sagi Grimberg
1
-1
/
+6
2019-04-25
nvme-loop: kill timeout handler
Ming Lei
1
-16
/
+0
2019-04-25
nvme-tcp: rename function to have nvme_tcp prefix
Sagi Grimberg
1
-6
/
+4
2019-04-25
nvme-rdma: fix a NULL deref when an admin connect times out
Sagi Grimberg
1
-4
/
+6
2019-04-25
nvme-tcp: fix a NULL deref when an admin connect times out
Sagi Grimberg
1
-2
/
+6
2019-04-25
nvmet-tcp: don't fail maxr2t greater than 1
Sagi Grimberg
1
-6
/
+0
2019-04-25
nvmet-file: clamp-down file namespace lba_shift
Sagi Grimberg
1
-1
/
+6
2019-04-25
nvmet: include <linux/scatterlist.h>
Enrico Weigelt, metux IT consult
2
-0
/
+2
2019-04-25
nvmet: return a specified error it subsys_alloc fails
Minwoo Im
3
-7
/
+7
2019-04-25
nvmet: rename nvme_completion instances from rsp to cqe
Max Gurtovoy
7
-38
/
+38
2019-04-25
nvmet-rdma: remove p2p_client initialization from fast-path
Max Gurtovoy
1
-2
/
+1
2019-04-22
Merge tag 'v5.1-rc6' into for-5.2/block
Jens Axboe
5
-29
/
+67
2019-04-18
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-1
/
+1
2019-04-12
scsi: scsi_transport_fc: nvme: display FC-NVMe port roles
Hannes Reinecke
1
-1
/
+1
2019-04-11
nvmet: fix discover log page when offsets are used
Keith Busch
3
-23
/
+51
2019-04-11
nvme-fc: correct csn initialization and increments on error
James Smart
1
-5
/
+15
2019-04-10
nvme: cancel request synchronously
Ming Lei
1
-1
/
+1
2019-04-05
nvme: log the error status on Identify Namespace failure
Kenneth Heitke
1
-1
/
+1
2019-04-05
nvmet: add safety check for subsystem lock during nvmet_ns_changed
Max Gurtovoy
1
-0
/
+2
2019-04-05
nvmet: never fail double namespace enablement
Max Gurtovoy
1
-3
/
+4
2019-04-05
nvme-pci: tidy up nvme_map_data
Christoph Hellwig
1
-12
/
+5
2019-04-05
nvme-pci: optimize mapping single segment requests using SGLs
Christoph Hellwig
1
-0
/
+22
2019-04-05
nvme-pci: optimize mapping of small single segment requests
Christoph Hellwig
1
-5
/
+40
2019-04-05
nvme-pci: remove the inline scatterlist optimization
Christoph Hellwig
1
-32
/
+6
2019-04-05
nvme-pci: split metadata handling from nvme_map_data / nvme_unmap_data
Christoph Hellwig
1
-21
/
+27
2019-04-05
nvme-pci: do not build a scatterlist to map metadata
Christoph Hellwig
1
-13
/
+10
2019-04-05
nvme-pci: only call nvme_unmap_data for requests transferring data
Christoph Hellwig
1
-1
/
+2
2019-04-05
nvme-pci: merge nvme_free_iod into nvme_unmap_data
Christoph Hellwig
1
-27
/
+17
2019-04-05
nvme-pci: move the call to nvme_cleanup_cmd out of nvme_unmap_data
Christoph Hellwig
1
-1
/
+1
2019-04-05
nvme-pci: remove nvme_init_iod
Christoph Hellwig
1
-34
/
+22
2019-04-05
nvme-pci: remove unused nvme_iod member
Keith Busch
1
-2
/
+0
2019-04-05
nvme-pci: remove q_dmadev from nvme_queue
Keith Busch
1
-5
/
+3
2019-04-05
nvme-pci: use a flag for polled queues
Keith Busch
1
-20
/
+13
2019-04-05
nvmet-tcp: implement C2HData SUCCESS optimization
Sagi Grimberg
1
-3
/
+21
2019-04-05
nvmet-fc: use zero-sized array and struct_size() in kzalloc()
Gustavo A. R. Silva
1
-5
/
+2
2019-04-05
nvmet: avoid double errno conversions
Christoph Hellwig
1
-4
/
+2
[next]