aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-16nvme-rdma: don't update queue count when failing to set io queuesRuozhu Li1-2/+2
2021-08-16nvme-tcp: don't update queue count when failing to set io queuesRuozhu Li1-2/+2
2021-08-16nvme-tcp: pair send_mutex init with destroyKeith Busch1-0/+2
2021-08-16nvme: allow user toggling hmb usageKeith Busch1-1/+44
2021-08-16nvme-pci: disable hmb on idle suspendKeith Busch1-7/+17
2021-08-16nvmet: remove redundant assignments of variable statusColin Ian King1-4/+1
2021-08-16nvmet: add set feature tracing supportHou Pu1-1/+17
2021-08-16nvme: add set feature tracing supportHou Pu1-1/+17
2021-08-16nvme-fabrics: remove superfluous nvmf_host_put in nvmf_parse_optionsHou Pu1-1/+0
2021-08-16nvme-pci: cmb sysfs: one file, one valueKeith Busch1-2/+26
2021-08-16nvme-pci: use attribute group for cmb sysfsKeith Busch1-26/+46
2021-08-16nvme: code command_id with a genctr for use-after-free validationSagi Grimberg6-20/+66
2021-08-16nvme-tcp: don't check blk_mq_tag_to_rq when receiving pdu dataSagi Grimberg1-11/+3
2021-08-16nvme-pci: limit maximum queue depth to 4095Sagi Grimberg1-9/+5
2021-08-14remove the lightnvm subsystemChristoph Hellwig24-12725/+1
2021-08-13nbd: reduce the nbd_index_mutex scopeChristoph Hellwig1-27/+28
2021-08-13nbd: refactor device search and allocation in nbd_genl_connectChristoph Hellwig1-31/+14
2021-08-13nbd: return the allocated nbd_device from nbd_dev_addChristoph Hellwig1-12/+9
2021-08-13nbd: remove nbd_del_diskChristoph Hellwig1-12/+5
2021-08-13nbd: refactor device removalChristoph Hellwig1-24/+13
2021-08-13nbd: do del_gendisk() asynchronously for NBD_DESTROY_ON_DISCONNECTHou Tao1-9/+61
2021-08-13nbd: add the check to prevent overflow in __nbd_ioctl()Baokun Li1-2/+4
2021-08-09xen-blkfront: Remove redundant assignment to variable errColin Ian King1-1/+0
2021-08-02block/rnbd: Use sysfs_emit instead of s*printf function for sysfs showMd Haris Iqbal2-25/+22
2021-08-02block/rnbd-clt: Use put_cpu_ptr after get_cpu_ptrGioh Kim1-1/+1
2021-08-02loop: raise media_change eventMatteo Croce1-0/+5
2021-08-02loop: don't grab a reference to the block deviceChristoph Hellwig1-5/+0
2021-08-02ps3disk: use memcpy_{from,to}_bvecChristoph Hellwig1-16/+2
2021-08-02dm-writecache: use bvec_kmap_local instead of bvec_kmap_irqChristoph Hellwig1-3/+2
2021-08-02rbd: use memzero_bvecChristoph Hellwig1-13/+2
2021-07-30Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds52-271/+528
2021-07-30Merge tag 'acpi-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-18/+52
2021-07-30Merge branches 'acpi-resources' and 'acpi-dptf'Rafael J. Wysocki2-16/+44
2021-07-30Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-31/+97
2021-07-30Merge tag 'libata-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+27
2021-07-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds10-33/+55
2021-07-30can: esd_usb2: fix memory leakPavel Skripkin1-1/+15
2021-07-30can: ems_usb: fix memory leakPavel Skripkin1-1/+13
2021-07-30can: usb_8dev: fix memory leakPavel Skripkin1-2/+13
2021-07-30can: mcba_usb_start(): add missing urb->transfer_dma initializationPavel Skripkin1-0/+2
2021-07-30can: hi311x: fix a signedness bug in hi3110_cmd()Dan Carpenter1-1/+1
2021-07-29Merge tag 'drm-fixes-2021-07-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds18-40/+59
2021-07-29Merge tag 'fallthrough-fixes-clang-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds2-0/+2
2021-07-29scsi: fas216: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-07-29scsi: acornscsi: Fix fall-through warning for clangGustavo A. R. Silva1-0/+1
2021-07-29HID: ft260: fix device removal due to USB disconnectMichael Zaidman1-16/+7
2021-07-29Merge tag 'amd-drm-fixes-5.14-2021-07-28' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixesDave Airlie7-14/+14
2021-07-29Merge tag 'drm-intel-fixes-2021-07-28' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixesDave Airlie3-6/+14
2021-07-29Merge tag 'drm-misc-fixes-2021-07-28' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie3-17/+13
2021-07-28Merge tag 'platform-drivers-x86-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds6-34/+265