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
/
nvme.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-22
nvme: return errors for hwmon init
Keith Busch
1
-2
/
+5
2020-09-08
nvme: Revert: Fix controller creation races with teardown flow
James Smart
1
-1
/
+0
2020-08-28
nvme: have nvme_wait_freeze_timeout return if it timed out
Sagi Grimberg
1
-1
/
+1
2020-08-21
nvme: just check the status code type in nvme_is_path_error
Christoph Hellwig
1
-10
/
+2
2020-08-21
nvme: refactor command completion
Christoph Hellwig
1
-3
/
+28
2020-08-21
nvme: rename and document nvme_end_request
Christoph Hellwig
1
-1
/
+7
2020-08-05
Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+84
2020-08-03
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+5
2020-07-29
nvme: add a Identify Namespace Identification Descriptor list quirk
Christoph Hellwig
1
-0
/
+7
2020-07-29
nvme: export nvme_find_get_ns() and nvme_put_ns()
Logan Gunthorpe
1
-0
/
+2
2020-07-29
nvme: introduce nvme_ctrl_get_by_path()
Logan Gunthorpe
1
-0
/
+1
2020-07-29
nvme: introduce nvme_execute_passthru_rq to call nvme_passthru_[start|end]()
Logan Gunthorpe
1
-0
/
+1
2020-07-29
nvme: create helper function to obtain command effects
Logan Gunthorpe
1
-0
/
+3
2020-07-29
nvme: fix deadlock in disconnect during scan_work and/or ana_work
Sagi Grimberg
1
-0
/
+6
2020-07-29
nvme: document nvme controller states
Sagi Grimberg
1
-0
/
+14
2020-07-29
nvme-core: replace ctrl page size with a macro
Chaitanya Kulkarni
1
-1
/
+8
2020-07-16
nvme: explicitly update mpath disk capacity on revalidation
Anthony Iliopoulos
1
-0
/
+13
2020-07-08
nvme: support for zoned namespaces
Keith Busch
1
-0
/
+39
2020-07-08
nvme: support for multiple Command Sets Supported and Effects log pages
Keith Busch
1
-1
/
+9
2020-07-08
nvme: implement multiple I/O Command Set support
Niklas Cassel
1
-0
/
+1
2020-07-08
Merge tag 'v5.8-rc4' into for-5.9/drivers
Jens Axboe
1
-0
/
+2
2020-07-01
block: move ->make_request_fn to struct block_device_operations
Christoph Hellwig
1
-0
/
+1
2020-06-24
nvme-multipath: fix deadlock due to head->lock
Anton Eidelman
1
-0
/
+2
2020-06-24
nvme: use blk_mq_complete_request_remote to avoid an indirect function call
Christoph Hellwig
1
-3
/
+4
2020-06-24
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
1
-1
/
+2
2020-06-04
block: remove the error argument to the block_bio_complete tracepoint
Christoph Hellwig
1
-2
/
+1
2020-05-27
nvme: introduce NVME_INLINE_METADATA_SG_CNT
Israel Rukshin
1
-0
/
+2
2020-05-27
nvme: introduce max_integrity_segments ctrl attribute
Max Gurtovoy
1
-0
/
+1
2020-05-27
nvme: make nvme_ns_has_pi accessible to transports
James Smart
1
-0
/
+7
2020-05-27
nvme: introduce NVME_NS_METADATA_SUPPORTED flag
Max Gurtovoy
1
-0
/
+1
2020-05-27
nvme: introduce namespace features flag
Max Gurtovoy
1
-1
/
+5
2020-05-27
nvme: delete an unnecessary declaration
Dan Carpenter
1
-1
/
+0
2020-05-09
nvme: consolidate chunk_sectors settings
Keith Busch
1
-1
/
+0
2020-05-09
nvme: check namespace head shared property
Keith Busch
1
-0
/
+1
2020-05-09
nvme: provide num dword helper
Keith Busch
1
-0
/
+8
2020-03-26
nvme: Fix controller creation races with teardown flow
Israel Rukshin
1
-0
/
+1
2020-03-26
nvme-multipath: do not reset on unknown status
John Meneghini
1
-2
/
+3
2019-11-27
nvme-rdma: Avoid preallocating big SGL for data
Israel Rukshin
1
-0
/
+6
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
[next]