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
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-28
nvme: add support for NVMe 1.3 Timestamp Feature
Jon Derrick
1
-0
/
+21
2017-08-28
nvme: define NVME_NSID_ALL
Arnav Dawn
1
-3
/
+3
2017-08-28
nvme: add support for FW activation without reset
Arnav Dawn
1
-0
/
+75
2017-08-28
Merge tag 'v4.13-rc7' into for-4.14/block-postmerge
Jens Axboe
1
-10
/
+25
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-9
/
+2
2017-08-10
nvme: fix directive command numd calculation
Kwan (Hingkwan) Huen-SSI
1
-1
/
+1
2017-08-10
nvme: fix nvme reset command timeout handling
Keith Busch
1
-7
/
+20
2017-08-10
nvme: strip trailing 0-bytes in wwid_show
Martin Wilck
1
-2
/
+4
2017-07-26
nvme: validate admin queue before unquiesce
Scott Bauer
1
-1
/
+2
2017-07-25
nvme: also provide a UUID in the WWID sysfs attribute
Johannes Thumshirn
1
-0
/
+3
2017-07-20
nvme: fix byte swapping in the streams code
Christoph Hellwig
1
-1
/
+1
2017-07-06
nvme: split nvme_uninit_ctrl into stop and uninit
Sagi Grimberg
1
-2
/
+19
2017-07-06
nvme: kick requeue list when requeueing a request instead of when starting th...
Sagi Grimberg
1
-17
/
+2
2017-06-28
nvme: simplify nvme_dev_attrs_are_visible
Christoph Hellwig
1
-11
/
+4
2017-06-28
nvme: read the subsystem NQN from Identify Controller
Christoph Hellwig
1
-3
/
+28
2017-06-28
nvme: explicitly disable APST on quirked devices
Kai-Heng Feng
1
-8
/
+9
2017-06-28
nvme: Remove SCSI translations
Keith Busch
1
-55
/
+3
2017-06-27
nvme: add support for streams and directives
Jens Axboe
1
-4
/
+147
2017-06-18
nvme: host: unquiesce queue in nvme_kill_queues()
Ming Lei
1
-0
/
+6
2017-06-18
blk-mq: use the introduced blk_mq_unquiesce_queue()
Ming Lei
1
-1
/
+1
2017-06-16
nvme: implement NS Optimal IO Boundary from 1.3 Spec
Scott Bauer
1
-0
/
+9
2017-06-15
nvme: don't hard code size of struct t10_pi_tuple
Sagi Grimberg
1
-1
/
+2
2017-06-15
nvme: no need to wait for the reset when keepalive fails
Christoph Hellwig
1
-1
/
+1
2017-06-15
nvme: move reset workqueue handling to common code
Christoph Hellwig
1
-3
/
+23
2017-06-15
nvme: move protection information check into nvme_setup_rw
Christoph Hellwig
1
-3
/
+13
2017-06-15
nvme: mark shutdown_timeout static
Christoph Hellwig
1
-2
/
+2
2017-06-15
nvme: use ctrl->device consistently for logging
Johannes Thumshirn
1
-5
/
+5
2017-06-15
nvme: provide UUID value to userspace
Johannes Thumshirn
1
-1
/
+24
2017-06-15
nvme: get list of namespace descriptors
Johannes Thumshirn
1
-0
/
+79
2017-06-15
nvme: rename uuid to nguid in nvme_ns
Johannes Thumshirn
1
-5
/
+5
2017-06-15
nvme: queue ns scanning and async request from nvme_wq
Sagi Grimberg
1
-3
/
+3
2017-06-15
nvme: Move transports to use nvme-core workqueue
Sagi Grimberg
1
-2
/
+13
2017-06-15
nvme: Don't allow to reset a reconnecting controller
Sagi Grimberg
1
-1
/
+0
2017-06-13
nvme: save hmpre and hmmin in struct nvme_ctrl
Christoph Hellwig
1
-0
/
+2
2017-06-12
Merge tag 'v4.12-rc5' into for-4.13/block
Jens Axboe
1
-7
/
+14
2017-06-09
blk-mq: switch ->queue_rq return value to blk_status_t
Christoph Hellwig
1
-7
/
+7
2017-06-09
block: introduce new block status code type
Christoph Hellwig
1
-18
/
+11
2017-06-07
nvme: relax APST default max latency to 100ms
Kai-Heng Feng
1
-1
/
+1
2017-06-07
nvme: only consider exit latency when choosing useful non-op power states
Kai-Heng Feng
1
-6
/
+9
2017-06-07
nvme: fix hang in remove path
Ming Lei
1
-0
/
+4
2017-05-26
nvme: only setup block integrity if supported by the driver
Christoph Hellwig
1
-19
/
+31
2017-05-26
nvme: replace is_flags field in nvme_ctrl_ops with a flags field
Christoph Hellwig
1
-1
/
+1
2017-05-22
nvme: avoid to use blk_mq_abort_requeue_list()
Ming Lei
1
-2
/
+3
2017-05-22
nvme: use blk_mq_start_hw_queues() in nvme_kill_queues()
Ming Lei
1
-1
/
+7
2017-04-24
nvme: Add nvme_core.force_apst to ignore the NO_APST quirk
Andy Lutomirski
1
-1
/
+19
2017-04-24
nvme: Display raw APST configuration via DYNAMIC_DEBUG
Andy Lutomirski
1
-0
/
+16
2017-04-24
nvme: Fix APST comment
Andy Lutomirski
1
-1
/
+1
2017-04-24
Merge branch 'master' into for-4.12/post-merge
Jens Axboe
1
-8
/
+15
2017-04-21
nvme: let dm-mpath distinguish nvme error codes
Junxiong Guan
1
-0
/
+14
2017-04-20
nvme: Quirk APST off on "THNSF5256GPUK TOSHIBA"
Andy Lutomirski
1
-0
/
+9
[next]