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