index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
nvme.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvme: remove the unused status argument from nvme_trace_bio_complete
Max Gurtovoy
2021-01-06
1
-4
/
+2
*
nvme: unexport functions with no external caller
Minwoo Im
2021-01-06
1
-3
/
+0
*
Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-16
1
-2
/
+9
|
\
|
*
nvme: export zoned namespaces without Zone Append support read-only
Javier González
2020-12-01
1
-0
/
+1
|
*
nvme-fabrics: reject I/O to offline device
Victor Gladkov
2020-12-01
1
-0
/
+3
|
*
nvme: split nvme_alloc_request()
Chaitanya Kulkarni
2020-12-01
1
-0
/
+2
|
*
nvme: use consistent macro name for timeout
Chaitanya Kulkarni
2020-12-01
1
-1
/
+1
|
*
nvme: simplify nvme_req_qid()
Baolin Wang
2020-12-01
1
-1
/
+2
*
|
nvme: directly cache command effects log
Keith Busch
2020-11-14
1
-6
/
+0
|
/
*
nvme: introduce nvme_sync_io_queues
Chao Leng
2020-11-03
1
-0
/
+1
*
nvme: use queuedata for nvme_req_qid
Keith Busch
2020-10-22
1
-1
/
+1
*
Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-13
1
-8
/
+5
|
\
|
*
nvme: remove the disk argument to nvme_update_zone_info
Christoph Hellwig
2020-10-07
1
-6
/
+2
|
*
nvme: fix initialization of the zone bitmaps
Christoph Hellwig
2020-10-07
1
-0
/
+1
|
*
nvme: use an xarray to lookup the Commands Supported and Effects log
Chaitanya Kulkarni
2020-09-27
1
-1
/
+1
|
*
nvme: lift the file open code from nvme_ctrl_get_by_path
Chaitanya Kulkarni
2020-09-27
1
-1
/
+1
|
*
Merge branch 'for-5.10/block' into for-5.10/drivers
Jens Axboe
2020-09-24
1
-13
/
+0
|
|
\
*
|
\
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-13
1
-13
/
+0
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
nvme: don't call revalidate_disk from nvme_set_queue_dying
Christoph Hellwig
2020-09-02
1
-13
/
+0
|
*
|
block: replace bd_set_size with bd_set_nr_sectors
Christoph Hellwig
2020-09-02
1
-1
/
+1
*
|
|
nvme: return errors for hwmon init
Keith Busch
2020-09-22
1
-2
/
+5
|
|
/
|
/
|
*
|
nvme: Revert: Fix controller creation races with teardown flow
James Smart
2020-09-08
1
-1
/
+0
|
/
*
nvme: have nvme_wait_freeze_timeout return if it timed out
Sagi Grimberg
2020-08-29
1
-1
/
+1
*
nvme: just check the status code type in nvme_is_path_error
Christoph Hellwig
2020-08-22
1
-10
/
+2
*
nvme: refactor command completion
Christoph Hellwig
2020-08-22
1
-3
/
+28
*
nvme: rename and document nvme_end_request
Christoph Hellwig
2020-08-22
1
-1
/
+7
*
Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-08-05
1
-2
/
+84
|
\
|
*
nvme: export nvme_find_get_ns() and nvme_put_ns()
Logan Gunthorpe
2020-07-29
1
-0
/
+2
|
*
nvme: introduce nvme_ctrl_get_by_path()
Logan Gunthorpe
2020-07-29
1
-0
/
+1
|
*
nvme: introduce nvme_execute_passthru_rq to call nvme_passthru_[start|end]()
Logan Gunthorpe
2020-07-29
1
-0
/
+1
|
*
nvme: create helper function to obtain command effects
Logan Gunthorpe
2020-07-29
1
-0
/
+3
|
*
nvme: fix deadlock in disconnect during scan_work and/or ana_work
Sagi Grimberg
2020-07-29
1
-0
/
+6
|
*
nvme: document nvme controller states
Sagi Grimberg
2020-07-29
1
-0
/
+14
|
*
nvme-core: replace ctrl page size with a macro
Chaitanya Kulkarni
2020-07-29
1
-1
/
+8
|
*
nvme: support for zoned namespaces
Keith Busch
2020-07-08
1
-0
/
+39
|
*
nvme: support for multiple Command Sets Supported and Effects log pages
Keith Busch
2020-07-08
1
-1
/
+9
|
*
nvme: implement multiple I/O Command Set support
Niklas Cassel
2020-07-08
1
-0
/
+1
|
*
Merge tag 'v5.8-rc4' into for-5.9/drivers
Jens Axboe
2020-07-08
1
-0
/
+2
|
|
\
*
|
|
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-08-03
1
-2
/
+5
|
\
|
|
|
*
|
block: move ->make_request_fn to struct block_device_operations
Christoph Hellwig
2020-07-01
1
-0
/
+1
|
*
|
nvme: use blk_mq_complete_request_remote to avoid an indirect function call
Christoph Hellwig
2020-06-24
1
-3
/
+4
|
*
|
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
2020-06-24
1
-1
/
+2
*
|
|
nvme: add a Identify Namespace Identification Descriptor list quirk
Christoph Hellwig
2020-07-29
1
-0
/
+7
*
|
|
nvme: explicitly update mpath disk capacity on revalidation
Anthony Iliopoulos
2020-07-16
1
-0
/
+13
|
|
/
|
/
|
*
|
nvme-multipath: fix deadlock due to head->lock
Anton Eidelman
2020-06-24
1
-0
/
+2
|
/
*
block: remove the error argument to the block_bio_complete tracepoint
Christoph Hellwig
2020-06-05
1
-2
/
+1
*
nvme: introduce NVME_INLINE_METADATA_SG_CNT
Israel Rukshin
2020-05-27
1
-0
/
+2
*
nvme: introduce max_integrity_segments ctrl attribute
Max Gurtovoy
2020-05-27
1
-0
/
+1
*
nvme: make nvme_ns_has_pi accessible to transports
James Smart
2020-05-27
1
-0
/
+7
*
nvme: introduce NVME_NS_METADATA_SUPPORTED flag
Max Gurtovoy
2020-05-27
1
-0
/
+1
[next]