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
/
target
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-31
nvmet: Fix use-after-free bug when a port is removed
Logan Gunthorpe
1
-0
/
+12
2019-06-21
nvmet: introduce target-side trace
Minwoo Im
1
-0
/
+8
2019-06-21
nvme: introduce nvme_is_fabrics to check fabrics cmd
Minwoo Im
1
-1
/
+1
2019-06-21
nvmet: add transport discovery change op
James Smart
1
-0
/
+2
2019-04-25
nvmet: include <linux/scatterlist.h>
Enrico Weigelt, metux IT consult
1
-0
/
+1
2019-04-25
nvmet: return a specified error it subsys_alloc fails
Minwoo Im
1
-3
/
+3
2019-04-25
nvmet: rename nvme_completion instances from rsp to cqe
Max Gurtovoy
1
-11
/
+11
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-03-28
nvmet: fix error flow during ns enable
Max Gurtovoy
1
-2
/
+2
2019-03-13
nvme-loop: init nvmet_ctrl fatal_err_work when allocate
Yufen Yu
1
-10
/
+10
2019-02-20
nvmet: convert to SPDX identifiers
Christoph Hellwig
1
-9
/
+1
2018-12-18
nvmet: use a macro for default error location
Chaitanya Kulkarni
1
-2
/
+2
2018-12-18
nvmet: fix comparison of a u16 with -1
Colin Ian King
1
-1
/
+1
2018-12-13
nvmet: add error log support for file backend
Chaitanya Kulkarni
1
-0
/
+38
2018-12-13
nvmet: add error log support in the core
Chaitanya Kulkarni
1
-8
/
+23
2018-12-13
nvmet: add interface to update error-log page
Chaitanya Kulkarni
1
-1
/
+31
2018-12-13
nvmet: add error-log definitions
Chaitanya Kulkarni
1
-0
/
+5
2018-12-07
nvmet: use unlikely for req status check
Chaitanya Kulkarni
1
-1
/
+1
2018-12-07
nvmet: support fabrics sq flow control
Sagi Grimberg
1
-10
/
+13
2018-12-07
nvmet: enable Discovery Controller AENs
Jay Sternberg
1
-1
/
+1
2018-12-07
nvmet: allow host connect even if no allowed subsystems are exported
Sagi Grimberg
1
-27
/
+7
2018-12-07
nvmet: allow Keep Alive for Discovery controller
Jay Sternberg
1
-26
/
+10
2018-12-07
nvmet: change aen mask functions to use bit numbers
Jay Sternberg
1
-2
/
+2
2018-12-07
nvmet: provide aen bit functions for multiple controller types
Jay Sternberg
1
-7
/
+0
2018-12-07
nvmet: support for traffic based keep-alive
Sagi Grimberg
1
-0
/
+12
2018-11-09
nvmet: don't try to add ns to p2p map unless it actually uses it
Sagi Grimberg
1
-1
/
+1
2018-10-25
Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+180
2018-10-17
nvmet: Optionally use PCI P2P memory
Logan Gunthorpe
1
-1
/
+163
2018-10-17
nvmet: Introduce helper functions to allocate and free request SGLs
Logan Gunthorpe
1
-0
/
+18
2018-10-17
nvmet: use strcmp() instead of strncmp() for subsystem lookup
Bart Van Assche
1
-2
/
+1
2018-08-28
nvmet: free workqueue object if module init fails
Chaitanya Kulkarni
1
-1
/
+3
2018-08-14
Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+102
2018-08-08
nvmet: add ns write protect support
Chaitanya Kulkarni
1
-1
/
+19
2018-07-27
nvmet: support configuring ANA groups
Christoph Hellwig
1
-0
/
+27
2018-07-27
nvmet: add minimal ANA support
Christoph Hellwig
1
-0
/
+34
2018-07-27
nvmet: track and limit the number of namespaces per subsystem
Christoph Hellwig
1
-1
/
+7
2018-07-27
nvmet: keep a port pointer in nvmet_ctrl
Christoph Hellwig
1
-0
/
+2
2018-07-25
nvmet: only check for filebacking on -ENOTBLK
Hannes Reinecke
1
-1
/
+1
2018-07-23
nvmet-rdma: support max(16KB, PAGE_SIZE) inline data
Steve Wise
1
-0
/
+4
2018-07-23
nvmet: add buffered I/O support for file backed ns
Chaitanya Kulkarni
1
-0
/
+9
2018-06-20
nvmet: reset keep alive timer in controller enable
Max Gurtuvoy
1
-0
/
+8
2018-06-01
nvmet: mask pending AENs
Christoph Hellwig
1
-1
/
+8
2018-06-01
nvmet: add AEN configuration support
Christoph Hellwig
1
-0
/
+3
2018-06-01
nvmet: implement the changed namespaces log
Christoph Hellwig
1
-9
/
+47
2018-06-01
nvmet: add a new nvmet_zero_sgl helper
Christoph Hellwig
1
-0
/
+7
2018-05-25
nvmet: add simple file backed ns support
Chaitanya Kulkarni
1
-17
/
+33
2018-05-25
nvmet: remove duplicate NULL initialization for req->ns
Chaitanya Kulkarni
1
-1
/
+0
2018-05-25
nvmet: make a few error messages more generic
Chaitanya Kulkarni
1
-2
/
+2
2018-03-26
nvmet: constify struct nvmet_fabrics_ops
Christoph Hellwig
1
-6
/
+6
[next]