summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2023-06-28null_blk: Fix: memory release when memory_backed=1Nitesh Shetty1-0/+1
2023-06-21xen/blkfront: Only check REQ_FUA for writesRoss Lagerwall1-1/+2
2023-06-14rbd: get snapshot context after exclusive lock is ensured to be heldIlya Dryomov1-7/+23
2023-06-14rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag settingIlya Dryomov1-11/+21
2023-06-09ublk: fix AB-BA lockdep warningMing Lei1-2/+7
2023-06-09block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITEGuoqing Jiang1-1/+1
2023-06-09nbd: Fix debugfs_create_dir error checkingIvan Orlov1-2/+2
2023-05-24nbd: fix incomplete validation of ioctl argZhong Jinghua1-0/+6
2023-05-24null_blk: Always check queue mode setting from configfsChaitanya Kulkarni1-0/+5
2023-05-11drbd: correctly submit flush bio on barrierChristoph Böhmwalder1-1/+1
2023-04-20block: ublk_drv: mark device as LIVE before adding diskMing Lei1-1/+2
2023-04-13ublk: read any SQE values upfrontJens Axboe1-2/+20
2023-04-13block: ublk: make sure that block size is set correctlyMing Lei1-1/+3
2023-04-06block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe1-13/+18
2023-04-06loop: LOOP_CONFIGURE: send uevents for partitionsAlyssa Ross1-9/+9
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