summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2022-10-24nbd: Fix hung when signal interrupts nbd_start_device_ioctl()Shigeru Yoshida
2022-10-05virtio-blk: Fix WARN_ON_ONCE in virtio_queue_rq()Suwan Kim
2022-09-28block: simplify disk shutdownChristoph Hellwig
2022-09-08xen-blkfront: Cache feature_persistent value before advertisementSeongJae Park
2022-09-08xen-blkfront: Advertise feature-persistent as user requestedSeongJae Park
2022-09-08xen-blkback: Advertise feature-persistent as user requestedSeongJae Park
2022-08-31Revert "zram: remove double compression logic"Jiri Slaby
2022-08-31loop: Check for overflow while configuring loopSiddh Raman Pant
2022-08-25zram: do not lookup algorithm in backends tableSergey Senozhatsky
2022-08-25virtio-blk: Avoid use-after-free on suspend/resumeShigeru Yoshida
2022-08-17xen-blkfront: Apply 'feature_persistent' parameter when connectSeongJae Park
2022-08-17xen-blkback: Apply 'feature_persistent' parameter when connectMaximilian Heyne
2022-08-17xen-blkback: fix persistent grants negotiationSeongJae Park
2022-08-17mtip32xx: fix device removalChristoph Hellwig
2022-08-17nbd: add missing definition of pr_fmtYu Kuai
2022-08-17null_blk: fix ida error handling in null_add_dev()Dan Carpenter
2022-08-17block/rnbd-srv: Set keep_id to true after mutex_trylockMd Haris Iqbal
2022-07-01xen/blkfront: force data bouncing when backend is untrustedRoger Pau Monne
2022-07-01xen/blkfront: fix leaking data in shared pagesRoger Pau Monne
2022-06-21xen-blkfront: Handle NULL gendiskJason Andryuk
2022-06-04Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-06-03Merge tag 'for-5.19/block-exec-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-06-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-06-02Merge tag 'ceph-for-5.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-06-02block: null_blk: Fix null_zone_write()Damien Le Moal
2022-05-31virtio-blk: support mq_ops->queue_rqs()Suwan Kim
2022-05-31virtio-blk: support polling I/OSuwan Kim
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig
2022-05-27nbd: use pr_err to output error messageYu Kuai
2022-05-27nbd: fix possible overflow on 'first_minor' in nbd_dev_add()Zhang Wensheng
2022-05-27nbd: fix io hung while disconnecting deviceYu Kuai
2022-05-27nbd: don't clear 'NBD_CMD_INFLIGHT' flag if request is not completedYu Kuai
2022-05-27nbd: fix race between nbd_alloc_config() and module removalYu Kuai
2022-05-27nbd: call genl_unregister_family() first in nbd_cleanup()Yu Kuai
2022-05-27block, loop: support partitions without scanningChristoph Hellwig
2022-05-27xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-25rbd: replace usage of found with dedicated list iterator variableJakob Koschel
2022-05-25zram: fix Kconfig dependency warningRandy Dunlap
2022-05-23Merge tag 'for-linus-5.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-21mtip32xx: fix typo in commentJulia Lawall
2022-05-19mm: Kconfig: simplify zswap configurationJohannes Weiner
2022-05-19xen/blkfront: use xenbus_setup_ring() and xenbus_teardown_ring()Juergen Gross
2022-05-19xen/blkfront: switch blkfront to use INVALID_GRANT_REFJuergen Gross
2022-05-16nbd: Fix hung on disconnect request if socket is closed beforeXie Yongji
2022-05-15block: remove last remaining traces of IDE documentationPaul Gortmaker
2022-05-13zram: remove double compression logicAlexey Romanov