summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2024-02-20nbd: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-6/+7
2024-02-20mtip: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-6/+7
2024-02-20floppy: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-2/+4
2024-02-20aoe: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-8/+7
2024-02-20zram: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-24/+23
2024-02-20n64cart: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-3/+5
2024-02-20brd: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-10/+11
2024-02-20block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig7-19/+26
2024-02-18nbd: null check for nla_nest_startNavid Emamdoost1-0/+6
2024-02-13loop: use the atomic queue limits update APIChristoph Hellwig1-16/+25
2024-02-13loop: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-4/+7
2024-02-13loop: cleanup loop_config_discardChristoph Hellwig1-19/+8
2024-02-13virtio_blk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-66/+64
2024-02-13virtio_blk: split virtblk_probeChristoph Hellwig1-92/+101
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig18-18/+18
2024-02-13drbd: fix function cast warnings in state machineArnd Bergmann2-14/+18
2024-02-13floppy: fix function pointer cast warningsArnd Bergmann1-4/+7
2024-02-10Merge tag 'block-6.8-2024-02-10' of git://git.kernel.dk/linuxLinus Torvalds1-3/+4
2024-02-08null_blk: add configfs variable shared_tagsShin'ichiro Kawasaki2-18/+21
2024-02-08virtio-blk: Ensure no requests in virtqueues before deleting vqs.Yi Sun1-3/+4
2024-02-06block: rbd: make rbd_bus_type constRicardo B. Marliere1-1/+1
2024-01-27Merge tag 'block-6.8-2024-01-26' of git://git.kernel.dk/linuxLinus Torvalds1-1/+4
2024-01-24aoe: avoid potential deadlock at set_capacityMaksim Kiselev1-1/+4
2024-01-22rbd: don't move requests to the running list on errorsIlya Dryomov1-8/+14
2024-01-22rbd: remove usage of the deprecated ida_simple_*() APIChristophe JAILLET1-5/+5
2024-01-19Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds4-36/+28
2024-01-18loop: fix the the direct I/O support check when used on top of block devicesChristoph Hellwig1-27/+25
2024-01-17nbd: always initialize struct msghdr completelyEric Dumazet1-5/+1
2024-01-15virtio_blk: remove duplicate check if queue is broken in virtblk_doneLi RongQing1-2/+0
2024-01-14null_blk: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-2/+2
2024-01-12Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-01-12Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds13-115/+84
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-34/+42
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-1/+1
2024-01-08Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+2
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+0
2024-01-05drivers/block/xen-blkback/common.h: Fix spelling typo in commentliyouhong1-1/+1
2023-12-29zram: use the default discard granularityChristoph Hellwig1-1/+0
2023-12-29null_blk: use the default discard granularityChristoph Hellwig1-1/+0
2023-12-29nbd: use the default discard granularityChristoph Hellwig1-5/+1
2023-12-27loop: don't abuse BLK_DEF_MAX_SECTORSChristoph Hellwig1-1/+2
2023-12-27aoe: don't abuse BLK_DEF_MAX_SECTORSChristoph Hellwig1-1/+2
2023-12-27null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORSChristoph Hellwig1-10/+2
2023-12-27loop: don't update discard limits from loop_set_statusChristoph Hellwig1-2/+0
2023-12-22drbd: actlog: fix kernel-doc warnings and spellingRandy Dunlap1-6/+10
2023-12-20block: simplify disk_set_zonedChristoph Hellwig3-3/+3
2023-12-20block: remove support for the host aware zone modelChristoph Hellwig3-3/+3
2023-12-20virtio_blk: remove the broken zone revalidation supportChristoph Hellwig1-26/+0
2023-12-20virtio_blk: cleanup zoned device probingChristoph Hellwig1-28/+22
2023-12-13block/rnbd-srv: Check for unlikely string overflowKees Cook1-9/+10