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-11-10
nvme: don't pass struct nvme_ns to nvme_config_discard
Christoph Hellwig
1
-16
/
+17
2017-11-10
nvme: don't pass struct nvme_ns to nvme_init_integrity
Christoph Hellwig
1
-7
/
+7
2017-11-10
nvme: always unregister the integrity profile in __nvme_revalidate_disk
Christoph Hellwig
1
-30
/
+10
2017-11-10
nvme: move the dying queue check from cancel to completion
Christoph Hellwig
1
-6
/
+3
2017-11-03
nvme: comment typo fixed in clearing AER
Minwoo Im
1
-1
/
+1
2017-11-01
nvme: allow controller RESETTING to RECONNECTING transition
James Smart
1
-0
/
+1
2017-11-01
nvme: flush reset_work before safely continuing with delete operation
Sagi Grimberg
1
-0
/
+1
2017-11-01
nvme: consolidate common code from ->reset_work
Christoph Hellwig
1
-0
/
+4
2017-11-01
nvme: move controller deletion to common code
Christoph Hellwig
1
-1
/
+37
2017-10-30
nvme: Fix setting logical block format when revalidating
Keith Busch
1
-0
/
+1
2017-10-27
nvme: check for a live controller in nvme_dev_open
Christoph Hellwig
1
-1
/
+1
2017-10-27
nvme: get rid of nvme_ctrl_list
Christoph Hellwig
1
-60
/
+16
2017-10-27
nvme: switch controller refcounting to use struct device
Christoph Hellwig
1
-21
/
+22
2017-10-27
nvme: simplify nvme_open
Christoph Hellwig
1
-30
/
+10
2017-10-27
nvme: use kref_get_unless_zero in nvme_find_get_ns
Christoph Hellwig
1
-1
/
+2
2017-10-20
nvme: use ida_simple_{get,remove} for the controller instance
Christoph Hellwig
1
-33
/
+7
2017-10-18
nvme: introduce nvme_reinit_tagset
Sagi Grimberg
1
-0
/
+10
2017-10-16
nvme: simplify compat_ioctl handling
Christoph Hellwig
1
-11
/
+1
2017-10-04
nvme: update timeout module parameter type
Marc Olson
1
-4
/
+4
2017-10-01
nvme: fix visibility of "uuid" ns attribute
Martin Wilck
1
-1
/
+1
2017-09-25
nvme-core: Use nvme_wq to queue async events and fw activation
Sagi Grimberg
1
-2
/
+2
2017-09-25
nvme: allow timed-out ios to retry
James Smart
1
-2
/
+0
2017-09-25
nvme: stop aer posting if controller state not live
James Smart
1
-2
/
+3
2017-09-11
nvme-pci: implement the HMB entry number and size limitations
Christoph Hellwig
1
-0
/
+2
2017-09-11
nvme: fix lightnvm check
Christoph Hellwig
1
-4
/
+5
2017-08-30
nvme: Use metadata for passthrough commands
Keith Busch
1
-11
/
+4
2017-08-30
nvme: Make nvme user functions static
Keith Busch
1
-5
/
+5
2017-08-30
nvme: factor metadata handling out of __nvme_submit_user_cmd
Christoph Hellwig
1
-36
/
+40
2017-08-29
nvme: don't blindly overwrite identifiers on disk revalidate
Christoph Hellwig
1
-1
/
+11
2017-08-29
nvme: remove nvme_revalidate_ns
Christoph Hellwig
1
-47
/
+53
2017-08-29
nvme: allow calling nvme_change_ctrl_state from irq context
Christoph Hellwig
1
-2
/
+3
2017-08-29
nvme: report more detailed status codes to the block layer
Christoph Hellwig
1
-0
/
+9
2017-08-28
nvme: honor RTD3 Entry Latency for shutdowns
Martin K. Petersen
1
-1
/
+15
2017-08-28
nvme: rename AMS symbolic constants to fit specification
Max Gurtovoy
1
-1
/
+1
2017-08-28
nvme: fix identify namespace logging
Sagi Grimberg
1
-1
/
+1
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
[prev]
[next]