Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
3230f4a8d44e4a0bb7afea814b280b5129521f52
/
drivers
/
nvme
/
target
6c70f89
Merge branch 'nvme-5.2-rc-next' of git://git.infradead.org/nvme into for-linus
by Jens Axboe
· 6 years ago
3562f5d
nvmet: fix data_len to 0 for bdev-backed write_zeroes
by Minwoo Im
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
6f53e73
nvmet: protect discovery change log event list iteration
by Sagi Grimberg
· 6 years ago
663d6fe
nvme-loop: kill timeout handler
by Ming Lei
· 6 years ago
569b3d3
nvmet-tcp: don't fail maxr2t greater than 1
by Sagi Grimberg
· 6 years ago
525ec49
nvmet-file: clamp-down file namespace lba_shift
by Sagi Grimberg
· 6 years ago
a5dffbb
nvmet: include <linux/scatterlist.h>
by Enrico Weigelt, metux IT consult
· 6 years ago
6b7e631
nvmet: return a specified error it subsys_alloc fails
by Minwoo Im
· 6 years ago
fc6c973
nvmet: rename nvme_completion instances from rsp to cqe
by Max Gurtovoy
· 6 years ago
8dc2ed3
nvmet-rdma: remove p2p_client initialization from fast-path
by Max Gurtovoy
· 6 years ago
5c61ee2
Merge tag 'v5.1-rc6' into for-5.2/block
by Jens Axboe
· 6 years ago
d808b7f
nvmet: fix discover log page when offsets are used
by Keith Busch
· 6 years ago
013a63e
nvmet: add safety check for subsystem lock during nvmet_ns_changed
by Max Gurtovoy
· 6 years ago
e84c209
nvmet: never fail double namespace enablement
by Max Gurtovoy
· 6 years ago
7058329
nvmet-tcp: implement C2HData SUCCESS optimization
by Sagi Grimberg
· 6 years ago
6b80f1d
nvmet-fc: use zero-sized array and struct_size() in kzalloc()
by Gustavo A. R. Silva
· 6 years ago
cfe03c2
nvmet: avoid double errno conversions
by Christoph Hellwig
· 6 years ago
a536b49
nvmet: fix error flow during ns enable
by Max Gurtovoy
· 6 years ago
02db995
nvmet: fix building bvec from sg list
by Ming Lei
· 6 years ago
005c674
nvmet: ignore EOPNOTSUPP for discard
by Christoph Hellwig
· 6 years ago
404ec31
nvmet-fc: bring Disconnect into compliance with FC-NVME spec
by James Smart
· 6 years ago
0191e74
nvmet-fc: fix issues with targetport assoc_list list walking
by James Smart
· 6 years ago
d11de63
nvme-loop: init nvmet_ctrl fatal_err_work when allocate
by Yufen Yu
· 6 years ago
77141dc
nvmet: convert to SPDX identifiers
by Christoph Hellwig
· 6 years ago
3641bd3
nvmet-rdma: convert to SPDX identifiers
by Christoph Hellwig
· 6 years ago
d0ad690
nvme-loop: convert to SPDX identifiers
by Christoph Hellwig
· 6 years ago
a4b74fc
nvmet-fcloop: convert to SPDX identifiers
by Christoph Hellwig
· 6 years ago
4f80fc7
nvmet-fc: convert to SPDX identifiers
by Christoph Hellwig
· 6 years ago
5bc373f
nvmet: fix indentation
by Bart Van Assche
· 6 years ago
5cbab63
nvmet-rdma: fix null dereference under heavy load
by Raju Rangoju
· 6 years ago
fb86585
nvmet-tcp: fix uninitialized variable access
by Sagi Grimberg
· 6 years ago
26c6822
nvme-fabrics: allow nvmf_connect_io_queue to poll
by Sagi Grimberg
· 6 years ago
f4d10b5
nvmet-tcp: fix endianess annotations
by Christoph Hellwig
· 6 years ago
5698b80
nvmet: use a macro for default error location
by Chaitanya Kulkarni
· 6 years ago
66c6afb
nvmet: fix comparison of a u16 with -1
by Colin Ian King
· 6 years ago
23454d5
nvmet: update smart log with num err log entries
by Chaitanya Kulkarni
· 6 years ago
11ad507
nvmet: add error log page cmd handler
by Chaitanya Kulkarni
· 6 years ago
c6aa354
nvmet: add error log support for file backend
by Chaitanya Kulkarni
· 6 years ago
3b031d1
nvmet: add error log support for bdev backend
by Chaitanya Kulkarni
· 6 years ago
2da6e00
nvmet: add error log support for admin-cmd
by Chaitanya Kulkarni
· 6 years ago
762a11d
nvmet: add error log support for rdma backend
by Chaitanya Kulkarni
· 6 years ago
84faf42
nvmet: add error log support for fabrics-cmd
by Chaitanya Kulkarni
· 6 years ago
e81446a
nvmet: add error log support in the core
by Chaitanya Kulkarni
· 6 years ago
76574f3
nvmet: add interface to update error-log page
by Chaitanya Kulkarni
· 6 years ago
e4a9762
nvmet: add error-log definitions
by Chaitanya Kulkarni
· 6 years ago
b7c8f36
nvme: remove nvme_common command cdw10 array
by Chaitanya Kulkarni
· 6 years ago
16d3a28
nvmet: remove unused variable
by Sagi Grimberg
· 6 years ago
ad4f530
nvmet: allow configfs tcp trtype configuration
by Sagi Grimberg
· 6 years ago
872d26a
nvmet-tcp: add NVMe over TCP target driver
by Sagi Grimberg
· 6 years ago
1672ddb
nvmet: Add install_queue callout
by Sagi Grimberg
· 6 years ago
96f7741
Merge tag 'v4.20-rc6' into for-4.21/block
by Jens Axboe
· 6 years ago
5a3a6d6
nvmet: fix the structure member indentation
by Chaitanya Kulkarni
· 6 years ago
cb019da
nvmet: use unlikely for req status check
by Chaitanya Kulkarni
· 6 years ago
ad1f824
nvmet-rdma: Add unlikely for response allocated check
by Israel Rukshin
· 6 years ago
9b95d2f
nvmet: expose support for fabrics SQ flow control disable in treq
by Sagi Grimberg
· 6 years ago
0445e1b5
nvmet: don't override treq upon modification.
by Sagi Grimberg
· 6 years ago
e6a622f
nvmet: support fabrics sq flow control
by Sagi Grimberg
· 6 years ago
6e2e312
nvmet-fc: remove the IN_ISR deferred scheduling options
by James Smart
· 6 years ago
03198c4
nvmet: mark nvmet_genctr static
by Christoph Hellwig
· 6 years ago
b662a07
nvmet: enable Discovery Controller AENs
by Jay Sternberg
· 6 years ago
253928e
nvmet: allow host connect even if no allowed subsystems are exported
by Sagi Grimberg
· 6 years ago
6a8ec0a
nvmet: add support to Discovery controllers for commands
by Jay Sternberg
· 6 years ago
f301c2b
nvmet: add defines for discovery change async events
by Jay Sternberg
· 6 years ago
9010745
nvmet: make kato and AEN processing for use by other controllers
by Jay Sternberg
· 6 years ago
f9362ac
nvmet: allow Keep Alive for Discovery controller
by Jay Sternberg
· 6 years ago
7114dde
nvmet: change aen mask functions to use bit numbers
by Jay Sternberg
· 6 years ago
6c8312a
nvmet: provide aen bit functions for multiple controller types
by Jay Sternberg
· 6 years ago
50a909d
nvmet: use IOCB_NOWAIT for file-ns buffered I/O
by Chaitanya Kulkarni
· 6 years ago
c09305a
nvmet: support for traffic based keep-alive
by Sagi Grimberg
· 6 years ago
12b2117
nvme: introduce ctrl attributes enumeration
by Sagi Grimberg
· 6 years ago
d7dcdf9
nvmet-rdma: fix response use after free
by Israel Rukshin
· 6 years ago
e7d9439
nvme: remove opportunistic polling from bdev target
by Jens Axboe
· 6 years ago
dc5db21
Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
d39aa49
Revert "nvmet-rdma: use a private workqueue for delete"
by Christoph Hellwig
· 6 years ago
21d3bbd
nvmet: don't try to add ns to p2p map unless it actually uses it
by Sagi Grimberg
· 6 years ago
9931a07
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
bd6bf7c
Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 6 years ago
aa563d7
iov_iter: Separate type from direction and use accessor functions
by David Howells
· 6 years ago
c692509
nvmet: Optionally use PCI P2P memory
by Logan Gunthorpe
· 6 years ago
5b2322e
nvmet: Introduce helper functions to allocate and free request SGLs
by Logan Gunthorpe
· 6 years ago
1216e9e
nvmet-fcloop: suppress a compiler warning
by Bart Van Assche
· 6 years ago
1c46652
nvmet-fc: fix kernel-doc headers
by Bart Van Assche
· 6 years ago
8eacd1b
nvmet: avoid integer overflow in the discard code
by Bart Van Assche
· 6 years ago
0d3ebde
nvmet-rdma: declare local symbols static
by Bart Van Assche
· 6 years ago
5eadc9c
nvmet: use strlcpy() instead of strcpy()
by Bart Van Assche
· 6 years ago
43a6f8f
nvmet: use strcmp() instead of strncmp() for subsystem lookup
by Bart Van Assche
· 6 years ago
48440ab
nvmet: remove unreachable code
by Chaitanya Kulkarni
· 6 years ago
2acf70a
nvmet-rdma: use a private workqueue for delete
by Sagi Grimberg
· 6 years ago
73383ad
nvmet: don't split large I/Os unconditionally
by Sagi Grimberg
· 6 years ago
ea96d64
nvmet_fc: support target port removal with nvmet layer
by James Smart
· 6 years ago
d4e4230
nvme-fc: fix for a minor typos
by Milan P. Gandhi
· 6 years ago
d93cb39
nvmet: remove redundant module prefix
by Chaitanya Kulkarni
· 6 years ago
be1277f
nvme: count all ANA groups for ANA Log page
by Hannes Reinecke
· 7 years ago
8407879
nvmet-rdma: fix possible bogus dereference under heavy load
by Sagi Grimberg
· 6 years ago
04db0e5
nvmet: free workqueue object if module init fails
by Chaitanya Kulkarni
· 6 years ago
afd299c
nvme-fcloop: Fix dropped LS's to removed target port
by James Smart
· 6 years ago
0a3173a
Merge branch 'linus/master' into rdma.git for-next
by Jason Gunthorpe
· 6 years ago
89982f7
Merge tag 'v4.18' into rdma.git for-next
by Jason Gunthorpe
· 6 years ago
73ba2fb
Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
Next »