index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-14
nvme initialize core quirks before calling nvme_init_subsystem
Pankaj Raghav
1
-4
/
+4
2022-12-08
nvme: fix SRCU protection of nvme_ns_head list
Caleb Sander
1
-1
/
+1
2022-10-29
nvme-hwmon: consistently ignore errors from nvme_hwmon_init
Christoph Hellwig
1
-1
/
+5
2022-10-26
nvme: copy firmware_rev on each init
Keith Busch
1
-1
/
+2
2022-10-05
nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devices
Michael Kelley
1
-3
/
+3
2022-08-17
nvme: catch -ENODEV from nvme_revalidate_zones again
Christoph Hellwig
1
-6
/
+7
2022-08-17
nvme: don't return an error from nvme_configure_metadata
Christoph Hellwig
1
-8
/
+5
2022-08-17
nvme: disable namespace access for unsupported metadata
Keith Busch
1
-3
/
+14
2022-08-17
nvme: define compat_ioctl again to unbreak 32-bit userspace.
Nick Bowler
1
-0
/
+1
2022-07-29
nvme: fix block device naming collision
Israel Rukshin
1
-3
/
+3
2022-07-29
nvme: check for duplicate identifiers earlier
Christoph Hellwig
1
-7
/
+6
2022-07-21
nvme: fix regression when disconnect a recovering ctrl
Ruozhu Li
1
-0
/
+2
2022-06-29
nvme: move the Samsung X5 quirk entry to the core quirks
Christoph Hellwig
1
-0
/
+14
2022-06-29
nvme-pci: add NO APST quirk for Kioxia device
Enzo Matsumiya
1
-0
/
+14
2022-06-22
nvme: add device name to warning in uuid_show()
Thomas Weißschuh
1
-2
/
+2
2022-06-09
nvme: set dma alignment to dword
Keith Busch
1
-1
/
+1
2022-06-09
nvme: set non-mdts limits in nvme_scan_work
Chaitanya Kulkarni
1
-4
/
+15
2022-05-25
nvme-multipath: fix hang when disk goes live over reconnect
Anton Eidelman
1
-0
/
+1
2022-04-27
nvme: add a quirk to disable namespace identifiers
Christoph Hellwig
1
-6
/
+18
2022-04-08
nvme: fix the read-only state for zoned namespaces with unsupposed features
Pankaj Raghav
1
-3
/
+5
2022-04-08
nvme: allow duplicate NSIDs for private namespaces
Sungup Moon
1
-5
/
+10
2022-04-08
nvme: fix the check for duplicate unique identifiers
Christoph Hellwig
1
-8
/
+10
2022-04-08
nvme: cleanup __nvme_check_ids
Christoph Hellwig
1
-5
/
+4
2022-03-02
nvme: also mark passthrough-only namespaces ready in nvme_update_ns_info
Christoph Hellwig
1
-3
/
+3
2022-02-23
block: fix surprise removal for drivers calling blk_set_queue_dying
Christoph Hellwig
1
-1
/
+1
2022-02-23
nvme: fix a possible use-after-free in controller reset during load
Sagi Grimberg
1
-1
/
+8
2021-10-14
Merge tag 'nvme-5.15-2021-10-14' of git://git.infradead.org/nvme into block-5.15
Jens Axboe
1
-9
/
+12
2021-10-14
nvme: fix per-namespace chardev deletion
Adam Manzanares
1
-9
/
+12
2021-09-27
nvme: add command id quirk for apple controllers
Keith Busch
1
-1
/
+3
2021-09-21
nvme: keep ctrl->namespaces ordered
Christoph Hellwig
1
-16
/
+17
2021-09-15
Merge tag 'nvme-5.15-2021-09-15' of git://git.infradead.org/nvme into block-5.15
Jens Axboe
1
-8
/
+7
2021-09-15
nvme: remove the call to nvme_update_disk_info in nvme_ns_remove
Christoph Hellwig
1
-2
/
+0
2021-09-13
nvme: avoid race in shutdown namespace removal
Daniel Wagner
1
-8
/
+7
2021-09-06
nvme: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+8
2021-09-06
nvme: only call synchronize_srcu when clearing current path
Daniel Wagner
1
-3
/
+6
2021-09-06
nvme: update keep alive interval when kato is modified
Tatsuya Sasaki
1
-2
/
+40
2021-09-06
nvme: move nvme_multi_css into nvme.h
Adam Manzanares
1
-5
/
+0
2021-09-06
nvme-multipath: revalidate paths during rescan
Hannes Reinecke
1
-0
/
+3
2021-08-31
Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-14
/
+2
2021-08-23
nvme: use blk_mq_alloc_disk
Christoph Hellwig
1
-20
/
+13
2021-08-16
nvme: use bvec_virt
Christoph Hellwig
1
-3
/
+2
2021-08-16
nvme: code command_id with a genctr for use-after-free validation
Sagi Grimberg
1
-1
/
+2
2021-08-15
remove the lightnvm subsystem
Christoph Hellwig
1
-13
/
+0
2021-08-12
block: remove GENHD_FL_UP
Christoph Hellwig
1
-1
/
+1
2021-08-12
nvme: remove the GENHD_FL_UP check in nvme_ns_remove
Christoph Hellwig
1
-8
/
+6
2021-08-09
block: pass a gendisk to blk_queue_update_readahead
Christoph Hellwig
1
-1
/
+1
2021-07-21
nvme: set the PRACT bit when using Write Zeroes with T10 PI
Christoph Hellwig
1
-1
/
+4
2021-07-21
nvme: fix refcounting imbalance when all paths are down
Hannes Reinecke
1
-3
/
+11
2021-07-01
nvme: use return value from blk_execute_rq()
Keith Busch
1
-8
/
+27
2021-07-01
nvme: use blk_execute_rq() for passthrough commands
Keith Busch
1
-33
/
+7
[next]