| Commit message (Expand) | Author | Age | Files | Lines |
* | dm: don't stop request queue after the dm device is suspended | Ming Lei | 2021-11-02 | 1 | -10/+0 |
* | virtio-blk: Use blk_validate_block_size() to validate block size | Xie Yongji | 2021-10-27 | 1 | -2/+10 |
* | loop: Use blk_validate_block_size() to validate block size | Xie Yongji | 2021-10-27 | 1 | -15/+2 |
* | nbd: Use blk_validate_block_size() to validate block size | Xie Yongji | 2021-10-27 | 1 | -1/+2 |
* | blk-crypto: rename blk_keyslot_manager to blk_crypto_profile | Eric Biggers | 2021-10-21 | 9 | -133/+134 |
* | blk-crypto: rename keyslot-manager files to blk-crypto-profile | Eric Biggers | 2021-10-21 | 4 | -4/+4 |
* | nbd: Use invalidate_disk() helper on disconnect | Xie Yongji | 2021-10-21 | 1 | -9/+3 |
* | loop: Remove the unnecessary bdev checks and unused bdev variable | Xie Yongji | 2021-10-21 | 1 | -6/+3 |
* | loop: Use invalidate_disk() helper to invalidate gendisk | Xie Yongji | 2021-10-21 | 1 | -5/+1 |
* | nvme: loop: clear NVME_CTRL_ADMIN_Q_STOPPED after admin queue is reallocated | Ming Lei | 2021-10-20 | 1 | -0/+2 |
* | nvme: paring quiesce/unquiesce | Ming Lei | 2021-10-20 | 2 | -4/+10 |
* | nvme: prepare for pairing quiescing and unquiescing | Ming Lei | 2021-10-20 | 1 | -21/+31 |
* | nvme: apply nvme API to quiesce/unquiesce admin queue | Ming Lei | 2021-10-20 | 6 | -26/+26 |
* | nvme: add APIs for stopping/starting admin queue | Ming Lei | 2021-10-20 | 2 | -0/+14 |
* | nvme: wire up completion batching for the IRQ path | Jens Axboe | 2021-10-18 | 1 | -1/+5 |
* | nvme: add support for batched completion of polled IO | Jens Axboe | 2021-10-18 | 3 | -12/+51 |
* | block: add a struct io_comp_batch argument to fops->iopoll() | Jens Axboe | 2021-10-18 | 5 | -6/+6 |
* | nvme-multipath: enable polled I/O | Christoph Hellwig | 2021-10-18 | 1 | -1/+15 |
* | block: switch polling to be bio based | Christoph Hellwig | 2021-10-18 | 18 | -88/+55 |
* | block: rename REQ_HIPRI to REQ_POLLED | Christoph Hellwig | 2021-10-18 | 2 | -6/+6 |
* | block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQ | John Garry | 2021-10-18 | 1 | -1/+1 |
* | block: move struct request to blk-mq.h | Christoph Hellwig | 2021-10-18 | 5 | -1/+5 |
* | block: move integrity handling out of <linux/blkdev.h> | Christoph Hellwig | 2021-10-18 | 14 | -1/+14 |
* | block: drop unused includes in <linux/genhd.h> | Christoph Hellwig | 2021-10-18 | 11 | -0/+11 |
* | block: drop unused includes in <linux/blkdev.h> | Christoph Hellwig | 2021-10-18 | 2 | -0/+2 |
* | block: move elevator.h to block/ | Christoph Hellwig | 2021-10-18 | 2 | -1/+1 |
* | block: remove the unused rq_end_sector macro | Christoph Hellwig | 2021-10-18 | 1 | -1/+0 |
* | mm: don't include <linux/blkdev.h> in <linux/backing-dev.h> | Christoph Hellwig | 2021-10-18 | 1 | -0/+1 |
* | mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h> | Christoph Hellwig | 2021-10-18 | 1 | -0/+1 |
* | mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h> | Christoph Hellwig | 2021-10-18 | 1 | -0/+1 |
* | Merge tag 'libata-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2021-10-18 | 2 | -6/+5 |
|\ |
|
| * | ata: ahci_platform: fix null-ptr-deref in ahci_platform_enable_regulators() | Wang Hai | 2021-10-14 | 1 | -4/+1 |
| * | pata_legacy: fix a couple uninitialized variable bugs | Dan Carpenter | 2021-10-12 | 1 | -2/+4 |
* | | Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-10-18 | 5 | -35/+38 |
|\ \ |
|
| * | | brd: reduce the brd_devices_mutex scope | Tetsuo Handa | 2021-10-17 | 1 | -22/+22 |
| * | | Merge tag 'nvme-5.15-2021-10-14' of git://git.infradead.org/nvme into block-5.15 | Jens Axboe | 2021-10-14 | 3 | -12/+13 |
| |\ \ |
|
| | * | | nvme: fix per-namespace chardev deletion | Adam Manzanares | 2021-10-14 | 2 | -11/+12 |
| | * | | nvme-pci: Fix abort command id | Keith Busch | 2021-10-07 | 1 | -1/+1 |
| * | | | block/rnbd-clt-sysfs: fix a couple uninitialized variable bugs | Dan Carpenter | 2021-10-12 | 1 | -1/+3 |
* | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2021-10-18 | 3 | -36/+22 |
|\ \ \ \ |
|
| * | | | | vhost-vdpa: Fix the wrong input in config_cb | Cindy Lu | 2021-10-13 | 1 | -1/+1 |
| * | | | | Revert "virtio-blk: Add validation for block size in config space" | Michael S. Tsirkin | 2021-10-13 | 1 | -31/+6 |
| * | | | | vhost_vdpa: unset vq irq before freeing irq | Wu Zongyong | 2021-10-13 | 1 | -4/+4 |
| * | | | | virtio: write back F_VERSION_1 before validate | Halil Pasic | 2021-10-13 | 1 | -0/+11 |
* | | | | | Merge tag 'edac_urgent_for_v5.15_rc6' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2021-10-18 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | EDAC/armada-xp: Fix output of uncorrectable error counter | Hans Potsch | 2021-10-14 | 1 | -1/+1 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge tag 'efi-urgent-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2021-10-18 | 3 | -4/+4 |
|\ \ \ \ \ |
|
| * | | | | | efi: Change down_interruptible() in virt_efi_reset_system() to down_trylock() | Zhang Jianhua | 2021-10-05 | 1 | -1/+1 |
| * | | | | | efi/cper: use stack buffer for error record decoding | Ard Biesheuvel | 2021-10-05 | 1 | -2/+2 |
| * | | | | | efi/libstub: Simplify "Exiting bootservices" message | Heinrich Schuchardt | 2021-10-05 | 1 | -1/+1 |