index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
target
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvmet: fix a width vs precision bug in nvmet_subsys_attr_serial_show()
Dan Carpenter
2021-09-13
1
-1
/
+1
*
nvmet: fixup buffer overrun in nvmet_subsys_attr_serial()
Hannes Reinecke
2021-09-06
1
-1
/
+2
*
nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_req
Christoph Hellwig
2021-09-06
5
-12
/
+11
*
nvmet: looks at the passthrough controller when initializing CAP
Adam Manzanares
2021-09-06
3
-2
/
+16
*
nvme: Have NVME_FABRICS select NVME_CORE instead of transport drivers
Sagi Grimberg
2021-08-16
1
-2
/
+0
*
nvmet: check that host sqsize does not exceed ctrl MQES
Amit Engel
2021-08-16
1
-0
/
+9
*
nvmet: avoid duplicate qid in connect cmd
Amit Engel
2021-08-16
2
-6
/
+15
*
nvmet: pass back cntlid on successful completion
Amit Engel
2021-08-16
1
-4
/
+5
*
nvmet: remove redundant assignments of variable status
Colin Ian King
2021-08-16
1
-4
/
+1
*
nvmet: add set feature tracing support
Hou Pu
2021-08-16
1
-1
/
+17
*
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
[next]