summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | nvme-fc: set max_segments to lldd max valueJames Smart2020-07-291-2/+3
| * | | | nvme-hwmon: log the controller device nameSagi Grimberg2020-07-291-1/+2
| * | | | nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg2020-07-298-15/+55
| * | | | nvme: document nvme controller statesSagi Grimberg2020-07-291-0/+14
| * | | | nvme-rdma: use new shared CQ mechanismYamin Friedman2020-07-291-26/+51
| * | | | nvme-pci: add support for ACPI StorageD3Enable propertyDavid E. Box2020-07-291-0/+63
| * | | | nvme-pci: use max of PRP or SGL for iod sizeChaitanya Kulkarni2020-07-291-15/+10
| * | | | nvme-core: replace ctrl page size with a macroChaitanya Kulkarni2020-07-293-38/+37
| * | | | nvme: remove redundant validation in nvme_start_ctrl()Baolin Wang2020-07-291-2/+1
| * | | | nvme: remove an unnecessary conditionDan Carpenter2020-07-291-2/+2
| | |_|/ | |/| |
| * | | block: add max_active_zones to blk-sysfsNiklas Cassel2020-07-151-0/+1
| * | | block: add max_open_zones to blk-sysfsNiklas Cassel2020-07-151-0/+1
| * | | nvme: remove ns->disk checksChristoph Hellwig2020-07-081-4/+4
| * | | nvme-pci: use standard block status symbolic namesBaolin Wang2020-07-081-3/+3
| * | | nvme-pci: use the consistent return type of nvme_pci_iod_alloc_size()Baolin Wang2020-07-081-1/+1
| * | | nvme-pci: add a blank line after declarationsBaolin Wang2020-07-081-0/+4
| * | | nvme-pci: fix some comments issuesBaolin Wang2020-07-081-4/+4
| * | | nvme-pci: remove redundant segment validationBaolin Wang2020-07-081-3/+0
| * | | nvme: document quirked Intel modelsDavid Fugate2020-07-081-4/+4
| * | | nvme: expose reconnect_delay and ctrl_loss_tmo via sysfsSagi Grimberg2020-07-081-0/+62
| * | | nvme: support for zoned namespacesKeith Busch2020-07-084-13/+378
| * | | nvme: support for multiple Command Sets Supported and Effects log pagesKeith Busch2020-07-085-24/+73
| * | | nvme: implement multiple I/O Command Set supportNiklas Cassel2020-07-082-10/+44
| * | | nvme: use USEC_PER_SEC instead of magic numbersBaolin Wang2020-07-081-1/+1
| * | | nvme-tcp: optimize network stack with setting msg flags according to batch sizeSagi Grimberg2020-07-081-3/+17
| * | | nvme-tcp: leverage request pluggingSagi Grimberg2020-07-081-5/+14
| * | | nvme-tcp: have queue prod/cons send list become a llistSagi Grimberg2020-07-081-10/+24
| * | | nvme-pci: remove the empty line at the beginning of nvme_should_reset()Dongli Zhang2020-07-081-1/+0
| * | | nvme-pci: code cleanup for nvme_alloc_host_mem()Chaitanya Kulkarni2020-07-081-4/+4
| * | | nvme-pci: use unsigned for io queue depthChaitanya Kulkarni2020-07-081-9/+10
| * | | nvme-core: use u16 type for ctrl->sqsizeChaitanya Kulkarni2020-07-081-1/+1
| * | | nvme-core: use u16 type for directivesChaitanya Kulkarni2020-07-081-1/+1
| * | | Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe2020-07-086-29/+52
| |\ \ \ | | |_|/ | |/| |
* | | | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-037-34/+42
|\| | |
| * | | block: remove direct_make_requestChristoph Hellwig2020-07-011-1/+1
| * | | block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-011-1/+1
| * | | block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-013-3/+4
| * | | block: remove the request_queue argument from blk_queue_splitChristoph Hellwig2020-07-011-5/+4
| * | | nvme-rdma: fix a missing completion with remove invalidationChristoph Hellwig2020-06-241-2/+3
| * | | nvme: use blk_mq_complete_request_remote to avoid an indirect function callChristoph Hellwig2020-06-245-8/+16
| * | | nvme-rdma: factor out a nvme_rdma_end_request helperChristoph Hellwig2020-06-241-19/+17
| * | | blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig2020-06-242-2/+3
* | | | nvme: add a Identify Namespace Identification Descriptor list quirkChristoph Hellwig2020-07-293-12/+12
* | | | nvme-pci: prevent SK hynix PC400 from using Write Zeroes commandKai-Heng Feng2020-07-261-0/+2
* | | | nvme-tcp: fix possible hang waiting for icresp responseSagi Grimberg2020-07-261-0/+3
| |_|/ |/| |
* | | nvme: explicitly update mpath disk capacity on revalidationAnthony Iliopoulos2020-07-162-0/+14
| |/ |/|
* | nvme: fix a crash in nvme_mpath_add_diskChristoph Hellwig2020-07-021-3/+4
* | nvme: fix identify error status silent ignoreSagi Grimberg2020-07-021-3/+9
* | nvme-multipath: fix bogus request queue reference putSagi Grimberg2020-06-241-0/+8
* | nvme-multipath: fix deadlock due to head->lockAnton Eidelman2020-06-242-2/+4