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
2022-08-06
Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...
Linus Torvalds
1
-1
/
+2
2022-08-02
nvme: enable generic interface (/dev/ngXnY) for unknown command sets
Joel Granados
1
-7
/
+34
2022-08-02
nvme: factor out a nvme_ns_is_readonly helper
Christoph Hellwig
1
-5
/
+10
2022-08-02
nvme: refactor namespace probing
Christoph Hellwig
1
-105
/
+125
2022-08-02
nvme: generalize the nvme_multi_css check in nvme_scan_ns
Christoph Hellwig
1
-6
/
+6
2022-08-02
nvme: rename nvme_validate_or_alloc_ns to nvme_scan_ns
Christoph Hellwig
1
-3
/
+3
2022-08-02
nvme: catch -ENODEV from nvme_revalidate_zones again
Christoph Hellwig
1
-6
/
+7
2022-08-02
nvme: define compat_ioctl again to unbreak 32-bit userspace.
Nick Bowler
1
-0
/
+1
2022-08-02
nvme-multipath: refactor nvme_mpath_add_disk
Joel Granados
1
-1
/
+1
2022-08-02
nvme: implement In-Band authentication
Hannes Reinecke
1
-4
/
+139
2022-08-02
nvme: fix qid param blk_mq_alloc_request_hctx
Chaitanya Kulkarni
1
-1
/
+1
2022-08-02
nvme: remove unused timeout parameter
Chaitanya Kulkarni
1
-8
/
+4
2022-08-02
nvme: handle the persistent internal error AER
Michael Kelley
1
-2
/
+29
2022-08-02
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+2
2022-07-26
nvme-pci: check DMA ops when indicating support for PCI P2PDMA
Logan Gunthorpe
1
-1
/
+2
2022-07-14
nvme: fix block device naming collision
Israel Rukshin
1
-3
/
+3
2022-07-06
blk-mq: Drop 'reserved' arg of busy_tag_iter_fn
John Garry
1
-1
/
+1
2022-06-29
nvme: fix regression when disconnect a recovering ctrl
Ruozhu Li
1
-0
/
+2
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
1
-1
/
+1
2022-06-28
block: simplify disk shutdown
Christoph Hellwig
1
-1
/
+0
2022-06-23
nvme: move the Samsung X5 quirk entry to the core quirks
Christoph Hellwig
1
-0
/
+14
2022-06-13
nvme: add bug report info for global duplicate id
Keith Busch
1
-0
/
+1
2022-06-13
nvme: add device name to warning in uuid_show()
Thomas Weißschuh
1
-2
/
+2
2022-06-03
Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+9
2022-05-31
nvme: set controller enable bit in a separate write
Niklas Cassel
1
-1
/
+9
2022-05-28
blk-mq: remove the done argument to blk_execute_rq_nowait
Christoph Hellwig
1
-1
/
+2
2022-05-23
Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-14
/
+91
2022-05-23
Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2022-05-20
nvme: enable uring-passthrough for admin commands
Kanchan Joshi
1
-0
/
+1
2022-05-19
nvme: set non-mdts limits in nvme_scan_work
Chaitanya Kulkarni
1
-4
/
+15
2022-05-18
nvme: add support for TP4084 - Time-to-Ready Enhancements
Christoph Hellwig
1
-6
/
+70
2022-05-16
nvme: mark internal passthru request RQF_QUIET
Chaitanya Kulkarni
1
-0
/
+1
2022-05-16
nvme: set dma alignment to dword
Keith Busch
1
-1
/
+1
2022-05-16
nvme: fix interpretation of DMRSL
Tom Yan
1
-2
/
+4
2022-05-11
nvme: wire-up uring-cmd support for io-passthru on char-device.
Kanchan Joshi
1
-0
/
+1
2022-05-03
nvme: remove a spurious clear of discard_alignment
Christoph Hellwig
1
-1
/
+0
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
1
-2
/
+2
2022-04-15
nvme: add a quirk to disable namespace identifiers
Christoph Hellwig
1
-6
/
+18
2022-04-15
nvme: don't print verbose errors for internal passthrough requests
Chaitanya Kulkarni
1
-1
/
+2
2022-04-01
Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-12
/
+26
2022-03-29
nvme-multipath: fix hang when disk goes live over reconnect
Anton Eidelman
1
-0
/
+1
2022-03-29
nvme: fix RCU hole that allowed for endless looping in multipath round robin
Chris Leech
1
-4
/
+10
2022-03-29
nvme: allow duplicate NSIDs for private namespaces
Sungup Moon
1
-5
/
+10
2022-03-26
Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-27
/
+138
2022-03-26
Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-143
/
+0
2022-03-23
nvme: fix the read-only state for zoned namespaces with unsupposed features
Pankaj Raghav
1
-3
/
+5
2022-03-21
Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-77
/
+191
2022-03-16
nvme: warn about shared namespaces without CONFIG_NVME_MULTIPATH
Christoph Hellwig
1
-0
/
+8
2022-03-16
nvme: remove nvme_alloc_request and nvme_alloc_request_qid
Christoph Hellwig
1
-35
/
+11
2022-03-16
nvme: cleanup how disk->disk_name is assigned
Christoph Hellwig
1
-4
/
+18
[next]