index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-10
nvmet: avoid unneeded assignment of submit_bio return value
Max Gurtovoy
1
-1
/
+1
2017-07-10
nvmet_fc: Accept variable pad lengths on Create Association LS
James Smart
1
-7
/
+13
2017-07-06
nvme: split nvme_uninit_ctrl into stop and uninit
Sagi Grimberg
1
-13
/
+6
2017-07-06
nvme-loop: quiesce/unquiesce admin_q instead of start/stop its hw queues
Sagi Grimberg
1
-1
/
+2
2017-07-04
nvme-loop: update tagset nr_hw_queues after reconnecting/resetting
Sagi Grimberg
1
-0
/
+3
2017-07-02
nvme: move ctrl cap to struct nvme_ctrl
Sagi Grimberg
1
-4
/
+3
2017-07-02
nvme: move queue_count to the nvme_ctrl
Sagi Grimberg
1
-8
/
+7
2017-06-28
nvmet-rdma: register ib_client to not deadlock in device removal
Sagi Grimberg
1
-33
/
+67
2017-06-28
nvmet_fc: fix crashes on bad opcodes
James Smart
1
-4
/
+6
2017-06-28
nvme: read the subsystem NQN from Identify Controller
Christoph Hellwig
1
-1
/
+0
2017-06-28
nvme: use a single NVME_AQ_DEPTH and relax it to 32
Sagi Grimberg
3
-5
/
+3
2017-06-15
nvme: move reset workqueue handling to common code
Christoph Hellwig
1
-21
/
+4
2017-06-15
nvme-loop: merge init_request methods
Christoph Hellwig
1
-9
/
+4
2017-06-15
nvmet-fc: Remove a set-but-not-used variable
Bart Van Assche
1
-2
/
+0
2017-06-15
nvmet: allow overriding the NVMe VS via configfs
Johannes Thumshirn
1
-0
/
+37
2017-06-15
nvmet: add uuid field to nvme_ns and populate via configfs
Johannes Thumshirn
1
-0
/
+31
2017-06-15
nvmet: implement namespace identify descriptor list
Johannes Thumshirn
3
-1
/
+64
2017-06-15
nvmet: use NVME_IDENTIFY_DATA_SIZE
Johannes Thumshirn
2
-3
/
+3
2017-06-15
nvme: Move transports to use nvme-core workqueue
Sagi Grimberg
1
-4
/
+4
2017-06-15
nvme-loop: get rid of unused controller lock
Sagi Grimberg
1
-3
/
+0
2017-06-13
Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...
Christoph Hellwig
1
-0
/
+1
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-2
/
+2
2017-06-09
blk-mq: switch ->queue_rq return value to blk_status_t
Christoph Hellwig
1
-9
/
+8
2017-06-05
nvme: switch to uuid_t
Christoph Hellwig
1
-0
/
+1
2017-05-26
nvme: replace is_flags field in nvme_ctrl_ops with a flags field
Christoph Hellwig
1
-1
/
+1
2017-05-20
nvmet: release the sq ref on rdma read errors
Vijay Immanuel
3
-0
/
+8
2017-05-20
nvmet-fc: remove target cpu scheduling flag
James Smart
2
-4
/
+1
2017-05-02
blk-mq: update ->init_request and ->exit_request prototypes
Christoph Hellwig
1
-8
/
+9
2017-04-27
Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-4.12/post-m...
Jens Axboe
2
-6
/
+6
2017-04-24
Merge branch 'master' into for-4.12/post-merge
Jens Axboe
1
-1
/
+1
2017-04-24
nvmet-fcloop: mark two symbols static
Christoph Hellwig
1
-2
/
+2
2017-04-24
nvmet-fc: properly endian swap sq_head
Christoph Hellwig
1
-1
/
+1
2017-04-24
nvmet-fc: mark the sqhd field as __le16
Christoph Hellwig
1
-1
/
+1
2017-04-24
nvmet-fc: fix endianess annoations for nvmet_fc_format_rsp_hdr
Christoph Hellwig
1
-1
/
+1
2017-04-24
nvmet-fc: mark nvmet_fc_handle_fcp_rqst static
Christoph Hellwig
1
-1
/
+1
2017-04-21
nvmet_fc: Change traddr field separator to a colon
James Smart
1
-1
/
+1
2017-04-21
nvmet_fc: add missing reference in add_port
James Smart
1
-0
/
+1
2017-04-21
nvmet_fc: Rework target side abort handling
James Smart
2
-76
/
+281
2017-04-21
nvme_fcloop: split job struct from transport for req_release
James Smart
1
-8
/
+17
2017-04-21
nvmet_fc: add req_release to lldd api
James Smart
2
-7
/
+16
2017-04-21
nvmet_fc: add target feature flags for upcall isr contexts
James Smart
2
-5
/
+37
2017-04-21
nvmet: convert from kmap to nvmet_copy_from_sgl
Logan Gunthorpe
1
-7
/
+25
2017-04-20
nvme: split nvme status from block req->errors
Christoph Hellwig
1
-5
/
+2
2017-04-09
nvme-loop: Fix sqsize wrong assignment based on ctrl MQES capability
Sagi Grimberg
1
-1
/
+1
2017-04-08
block: add a flags argument to (__)blkdev_issue_zeroout
Christoph Hellwig
1
-1
/
+1
2017-04-07
Merge branch 'for-linus' into for-4.12/block
Jens Axboe
2
-3
/
+3
2017-04-04
nvme: factor request completion code into a common helper
Christoph Hellwig
1
-16
/
+1
2017-04-04
nvme-loop: increment request retries counter before requeuing
Sagi Grimberg
1
-0
/
+1
2017-04-04
nvmet_fc: Clear SG list to avoid double frees
James Smart
1
-0
/
+2
2017-04-04
nvmet_fc: Sync NVME LS reject reasons with spec
James Smart
1
-7
/
+12
[next]