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
*
Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-04-10
4
-95
/
+199
|
\
|
*
nvmet-rdma: fix double free of rdma queue
Israel Rukshin
2020-04-07
1
-12
/
+18
|
*
nvme-fc: Revert "add module to ops template to allow module references"
James Smart
2020-04-04
1
-1
/
+0
|
*
nvmet-rdma: fix bonding failover possible NULL deref
Sagi Grimberg
2020-04-04
1
-56
/
+119
|
*
nvmet: fix NULL dereference when removing a referral
Sagi Grimberg
2020-04-02
1
-1
/
+9
|
*
nvmet-fc: fix typo in comment
James Smart
2020-03-31
1
-1
/
+1
|
*
nvme-fcloop: fix deallocation of working context
James Smart
2020-03-31
1
-24
/
+52
*
|
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2020-04-03
1
-6
/
+0
|
\
\
|
|
/
|
/
|
|
*
scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitions
Bart Van Assche
2020-03-17
1
-6
/
+0
*
|
Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-03-30
7
-23
/
+230
|
\
\
|
*
|
nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrl
Israel Rukshin
2020-03-25
1
-2
/
+0
|
*
|
nvme: Fix ctrl use-after-free during sysfs deletion
Israel Rukshin
2020-03-25
1
-2
/
+1
|
*
|
nvmet-tcp: optimize tcp stack TX when data digest is used
Sagi Grimberg
2020-03-25
1
-2
/
+5
|
*
|
nvmet-rdma: allocate RW ctxs according to mdts
Max Gurtovoy
2020-03-25
1
-2
/
+4
|
*
|
nvmet-rdma: Implement get_mdts controller op
Max Gurtovoy
2020-03-25
1
-0
/
+9
|
*
|
nvmet: Add get_mdts op for controllers
Max Gurtovoy
2020-03-25
2
-2
/
+7
|
*
|
nvmet-tcp: fix maxh2cdata icresp parameter
Sagi Grimberg
2020-03-25
1
-1
/
+1
|
*
|
nvmet: check ncqr & nsqr for set-features cmd
Amit Engel
2020-03-25
1
-0
/
+9
|
*
|
nvmet-tcp: set SO_PRIORITY for accepted sockets
Wunderlich, Mark
2020-03-04
1
-0
/
+26
|
*
|
nvmet: check sscanf value for subsys serial attr
Chaitanya Kulkarni
2020-03-04
1
-2
/
+5
|
*
|
nvmet: make ctrl model configurable
Mark Ruijter
2020-03-04
4
-2
/
+90
|
*
|
nvmet: make ctrl-id configurable
Chaitanya Kulkarni
2020-03-04
3
-2
/
+70
|
*
|
nvmet: configfs code cleanup
Chaitanya Kulkarni
2020-03-04
1
-7
/
+4
|
|
/
*
|
Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-03-30
1
-0
/
+1
|
\
\
|
*
|
block: move the part_stat* helpers from genhd.h to a new header
Christoph Hellwig
2020-03-25
1
-0
/
+1
|
|
/
*
/
nvmet-tcp: set MSG_MORE only if we actually have more to send
Sagi Grimberg
2020-03-20
1
-3
/
+9
|
/
*
nvmet: update AEN list and array at one place
Daniel Wagner
2020-02-04
1
-27
/
+36
*
nvmet: Fix controller use after free
Israel Rukshin
2020-02-04
1
-4
/
+9
*
nvmet: Fix error print message at nvmet_install_queue function
Israel Rukshin
2020-02-04
1
-1
/
+1
*
nvmet: fix dsm failure when payload does not match sgl descriptor
Sagi Grimberg
2020-02-03
4
-2
/
+14
*
nvmet: Pass lockdep expression to RCU lists
Amol Grover
2020-02-03
1
-2
/
+4
*
nvmet: fix per feat data len for get_feature
Amit Engel
2020-01-10
1
-1
/
+11
*
nvme_fc: add module to ops template to allow module references
James Smart
2019-11-26
1
-0
/
+1
*
nvmet-loop: Avoid preallocating big SGL for data
Israel Rukshin
2019-11-26
1
-4
/
+4
*
Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-11-25
11
-159
/
+212
|
\
|
*
nvmet: stop using bio_set_op_attrs
Christoph Hellwig
2019-11-04
1
-7
/
+6
|
*
nvmet: add plugging for read/write when ns is bdev
Christoph Hellwig
2019-11-04
1
-0
/
+3
|
*
nvmet: clean up command parsing a bit
Christoph Hellwig
2019-11-04
2
-5
/
+6
|
*
nvmet: fill discovery controller sn, fr and mn correctly
Sagi Grimberg
2019-11-04
1
-1
/
+7
|
*
nvmet: Open code nvmet_req_execute()
Christoph Hellwig
2019-11-04
6
-15
/
+8
|
*
nvmet: Remove the data_len field from the nvmet_req struct
Christoph Hellwig
2019-11-04
7
-39
/
+86
|
*
nvmet: Introduce nvmet_dsm_len() helper
Christoph Hellwig
2019-11-04
2
-2
/
+7
|
*
nvmet: Cleanup discovery execute handlers
Christoph Hellwig
2019-11-04
1
-25
/
+19
|
*
nvmet: Introduce common execute function for get_log_page and identify
Christoph Hellwig
2019-11-04
1
-43
/
+50
|
*
nvmet-tcp: Don't set the request's data_len
Logan Gunthorpe
2019-11-04
1
-4
/
+2
|
*
nvmet-tcp: Don't check data_len in nvmet_tcp_map_data()
Logan Gunthorpe
2019-11-04
1
-1
/
+1
|
*
nvme: move common call to nvme_cleanup_cmd to core layer
Max Gurtovoy
2019-11-04
1
-1
/
+0
|
*
nvmet-rdma: add unlikely check at nvmet_rdma_map_sgl_keyed
Israel Rukshin
2019-11-04
1
-2
/
+2
|
*
nvmet: add unlikely check at nvmet_req_alloc_sgl
Israel Rukshin
2019-11-04
1
-1
/
+1
|
*
nvmet: use bio_io_error instead of duplicating it
Israel Rukshin
2019-11-04
1
-5
/
+3
[next]