summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-10-18target/iblock: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-2/+2
2021-10-18nvmet: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-2/+2
2021-10-18md: use bdev_nr_sectors instead of open coding itChristoph Hellwig1-15/+11
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig22-33/+28
2021-10-18drbd: use bdev_nr_sectors instead of open coding itChristoph Hellwig1-2/+1
2021-10-18bcache: remove bdev_sectorsChristoph Hellwig3-6/+2
2021-10-18nvme: wire up completion batching for the IRQ pathJens Axboe1-1/+5
2021-10-18nvme: add support for batched completion of polled IOJens Axboe3-12/+51
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe5-6/+6
2021-10-18nvme-multipath: enable polled I/OChristoph Hellwig1-1/+15
2021-10-18block: switch polling to be bio basedChristoph Hellwig18-88/+55
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig2-6/+6
2021-10-18block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQJohn Garry1-1/+1
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig5-1/+5
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig14-1/+14
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig11-0/+11
2021-10-18block: drop unused includes in <linux/blkdev.h>Christoph Hellwig2-0/+2
2021-10-18block: move elevator.h to block/Christoph Hellwig2-1/+1
2021-10-18block: remove the unused rq_end_sector macroChristoph Hellwig1-1/+0
2021-10-18mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig1-0/+1
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig1-0/+1
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>Christoph Hellwig1-0/+1
2021-10-18Merge tag 'libata-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+5
2021-10-18Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds5-35/+38
2021-10-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-36/+22
2021-10-18Merge tag 'edac_urgent_for_v5.15_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2021-10-18Merge tag 'efi-urgent-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-4/+4
2021-10-18Merge tag 'driver-core-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-18/+42
2021-10-18Merge tag 'char-misc-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-20/+69
2021-10-18Merge tag 'staging-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds16-18/+52
2021-10-18Merge tag 'tty-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+6
2021-10-18Merge tag 'usb-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds8-22/+70
2021-10-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds4-34/+68
2021-10-17brd: reduce the brd_devices_mutex scopeTetsuo Handa1-22/+22
2021-10-16Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-11/+5
2021-10-16Merge tag 'for-5.15/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-11/+31
2021-10-16Merge tag 'arm-soc-fixes-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-1/+43
2021-10-16Merge tag 'pci-v5.15-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+12
2021-10-16Merge tag 'acpi-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-1/+2
2021-10-16Input: touchscreen - avoid bitwise vs logical OR warningNathan Chancellor1-21/+21
2021-10-16Input: xpad - add support for another USB ID of Nacon GC-100Michael Cullen1-0/+2
2021-10-16Input: resistive-adc-touch - fix division by zero error on z1 == 0Oleksij Rempel1-13/+16
2021-10-16Input: snvs_pwrkey - add clk handlingUwe Kleine-König1-0/+29
2021-10-15Merge tag 'gpio-fixes-for-v5.15-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-10/+35
2021-10-15Merge tag 'spi-fix-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-100/+123
2021-10-15Merge tag 'mtd/fixes-for-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+6
2021-10-15Merge tag 'drm-fixes-2021-10-15-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds35-258/+394
2021-10-15Merge tag 'usb-serial-5.15-rc6' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2-0/+9
2021-10-15eeprom: 93xx46: fix MODULE_DEVICE_TABLEArnd Bergmann1-1/+1
2021-10-15drm/panel: olimex-lcd-olinuxino: select CRC32Vegard Nossum1-0/+1