aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2024-04-02nullblk: Fix cleanup order in null_add_dev() error pathGravatar Damien Le Moal 1-2/+2
2024-03-22Merge tag 'block-6.9-20240322' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+0
2024-03-18floppy: remove duplicated code in redo_fd_request()Gravatar Yufeng Wang 1-1/+0
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+1
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-4/+4
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxGravatar Linus Torvalds 32-1017/+762
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 10-117/+116
2024-03-08block/swim: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Gravatar Ahelenia Ziemiańska 1-1/+1
2024-03-06virtio_blk: Do not use disk_set_max_open/active_zones()Gravatar Damien Le Moal 1-2/+2
2024-03-06aoe: fix the potential use-after-free problem in aoecmd_cfg_pktsGravatar Chun-Yi Lee 2-6/+7
2024-03-06drbd: atomically update queue limits in drbd_reconsider_queue_parametersGravatar Christoph Hellwig 1-73/+46
2024-03-06drbd: split out a drbd_discard_supported helperGravatar Christoph Hellwig 1-8/+17
2024-03-06drbd: don't set max_write_zeroes_sectors in decide_on_discard_supportGravatar Christoph Hellwig 1-1/+0
2024-03-06drbd: merge drbd_setup_queue_param into drbd_reconsider_queue_parametersGravatar Christoph Hellwig 1-34/+22
2024-03-06drbd: refactor the backing dev max_segments calculationGravatar Christoph Hellwig 1-8/+17
2024-03-06drbd: refactor drbd_reconsider_queue_parametersGravatar Christoph Hellwig 1-35/+49
2024-03-06drbd: pass the max_hw_sectors limit to blk_alloc_diskGravatar Christoph Hellwig 1-4/+9
2024-03-04zram: zcomp: remove zcomp_set_max_streams() declarationGravatar Kefeng Wang 1-1/+0
2024-03-01nbd: use the atomic queue limits API in nbd_set_sizeGravatar Christoph Hellwig 1-4/+11
2024-03-01nbd: freeze the queue for queue limits updatesGravatar Christoph Hellwig 1-1/+13
2024-03-01nbd: don't clear discard_sectors in nbd_config_putGravatar Christoph Hellwig 1-1/+2
2024-03-01pktcdvd: don't set max_hw_sectors on the underlying deviceGravatar Christoph Hellwig 1-5/+6
2024-02-28ublk: add UBLK_CMD_DEL_DEV_ASYNCGravatar Ming Lei 1-3/+6
2024-02-28ublk: improve getting & putting ublk deviceGravatar Ming Lei 1-5/+7
2024-02-27xen-blkfront: atomically update queue limitsGravatar Christoph Hellwig 1-18/+23
2024-02-27xen-blkfront: don't redundantly set max_sements in blkif_recoverGravatar Christoph Hellwig 1-5/+3
2024-02-27xen-blkfront: rely on the default discard granularityGravatar Christoph Hellwig 1-2/+2
2024-02-27xen-blkfront: set max_discard/secure erase limits to UINT_MAXGravatar Christoph Hellwig 1-4/+2
2024-02-25zram: port block device access to fileGravatar Christian Brauner 2-14/+14
2024-02-25xen: port block device access to fileGravatar Christian Brauner 3-23/+22
2024-02-25rnbd: port block device access to fileGravatar Christian Brauner 2-15/+15
2024-02-25pktcdvd: port block device access to fileGravatar Christian Brauner 1-34/+34
2024-02-25drbd: port block device access to fileGravatar Christian Brauner 2-31/+31
2024-02-22zram: do not allocate physically contiguous strm buffersGravatar Barry Song 1-2/+3
2024-02-22zram: use copy_page for full page copyGravatar Mark-PK Tsai 1-1/+1
2024-02-22null_blk: Delete nullb.{queue_depth, nr_queues}Gravatar John Garry 2-13/+0
2024-02-22pktcdvd: set queue limits at disk allocation timeGravatar Christoph Hellwig 1-11/+5
2024-02-22pktcdvd: stop setting q->queuedataGravatar Christoph Hellwig 1-5/+4
2024-02-20null_blk: pass queue_limits to blk_mq_alloc_diskGravatar Christoph Hellwig 3-31/+29
2024-02-20null_blk: remove null_gendisk_registerGravatar Christoph Hellwig 1-25/+16
2024-02-20null_blk: refactor tag_set setupGravatar Christoph Hellwig 1-55/+51
2024-02-20null_blk: initialize the tag_set timeout in null_init_tag_setGravatar Christoph Hellwig 1-1/+1
2024-02-20null_blk: remove the bio based I/O pathGravatar Christoph Hellwig 4-328/+69
2024-02-19ublk: pass queue_limits to blk_mq_alloc_diskGravatar Christoph Hellwig 1-49/+41
2024-02-19sunvdc: pass queue_limits to blk_mq_alloc_diskGravatar Christoph Hellwig 1-9/+9
2024-02-19rnbd-clt: pass queue_limits to blk_mq_alloc_diskGravatar Christoph Hellwig 1-39/+25
2024-02-19rbd: pass queue_limits to blk_mq_alloc_diskGravatar Christoph Hellwig 1-14/+15
2024-02-19ps3disk: pass queue_limits to blk_mq_alloc_diskGravatar Christoph Hellwig 1-8/+9
2024-02-19nbd: pass queue_limits to blk_mq_alloc_diskGravatar Christoph Hellwig 1-6/+7