summary refs log tree commit diff
path: root/drivers/block
AgeCommit message (Expand)Author
2023-03-22block: sunvdc: add check for mdesc_grab() returning NULLLiang He
2023-03-22block: null_blk: Fix handling of fake timeout requestDamien Le Moal
2023-03-22loop: Fix use-after-free issuesBart Van Assche
2023-03-11loop: loop_set_status_from_info() check before assignmentZhong Jinghua
2023-03-10brd: use radix_tree_maybe_preload instead of radix_tree_preloadPankaj Raghav
2023-03-10rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() failsIlya Dryomov
2023-03-10brd: check for REQ_NOWAIT and set correct page allocation maskJens Axboe
2023-03-10brd: return 0/-error from brd_insert_page()Jens Axboe
2023-03-10brd: mark as nowait compatibleJens Axboe
2023-03-10block: ublk: check IO buffer based on flag need_get_dataLiu Xiaodong
2023-03-10ublk_drv: don't probe partitions if the ubq daemon isn't trustedMing Lei
2023-03-10ublk_drv: remove nr_aborted_queues from ublk_deviceMing Lei
2023-02-09block: ublk: extending queue_size to fix overflowLiu Xiaodong
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2023-02-01block: ublk: move ublk_chr_class destroying after devices are removedMing Lei
2023-02-01block/rnbd-clt: fix wrong max ID in ida_alloc_maxGuoqing Jiang
2023-01-24pktcdvd: check for NULL returna fter calling bio_split_to_limits()Jens Axboe
2023-01-18block: handle bio_split_to_limits() NULL returnJens Axboe
2023-01-12virtio_blk: Fix signedness bug in virtblk_prep_rq()Rafael Mendonca
2023-01-12virtio-blk: use a helper to handle request queuing errorsDmitry Fomichev
2023-01-12ublk: honor IO_URING_F_NONBLOCK for handling control commandMing Lei
2022-12-31floppy: Fix memory leak in do_floppy_init()Yuan Can
2022-12-31loop: Fix the max_loop commandline argument treatment when it is set to 0Isaac J. Manjarres
2022-12-31drbd: destroy workqueue when drbd device was freedWang ShaoBo
2022-12-31drbd: remove call to memset before free device/resource/connectionWang ShaoBo
2022-12-31drbd: use blk_queue_max_discard_sectors helperChristoph Böhmwalder
2022-11-25Merge tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linuxLinus Torvalds
2022-11-23ublk_drv: don't forward io commands in reserve orderMing Lei
2022-11-18Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds
2022-11-15drbd: use after free in drbd_create_device()Dan Carpenter
2022-11-05Merge tag 'block-6.1-2022-11-05' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-31ublk_drv: add ublk_queue_cmd() for cleanupMing Lei
2022-10-31ublk_drv: avoid to touch io_uring cmd in blk_mq io pathMing Lei
2022-10-31ublk_drv: comment on ublk_driver entry of KconfigMing Lei
2022-10-31ublk_drv: return flag of UBLK_F_URING_CMD_COMP_IN_TASK in case of moduleMing Lei
2022-10-29Merge tag 'block-6.1-2022-10-28' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-27rbd: fix possible memory leak in rbd_sysfs_init()Yang Yingliang
2022-10-21Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-20drbd: only clone bio if we have a backing deviceChristoph Böhmwalder
2022-10-19ublk_drv: use flexible-array member instead of zero-length arrayYushan Zhou
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-12zram: always expose rw_pageBrian Geffon
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-10-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-07virtio_blk: add SECURE ERASE command supportAlvaro Karsz