index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-18
Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-32
/
+134
2016-03-16
NVMe: Expose ns wwid through single sysfs entry
Keith Busch
1
-0
/
+26
2016-03-08
NVMe: Create discard zero quirk white list
Keith Busch
1
-1
/
+7
2016-03-03
nvme: fix max_segments integer truncation
Christoph Hellwig
1
-2
/
+4
2016-03-03
nvme: set queue limits for the admin queue
Christoph Hellwig
1
-10
/
+19
2016-03-03
NVMe: Fix 0-length integrity payload
Keith Busch
1
-1
/
+1
2016-03-03
NVMe: Don't allow unsupported flags
Keith Busch
1
-0
/
+4
2016-03-03
NVMe: Move error handling to failed reset handler
Keith Busch
1
-17
/
+36
2016-03-03
NVMe: Fix namespace removal deadlock
Keith Busch
1
-5
/
+7
2016-03-03
NVMe: Use IDA for namespace disk naming
Keith Busch
1
-3
/
+12
2016-02-29
nvme: expose cntlid in sysfs
Ming Lin
1
-4
/
+16
2016-02-29
nvme: return the whole CQE through the request passthrough interface
Christoph Hellwig
1
-8
/
+19
2016-02-11
NVMe: Allow request merges
Keith Busch
1
-1
/
+0
2016-02-10
nvme: split pci module out of core module
Ming Lin
1
-1
/
+23
2016-02-10
nvme: split dev_list_lock
Ming Lin
1
-1
/
+1
2016-02-10
nvme: move timeout variables to core.c
Ming Lin
1
-0
/
+12
2016-02-10
nvme/host: reference the fabric module for each bdev open callout
Sagi Grimberg
1
-3
/
+16
2016-02-10
nvme: Log the ctrl device name instead of the underlying pci device name
Sagi Grimberg
1
-12
/
+12
2016-02-09
nvme: fix drvdata setup for the nvme device
Christoph Hellwig
1
-2
/
+1
2016-01-21
Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1472
2016-01-12
NVMe: Export NVMe attributes to sysfs group
Keith Busch
1
-11
/
+33
2016-01-12
NVMe: Remove queue freezing on resets
Keith Busch
1
-5
/
+2
2016-01-12
nvme: make SG_IO support optional
Christoph Hellwig
1
-0
/
+2
2016-01-12
nvme: fixes for NVME_IOCTL_IO_CMD on the char device
Christoph Hellwig
1
-5
/
+34
2016-01-12
nvme: synchronize access to ctrl->namespaces
Christoph Hellwig
1
-0
/
+17
2016-01-12
nvme: Move nvme_freeze/unfreeze_queues to nvme core
Sagi Grimberg
1
-0
/
+28
2015-12-22
NVMe: Export namespace attributes to sysfs
Keith Busch
1
-2
/
+67
2015-12-22
nvme: factor out a few helpers from req_completion
Christoph Hellwig
1
-0
/
+11
2015-12-22
NVMe: Simplify metadata setup
Keith Busch
1
-25
/
+3
2015-12-22
NVMe: Remove device management handles on remove
Keith Busch
1
-4
/
+9
2015-12-22
NVMe: Implement namespace list scanning
Keith Busch
1
-9
/
+71
2015-12-22
nvme: switch abort_limit to an atomic_t
Christoph Hellwig
1
-1
/
+1
2015-12-09
nvme: precedence bug in nvme_pr_clear()
Dan Carpenter
1
-1
/
+1
2015-12-08
nvme: fix another 32-bit build warning
Arnd Bergmann
1
-1
/
+1
2015-12-03
blk-integrity: empty implementation when disabled
Keith Busch
1
-2
/
+2
2015-12-01
nvme: refactor set_queue_count
Christoph Hellwig
1
-0
/
+16
2015-12-01
nvme: move chardev and sysfs interface to common code
Christoph Hellwig
1
-6
/
+209
2015-12-01
nvme: move namespace scanning to common code
Christoph Hellwig
1
-3
/
+189
2015-12-01
nvme: add a common helper to read Identify Controller data
Christoph Hellwig
1
-0
/
+52
2015-12-01
nvme: move nvme_{enable,disable,shutdown}_ctrl to common code
Christoph Hellwig
1
-0
/
+106
2015-12-01
nvme: move block_device_operations and ns/ctrl freeing to common code
Christoph Hellwig
1
-0
/
+413
2015-12-01
nvme: use the block layer for userspace passthrough metadata
Keith Busch
1
-9
/
+74
2015-12-01
nvme: split __nvme_submit_sync_cmd
Christoph Hellwig
1
-24
/
+57
2015-12-01
nvme: split a new struct nvme_ctrl out of struct nvme_dev
Christoph Hellwig
1
-5
/
+5
2015-12-01
nvme: split command submission helpers out of pci.c
Christoph Hellwig
1
-0
/
+173