summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-11-02dm: don't stop request queue after the dm device is suspendedMing Lei1-10/+0
2021-10-27virtio-blk: Use blk_validate_block_size() to validate block sizeXie Yongji1-2/+10
2021-10-27loop: Use blk_validate_block_size() to validate block sizeXie Yongji1-15/+2
2021-10-27nbd: Use blk_validate_block_size() to validate block sizeXie Yongji1-1/+2
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers9-133/+134
2021-10-21blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers4-4/+4
2021-10-21nbd: Use invalidate_disk() helper on disconnectXie Yongji1-9/+3
2021-10-21loop: Remove the unnecessary bdev checks and unused bdev variableXie Yongji1-6/+3
2021-10-21loop: Use invalidate_disk() helper to invalidate gendiskXie Yongji1-5/+1
2021-10-20nvme: loop: clear NVME_CTRL_ADMIN_Q_STOPPED after admin queue is reallocatedMing Lei1-0/+2
2021-10-20nvme: paring quiesce/unquiesceMing Lei2-4/+10
2021-10-20nvme: prepare for pairing quiescing and unquiescingMing Lei1-21/+31
2021-10-20nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei6-26/+26
2021-10-20nvme: add APIs for stopping/starting admin queueMing Lei2-0/+14
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