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
*
nvmet: model_number must be immutable once set
Max Gurtovoy
2021-03-05
4
-45
/
+50
*
block: Add bio_max_segs
Matthew Wilcox (Oracle)
2021-02-26
2
-6
/
+6
*
Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-21
11
-165
/
+189
|
\
|
*
nvmet: remove else at the end of the function
Chaitanya Kulkarni
2021-02-10
1
-2
/
+2
|
*
nvmet: add nvmet_req_subsys() helper
Chaitanya Kulkarni
2021-02-10
4
-9
/
+14
|
*
nvmet: use min of device_path and disk len
Chaitanya Kulkarni
2021-02-10
1
-3
/
+6
|
*
nvmet: use invalid cmd opcode helper
Chaitanya Kulkarni
2021-02-10
1
-1
/
+1
|
*
nvmet: use invalid cmd opcode helper
Chaitanya Kulkarni
2021-02-10
1
-4
/
+1
|
*
nvmet: add helper to report invalid opcode
Chaitanya Kulkarni
2021-02-10
3
-4
/
+11
|
*
nvmet: remove extra variable in id-ns handler
Chaitanya Kulkarni
2021-02-10
1
-2
/
+1
|
*
nvmet: make nvmet_find_namespace() req based
Chaitanya Kulkarni
2021-02-10
3
-40
/
+32
|
*
nvmet: return uniform error for invalid ns
Chaitanya Kulkarni
2021-02-10
1
-2
/
+2
|
*
nvmet: set status to 0 in case for invalid nsid
Chaitanya Kulkarni
2021-02-10
1
-1
/
+1
|
*
nvmet-fc: add a missing __rcu annotation to nvmet_fc_tgt_assoc.queues
Christoph Hellwig
2021-02-10
1
-1
/
+1
|
*
nvmet-tcp: fix potential race of tcp socket closing accept_work
Sagi Grimberg
2021-02-10
1
-10
/
+18
|
*
nvmet-tcp: fix receive data digest calculation for multiple h2cdata PDUs
Sagi Grimberg
2021-02-10
1
-7
/
+24
|
*
nvmet: add lba to sect conversion helpers
Chaitanya Kulkarni
2021-02-02
2
-5
/
+13
|
*
nvmet: remove extra variable in identify ns
Chaitanya Kulkarni
2021-02-02
1
-16
/
+15
|
*
nvmet: remove extra variable in id-desclist
Chaitanya Kulkarni
2021-02-02
1
-11
/
+9
|
*
nvmet: remove extra variable in smart log nsid
Chaitanya Kulkarni
2021-02-02
1
-11
/
+9
|
*
nvme: constify static attribute_group structs
Rikard Falkeborn
2021-02-02
1
-1
/
+1
|
*
nvmet-fc: use RCU proctection for assoc_list
Leonid Ravich
2021-02-02
1
-43
/
+38
|
*
nvmet: Fix nvmet_is_port_enabled indentation
Israel Rukshin
2021-02-02
1
-1
/
+1
|
*
nvmet: Use nvmet_is_port_enabled helper for pi_enable
Israel Rukshin
2021-02-02
1
-3
/
+1
*
|
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-21
2
-2
/
+2
|
\
\
|
*
|
block: use an on-stack bio in blkdev_issue_flush
Christoph Hellwig
2021-01-27
1
-1
/
+1
|
|
/
|
*
block: remove unnecessary argument from blk_execute_rq_nowait
Guoqing Jiang
2021-01-25
1
-1
/
+1
*
|
nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUs
Sagi Grimberg
2021-02-03
1
-1
/
+2
|
/
*
nvmet: set right status on error in id-ns handler
Chaitanya Kulkarni
2021-01-18
1
-2
/
+6
*
nvmet-rdma: Fix NULL deref when setting pi_enable and traddr INADDR_ANY
Israel Rukshin
2021-01-14
1
-8
/
+8
*
nvmet-rdma: Fix list_del corruption on queue establishment failure
Israel Rukshin
2021-01-06
1
-0
/
+10
*
nvme-fcloop: Fix sscanf type and list_first_entry_or_null warnings
James Smart
2021-01-06
1
-3
/
+4
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-12-16
1
-1
/
+2
|
\
|
*
RDMA/core: remove use of dma_virt_ops
Christoph Hellwig
2020-11-17
1
-1
/
+2
*
|
Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-16
8
-35
/
+147
|
\
\
|
*
|
nvmet: fix a spelling mistake "incuding" -> "including" in Kconfig
Colin Ian King
2020-12-01
1
-1
/
+1
|
*
|
nvmet: make sure discovery change log event is protected
Max Gurtovoy
2020-12-01
1
-0
/
+1
|
*
|
nvmet: remove unused ctrl->cqs
Amit
2020-12-01
2
-14
/
+2
|
*
|
nvmet: use inline bio for passthru fast path
Chaitanya Kulkarni
2020-12-01
2
-3
/
+10
|
*
|
nvmet: use blk_rq_bio_prep instead of blk_rq_append_bio
Chaitanya Kulkarni
2020-12-01
1
-6
/
+2
|
*
|
nvmet: remove op_flags for passthru commands
Chaitanya Kulkarni
2020-12-01
1
-7
/
+1
|
*
|
nvme: split nvme_alloc_request()
Chaitanya Kulkarni
2020-12-01
1
-1
/
+1
|
*
|
nvmet: add passthru io timeout value attr
Chaitanya Kulkarni
2020-12-01
3
-1
/
+23
|
*
|
nvmet: add passthru admin timeout value attr
Chaitanya Kulkarni
2020-12-01
3
-0
/
+27
|
*
|
nvme: use consistent macro name for timeout
Chaitanya Kulkarni
2020-12-01
1
-1
/
+1
|
*
|
nvme-fcloop: add sysfs attribute to inject command drop
James Smart
2020-12-01
1
-2
/
+79
|
|
/
*
|
nvme-loop: use blk_mq_hctx_set_fq_lock_class to set loop's lock class
Ming Lei
2020-12-08
1
-0
/
+10
*
|
block: switch partition lookup to use struct block_device
Christoph Hellwig
2020-12-01
1
-10
/
+10
|
/
*
nvmet: fix a NULL pointer dereference when tracing the flush command
Chaitanya Kulkarni
2020-10-27
2
-16
/
+9
*
nvmet: don't use BLK_MQ_REQ_NOWAIT for passthru
Chaitanya Kulkarni
2020-10-22
1
-1
/
+1
[next]