summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2024-07-25loop: Disable fallocate() zero and discard if not supportedCyril Hrubis
2024-07-25null_blk: fix validation of block sizeAndreas Hindborg
2024-07-11null_blk: Do not allow runt zone with zone capacity smaller then zone sizeDamien Le Moal
2024-06-27nbd: Fix signal handlingBart Van Assche
2024-06-27nbd: Improve the documentation of the locking assumptionsBart Van Assche
2024-06-21null_blk: Print correct max open zones limit in null_init_zoned_dev()Damien Le Moal
2024-06-12null_blk: Fix return value of nullb_device_power_store()Damien Le Moal
2024-06-12null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues'Yu Kuai
2024-06-12null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()Zhu Yanjun
2024-05-30null_blk: Fix missing mutex_destroy() at module removalZhu Yanjun
2024-04-30ublk: remove segment count and size limitsUday Shankar
2024-04-02nullblk: Fix cleanup order in null_add_dev() error pathDamien Le Moal
2024-03-22Merge tag 'block-6.9-20240322' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-18floppy: remove duplicated code in redo_fd_request()Yufeng Wang
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-08block/swim: Convert to platform remove callback returning voidUwe Kleine-König
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska
2024-03-06virtio_blk: Do not use disk_set_max_open/active_zones()Damien Le Moal
2024-03-06aoe: fix the potential use-after-free problem in aoecmd_cfg_pktsChun-Yi Lee
2024-03-06drbd: atomically update queue limits in drbd_reconsider_queue_parametersChristoph Hellwig
2024-03-06drbd: split out a drbd_discard_supported helperChristoph Hellwig
2024-03-06drbd: don't set max_write_zeroes_sectors in decide_on_discard_supportChristoph Hellwig
2024-03-06drbd: merge drbd_setup_queue_param into drbd_reconsider_queue_parametersChristoph Hellwig
2024-03-06drbd: refactor the backing dev max_segments calculationChristoph Hellwig
2024-03-06drbd: refactor drbd_reconsider_queue_parametersChristoph Hellwig
2024-03-06drbd: pass the max_hw_sectors limit to blk_alloc_diskChristoph Hellwig
2024-03-04zram: zcomp: remove zcomp_set_max_streams() declarationKefeng Wang
2024-03-01nbd: use the atomic queue limits API in nbd_set_sizeChristoph Hellwig
2024-03-01nbd: freeze the queue for queue limits updatesChristoph Hellwig
2024-03-01nbd: don't clear discard_sectors in nbd_config_putChristoph Hellwig
2024-03-01pktcdvd: don't set max_hw_sectors on the underlying deviceChristoph Hellwig
2024-02-28ublk: add UBLK_CMD_DEL_DEV_ASYNCMing Lei
2024-02-28ublk: improve getting & putting ublk deviceMing Lei
2024-02-27xen-blkfront: atomically update queue limitsChristoph Hellwig
2024-02-27xen-blkfront: don't redundantly set max_sements in blkif_recoverChristoph Hellwig
2024-02-27xen-blkfront: rely on the default discard granularityChristoph Hellwig
2024-02-27xen-blkfront: set max_discard/secure erase limits to UINT_MAXChristoph Hellwig
2024-02-25zram: port block device access to fileChristian Brauner
2024-02-25xen: port block device access to fileChristian Brauner
2024-02-25rnbd: port block device access to fileChristian Brauner
2024-02-25pktcdvd: port block device access to fileChristian Brauner
2024-02-25drbd: port block device access to fileChristian Brauner
2024-02-22zram: do not allocate physically contiguous strm buffersBarry Song
2024-02-22zram: use copy_page for full page copyMark-PK Tsai
2024-02-22null_blk: Delete nullb.{queue_depth, nr_queues}John Garry
2024-02-22pktcdvd: set queue limits at disk allocation timeChristoph Hellwig
2024-02-22pktcdvd: stop setting q->queuedataChristoph Hellwig