index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
nvme.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-25
Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+13
2019-11-25
Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+18
2019-11-22
nvme: hwmon: add quirk to avoid changing temperature threshold
Akinobu Mita
1
-0
/
+5
2019-11-12
nvme: Add hardware monitoring support
Guenter Roeck
1
-0
/
+8
2019-11-04
nvme: Introduce nvme_lba_to_sect()
Damien Le Moal
1
-0
/
+8
2019-11-04
nvme: Cleanup and rename nvme_block_nr()
Damien Le Moal
1
-2
/
+5
2019-11-04
nvme: introduce nvme_is_aen_req function
Israel Rukshin
1
-0
/
+5
2019-10-14
nvme: Wait for reset state when required
Keith Busch
1
-0
/
+4
2019-10-14
nvme: Remove ADMIN_ONLY state
Keith Busch
1
-1
/
+0
2019-09-26
nvme: Move ctrl sqsize to generic space
Keith Busch
1
-1
/
+1
2019-09-17
Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+34
2019-08-29
nvme: make fabrics command run on a separate request queue
Sagi Grimberg
1
-0
/
+1
2019-08-29
nvme-pci: Support shared tags across queues for Apple 2018 controllers
Benjamin Herrenschmidt
1
-0
/
+5
2019-08-29
nvme-pci: Add support for Apple 2018+ models
Benjamin Herrenschmidt
1
-0
/
+10
2019-08-29
nvme: trace bio completion
Hannes Reinecke
1
-0
/
+16
2019-08-29
nvme: don't pass cap to nvme_disable_ctrl
Sagi Grimberg
1
-1
/
+1
2019-08-29
nvme: move sqsize setting to the core
Sagi Grimberg
1
-1
/
+1
2019-08-20
nvme: Add quirk for LiteON CL1 devices running FW 22301111
Mario Limonciello
1
-0
/
+5
2019-07-31
nvme: fix controller removal race with scan work
Sagi Grimberg
1
-2
/
+7
2019-07-31
nvme: fix a possible deadlock when passthru commands sent to a multipath device
Sagi Grimberg
1
-0
/
+12
2019-07-23
nvme: fix multipath crash when ANA is deactivated
Marta Rybczynska
1
-1
/
+5
2019-07-09
nvme: set physical block size and optimal I/O size
Bart Van Assche
1
-0
/
+1
2019-06-21
nvme: enable to inject errors into admin commands
Akinobu Mita
1
-0
/
+2
2019-06-21
nvme: prepare for fault injection into admin commands
Akinobu Mita
1
-15
/
+19
2019-06-21
nvme: export get and set features
Keith Busch
1
-0
/
+6
2019-05-17
nvme-pci: Sync queues on reset
Keith Busch
1
-0
/
+1
2019-05-01
nvme: mark nvme_core_init and nvme_core_exit static
Christoph Hellwig
1
-3
/
+0
2019-03-13
nvme: disable Write Zeroes for qemu controllers
Christoph Hellwig
1
-0
/
+5
2019-02-20
nvme: convert to SPDX identifiers
Christoph Hellwig
1
-9
/
+1
2019-02-20
nvme: unexport nvme_delete_ctrl_sync()
Bart Van Assche
1
-1
/
+0
2019-02-20
nvme-multipath: round-robin I/O policy
Hannes Reinecke
1
-0
/
+9
2019-02-15
Merge tag 'v5.0-rc6' into for-5.1/block
Jens Axboe
1
-0
/
+1
2019-02-06
nvme: lock NS list changes while handling command effects
Keith Busch
1
-0
/
+1
2019-02-04
nvme: remove the .stop_ctrl callout
Sagi Grimberg
1
-1
/
+0
2019-01-09
nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQN
James Dingwall
1
-0
/
+5
2018-12-18
nvme-core: optionally poll sync commands
Sagi Grimberg
1
-1
/
+1
2018-12-13
nvme: provide fallback for discard alloc failure
Jens Axboe
1
-0
/
+3
2018-12-13
nvme: add __exit annotation
Chengguang Xu
1
-1
/
+1
2018-12-11
lightnvm: simplify geometry enumeration
Matias Bjørling
1
-2
/
+0
2018-12-07
nvme: remove unused function nvme_ctrl_ready
Israel Rukshin
1
-9
/
+0
2018-12-07
nvme: implement Enhanced Command Retry
Keith Busch
1
-0
/
+1
2018-12-07
nvme: support traffic based keep-alive
Sagi Grimberg
1
-0
/
+1
2018-12-07
nvme: cache controller attributes
Sagi Grimberg
1
-0
/
+1
2018-12-07
nvme: add a numa_node field to struct nvme_ctrl
Hannes Reinecke
1
-0
/
+1
2018-12-04
Merge tag 'v4.20-rc5' into for-4.21/block
Jens Axboe
1
-0
/
+3
2018-11-30
nvme: warn when finding multi-port subsystems without multipathing enabled
Christoph Hellwig
1
-0
/
+3
2018-11-08
blk-mq-tag: change busy_iter_fn to return whether to continue or not
Jens Axboe
1
-1
/
+1
2018-10-25
Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2018-10-17
nvme-pci: Add support for P2P memory in requests
Logan Gunthorpe
1
-0
/
+1
2018-10-01
nvme: take node locality into account when selecting a path
Christoph Hellwig
1
-16
/
+9
[next]