summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2023-03-22block: sunvdc: add check for mdesc_grab() returning NULLLiang He1-0/+2
2023-03-22block: null_blk: Fix handling of fake timeout requestDamien Le Moal1-3/+3
2023-03-22loop: Fix use-after-free issuesBart Van Assche1-8/+17
2023-03-11loop: loop_set_status_from_info() check before assignmentZhong Jinghua1-4/+4
2023-03-10brd: use radix_tree_maybe_preload instead of radix_tree_preloadPankaj Raghav1-1/+1
2023-03-10rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() failsIlya Dryomov1-11/+9
2023-03-10brd: check for REQ_NOWAIT and set correct page allocation maskJens Axboe1-20/+28
2023-03-10brd: return 0/-error from brd_insert_page()Jens Axboe1-14/+12
2023-03-10brd: mark as nowait compatibleJens Axboe1-0/+1
2023-03-10block: ublk: check IO buffer based on flag need_get_dataLiu Xiaodong1-4/+9
2023-03-10ublk_drv: don't probe partitions if the ubq daemon isn't trustedMing Lei1-0/+9
2023-03-10ublk_drv: remove nr_aborted_queues from ublk_deviceMing Lei1-1/+0
2023-02-09block: ublk: extending queue_size to fix overflowLiu Xiaodong1-1/+1
2023-02-09use less confusing names for iov_iter direction initializersAl Viro4-13/+13
2023-02-01block: ublk: move ublk_chr_class destroying after devices are removedMing Lei1-4/+3
2023-02-01block/rnbd-clt: fix wrong max ID in ida_alloc_maxGuoqing Jiang1-1/+1
2023-01-24pktcdvd: check for NULL returna fter calling bio_split_to_limits()Jens Axboe1-0/+2
2023-01-18block: handle bio_split_to_limits() NULL returnJens Axboe2-0/+4
2023-01-12virtio_blk: Fix signedness bug in virtblk_prep_rq()Rafael Mendonca1-2/+4
2023-01-12virtio-blk: use a helper to handle request queuing errorsDmitry Fomichev1-13/+16
2023-01-12ublk: honor IO_URING_F_NONBLOCK for handling control commandMing Lei1-0/+3
2022-12-31floppy: Fix memory leak in do_floppy_init()Yuan Can1-1/+3
2022-12-31loop: Fix the max_loop commandline argument treatment when it is set to 0Isaac J. Manjarres1-16/+12
2022-12-31drbd: destroy workqueue when drbd device was freedWang ShaoBo1-1/+5
2022-12-31drbd: remove call to memset before free device/resource/connectionWang ShaoBo1-3/+0
2022-12-31drbd: use blk_queue_max_discard_sectors helperChristoph Böhmwalder1-5/+5
2022-11-26Merge tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linuxLinus Torvalds1-44/+38
2022-11-24ublk_drv: don't forward io commands in reserve orderMing Lei1-44/+38
2022-11-19Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2022-11-15drbd: use after free in drbd_create_device()Dan Carpenter1-2/+2
2022-11-05Merge tag 'block-6.1-2022-11-05' of git://git.kernel.dk/linuxLinus Torvalds2-47/+74
2022-10-31ublk_drv: add ublk_queue_cmd() for cleanupMing Lei1-26/+21
2022-10-31ublk_drv: avoid to touch io_uring cmd in blk_mq io pathMing Lei1-30/+53
2022-10-31ublk_drv: comment on ublk_driver entry of KconfigMing Lei1-0/+6
2022-10-31ublk_drv: return flag of UBLK_F_URING_CMD_COMP_IN_TASK in case of moduleMing Lei1-0/+3
2022-10-30Merge tag 'block-6.1-2022-10-28' of git://git.kernel.dk/linuxLinus Torvalds1-1/+3
2022-10-27rbd: fix possible memory leak in rbd_sysfs_init()Yang Yingliang1-1/+3
2022-10-22Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxLinus Torvalds2-9/+7
2022-10-20drbd: only clone bio if we have a backing deviceChristoph Böhmwalder1-8/+6
2022-10-20ublk_drv: use flexible-array member instead of zero-length arrayYushan Zhou1-1/+1
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-23/+3
2022-10-13zram: always expose rw_pageBrian Geffon1-23/+3
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-2/+2
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-22/+31
2022-10-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-18/+92
2022-10-08Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+0
2022-10-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-6/+5
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds21-237/+598
2022-10-07virtio_blk: add SECURE ERASE command supportAlvaro Karsz1-18/+92