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