aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2019-11-25Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 6-4/+300
2019-11-25Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 18-214/+289
2019-11-22nvme: hwmon: add quirk to avoid changing temperature thresholdGravatar Akinobu Mita 3-2/+12
2019-11-22nvme: hwmon: provide temperature min and max values for each sensorGravatar Akinobu Mita 1-16/+90
2019-11-13nvme: Discard workaround for non-conformant devicesGravatar Eduard Hasenleithner 1-3/+9
2019-11-12nvme: Add hardware monitoring supportGravatar Guenter Roeck 5-0/+206
2019-11-08Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-0/+10
2019-11-06nvme-multipath: fix crash in nvme_mpath_clear_ctrl_pathsGravatar Anton Eidelman 1-0/+2
2019-11-06nvme-rdma: fix a segmentation fault during module unloadGravatar Max Gurtovoy 1-0/+8
2019-11-04nvme: Fix parsing of ANA log pageGravatar Prabhath Sajeepa 1-4/+8
2019-11-04nvmet: stop using bio_set_op_attrsGravatar Christoph Hellwig 1-7/+6
2019-11-04nvmet: add plugging for read/write when ns is bdevGravatar Christoph Hellwig 1-0/+3
2019-11-04nvmet: clean up command parsing a bitGravatar Christoph Hellwig 2-5/+6
2019-11-04nvme-pci: Spelling s/resdicovered/rediscovered/Gravatar Geert Uytterhoeven 1-1/+1
2019-11-04nvmet: fill discovery controller sn, fr and mn correctlyGravatar Sagi Grimberg 1-1/+7
2019-11-04nvmet: Open code nvmet_req_execute()Gravatar Christoph Hellwig 6-15/+8
2019-11-04nvmet: Remove the data_len field from the nvmet_req structGravatar Christoph Hellwig 7-39/+86
2019-11-04nvmet: Introduce nvmet_dsm_len() helperGravatar Christoph Hellwig 2-2/+7
2019-11-04nvmet: Cleanup discovery execute handlersGravatar Christoph Hellwig 1-25/+19
2019-11-04nvmet: Introduce common execute function for get_log_page and identifyGravatar Christoph Hellwig 1-43/+50
2019-11-04nvmet-tcp: Don't set the request's data_lenGravatar Logan Gunthorpe 1-4/+2
2019-11-04nvmet-tcp: Don't check data_len in nvmet_tcp_map_data()Gravatar Logan Gunthorpe 1-1/+1
2019-11-04nvme: Introduce nvme_lba_to_sect()Gravatar Damien Le Moal 2-7/+15
2019-11-04nvme: Cleanup and rename nvme_block_nr()Gravatar Damien Le Moal 2-5/+8
2019-11-04nvme: move common call to nvme_cleanup_cmd to core layerGravatar Max Gurtovoy 5-11/+8
2019-11-04nvme: introduce "Command Aborted By host" status codeGravatar Max Gurtovoy 2-1/+2
2019-11-04nvmet-rdma: add unlikely check at nvmet_rdma_map_sgl_keyedGravatar Israel Rukshin 1-2/+2
2019-11-04nvmet: add unlikely check at nvmet_req_alloc_sglGravatar Israel Rukshin 1-1/+1
2019-11-04nvmet: use bio_io_error instead of duplicating itGravatar Israel Rukshin 1-5/+3
2019-11-04nvme: introduce nvme_is_aen_req functionGravatar Israel Rukshin 5-8/+12
2019-11-04nvme-fc: ensure association_id is cleared regardless of a Disconnect LSGravatar James Smart 1-3/+3
2019-11-04nvme-fc: clarify error messagesGravatar James Smart 1-5/+6
2019-11-04nvme-fc: Set new cmd set indicator in nvme-fc cmnd iuGravatar James Smart 1-0/+5
2019-11-04nvme-fc and nvmet-fc: sync with FC-NVME-2 header changesGravatar James Smart 2-25/+26
2019-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-1/+1
2019-10-29nvme-multipath: remove unused groups_only mode in ana logGravatar Anton Eidelman 1-5/+4
2019-10-29nvme-multipath: fix possible io hang after ctrl reconnectGravatar Anton Eidelman 1-1/+1
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsGravatar Eric Dumazet 1-1/+1
2019-10-18nvme-pci: Set the prp2 correctly when using more than 4k pageGravatar Kevin Hao 1-1/+2
2019-10-15nvme-tcp: fix possible leakage during error flowGravatar Max Gurtovoy 1-0/+1
2019-10-15nvmet-loop: fix possible leakage during error flowGravatar Max Gurtovoy 1-1/+3
2019-10-14nvme-tcp: Initialize sk->sk_ll_usec only with NET_RX_BUSY_POLLGravatar Sebastian Andrzej Siewior 1-0/+2
2019-10-14nvme: Wait for reset state when requiredGravatar Keith Busch 3-17/+74
2019-10-14nvme: Prevent resets during paused controller stateGravatar Keith Busch 1-4/+25
2019-10-14nvme: Restart request timers in resetting stateGravatar Keith Busch 2-0/+16
2019-10-14nvme: Remove ADMIN_ONLY stateGravatar Keith Busch 4-37/+11
2019-10-14nvme-pci: Free tagset if no IO queuesGravatar Keith Busch 1-2/+9
2019-10-04nvme: retain split access workaround for capability readsGravatar Ard Biesheuvel 1-1/+1
2019-10-04nvme: fix possible deadlock when nvme_update_formats failsGravatar Sagi Grimberg 1-2/+1
2019-09-27Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-linusGravatar Jens Axboe 7-51/+154