index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
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-fc: correct ref counting error when deferred rcv used
James Smart
2017-11-20
1
-3
/
+6
*
nvme-loop: check if queue is ready in queue_rq
Sagi Grimberg
2017-11-20
1
-1
/
+24
*
nvmet_fc: fix better length checking
James Smart
2017-11-16
1
-2
/
+4
*
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-11-14
7
-111
/
+89
|
\
|
*
nvmet: kill nvmet_inline_bio_init
Christoph Hellwig
2017-11-10
1
-14
/
+4
|
*
nvmet: better data length validation
Christoph Hellwig
2017-11-10
5
-25
/
+34
|
*
nvme: remove handling of multiple AEN requests
Keith Busch
2017-11-10
1
-1
/
+1
|
*
nvme: centralize AEN defines
Keith Busch
2017-11-10
1
-11
/
+3
|
*
nvmet: remove redundant local variable
Sagi Grimberg
2017-11-10
1
-9
/
+4
|
*
nvmet: remove redundant memset if failed to get_smart_log failed
Sagi Grimberg
2017-11-10
1
-3
/
+1
|
*
nvmet: fix comment typos in admin-cmd.c
Minwoo Im
2017-11-10
1
-2
/
+2
|
*
nvmet-rdma: update queue list during ib_device removal
Israel Rukshin
2017-11-10
1
-2
/
+4
|
*
block: add a poll_fn callback to struct request_queue
Christoph Hellwig
2017-11-03
1
-1
/
+1
|
*
nvmet: fix fatal_err_work deadlock
James Smart
2017-11-01
1
-2
/
+14
|
*
nvme: consolidate common code from ->reset_work
Christoph Hellwig
2017-11-01
1
-4
/
+0
|
*
nvme: move controller deletion to common code
Christoph Hellwig
2017-11-01
1
-39
/
+9
|
*
nvme: switch controller refcounting to use struct device
Christoph Hellwig
2017-10-27
1
-1
/
+1
|
*
nvmet: Change max_nsid in subsystem due to ns_disable if needed
Roy Shterman
2017-10-20
1
-0
/
+13
|
*
nvme-loop: Add BLK_MQ_F_NO_SCHED flag to admin tag set
Israel Rukshin
2017-10-19
1
-0
/
+1
|
*
nvmet: bump NVMET_NR_QUEUES to 128
James Smart
2017-10-04
1
-1
/
+1
*
|
Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs
Linus Torvalds
2017-11-14
1
-15
/
+15
|
\
\
|
*
|
nvmet: make config_item_type const
Bhumika Goyal
2017-10-19
1
-15
/
+15
|
|
/
*
|
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-11-02
1
-0
/
+1
|
\
\
|
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
|
/
*
|
nvmet: synchronize sqhd update
James Smart
2017-10-19
2
-4
/
+13
|
/
*
nvme-fcloop: fix port deletes and callbacks
James Smart
2017-09-25
1
-64
/
+38
*
nvmet-fc: ensure target queue id within range.
James Smart
2017-09-25
1
-0
/
+3
*
nvmet-fc: on port remove call put outside lock
James Smart
2017-09-25
1
-1
/
+5
*
nvme: fix sqhd reference when admin queue connect fails
James Smart
2017-09-25
1
-1
/
+2
*
nvmet: implement valid sqhd values in completions
James Smart
2017-09-25
3
-6
/
+12
*
nvmet-fc: fix failing max io queue connections
James Smart
2017-09-25
1
-3
/
+3
*
nvmet-fcloop: remove use of FC-specific error codes
James Smart
2017-09-25
1
-1
/
+1
*
nvmet-fc: remove use of FC-specific error codes
James Smart
2017-09-25
1
-6
/
+3
*
Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-09-09
8
-63
/
+41
|
\
|
*
nvmet: add support for reporting the host identifier
Omri Mann
2017-08-30
3
-2
/
+17
|
*
nvmet: use memcpy_and_pad for identify sn/fr
Martin Wilck
2017-08-28
1
-11
/
+3
|
*
nvmet-fc: simplify sg list handling
James Smart
2017-08-28
1
-38
/
+10
|
*
nvme: add symbolic constants for CC identifiers
Max Gurtovoy
2017-08-28
1
-7
/
+7
|
*
nvme: Add admin_tagset pointer to nvme_ctrl
Sagi Grimberg
2017-08-28
1
-0
/
+1
|
*
nvmet-fcloop: remove ALL_OPTS define
Johannes Thumshirn
2017-08-28
1
-3
/
+0
|
*
nvmet: fix the return error code of target if host is not allowed
Guan Junxiong
2017-08-28
1
-0
/
+1
|
*
nvmet: use NVME_NSID_ALL
Christoph Hellwig
2017-08-28
2
-2
/
+2
|
*
Merge tag 'v4.13-rc7' into for-4.14/block-postmerge
Jens Axboe
2017-08-28
2
-36
/
+187
|
|
\
*
|
\
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-09-07
1
-3
/
+3
|
\
\
\
|
|
/
/
|
*
|
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-08-23
1
-3
/
+3
*
|
|
Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-09-03
1
-5
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
nvmet-rdma: remove redundant empty device add callout
Sagi Grimberg
2017-08-18
1
-5
/
+0
*
|
|
nvmet-fc: eliminate incorrect static markers on local variables
James Smart
2017-08-17
1
-2
/
+2
*
|
|
nvmet-fc: correct use after free on list teardown
James Smart
2017-08-16
1
-2
/
+3
*
|
|
nvmet: don't overwrite identify sn/fr with 0-bytes
Martin Wilck
2017-08-16
1
-6
/
+0
[next]