aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-01xen/blkfront: force data bouncing when backend is untrustedRoger Pau Monne1-15/+34
2022-07-01xen/blkfront: fix leaking data in shared pagesRoger Pau Monne1-2/+3
2022-06-21xen-blkfront: Handle NULL gendiskJason Andryuk1-7/+12
2022-06-04Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-3/+3
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds5-59/+82
2022-06-03Merge tag 'for-5.19/block-exec-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2022-06-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-19/+201
2022-06-02Merge tag 'ceph-for-5.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-7/+6
2022-06-02block: null_blk: Fix null_zone_write()Damien Le Moal3-9/+10
2022-05-31virtio-blk: support mq_ops->queue_rqs()Suwan Kim1-16/+98
2022-05-31virtio-blk: support polling I/OSuwan Kim1-3/+103
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig1-2/+2
2022-05-27nbd: use pr_err to output error messageYu Kuai1-22/+18
2022-05-27nbd: fix possible overflow on 'first_minor' in nbd_dev_add()Zhang Wensheng1-11/+12
2022-05-27nbd: fix io hung while disconnecting deviceYu Kuai1-1/+1
2022-05-27nbd: don't clear 'NBD_CMD_INFLIGHT' flag if request is not completedYu Kuai1-4/+14
2022-05-27nbd: fix race between nbd_alloc_config() and module removalYu Kuai1-9/+19
2022-05-27nbd: call genl_unregister_family() first in nbd_cleanup()Yu Kuai1-1/+6
2022-05-27block, loop: support partitions without scanningChristoph Hellwig1-4/+4
2022-05-27xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross1-3/+3
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds4-40/+20
2022-05-25rbd: replace usage of found with dedicated list iterator variableJakob Koschel1-7/+6
2022-05-25zram: fix Kconfig dependency warningRandy Dunlap1-1/+1
2022-05-23Merge tag 'for-linus-5.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-40/+17
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds24-381/+343
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds16-163/+122
2022-05-21mtip32xx: fix typo in commentJulia Lawall1-1/+1
2022-05-19mm: Kconfig: simplify zswap configurationJohannes Weiner1-1/+2
2022-05-19xen/blkfront: use xenbus_setup_ring() and xenbus_teardown_ring()Juergen Gross1-29/+8
2022-05-19xen/blkfront: switch blkfront to use INVALID_GRANT_REFJuergen Gross1-14/+12
2022-05-16nbd: Fix hung on disconnect request if socket is closed beforeXie Yongji1-4/+9
2022-05-15block: remove last remaining traces of IDE documentationPaul Gortmaker1-1/+1
2022-05-13zram: remove double compression logicAlexey Romanov2-33/+10
2022-05-10loop: remove most the top-of-file boilerplate commentChristoph Hellwig1-47/+0
2022-05-10loop: add a SPDX headerChristoph Hellwig1-2/+2
2022-05-10loop: remove loop.hChristoph Hellwig2-74/+54
2022-05-09VFS: add FMODE_CAN_ODIRECT file flagNeilBrown1-2/+2
2022-05-08ataflop: use a statically allocated error countersWilly Tarreau1-4/+6
2022-05-08floppy: use a statically allocated error counterWilly Tarreau1-10/+8
2022-05-04block: null_blk: Improve device creation with configfsDamien Le Moal1-1/+27
2022-05-04block: null_blk: Cleanup messagesDamien Le Moal2-2/+10
2022-05-04block: null_blk: Cleanup device creation and deletionDamien Le Moal1-18/+30
2022-05-04block: null_blk: Fix code style issuesDamien Le Moal1-4/+6
2022-05-04xen-blkback: use bdev_discard_alignmentChristoph Hellwig1-3/+2
2022-05-03rnbd-srv: use bdev_discard_alignmentChristoph Hellwig1-1/+1
2022-05-03loop: remove a spurious clear of discard_alignmentChristoph Hellwig1-1/+0
2022-05-03virtio_blk: fix the discard_granularity and discard_alignment queue limitsChristoph Hellwig1-3/+4
2022-05-03null_blk: don't set the discard_alignment queue limitChristoph Hellwig1-1/+0
2022-05-03nbd: don't set the discard_alignment queue limitChristoph Hellwig1-3/+0
2022-05-02blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig1-5/+7