summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* ublk: remove segment count and size limitsUday Shankar7 days1-1/+2
* nullblk: Fix cleanup order in null_add_dev() error pathDamien Le Moal2024-04-021-2/+2
* Merge tag 'block-6.9-20240322' of git://git.kernel.dk/linuxLinus Torvalds2024-03-221-1/+0
|\
| * floppy: remove duplicated code in redo_fd_request()Yufeng Wang2024-03-181-1/+0
* | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-1/+1
|\ \
| * | Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska2024-03-061-1/+1
* | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-143-4/+4
|\ \ \ | |_|/ |/| |
| * | zram: zcomp: remove zcomp_set_max_streams() declarationKefeng Wang2024-03-041-1/+0
| * | zram: do not allocate physically contiguous strm buffersBarry Song2024-02-221-2/+3
| * | zram: use copy_page for full page copyMark-PK Tsai2024-02-221-1/+1
| |/
* | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-1132-1017/+762
|\ \
| * | block/swim: Convert to platform remove callback returning voidUwe Kleine-König2024-03-081-4/+2
| * | virtio_blk: Do not use disk_set_max_open/active_zones()Damien Le Moal2024-03-061-2/+2
| * | aoe: fix the potential use-after-free problem in aoecmd_cfg_pktsChun-Yi Lee2024-03-062-6/+7
| * | drbd: atomically update queue limits in drbd_reconsider_queue_parametersChristoph Hellwig2024-03-061-73/+46
| * | drbd: split out a drbd_discard_supported helperChristoph Hellwig2024-03-061-8/+17
| * | drbd: don't set max_write_zeroes_sectors in decide_on_discard_supportChristoph Hellwig2024-03-061-1/+0
| * | drbd: merge drbd_setup_queue_param into drbd_reconsider_queue_parametersChristoph Hellwig2024-03-061-34/+22
| * | drbd: refactor the backing dev max_segments calculationChristoph Hellwig2024-03-061-8/+17
| * | drbd: refactor drbd_reconsider_queue_parametersChristoph Hellwig2024-03-061-35/+49
| * | drbd: pass the max_hw_sectors limit to blk_alloc_diskChristoph Hellwig2024-03-061-4/+9
| * | nbd: use the atomic queue limits API in nbd_set_sizeChristoph Hellwig2024-03-011-4/+11
| * | nbd: freeze the queue for queue limits updatesChristoph Hellwig2024-03-011-1/+13
| * | nbd: don't clear discard_sectors in nbd_config_putChristoph Hellwig2024-03-011-1/+2
| * | pktcdvd: don't set max_hw_sectors on the underlying deviceChristoph Hellwig2024-03-011-5/+6
| * | ublk: add UBLK_CMD_DEL_DEV_ASYNCMing Lei2024-02-281-3/+6
| * | ublk: improve getting & putting ublk deviceMing Lei2024-02-281-5/+7
| * | xen-blkfront: atomically update queue limitsChristoph Hellwig2024-02-271-18/+23
| * | xen-blkfront: don't redundantly set max_sements in blkif_recoverChristoph Hellwig2024-02-271-5/+3
| * | xen-blkfront: rely on the default discard granularityChristoph Hellwig2024-02-271-2/+2
| * | xen-blkfront: set max_discard/secure erase limits to UINT_MAXChristoph Hellwig2024-02-271-4/+2
| * | null_blk: Delete nullb.{queue_depth, nr_queues}John Garry2024-02-222-13/+0
| * | pktcdvd: set queue limits at disk allocation timeChristoph Hellwig2024-02-221-11/+5
| * | pktcdvd: stop setting q->queuedataChristoph Hellwig2024-02-221-5/+4
| * | null_blk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-203-31/+29
| * | null_blk: remove null_gendisk_registerChristoph Hellwig2024-02-201-25/+16
| * | null_blk: refactor tag_set setupChristoph Hellwig2024-02-201-55/+51
| * | null_blk: initialize the tag_set timeout in null_init_tag_setChristoph Hellwig2024-02-201-1/+1
| * | null_blk: remove the bio based I/O pathChristoph Hellwig2024-02-204-328/+69
| * | ublk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-49/+41
| * | sunvdc: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-9/+9
| * | rnbd-clt: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-39/+25
| * | rbd: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-14/+15
| * | ps3disk: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-8/+9
| * | nbd: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-6/+7
| * | mtip: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-6/+7
| * | floppy: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-2/+4
| * | aoe: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-8/+7
| * | zram: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-24/+23
| * | n64cart: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-3/+5