summaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-fcloop: verify wwnn and wwpn formatDongli Zhang2020-07-081-6/+23
| * | | nvmet: use unsigned type for u64Chaitanya Kulkarni2020-07-081-8/+8
| * | | nvmet: introduce flags member in nvmet_fabrics_opsMax Gurtovoy2020-07-085-7/+7
| * | | nvmet-tcp: remove has_keyed_sgls initializationMax Gurtovoy2020-07-081-1/+0
| * | | nvmet-loop: remove unused 'target_ctrl' in nvme_loop_ctrlDongli Zhang2020-07-081-1/+0
| * | | 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-087-31/+54
| |\ \ \ | | |_|/ | |/| |
* | | | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-039-36/+45
|\| | |
| * | | block: remove the bd_queue field from struct block_deviceChristoph Hellwig2020-07-011-1/+1
| * | | 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-246-9/+18
| * | | 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
* | nvme: don't protect ns mutation with ns->head->lockSagi Grimberg2020-06-241-8/+4
* | nvme-multipath: fix deadlock between ana_work and scan_workAnton Eidelman2020-06-241-8/+16
* | nvme: fix possible deadlock when I/O is blockedSagi Grimberg2020-06-241-1/+0
* | nvme-rdma: assign completion vector correctlyMax Gurtovoy2020-06-241-1/+1
* | nvme-loop: initialize tagset numa value to the value of the ctrlMax Gurtovoy2020-06-241-2/+2
* | nvme-tcp: initialize tagset numa value to the value of the ctrlMax Gurtovoy2020-06-241-2/+2
* | nvme-pci: initialize tagset numa value to the value of the ctrlMax Gurtovoy2020-06-241-2/+2
* | nvme-pci: override the value of the controller's numa nodeMax Gurtovoy2020-06-241-0/+2
* | nvme: set initial value for controller's numa nodeMax Gurtovoy2020-06-241-0/+1
|/
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-2/+2
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-2/+2
* | Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-127-20/+37
|\ \ | |/ |/|
| * nvmet: fail outstanding host posted AEN reqChaitanya Kulkarni2020-06-111-7/+20
| * nvme-pci: use simple suspend when a HMB is enabledChristoph Hellwig2020-06-111-0/+6
| * nvme-fc: don't call nvme_cleanup_cmd() for AENsDaniel Wagner2020-06-111-2/+3
| * nvmet-tcp: constify nvmet_tcp_opsMax Gurtovoy2020-06-111-2/+2
| * nvme-tcp: constify nvme_tcp_mq_ops and nvme_tcp_admin_mq_opsRikard Falkeborn2020-06-111-4/+4
| * nvme: do not call del_gendisk() on a disk that was never addedNiklas Cassel2020-06-111-3/+1
| * block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig2020-06-051-2/+1