summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2024-03-06virtio_blk: Do not use disk_set_max_open/active_zones()Damien Le Moal-2/+2
2024-03-06aoe: fix the potential use-after-free problem in aoecmd_cfg_pktsChun-Yi Lee-6/+7
2024-03-06drbd: atomically update queue limits in drbd_reconsider_queue_parametersChristoph Hellwig-73/+46
2024-03-06drbd: split out a drbd_discard_supported helperChristoph Hellwig-8/+17
2024-03-06drbd: don't set max_write_zeroes_sectors in decide_on_discard_supportChristoph Hellwig-1/+0
2024-03-06drbd: merge drbd_setup_queue_param into drbd_reconsider_queue_parametersChristoph Hellwig-34/+22
2024-03-06drbd: refactor the backing dev max_segments calculationChristoph Hellwig-8/+17
2024-03-06drbd: refactor drbd_reconsider_queue_parametersChristoph Hellwig-35/+49
2024-03-06drbd: pass the max_hw_sectors limit to blk_alloc_diskChristoph Hellwig-4/+9
2024-03-04zram: zcomp: remove zcomp_set_max_streams() declarationKefeng Wang-1/+0
2024-03-01nbd: use the atomic queue limits API in nbd_set_sizeChristoph Hellwig-4/+11
2024-03-01nbd: freeze the queue for queue limits updatesChristoph Hellwig-1/+13
2024-03-01nbd: don't clear discard_sectors in nbd_config_putChristoph Hellwig-1/+2
2024-03-01pktcdvd: don't set max_hw_sectors on the underlying deviceChristoph Hellwig-5/+6
2024-02-28ublk: add UBLK_CMD_DEL_DEV_ASYNCMing Lei-3/+6
2024-02-28ublk: improve getting & putting ublk deviceMing Lei-5/+7
2024-02-27xen-blkfront: atomically update queue limitsChristoph Hellwig-18/+23
2024-02-27xen-blkfront: don't redundantly set max_sements in blkif_recoverChristoph Hellwig-5/+3
2024-02-27xen-blkfront: rely on the default discard granularityChristoph Hellwig-2/+2
2024-02-27xen-blkfront: set max_discard/secure erase limits to UINT_MAXChristoph Hellwig-4/+2
2024-02-25zram: port block device access to fileChristian Brauner-14/+14
2024-02-25xen: port block device access to fileChristian Brauner-23/+22
2024-02-25rnbd: port block device access to fileChristian Brauner-15/+15
2024-02-25pktcdvd: port block device access to fileChristian Brauner-34/+34
2024-02-25drbd: port block device access to fileChristian Brauner-31/+31
2024-02-22zram: do not allocate physically contiguous strm buffersBarry Song-2/+3
2024-02-22zram: use copy_page for full page copyMark-PK Tsai-1/+1
2024-02-22null_blk: Delete nullb.{queue_depth, nr_queues}John Garry-13/+0
2024-02-22pktcdvd: set queue limits at disk allocation timeChristoph Hellwig-11/+5
2024-02-22pktcdvd: stop setting q->queuedataChristoph Hellwig-5/+4
2024-02-20null_blk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig-31/+29
2024-02-20null_blk: remove null_gendisk_registerChristoph Hellwig-25/+16
2024-02-20null_blk: refactor tag_set setupChristoph Hellwig-55/+51
2024-02-20null_blk: initialize the tag_set timeout in null_init_tag_setChristoph Hellwig-1/+1
2024-02-20null_blk: remove the bio based I/O pathChristoph Hellwig-328/+69
2024-02-19ublk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig-49/+41
2024-02-19sunvdc: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig-9/+9
2024-02-19rnbd-clt: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig-39/+25
2024-02-19rbd: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig-14/+15
2024-02-19ps3disk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig-8/+9
2024-02-19nbd: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig-6/+7
2024-02-19mtip: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig-6/+7
2024-02-19floppy: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig-2/+4
2024-02-19aoe: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig-8/+7
2024-02-19zram: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig-24/+23
2024-02-19n64cart: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig-3/+5
2024-02-19brd: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig-10/+11
2024-02-19block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig-19/+26
2024-02-18nbd: null check for nla_nest_startNavid Emamdoost-0/+6
2024-02-13loop: use the atomic queue limits update APIChristoph Hellwig-16/+25