summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* block: remove bdevnameChristoph Hellwig2022-07-143-3/+3
* rnbd-srv: remove the name field from struct rnbd_devChristoph Hellwig2022-07-145-12/+7
* pktcdvd: stop using bdevname in pkt_new_devChristoph Hellwig2022-07-141-4/+2
* pktcdvd: stop using bdevname in pkt_seq_showChristoph Hellwig2022-07-141-3/+1
* drbd: stop using bdevname in drbd_report_io_errorChristoph Hellwig2022-07-141-4/+2
* ublk_drv: fix request queue leakMing Lei2022-07-141-6/+15
* ublk_drv: support to complete io command via task_work_addMing Lei2022-07-141-8/+67
* ublk_drv: add io_uring based userspace block driverMing Lei2022-07-143-0/+1541
* block: move zone related fields to struct gendiskChristoph Hellwig2022-07-065-44/+40
* block: remove blk_queue_zone_sectorsChristoph Hellwig2022-07-062-7/+7
* dm-zoned: cleanup dmz_fixup_devicesChristoph Hellwig2022-07-061-12/+12
* nvmet:: use bdev based helpers in nvmet_bdev_zone_mgmt_emulate_allChristoph Hellwig2022-07-061-2/+2
* block: replace blkdev_nr_zones with bdev_nr_zonesChristoph Hellwig2022-07-064-8/+7
* block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zonesChristoph Hellwig2022-07-063-7/+7
* block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig2022-07-064-6/+6
* block: use bdev_is_zoned instead of open coding itChristoph Hellwig2022-07-063-3/+3
* blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry2022-07-0611-39/+23
* scsi: fnic: Drop reserved request handlingJohn Garry2022-07-061-2/+0
* blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry2022-07-0613-23/+14
* scsi: core: Remove reserved request time-out handlingJohn Garry2022-07-063-12/+6
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-2842-68/+68
* block: simplify disk shutdownChristoph Hellwig2022-06-2826-54/+42
* mtip32xx: fix device removalChristoph Hellwig2022-06-282-114/+44
* mtip32xx: remove the device_status debugfs fileChristoph Hellwig2022-06-282-144/+1
* dm: open code blk_max_size_offset in max_io_lenChristoph Hellwig2022-06-271-11/+6
* Merge tag 'soc-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2022-06-2615-75/+117
|\
| * Merge tag 'memory-controller-drv-fixes-5.19' of git://git.kernel.org/pub/scm/...Arnd Bergmann2022-06-243-12/+23
| |\
| | * memory: samsung: exynos5422-dmc: Fix refcount leak in of_get_dram_timingsMiaoqian Lin2022-06-061-11/+18
| | * memory: mtk-smi: add missing put_device() call in mtk_smi_device_link_commonMiaoqian Lin2022-06-061-1/+4
| | * memory: omap-gpmc: OMAP_GPMC should depend on ARCH_OMAP2PLUS || ARCH_KEYSTONE...Geert Uytterhoeven2022-06-061-0/+1
| * | bus: bt1-axi: Don't print error on -EPROBE_DEFERSerge Semin2022-06-141-8/+6
| * | bus: bt1-apb: Don't print error on -EPROBE_DEFERSerge Semin2022-06-141-8/+6
| * | Merge tag 'arm-soc/for-5.19/drivers-fixes' of https://github.com/Broadcom/stb...Arnd Bergmann2022-06-141-0/+1
| |\ \
| | * | soc: bcm: brcmstb: pm: pm-arm: Fix refcount leak in brcmstb_pm_probeMiaoqian Lin2022-06-081-0/+1
| | |/
| * | Merge tag 'scmi-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2022-06-148-46/+80
| |\ \
| | * | firmware: arm_scmi: Fix incorrect error propagation in scmi_voltage_descripto...Ludvig Pärsson2022-06-121-7/+2
| | * | firmware: arm_scmi: Avoid using extended string-buffers sizes if not necessaryCristian Marussi2022-06-108-13/+11
| | * | firmware: arm_scmi: Fix SENSOR_AXIS_NAME_GET behaviour when unsupportedCristian Marussi2022-06-101-10/+46
| | * | firmware: arm_scmi: Remove all the unused local variablesCristian Marussi2022-06-064-13/+12
| | * | firmware: arm_scmi: Relax base protocol sanity checks on the protocol listCristian Marussi2022-06-061-5/+11
| | |/
| * | Merge tag 'imx-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann2022-06-141-1/+1
| |\ \
| | * | soc: imx: imx8m-blk-ctrl: fix display clock for LCDIF2 power domainAlexander Stein2022-06-141-1/+1
| | |/
* | | Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-261-1/+1
|\ \ \
| * | | mm/memory-failure: disable unpoison once hw error happenszhenwei pi2022-06-161-1/+1
| |/ /
* | | Merge tag 'for-5.19/fbdev-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-269-31/+21
|\ \ \
| * | | video: fbdev: omap: Remove duplicate 'the' in commentJiang Jian2022-06-221-1/+1
| * | | video: fbdev: omapfb: Align '*' in commentJiang Jian2022-06-221-1/+1
| * | | video: fbdev: simplefb: Check before clk_put() not neededYihao Han2022-06-201-2/+1
| * | | video: fbdev: au1100fb: Drop unnecessary NULL ptr checkYihao Han2022-06-201-4/+2
| * | | video: fbdev: pxa3xx-gcu: Fix integer overflow in pxa3xx_gcu_writeHyunwoo Kim2022-06-201-1/+1