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