index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: store a block_device pointer in struct bio
Christoph Hellwig
2021-01-25
1
-3
/
+3
*
nvme: allow revalidate to set a namespace read-only
Christoph Hellwig
2021-01-25
1
-3
/
+2
*
nvme: check the PRINFO bit before deciding the host buffer length
Revanth Rajashekar
2021-01-18
1
-2
/
+15
*
nvme: don't intialize hwmon for discovery controllers
Sagi Grimberg
2021-01-14
1
-3
/
+8
*
nvme: remove the unused status argument from nvme_trace_bio_complete
Max Gurtovoy
2021-01-06
1
-1
/
+1
*
nvme: unexport functions with no external caller
Minwoo Im
2021-01-06
1
-4
/
+2
*
Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-16
1
-38
/
+112
|
\
|
*
nvme: export zoned namespaces without Zone Append support read-only
Javier González
2020-12-01
1
-1
/
+2
|
*
nvme: rename bdev operations
Javier González
2020-12-01
1
-4
/
+4
|
*
nvme: rename controller base dev_t char device
Javier González
2020-12-01
1
-5
/
+7
|
*
nvme: remove unnecessary return values
Javier González
2020-12-01
1
-5
/
+3
|
*
nvme: print a warning for when listing active namespaces fails
Minwoo Im
2020-12-01
1
-1
/
+4
|
*
nvme: improve an error message on Identify failure
Minwoo Im
2020-12-01
1
-1
/
+2
|
*
nvme-fabrics: reject I/O to offline device
Victor Gladkov
2020-12-01
1
-1
/
+45
|
*
nvme: split nvme_alloc_request()
Chaitanya Kulkarni
2020-12-01
1
-17
/
+35
|
*
nvme: use consistent macro name for timeout
Chaitanya Kulkarni
2020-12-01
1
-3
/
+3
|
*
nvme: centralize setting the timeout in nvme_alloc_request
Chaitanya Kulkarni
2020-12-01
1
-2
/
+9
*
|
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-16
1
-16
/
+2
|
\
\
|
*
|
nvme: use set_capacity_and_notify in nvme_set_queue_dying
Christoph Hellwig
2020-11-16
1
-12
/
+1
|
*
|
block: remove the update_bdev parameter to set_capacity_revalidate_and_notify
Christoph Hellwig
2020-11-16
1
-1
/
+1
|
*
|
nvme: let set_capacity_revalidate_and_notify update the bdev size
Christoph Hellwig
2020-11-16
1
-4
/
+1
|
|
/
*
|
nvme: fix memory leak freeing command effects
Keith Busch
2020-11-14
1
-2
/
+14
*
|
nvme: directly cache command effects log
Keith Busch
2020-11-14
1
-5
/
+4
|
/
*
nvme: fix incorrect behavior when BLKROSET is called by the user
Sagi Grimberg
2020-11-09
1
-2
/
+0
*
nvme: introduce nvme_sync_io_queues
Chao Leng
2020-11-03
1
-2
/
+6
*
nvme: ignore zone validate errors on subsequent scans
Keith Busch
2020-10-27
1
-1
/
+1
*
nvme: translate zone resource errors
Keith Busch
2020-10-13
1
-0
/
+4
*
Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-13
1
-303
/
+208
|
\
|
*
nvme-core: remove extra condition for vwc
Chaitanya Kulkarni
2020-10-07
1
-3
/
+1
|
*
nvme-core: remove extra variable
Chaitanya Kulkarni
2020-10-07
1
-3
/
+2
|
*
nvme: remove nvme_identify_ns_list
Christoph Hellwig
2020-10-07
1
-12
/
+8
|
*
nvme: refactor nvme_validate_ns
Christoph Hellwig
2020-10-07
1
-20
/
+17
|
*
nvme: move nvme_validate_ns
Christoph Hellwig
2020-10-07
1
-37
/
+37
|
*
nvme: query namespace identifiers before adding the namespace
Christoph Hellwig
2020-10-07
1
-63
/
+53
|
*
nvme: revalidate zone bitmaps in nvme_update_ns_info
Christoph Hellwig
2020-10-07
1
-4
/
+6
|
*
nvme: remove nvme_update_formats
Christoph Hellwig
2020-10-07
1
-30
/
+2
|
*
nvme: update the known admin effects
Christoph Hellwig
2020-10-07
1
-2
/
+2
|
*
nvme: set the queue limits in nvme_update_ns_info
Christoph Hellwig
2020-10-07
1
-25
/
+21
|
*
nvme: remove the 0 lba_shift check in nvme_update_ns_info
Christoph Hellwig
2020-10-07
1
-6
/
+0
|
*
nvme: clean up the check for too large logic block sizes
Christoph Hellwig
2020-10-07
1
-8
/
+5
|
*
nvme: freeze the queue over ->lba_shift updates
Christoph Hellwig
2020-10-07
1
-6
/
+14
|
*
nvme: factor out a nvme_configure_metadata helper
Christoph Hellwig
2020-10-07
1
-31
/
+47
|
*
nvme: call nvme_identify_ns as the first thing in nvme_alloc_ns_block
Christoph Hellwig
2020-10-07
1
-8
/
+7
|
*
nvme: lift the check for an unallocated namespace into nvme_identify_ns
Christoph Hellwig
2020-10-07
1
-9
/
+8
|
*
nvme: rename __nvme_revalidate_disk
Christoph Hellwig
2020-10-07
1
-5
/
+4
|
*
nvme: rename _nvme_revalidate_disk
Christoph Hellwig
2020-10-07
1
-7
/
+6
|
*
nvme: rename nvme_validate_ns to nvme_validate_or_alloc_ns
Christoph Hellwig
2020-10-07
1
-3
/
+3
|
*
nvme: remove the disk argument to nvme_update_zone_info
Christoph Hellwig
2020-10-07
1
-1
/
+1
|
*
nvme: fix initialization of the zone bitmaps
Christoph Hellwig
2020-10-07
1
-23
/
+5
|
*
nvme: use an xarray to lookup the Commands Supported and Effects log
Chaitanya Kulkarni
2020-09-27
1
-27
/
+4
[next]