summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* block: remove QUEUE_FLAG_SCSI_PASSTHROUGHChristoph Hellwig2021-10-223-2/+12
* scsi: add a scsi_alloc_request helperChristoph Hellwig2021-10-2210-19/+25
* sd: implement ->get_unique_idChristoph Hellwig2021-10-221-0/+39
* blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers2021-10-219-133/+134
* blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers2021-10-214-4/+4
* nbd: Use invalidate_disk() helper on disconnectXie Yongji2021-10-211-9/+3
* loop: Remove the unnecessary bdev checks and unused bdev variableXie Yongji2021-10-211-6/+3
* loop: Use invalidate_disk() helper to invalidate gendiskXie Yongji2021-10-211-5/+1
* nvme: loop: clear NVME_CTRL_ADMIN_Q_STOPPED after admin queue is reallocatedMing Lei2021-10-191-0/+2
* nvme: paring quiesce/unquiesceMing Lei2021-10-192-4/+10
* nvme: prepare for pairing quiescing and unquiescingMing Lei2021-10-191-21/+31
* nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei2021-10-196-26/+26
* nvme: add APIs for stopping/starting admin queueMing Lei2021-10-192-0/+14
* nvme: wire up completion batching for the IRQ pathJens Axboe2021-10-181-1/+5
* nvme: add support for batched completion of polled IOJens Axboe2021-10-183-12/+51
* block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe2021-10-185-6/+6
* nvme-multipath: enable polled I/OChristoph Hellwig2021-10-181-1/+15
* block: switch polling to be bio basedChristoph Hellwig2021-10-1818-88/+55
* block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig2021-10-182-6/+6
* block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQJohn Garry2021-10-181-1/+1
* block: move struct request to blk-mq.hChristoph Hellwig2021-10-185-1/+5
* block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig2021-10-1814-1/+14
* block: drop unused includes in <linux/genhd.h>Christoph Hellwig2021-10-1811-0/+11
* block: drop unused includes in <linux/blkdev.h>Christoph Hellwig2021-10-182-0/+2
* block: move elevator.h to block/Christoph Hellwig2021-10-182-1/+1
* block: remove the unused rq_end_sector macroChristoph Hellwig2021-10-181-1/+0
* mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig2021-10-181-0/+1
* mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig2021-10-181-0/+1
* mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>Christoph Hellwig2021-10-181-0/+1
* Merge tag 'libata-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-10-172-6/+5
|\
| * ata: ahci_platform: fix null-ptr-deref in ahci_platform_enable_regulators()Wang Hai2021-10-141-4/+1
| * pata_legacy: fix a couple uninitialized variable bugsDan Carpenter2021-10-121-2/+4
* | Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-10-175-35/+38
|\ \
| * | 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
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-10-173-36/+22
|\ \ \ \
| * | | | vhost-vdpa: Fix the wrong input in config_cbCindy Lu2021-10-131-1/+1
| * | | | Revert "virtio-blk: Add validation for block size in config space"Michael S. Tsirkin2021-10-131-31/+6
| * | | | vhost_vdpa: unset vq irq before freeing irqWu Zongyong2021-10-131-4/+4
| * | | | virtio: write back F_VERSION_1 before validateHalil Pasic2021-10-131-0/+11
* | | | | Merge tag 'edac_urgent_for_v5.15_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-10-171-1/+1
|\ \ \ \ \
| * | | | | EDAC/armada-xp: Fix output of uncorrectable error counterHans Potsch2021-10-141-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'efi-urgent-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-10-173-4/+4
|\ \ \ \ \
| * | | | | efi: Change down_interruptible() in virt_efi_reset_system() to down_trylock()Zhang Jianhua2021-10-051-1/+1
| * | | | | efi/cper: use stack buffer for error record decodingArd Biesheuvel2021-10-051-2/+2
| * | | | | efi/libstub: Simplify "Exiting bootservices" messageHeinrich Schuchardt2021-10-051-1/+1
* | | | | | Merge tag 'driver-core-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-10-175-18/+42
|\ \ \ \ \ \