summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-26Revert "nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T"Jian-Hong Pan
2019-11-25Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-25Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-22nvme: hwmon: add quirk to avoid changing temperature thresholdAkinobu Mita
2019-11-22nvme: hwmon: provide temperature min and max values for each sensorAkinobu Mita
2019-11-13nvme: Discard workaround for non-conformant devicesEduard Hasenleithner
2019-11-12nvme: Add hardware monitoring supportGuenter Roeck
2019-11-08Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-06nvme-multipath: fix crash in nvme_mpath_clear_ctrl_pathsAnton Eidelman
2019-11-06nvme-rdma: fix a segmentation fault during module unloadMax Gurtovoy
2019-11-04nvme: Fix parsing of ANA log pagePrabhath Sajeepa
2019-11-04nvmet: stop using bio_set_op_attrsChristoph Hellwig
2019-11-04nvmet: add plugging for read/write when ns is bdevChristoph Hellwig
2019-11-04nvmet: clean up command parsing a bitChristoph Hellwig
2019-11-04nvme-pci: Spelling s/resdicovered/rediscovered/Geert Uytterhoeven
2019-11-04nvmet: fill discovery controller sn, fr and mn correctlySagi Grimberg
2019-11-04nvmet: Open code nvmet_req_execute()Christoph Hellwig
2019-11-04nvmet: Remove the data_len field from the nvmet_req structChristoph Hellwig
2019-11-04nvmet: Introduce nvmet_dsm_len() helperChristoph Hellwig
2019-11-04nvmet: Cleanup discovery execute handlersChristoph Hellwig
2019-11-04nvmet: Introduce common execute function for get_log_page and identifyChristoph Hellwig
2019-11-04nvmet-tcp: Don't set the request's data_lenLogan Gunthorpe
2019-11-04nvmet-tcp: Don't check data_len in nvmet_tcp_map_data()Logan Gunthorpe
2019-11-04nvme: Introduce nvme_lba_to_sect()Damien Le Moal
2019-11-04nvme: Cleanup and rename nvme_block_nr()Damien Le Moal
2019-11-04nvme: move common call to nvme_cleanup_cmd to core layerMax Gurtovoy
2019-11-04nvme: introduce "Command Aborted By host" status codeMax Gurtovoy
2019-11-04nvmet-rdma: add unlikely check at nvmet_rdma_map_sgl_keyedIsrael Rukshin
2019-11-04nvmet: add unlikely check at nvmet_req_alloc_sglIsrael Rukshin
2019-11-04nvmet: use bio_io_error instead of duplicating itIsrael Rukshin
2019-11-04nvme: introduce nvme_is_aen_req functionIsrael Rukshin
2019-11-04nvme-fc: ensure association_id is cleared regardless of a Disconnect LSJames Smart
2019-11-04nvme-fc: clarify error messagesJames Smart
2019-11-04nvme-fc: Set new cmd set indicator in nvme-fc cmnd iuJames Smart
2019-11-04nvme-fc and nvmet-fc: sync with FC-NVME-2 header changesJames Smart
2019-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-10-29nvme-multipath: remove unused groups_only mode in ana logAnton Eidelman
2019-10-29nvme-multipath: fix possible io hang after ctrl reconnectAnton Eidelman
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann
2019-10-18nvme-pci: Set the prp2 correctly when using more than 4k pageKevin Hao
2019-10-15nvme-tcp: fix possible leakage during error flowMax Gurtovoy
2019-10-15nvmet-loop: fix possible leakage during error flowMax Gurtovoy
2019-10-14nvme-tcp: Initialize sk->sk_ll_usec only with NET_RX_BUSY_POLLSebastian Andrzej Siewior
2019-10-14nvme: Wait for reset state when requiredKeith Busch
2019-10-14nvme: Prevent resets during paused controller stateKeith Busch
2019-10-14nvme: Restart request timers in resetting stateKeith Busch
2019-10-14nvme: Remove ADMIN_ONLY stateKeith Busch