index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
target
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvme: code command_id with a genctr for use-after-free validation
Sagi Grimberg
2021-08-16
1
-2
/
+2
*
nvme-tcp: can't set sk_user_data without write_lock
Maurizio Lombardi
2021-07-05
1
-1
/
+0
*
nvme: use return value from blk_execute_rq()
Keith Busch
2021-06-30
1
-4
/
+4
*
nvme: use blk_execute_rq() for passthrough commands
Keith Busch
2021-06-30
1
-1
/
+1
*
Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-06-30
12
-142
/
+936
|
\
|
*
nvmet: use NVMET_MAX_NAMESPACES to set nn value
Chaitanya Kulkarni
2021-06-21
1
-1
/
+1
|
*
nvmet: remove zeroout memset call for struct
Chaitanya Kulkarni
2021-06-17
1
-2
/
+1
|
*
nvmet: add ZBD over ZNS backend support
Chaitanya Kulkarni
2021-06-17
6
-11
/
+707
|
*
nvmet: add Command Set Identifier support
Chaitanya Kulkarni
2021-06-17
3
-18
/
+86
|
*
nvmet: add nvmet_req_bio put helper for backends
Chaitanya Kulkarni
2021-06-17
3
-4
/
+8
|
*
nvmet: add req cns error complete helper
Chaitanya Kulkarni
2021-06-17
2
-4
/
+9
|
*
nvmet: remove local variable
Chaitanya Kulkarni
2021-06-17
1
-16
/
+7
|
*
nvmet: use nvme status value directly
Chaitanya Kulkarni
2021-06-17
1
-2
/
+1
|
*
nvmet: use u32 type for the local variable nsid
Chaitanya Kulkarni
2021-06-17
1
-2
/
+2
|
*
nvmet: use u32 for nvmet_subsys max_nsid
Chaitanya Kulkarni
2021-06-17
1
-1
/
+1
|
*
nvmet: use req->cmd directly in file-ns fast path
Chaitanya Kulkarni
2021-06-17
1
-3
/
+1
|
*
nvmet: use req->cmd directly in bdev-ns fast path
Chaitanya Kulkarni
2021-06-17
1
-3
/
+1
|
*
nvmet: make ver stable once connection established
Noam Gottlieb
2021-06-17
1
-5
/
+31
|
*
nvmet: allow mn change if subsys not discovered
Noam Gottlieb
2021-06-17
4
-40
/
+21
|
*
nvmet: make sn stable once connection was established
Noam Gottlieb
2021-06-17
3
-5
/
+29
|
*
nvmet: change sn size and check validity
Noam Gottlieb
2021-06-17
5
-18
/
+30
|
*
nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst()
Hannes Reinecke
2021-06-17
1
-8
/
+2
|
*
nvmet: remove a superfluous variable
Chaitanya Kulkarni
2021-06-03
1
-2
/
+1
|
*
nvmet: move ka_work initialization to nvmet_alloc_ctrl
Amit Engel
2021-06-03
1
-1
/
+1
*
|
nvmet: fix freeing unallocated p2pmem
Max Gurtovoy
2021-06-02
1
-17
/
+16
*
|
nvme-loop: do not warn for deleted controllers during reset
Hannes Reinecke
2021-06-02
1
-2
/
+4
*
|
nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()
Hannes Reinecke
2021-06-02
1
-1
/
+2
*
|
nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() fails
Hannes Reinecke
2021-06-02
1
-0
/
+1
*
|
nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues()
Hannes Reinecke
2021-06-02
1
-0
/
+1
*
|
nvmet: fix false keep-alive timeout when a controller is torn down
Sagi Grimberg
2021-05-26
2
-5
/
+12
*
|
nvmet-tcp: fix inline data size comparison in nvmet_tcp_queue_response
Hou Pu
2021-05-26
1
-1
/
+1
|
/
*
nvme-loop: fix memory leak in nvme_loop_create_ctrl()
Wu Bo
2021-05-19
1
-1
/
+3
*
nvmet: fix memory leak in nvmet_alloc_ctrl()
Wu Bo
2021-05-19
1
-1
/
+1
*
nvmet: seset ns->file when open fails
Daniel Wagner
2021-05-12
1
-3
/
+5
*
nvmet: demote fabrics cmd parse err msg to debug
Chaitanya Kulkarni
2021-05-11
1
-3
/
+3
*
nvmet: use helper to remove the duplicate code
Chaitanya Kulkarni
2021-05-11
1
-5
/
+2
*
nvmet: demote discovery cmd parse err msg to debug
Chaitanya Kulkarni
2021-05-11
1
-1
/
+1
*
nvmet-rdma: Fix NULL deref when SEND is completed with error
Michal Kalderon
2021-05-11
1
-2
/
+2
*
nvmet: fix inline bio check for passthru
Chaitanya Kulkarni
2021-05-11
1
-1
/
+1
*
nvmet: fix inline bio check for bdev-ns
Chaitanya Kulkarni
2021-05-11
2
-1
/
+7
*
nvmet: remove unsupported command noise
Keith Busch
2021-05-04
1
-3
/
+3
*
nvme: move the fabrics queue ready check routines to core
Tao Chiu
2021-05-04
1
-2
/
+2
*
Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-04-28
9
-80
/
+167
|
\
|
*
nvmet: avoid queuing keep-alive timer if it is disabled
Hou Pu
2021-04-21
1
-2
/
+8
|
*
nvmet: fix a spelling mistake "nubmer" -> "number"
Colin Ian King
2021-04-15
1
-1
/
+1
|
*
nvmet-fc: simplify nvmet_fc_alloc_hostport
Amit Engel
2021-04-15
1
-31
/
+46
|
*
nvmet-tcp: fix a segmentation fault during io parsing error
Elad Grupi
2021-04-15
1
-8
/
+31
|
*
nvmet-tcp: enable optional queue idle period tracking
Wunderlich, Mark
2021-04-02
1
-2
/
+34
|
*
nvmet-tcp: fix incorrect locking in state_change sk callback
Sagi Grimberg
2021-04-02
1
-2
/
+2
|
*
nvmet: return proper error code from discovery ctrl
Hou Pu
2021-04-02
1
-2
/
+4
[next]