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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-13
Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
11
-384
/
+310
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-38
/
+38
2020-10-09
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
3
-10
/
+5
2020-10-07
nvme: fix initialization of the zone bitmaps
Christoph Hellwig
3
-23
/
+17
2020-10-07
nvme-loop: don't put ctrl on nvme_init_ctrl error
Chaitanya Kulkarni
1
-2
/
+2
2020-10-07
nvme-core: put ctrl ref when module ref get fail
Chaitanya Kulkarni
1
-1
/
+3
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-4
/
+3
2020-10-03
nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
Coly Li
1
-4
/
+3
2020-09-27
nvme-pci: allocate separate interrupt for the reserved non-polled I/O queue
Jeffle Xu
1
-17
/
+15
2020-09-27
nvme: fix error handling in nvme_ns_report_zones
Christoph Hellwig
1
-25
/
+16
2020-09-27
nvmet-fc: fix missing check for no hostport struct
James Smart
1
-1
/
+1
2020-09-27
nvmet: add passthru ZNS support
Chaitanya Kulkarni
1
-0
/
+16
2020-09-27
nvmet: handle keep-alive timer when kato is modified by a set features cmd
Amit Engel
3
-2
/
+6
2020-09-27
nvmet-tcp: have queue io_work context run on sock incoming cpu
Mark Wunderlich
1
-11
/
+10
2020-09-27
nvme-pci: Move enumeration by class to be last in the table
Andy Shevchenko
1
-1
/
+2
2020-09-27
nvme: use an xarray to lookup the Commands Supported and Effects log
Chaitanya Kulkarni
2
-28
/
+5
2020-09-27
nvme: lift the file open code from nvme_ctrl_get_by_path
Chaitanya Kulkarni
3
-32
/
+22
2020-09-26
Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-22
/
+28
2020-09-24
Merge branch 'for-5.10/block' into for-5.10/drivers
Jens Axboe
3
-38
/
+38
2020-09-24
bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
Christoph Hellwig
2
-9
/
+4
2020-09-24
block: lift setting the readahead size into the block layer
Christoph Hellwig
1
-0
/
+1
2020-09-23
nvme-core: don't use NVME_NSID_ALL for command effects and supported log
Chaitanya Kulkarni
1
-1
/
+1
2020-09-23
Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-1
/
+20
2020-09-22
nvme-fc: fail new connections to a deleted host or remote port
James Smart
1
-2
/
+4
2020-09-22
nvme-pci: fix NULL req in completion handler
Xianting Tian
1
-7
/
+7
2020-09-22
nvme: return errors for hwmon init
Keith Busch
3
-12
/
+16
2020-09-17
nvmet: get transport reference for passthru ctrl
Christoph Hellwig
1
-0
/
+2
2020-09-17
nvme-core: get/put ctrl and transport module in nvme_dev_open/release()
Chaitanya Kulkarni
1
-0
/
+15
2020-09-15
nvme-tcp: fix kconfig dependency warning when !CRYPTO
Necip Fazil Yildiran
1
-0
/
+1
2020-09-15
nvme-pci: disable the write zeros command for Intel 600P/P3100
David Milburn
1
-1
/
+2
[next]