index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvme: Complete all stuck requests
Keith Busch
2017-03-02
3
-5
/
+79
*
nvme: allocate nvme_queue in correct node
Shaohua Li
2017-03-02
1
-4
/
+8
*
scripts/spelling.txt: add "embeded" pattern and fix typo instances
Masahiro Yamada
2017-02-27
1
-1
/
+1
*
Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-02-25
1
-1
/
+1
|
\
|
*
nvme-rdma: Switch from dma_device to dev.parent
Bart Van Assche
2017-01-24
1
-1
/
+1
*
|
nvme/pci: re-check security protocol support after reset
Scott Bauer
2017-02-23
1
-7
/
+10
*
|
nvme: detect NVMe controller in recent MacBooks
Daniel Roschka
2017-02-22
1
-0
/
+1
*
|
nvme-rdma: add support for host_traddr
Max Gurtovoy
2017-02-22
1
-2
/
+21
*
|
nvme-rdma: move nvme cm status helper to .h file
Max Gurtovoy
2017-02-22
1
-22
/
+0
*
|
nvme-fc: don't bother to validate ioccsz and iorcsz
James Smart
2017-02-22
1
-12
/
+0
*
|
nvme/pci: No special case for queue busy on IO
Keith Busch
2017-02-22
1
-4
/
+1
*
|
nvme/core: Fix race kicking freed request_queue
Keith Busch
2017-02-22
1
-3
/
+3
*
|
nvme/pci: Disable on removal when disconnected
Keith Busch
2017-02-22
1
-1
/
+3
*
|
nvme: Enable autonomous power state transitions
Andy Lutomirski
2017-02-22
2
-0
/
+165
*
|
nvme: Add a quirk mechanism that uses identify_ctrl
Andy Lutomirski
2017-02-22
2
-0
/
+65
*
|
nvme: make nvmf_register_transport require a create_ctrl callback
Johannes Thumshirn
2017-02-22
4
-6
/
+9
*
|
nvme: Use CNS as 8-bit field and avoid endianness conversion
Parav Pandit
2017-02-22
1
-2
/
+3
*
|
nvme: add semicolon in nvme_command setting
Max Gurtovoy
2017-02-22
1
-2
/
+2
*
|
nvme: Make controller state visible via sysfs
Sagi Grimberg
2017-02-22
1
-0
/
+24
*
|
Merge branch 'for-4.11/next' into for-4.11/linus-merge
Jens Axboe
2017-02-17
5
-24
/
+51
|
\
\
|
*
|
nvme: support ranged discard requests
Christoph Hellwig
2017-02-08
1
-7
/
+23
|
*
|
block: fold cmd_type into the REQ_OP_ space
Christoph Hellwig
2017-01-31
2
-9
/
+19
|
*
|
block: introduce blk_rq_is_passthrough
Christoph Hellwig
2017-01-31
3
-5
/
+5
|
*
|
nvme/scsi: don't rely on BLK_MAX_CDB
Christoph Hellwig
2017-01-30
1
-3
/
+3
|
*
|
nvme: fix compilation of scsi component
Jens Axboe
2017-01-29
1
-0
/
+1
|
*
|
Merge branch 'for-4.11/block' into for-4.11/rq-refactor
Jens Axboe
2017-01-27
1
-0
/
+1
|
|
\
\
*
|
\
\
Merge branch 'for-4.11/block' into for-4.11/linus-merge
Jens Axboe
2017-02-17
4
-51
/
+322
|
\
\
\
\
|
*
|
|
|
nvme: Check for Security send/recv support before issuing commands.
Scott Bauer
2017-02-17
3
-1
/
+3
|
*
|
|
|
block/sed-opal: allocate struct opal_dev dynamically
Christoph Hellwig
2017-02-17
3
-18
/
+13
|
*
|
|
|
Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASAN
Scott Bauer
2017-02-14
1
-1
/
+2
|
*
|
|
|
nvme: Add Support for Opal: Unlock from S3 & Opal Allocation/Ioctls
Scott Bauer
2017-02-06
3
-0
/
+46
|
*
|
|
|
nvme/pci: Don't mark IOD as aborted if abort wasn't sent
Keith Busch
2017-01-31
1
-2
/
+1
|
*
|
|
|
lightnvm: use end_io callback instead of instance
Matias Bjørling
2017-01-31
1
-1
/
+2
|
*
|
|
|
lightnvm: add ioctls for vector I/Os
Matias Bjørling
2017-01-31
3
-0
/
+230
|
*
|
|
|
lightnvm: reduce number of nvm_id groups to one
Matias Bjørling
2017-01-31
1
-45
/
+42
|
*
|
|
|
lightnvm: merge gennvm with core
Matias Bjørling
2017-01-31
1
-4
/
+3
|
|
|
/
/
|
|
/
|
|
|
*
|
|
blk-mq-sched: allow setting of default IO scheduler
Jens Axboe
2017-01-17
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
nvme-fc: use blk_rq_nr_phys_segments
Christoph Hellwig
2017-01-26
1
-3
/
+3
|
|
/
|
/
|
*
|
nvme: use blk_rq_payload_bytes
Christoph Hellwig
2017-01-13
4
-30
/
+15
*
|
nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time too
Guilherme G. Piccoli
2017-01-11
1
-6
/
+1
*
|
nvme-rdma: fix nvme_rdma_queue_is_ready
Christoph Hellwig
2017-01-11
1
-1
/
+1
|
/
*
Merge branch 'nvme-4.10' of git://git.infradead.org/nvme into for-linus
Jens Axboe
2016-12-22
5
-62
/
+15
|
\
|
*
nvme/fc: simplify error handling of nvme_fc_create_hw_io_queues
Johannes Thumshirn
2016-12-21
1
-7
/
+8
|
*
nvme/fc: correct some printk information
James Smart
2016-12-21
1
-2
/
+2
|
*
nvme/scsi: Remove START STOP emulation
Andy Lutomirski
2016-12-21
1
-27
/
+0
|
*
nvme/pci: Delete misleading queue-wrap comment
Keith Busch
2016-12-21
1
-7
/
+0
|
*
nvme/pci: Fix whitespace problem
Max Gurtovoy
2016-12-21
1
-4
/
+4
|
*
nvme: simplify stripe quirk
Keith Busch
2016-12-21
2
-16
/
+2
*
|
nvme : Use correct scnprintf in cmb show
Stephen Bates
2016-12-19
1
-2
/
+2
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2016-12-15
1
-6
/
+36
|
\
[next]