summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* nvmet-tcp: fix header digest verificationAmit Engel2021-10-271-1/+1
* nvmet-tcp: fix data digest pointer calculationVarun Prakash2021-10-271-1/+1
* nvme-tcp: fix data digest pointer calculationVarun Prakash2021-10-271-1/+1
* nvme-tcp: fix possible req->offset corruptionVarun Prakash2021-10-271-1/+2
* nvme-tcp: fix H2CData PDU send accounting (again)Sagi Grimberg2021-10-261-1/+3
* nvmet-tcp: fix a memory leak when releasing a queueMaurizio Lombardi2021-10-261-0/+3
* brd: reduce the brd_devices_mutex scopeTetsuo Handa2021-10-171-22/+22
* Merge tag 'nvme-5.15-2021-10-14' of git://git.infradead.org/nvme into block-5.15Jens Axboe2021-10-143-12/+13
|\
| * nvme: fix per-namespace chardev deletionAdam Manzanares2021-10-142-11/+12
| * nvme-pci: Fix abort command idKeith Busch2021-10-071-1/+1
* | block/rnbd-clt-sysfs: fix a couple uninitialized variable bugsDan Carpenter2021-10-121-1/+3
* | nbd: use shifts rather than multipliesNick Desaulniers2021-09-291-12/+17
* | nvme: add command id quirk for apple controllersKeith Busch2021-09-273-2/+11
* | Merge tag 'nvme-5.15-2021-09-24' of git://git.infradead.org/nvme into block-5.15Jens Axboe2021-09-243-28/+36
|\|
| * nvme: keep ctrl->namespaces orderedChristoph Hellwig2021-09-211-16/+17
| * nvme-tcp: fix incorrect h2cdata pdu offset accountingSagi Grimberg2021-09-211-3/+10
| * nvme-fc: remove freeze/unfreeze around update_nr_hw_queuesJames Smart2021-09-211-2/+0
| * nvme-fc: avoid race between time out and tear downJames Smart2021-09-211-0/+2
| * nvme-fc: update hardware queues before using themDaniel Wagner2021-09-211-8/+8
* | md: fix a lock order reversal in md_allocChristoph Hellwig2021-09-221-5/+0
|/
* Merge tag 'nvme-5.15-2021-09-15' of git://git.infradead.org/nvme into block-5.15Jens Axboe2021-09-155-34/+26
|\
| * nvme-tcp: fix io_work priority inversionKeith Busch2021-09-141-10/+10
| * nvme-rdma: destroy cm id before destroy qp to avoid use after freeRuozhu Li2021-09-141-13/+3
| * nvme-multipath: fix ANA state updates when a namespace is not presentAnton Eidelman2021-09-141-2/+5
| * nvme: avoid race in shutdown namespace removalDaniel Wagner2021-09-131-8/+7
| * nvmet: fix a width vs precision bug in nvmet_subsys_attr_serial_show()Dan Carpenter2021-09-131-1/+1
* | nvme: remove the call to nvme_update_disk_info in nvme_ns_removeChristoph Hellwig2021-09-141-2/+0
|/
* Merge tag 'auxdisplay-for-linus-v5.15-rc1' of git://github.com/ojeda/linuxLinus Torvalds2021-09-124-20/+6
|\
| * auxdisplay: Replace symbolic permissions with octal permissionsJinchao Wang2021-07-162-3/+3
| * auxdisplay: ks0108: Switch to use module_parport_driver()Andy Shevchenko2021-07-161-13/+1
| * auxdisplay: charlcd: Drop unneeded initializers and switch to C99 styleAndy Shevchenko2021-07-161-3/+1
| * auxdisplay: hd44780: Fix oops on module unloadingLars Poeschel2021-07-161-1/+1
* | Merge tag 'char-misc-5.15-rc1-lkdtm' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-122-11/+27
|\ \
| * | lkdtm: Use init_uts_ns.name instead of macrosKees Cook2021-09-102-11/+27
* | | Merge tag 'for-linus-5.15-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2021-09-121-12/+11
|\ \ \
| * | | char: ipmi: use DEVICE_ATTR helper macroDwaipayan Ray2021-08-121-5/+4
| * | | ipmi: rate limit ipmi smi_event failure messageWen Yang2021-08-121-7/+7
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-09-1124-283/+3343
|\ \ \ \
| * | | | Documentation: Add documentation for VDUSEXie Yongji2021-09-061-5/+0
| * | | | vduse: Introduce VDUSE - vDPA Device in UserspaceXie Yongji2021-09-064-0/+1662
| * | | | vduse: Implement an MMU-based software IOTLBXie Yongji2021-09-062-0/+618
| * | | | vdpa: Support transferring virtual addressing during DMA mappingXie Yongji2021-09-066-16/+100
| * | | | vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()Xie Yongji2021-09-061-20/+35
| * | | | vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()Xie Yongji2021-09-062-4/+4
| * | | | vhost-iotlb: Add an opaque pointer for vhost IOTLBXie Yongji2021-09-061-4/+16
| * | | | vhost-vdpa: Handle the failure of vdpa_reset()Xie Yongji2021-09-061-3/+6
| * | | | vdpa: Add reset callback in vdpa_config_opsXie Yongji2021-09-065-34/+83
| * | | | iova: Export alloc_iova_fast() and free_iova_fast()Xie Yongji2021-09-061-0/+2
| * | | | virtio-blk: remove unneeded "likely" statementsMax Gurtovoy2021-09-061-2/+2
| * | | | virtio-balloon: Use virtio_find_vqs() helperXianting Tian2021-09-061-2/+2