Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
718d58514ebc5740f80460ae7b73c57a01eac4c2
/
drivers
/
nvme
9637d51
Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
2a3c389
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 5 years ago
1f7563f
Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 5 years ago
7d30c81
nvme: fix NULL deref for fabrics options
by Minwoo Im
· 5 years ago
420dc73
nvme: fix regression upon hot device removal and insertion
by Sagi Grimberg
· 5 years ago
4c73cbd
nvme-fc: fix module unloads while lports still pending
by James Smart
· 6 years ago
37c1521
nvme-tcp: don't use sendpage for SLAB pages
by Mikhail Skorzhinskii
· 5 years ago
958f2a0
nvme-tcp: set the STABLE_WRITES flag when data digests are enabled
by Mikhail Skorzhinskii
· 6 years ago
5ba8950
nvmet: print a hint while rejecting NSID 0 or 0xffffffff
by Mikhail Skorzhinskii
· 6 years ago
04e70bd
nvme-multipath: do not select namespaces which are about to be removed
by Hannes Reinecke
· 6 years ago
2032d07
nvme-multipath: also check for a disabled path if there is a single sibling
by Hannes Reinecke
· 6 years ago
ca7ae5c
nvme-multipath: factor out a nvme_path_is_disabled helper
by Hannes Reinecke
· 6 years ago
81adb86
nvme: set physical block size and optimal I/O size
by Bart Van Assche
· 6 years ago
9d05a96
nvmet: export I/O characteristics attributes in Identify
by Bart Van Assche
· 6 years ago
4c0181b
nvme-trace: add delete completion and submission queue to admin cmds tracer
by Tom Wu
· 6 years ago
91f6d79
nvme-trace: fix spelling mistake "spcecific" -> "specific"
by Colin Ian King
· 6 years ago
7637de3
nvme-pci: limit max_hw_sectors based on the DMA max mapping size
by Christoph Hellwig
· 6 years ago
bfac8e9
nvme-pci: check for NULL return from pci_alloc_p2pmem()
by Alan Mikhak
· 5 years ago
0298d54
nvme-pci: don't create a read hctx mapping without read queues
by Alan Mikhak
· 5 years ago
4fe0692
nvme-pci: don't fall back to a 32-bit DMA mask
by Christoph Hellwig
· 6 years ago
2177422
nvme-pci: make nvme_dev_pm_ops static
by YueHaibing
· 6 years ago
e0620bf
nvme-fcloop: resolve warnings on RCU usage and sleep warnings
by James Smart
· 6 years ago
c38dbbf
nvme-fcloop: fix inconsistent lock state warnings
by James Smart
· 6 years ago
371bb62
Merge tag 'v5.2-rc6' into rdma.git for-next
by Jason Gunthorpe
· 6 years ago
5a6781a
RDMA/core: Add an integrity MR pool support
by Israel Rukshin
· 6 years ago
f79d5fd
nvme: enable to inject errors into admin commands
by Akinobu Mita
· 6 years ago
a364645
nvme: prepare for fault injection into admin commands
by Akinobu Mita
· 6 years ago
a5448fd
nvmet: introduce target-side trace
by Minwoo Im
· 6 years ago
5f965f4
nvme-trace: print result and status in hex format
by Minwoo Im
· 6 years ago
ad795e4
nvme-trace: support for fabrics commands in host-side
by Minwoo Im
· 6 years ago
26f2990
nvme-trace: move opcode symbol print to nvme.h
by Minwoo Im
· 6 years ago
7183a46
nvme-trace: do not export nvme_trace_disk_name
by Minwoo Im
· 6 years ago
7c1ce40
nvme-pci: clean up nvme_remove_dead_ctrl a bit
by Chaitanya Kulkarni
· 6 years ago
cee6c26
nvme-pci: properly report state change failure in nvme_reset_work
by Minwoo Im
· 6 years ago
e71afda
nvme-pci: set the errno on ctrl state change error
by Chaitanya Kulkarni
· 6 years ago
dad77d6
nvme-pci: adjust irq max_vector using num_possible_cpus()
by Minwoo Im
· 6 years ago
483178f
nvme-pci: remove queue_count_ops for write_queues and poll_queues
by Minwoo Im
· 6 years ago
a232ea0
nvme-pci: remove unnecessary zero for static var
by Minwoo Im
· 6 years ago
d916b1b
nvme-pci: use host managed power state for suspend
by Keith Busch
· 6 years ago
7a1f46e
nvme: introduce nvme_is_fabrics to check fabrics cmd
by Minwoo Im
· 6 years ago
1a87ee6
nvme: export get and set features
by Keith Busch
· 6 years ago
2181e45
nvme: fix possible io failures when removing multipathed ns
by Anton Eidelman
· 6 years ago
4bea364
nvme-fc: add message when creating new association
by James Smart
· 6 years ago
4cf7c36
nvme-fcloop: add support for nvmet discovery_event op
by James Smart
· 6 years ago
150d71f
nvmet-fc: add transport discovery change event callback support
by James Smart
· 6 years ago
9d09dd8
nvmet: add transport discovery change op
by James Smart
· 6 years ago
4635873
scsi: lib/sg_pool.c: improve APIs for allocating sg pool
by Ming Lei
· 6 years ago
f924cdd
block: remove blk_init_request_from_bio
by Christoph Hellwig
· 6 years ago
6c70f89
Merge branch 'nvme-5.2-rc-next' of git://git.infradead.org/nvme into for-linus
by Jens Axboe
· 6 years ago
62f99b6
nvme-rdma: use dynamic dma mapping per command
by Max Gurtovoy
· 6 years ago
c8e8c77
nvme: Fix u32 overflow in the number of namespace list calculation
by Jaesoo Lee
· 6 years ago
a48bc52
nvme-pci: don't limit DMA segement size
by Christoph Hellwig
· 6 years ago
3562f5d
nvmet: fix data_len to 0 for bdev-backed write_zeroes
by Minwoo Im
· 6 years ago
6486199
nvme-tcp: fix queue mapping when queue count is limited
by Sagi Grimberg
· 6 years ago
5651cd3
nvme-rdma: fix queue mapping when queue count is limited
by Sagi Grimberg
· 6 years ago
7fbc78e
Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
cb9e0e5
nvme-pci: use blk-mq mapping for unmanaged irqs
by Keith Busch
· 6 years ago
2d466c7
nvme: copy MTFA field from identify controller
by Laine Walker-Avina
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
510a405
nvme: fix memory leak for power latency tolerance
by Yufen Yu
· 6 years ago
5fb4aac
nvme: release namespace SRCU protection before performing controller ioctls
by Christoph Hellwig
· 6 years ago
90ec611
nvme: merge nvme_ns_ioctl into nvme_ioctl
by Christoph Hellwig
· 6 years ago
3f98bcc
nvme: remove the ifdef around nvme_nvm_ioctl
by Christoph Hellwig
· 6 years ago
100c815
nvme: fix srcu locking on error return in nvme_get_ns_from_disk
by Christoph Hellwig
· 6 years ago
6fa0321
nvme: Fix known effects
by Keith Busch
· 6 years ago
d6135c3a
nvme-pci: Sync queues on reset
by Keith Busch
· 6 years ago
2036f72
nvme-pci: Unblock reset_work on IO failure
by Keith Busch
· 6 years ago
39a9dd8
nvme-pci: Don't disable on timeout in reset state
by Keith Busch
· 6 years ago
e43269e
nvme-pci: Fix controller freeze wait disabling
by Keith Busch
· 6 years ago
1718de7
Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
1b1031c
nvme: validate cntlid during controller initialisation
by Christoph Hellwig
· 6 years ago
32fd90c
nvme: change locking for the per-subsystem controller list
by Christoph Hellwig
· 6 years ago
521cfb8
nvme: trace all async notice events
by Chaitanya Kulkarni
· 6 years ago
94e970b
nvme-fabrics: remove unused argument
by Minwoo Im
· 6 years ago
8a03b27
nvme-multipath: avoid crash on invalid subsystem cntlid enumeration
by Hannes Reinecke
· 6 years ago
8730c1d
nvme-fc: use separate work queue to avoid warning
by Hannes Reinecke
· 6 years ago
87fd125
nvme-rdma: remove redundant reference between ib_device and tagset
by Max Gurtovoy
· 6 years ago
3b7dffb
nvme-pci: mark expected switch fall-through
by Gustavo A. R. Silva
· 6 years ago
f4524cc
nvme-pci: add known admin effects to augument admin effects log page
by Maxim Levitsky
· 6 years ago
e8fd41b
nvme-pci: init shadow doorbell after each reset
by Maxim Levitsky
· 6 years ago
d1cd7c8
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 6 years ago
67a2422
Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
a14669e
lightnvm: Inherit mdts from the parent nvme device
by Igor Konopko
· 6 years ago
6f53e73
nvmet: protect discovery change log event list iteration
by Sagi Grimberg
· 6 years ago
893a74b
nvme: mark nvme_core_init and nvme_core_exit static
by Christoph Hellwig
· 6 years ago
8110154
nvme: move command size checks to the core
by Christoph Hellwig
· 6 years ago
a2faf94
nvme-fabrics: check more command sizes
by Minwoo Im
· 6 years ago
a97234e
nvme-pci: check more command sizes
by Minwoo Im
· 6 years ago
6656486
nvme-pci: remove an unneeded variable initialization
by Minwoo Im
· 6 years ago
c8e9e9b
nvme-pci: unquiesce admin queue on shutdown
by Keith Busch
· 6 years ago
9dc1a38
nvme-pci: shutdown on timeout during deletion
by Keith Busch
· 6 years ago
049bf37
nvme-pci: fix psdt field for single segment sgls
by Klaus Birkelund Jensen
· 6 years ago
592b6e7
nvme-multipath: don't print ANA group state by default
by Hannes Reinecke
· 6 years ago
525aa5a
nvme-multipath: split bios with the ns_head bio_set before submitting
by Hannes Reinecke
· 6 years ago
f34e258
nvme-tcp: fix possible null deref on a timed out io queue connect
by Sagi Grimberg
· 6 years ago
01fa0174
nvme: set 0 capacity if namespace block size exceeds PAGE_SIZE
by Sagi Grimberg
· 6 years ago
663d6fe
nvme-loop: kill timeout handler
by Ming Lei
· 6 years ago
efb973b
nvme-tcp: rename function to have nvme_tcp prefix
by Sagi Grimberg
· 6 years ago
1007709
nvme-rdma: fix a NULL deref when an admin connect times out
by Sagi Grimberg
· 6 years ago
7a42589
nvme-tcp: fix a NULL deref when an admin connect times out
by Sagi Grimberg
· 6 years ago
Next »