index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
target
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvmet: include <linux/scatterlist.h>
Enrico Weigelt, metux IT consult
2019-04-25
1
-0
/
+1
*
nvmet: return a specified error it subsys_alloc fails
Minwoo Im
2019-04-25
1
-3
/
+3
*
nvmet: rename nvme_completion instances from rsp to cqe
Max Gurtovoy
2019-04-25
1
-11
/
+11
*
nvmet: add safety check for subsystem lock during nvmet_ns_changed
Max Gurtovoy
2019-04-05
1
-0
/
+2
*
nvmet: never fail double namespace enablement
Max Gurtovoy
2019-04-05
1
-3
/
+4
*
nvmet: fix error flow during ns enable
Max Gurtovoy
2019-03-28
1
-2
/
+2
*
nvme-loop: init nvmet_ctrl fatal_err_work when allocate
Yufen Yu
2019-03-13
1
-10
/
+10
*
nvmet: convert to SPDX identifiers
Christoph Hellwig
2019-02-20
1
-9
/
+1
*
nvmet: use a macro for default error location
Chaitanya Kulkarni
2018-12-18
1
-2
/
+2
*
nvmet: fix comparison of a u16 with -1
Colin Ian King
2018-12-18
1
-1
/
+1
*
nvmet: add error log support for file backend
Chaitanya Kulkarni
2018-12-13
1
-0
/
+38
*
nvmet: add error log support in the core
Chaitanya Kulkarni
2018-12-13
1
-8
/
+23
*
nvmet: add interface to update error-log page
Chaitanya Kulkarni
2018-12-13
1
-1
/
+31
*
nvmet: add error-log definitions
Chaitanya Kulkarni
2018-12-13
1
-0
/
+5
*
nvmet: use unlikely for req status check
Chaitanya Kulkarni
2018-12-07
1
-1
/
+1
*
nvmet: support fabrics sq flow control
Sagi Grimberg
2018-12-07
1
-10
/
+13
*
nvmet: enable Discovery Controller AENs
Jay Sternberg
2018-12-07
1
-1
/
+1
*
nvmet: allow host connect even if no allowed subsystems are exported
Sagi Grimberg
2018-12-07
1
-27
/
+7
*
nvmet: allow Keep Alive for Discovery controller
Jay Sternberg
2018-12-07
1
-26
/
+10
*
nvmet: change aen mask functions to use bit numbers
Jay Sternberg
2018-12-07
1
-2
/
+2
*
nvmet: provide aen bit functions for multiple controller types
Jay Sternberg
2018-12-07
1
-7
/
+0
*
nvmet: support for traffic based keep-alive
Sagi Grimberg
2018-12-07
1
-0
/
+12
*
nvmet: don't try to add ns to p2p map unless it actually uses it
Sagi Grimberg
2018-11-09
1
-1
/
+1
*
Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-10-25
1
-0
/
+180
|
\
|
*
nvmet: Optionally use PCI P2P memory
Logan Gunthorpe
2018-10-17
1
-1
/
+163
|
*
nvmet: Introduce helper functions to allocate and free request SGLs
Logan Gunthorpe
2018-10-17
1
-0
/
+18
*
|
nvmet: use strcmp() instead of strncmp() for subsystem lookup
Bart Van Assche
2018-10-17
1
-2
/
+1
|
/
*
nvmet: free workqueue object if module init fails
Chaitanya Kulkarni
2018-08-28
1
-1
/
+3
*
Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-08-14
1
-2
/
+102
|
\
|
*
nvmet: add ns write protect support
Chaitanya Kulkarni
2018-08-08
1
-1
/
+19
|
*
nvmet: support configuring ANA groups
Christoph Hellwig
2018-07-27
1
-0
/
+27
|
*
nvmet: add minimal ANA support
Christoph Hellwig
2018-07-27
1
-0
/
+34
|
*
nvmet: track and limit the number of namespaces per subsystem
Christoph Hellwig
2018-07-27
1
-1
/
+7
|
*
nvmet: keep a port pointer in nvmet_ctrl
Christoph Hellwig
2018-07-27
1
-0
/
+2
|
*
nvmet-rdma: support max(16KB, PAGE_SIZE) inline data
Steve Wise
2018-07-23
1
-0
/
+4
|
*
nvmet: add buffered I/O support for file backed ns
Chaitanya Kulkarni
2018-07-23
1
-0
/
+9
*
|
nvmet: only check for filebacking on -ENOTBLK
Hannes Reinecke
2018-07-25
1
-1
/
+1
|
/
*
nvmet: reset keep alive timer in controller enable
Max Gurtuvoy
2018-06-20
1
-0
/
+8
*
nvmet: mask pending AENs
Christoph Hellwig
2018-06-01
1
-1
/
+8
*
nvmet: add AEN configuration support
Christoph Hellwig
2018-06-01
1
-0
/
+3
*
nvmet: implement the changed namespaces log
Christoph Hellwig
2018-06-01
1
-9
/
+47
*
nvmet: add a new nvmet_zero_sgl helper
Christoph Hellwig
2018-06-01
1
-0
/
+7
*
nvmet: add simple file backed ns support
Chaitanya Kulkarni
2018-05-25
1
-17
/
+33
*
nvmet: remove duplicate NULL initialization for req->ns
Chaitanya Kulkarni
2018-05-25
1
-1
/
+0
*
nvmet: make a few error messages more generic
Chaitanya Kulkarni
2018-05-25
1
-2
/
+2
*
nvmet: constify struct nvmet_fabrics_ops
Christoph Hellwig
2018-03-26
1
-6
/
+6
*
nvmet: fix PSDT field check in command format
Max Gurtovoy
2018-02-28
1
-3
/
+6
*
nvmet: release a ns reference in nvmet_req_uninit if needed
Sagi Grimberg
2018-01-15
1
-0
/
+3
*
nvmet: rearrange nvmet_ctrl_free()
Israel Rukshin
2018-01-08
1
-3
/
+4
*
nvmet: fix error flow in nvmet_alloc_ctrl()
Israel Rukshin
2018-01-08
1
-1
/
+3
[next]