summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2024-10-10aoe: fix the potential use-after-free problem in more placesChun-Yi Lee
2024-10-10loop: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig
2024-10-04drbd: Add NULL check for net_conf to prevent dereference in state validationMikhail Lobanov
2024-10-04drbd: Fix atomicity violation in drbd_uuid_set_bm()Qiu-ji Chen
2024-10-04nbd: correct the maximum value for discard sectorsWouter Verhelst
2024-10-04nbd: fix race between timeout and normal completionMing Lei
2024-10-04ublk: move zone report data out of request pduMing Lei
2024-09-12ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery()Li Nan
2024-08-03ublk: fix UBLK_CMD_DEL_DEV_ASYNC handlingMing Lei
2024-08-03rbd: don't assume RBD_LOCK_STATE_LOCKED for exclusive mappingsIlya Dryomov
2024-08-03rbd: rename RBD_LOCK_STATE_RELEASING and releasing_waitIlya Dryomov
2024-08-03rbd: don't assume rbd_is_lock_owner() for exclusive mappingsIlya Dryomov
2024-08-03null_blk: Fix description of the fua parameterDamien Le Moal
2024-08-03xen-blkfront: fix sector_size propagation to the block layerChristoph Hellwig
2024-06-14loop: Disable fallocate() zero and discard if not supportedCyril Hrubis
2024-06-12nbd: Remove __force castsChristoph Hellwig
2024-06-05null_blk: fix validation of block sizeAndreas Hindborg
2024-05-30null_blk: Do not allow runt zone with zone capacity smaller then zone sizeDamien Le Moal
2024-05-28null_blk: Print correct max open zones limit in null_init_zoned_dev()Damien Le Moal
2024-05-27null_blk: Fix return value of nullb_device_power_store()Damien Le Moal
2024-05-23Merge tag 'block-6.10-20240523' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-23Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-05-23null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues'Yu Kuai
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-05-22virtio_blk: drop owner assignmentKrzysztof Kozlowski
2024-05-21Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-14nbd: Fix signal handlingBart Van Assche
2024-05-14nbd: Remove a local variable from nbd_send_cmd()Bart Van Assche
2024-05-14nbd: Improve the documentation of the locking assumptionsBart Van Assche
2024-05-14nbd: Remove superfluous castsBart Van Assche
2024-05-13brd: implement discard supportKeith Busch
2024-05-13null_blk: Fix two sparse warningsBart Van Assche
2024-05-13ublk_drv: set DMA alignment mask to 3Jens Axboe
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-06null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()Zhu Yanjun
2024-05-02set_blocksize(): switch to passing struct file *Al Viro
2024-05-02zram: don't bother with reopening - just use O_EXCL for openAl Viro
2024-05-02pktcdvd: sort set_blocksize() calls outAl Viro
2024-04-30ublk: remove segment count and size limitsUday Shankar
2024-04-25zram: add max_pages param to recompressionSergey Senozhatsky
2024-04-25null_blk: Fix missing mutex_destroy() at module removalZhu Yanjun
2024-04-17null_blk: Simplify null_zone_write()Damien Le Moal
2024-04-17null_blk: Do zone resource management only if necessaryDamien Le Moal
2024-04-17null_blk: Have all null_handle_xxx() return a blk_status_tDamien Le Moal
2024-04-17block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal
2024-04-17null_blk: Introduce fua attributeDamien Le Moal
2024-04-17null_blk: Introduce zone_append_max_sectors attributeDamien Le Moal