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
/
nvme.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-08
nvme: implement REQ_OP_WRITE_ZEROES
Christoph Hellwig
1
-3
/
+3
2017-04-05
nvme: move the retries count to struct nvme_request
Christoph Hellwig
1
-0
/
+1
2017-04-05
nvme: mark nvme_max_retries static
Christoph Hellwig
1
-2
/
+0
2017-04-04
nvme: factor request completion code into a common helper
Christoph Hellwig
1
-8
/
+1
2017-03-02
nvme: Complete all stuck requests
Keith Busch
1
-0
/
+4
2017-02-22
nvme: Enable autonomous power state transitions
Andy Lutomirski
1
-0
/
+11
2017-02-22
nvme: Add a quirk mechanism that uses identify_ctrl
Andy Lutomirski
1
-0
/
+1
2017-02-17
Merge branch 'for-4.11/block' into for-4.11/linus-merge
Jens Axboe
1
-0
/
+13
2017-02-17
nvme: Check for Security send/recv support before issuing commands.
Scott Bauer
1
-0
/
+1
2017-02-17
block/sed-opal: allocate struct opal_dev dynamically
Christoph Hellwig
1
-11
/
+3
2017-02-06
nvme: Add Support for Opal: Unlock from S3 & Opal Allocation/Ioctls
Scott Bauer
1
-0
/
+14
2017-01-31
lightnvm: add ioctls for vector I/Os
Matias Bjørling
1
-0
/
+6
2017-01-13
nvme: use blk_rq_payload_bytes
Christoph Hellwig
1
-8
/
+0
2016-12-21
nvme: simplify stripe quirk
Keith Busch
1
-1
/
+0
2016-12-09
block: improve handling of the magic discard payload
Christoph Hellwig
1
-2
/
+4
2016-11-29
nvme: lightnvm: attach lightnvm sysfs to nvme block device
Matias Bjørling
1
-14
/
+11
2016-11-10
nvme: don't pass the full CQE to nvme_complete_async_event
Christoph Hellwig
1
-2
/
+2
2016-11-10
nvme: introduce struct nvme_request
Christoph Hellwig
1
-1
/
+15
2016-10-09
Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+0
2016-09-24
nvme: Pass pointers, not dma addresses, to nvme_get/set_features()
Andy Lutomirski
1
-2
/
+2
2016-09-21
lightnvm: expose device geometry through sysfs
Simon A. F. Lund
1
-2
/
+16
2016-09-21
lightnvm: control life of nvm_dev in driver
Matias Bjørling
1
-5
/
+7
2016-09-15
nvme: remove the post_scan callout
Christoph Hellwig
1
-1
/
+0
2016-07-12
nvme: Limit command retries
Keith Busch
1
-1
/
+4
2016-07-12
nvme/quirk: Add a delay before checking for adapter readiness
Guilherme G. Piccoli
1
-0
/
+13
2016-07-08
nvme: add new reconnecting controller state
Christoph Hellwig
1
-0
/
+1
2016-07-05
nvme: add keep-alive support
Sagi Grimberg
1
-0
/
+8
2016-07-05
nvme-fabrics: add a generic NVMe over Fabrics library
Christoph Hellwig
1
-0
/
+11
2016-07-05
nvme: add fabrics sysfs attributes
Ming Lin
1
-0
/
+4
2016-07-05
nvme: Modify and export sync command submission for fabrics
Christoph Hellwig
1
-2
/
+3
2016-06-07
nvme: move nvme_cancel_request() to common code
Ming Lin
1
-0
/
+1
2016-06-07
drivers: use req op accessor
Mike Christie
1
-2
/
+2
2016-05-17
NVMe: Short-cut removal on surprise hot-unplug
Keith Busch
1
-0
/
+1
2016-05-02
nvme: add helper nvme_cleanup_cmd()
Ming Lin
1
-0
/
+6
2016-05-02
nvme: move AER handling to common code
Christoph Hellwig
1
-0
/
+7
2016-05-02
nvme: move namespace scanning to core
Christoph Hellwig
1
-1
/
+3
2016-05-02
nvme: introduce a controller state machine
Christoph Hellwig
1
-0
/
+11
2016-05-02
nvme: remove the io_incapable method
Christoph Hellwig
1
-12
/
+0
2016-04-26
nvme: fix cntlid type
Christoph Hellwig
1
-1
/
+1
2016-04-12
nvme: add helper nvme_setup_cmd()
Ming Lin
1
-51
/
+2
2016-04-12
nvme: add helper nvme_map_len()
Ming Lin
1
-0
/
+8
2016-03-18
Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+11
2016-03-16
NVMe: Expose ns wwid through single sysfs entry
Keith Busch
1
-0
/
+1
2016-03-08
NVMe: Create discard zero quirk white list
Keith Busch
1
-0
/
+6
2016-03-03
NVMe: Move error handling to failed reset handler
Keith Busch
1
-0
/
+2
2016-03-03
NVMe: Fix namespace removal deadlock
Keith Busch
1
-0
/
+4
2016-03-03
NVMe: Use IDA for namespace disk naming
Keith Busch
1
-0
/
+2
2016-02-29
nvme: expose cntlid in sysfs
Ming Lin
1
-0
/
+1
2016-02-29
nvme: return the whole CQE through the request passthrough interface
Christoph Hellwig
1
-1
/
+2
2016-02-11
NVMe: Fix io incapable return values
Keith Busch
1
-2
/
+2
[next]