summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2024-03-01nbd: don't clear discard_sectors in nbd_config_putChristoph Hellwig1-1/+2
2024-03-01pktcdvd: don't set max_hw_sectors on the underlying deviceChristoph Hellwig1-5/+6
2024-02-29ublk: add UBLK_CMD_DEL_DEV_ASYNCMing Lei1-3/+6
2024-02-29ublk: improve getting & putting ublk deviceMing Lei1-5/+7
2024-02-27xen-blkfront: atomically update queue limitsChristoph Hellwig1-18/+23
2024-02-27xen-blkfront: don't redundantly set max_sements in blkif_recoverChristoph Hellwig1-5/+3
2024-02-27xen-blkfront: rely on the default discard granularityChristoph Hellwig1-2/+2
2024-02-27xen-blkfront: set max_discard/secure erase limits to UINT_MAXChristoph Hellwig1-4/+2
2024-02-25zram: port block device access to fileChristian Brauner2-14/+14
2024-02-25xen: port block device access to fileChristian Brauner3-23/+22
2024-02-25rnbd: port block device access to fileChristian Brauner2-15/+15
2024-02-25pktcdvd: port block device access to fileChristian Brauner1-34/+34
2024-02-25drbd: port block device access to fileChristian Brauner2-31/+31
2024-02-22zram: do not allocate physically contiguous strm buffersBarry Song1-2/+3
2024-02-22zram: use copy_page for full page copyMark-PK Tsai1-1/+1
2024-02-22null_blk: Delete nullb.{queue_depth, nr_queues}John Garry2-13/+0
2024-02-22pktcdvd: set queue limits at disk allocation timeChristoph Hellwig1-11/+5
2024-02-22pktcdvd: stop setting q->queuedataChristoph Hellwig1-5/+4
2024-02-20null_blk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig3-31/+29
2024-02-20null_blk: remove null_gendisk_registerChristoph Hellwig1-25/+16
2024-02-20null_blk: refactor tag_set setupChristoph Hellwig1-55/+51
2024-02-20null_blk: initialize the tag_set timeout in null_init_tag_setChristoph Hellwig1-1/+1
2024-02-20null_blk: remove the bio based I/O pathChristoph Hellwig4-328/+69
2024-02-20ublk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-49/+41
2024-02-20sunvdc: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-9/+9
2024-02-20rnbd-clt: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-39/+25
2024-02-20rbd: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-14/+15
2024-02-20ps3disk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-8/+9
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