summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* null_blk: Fix: memory release when memory_backed=1Nitesh Shetty2023-06-281-0/+1
* xen/blkfront: Only check REQ_FUA for writesRoss Lagerwall2023-06-211-1/+2
* rbd: get snapshot context after exclusive lock is ensured to be heldIlya Dryomov2023-06-141-7/+23
* rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag settingIlya Dryomov2023-06-141-11/+21
* ublk: fix AB-BA lockdep warningMing Lei2023-06-091-2/+7
* block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITEGuoqing Jiang2023-06-091-1/+1
* nbd: Fix debugfs_create_dir error checkingIvan Orlov2023-06-091-2/+2
* nbd: fix incomplete validation of ioctl argZhong Jinghua2023-05-241-0/+6
* null_blk: Always check queue mode setting from configfsChaitanya Kulkarni2023-05-241-0/+5
* drbd: correctly submit flush bio on barrierChristoph Böhmwalder2023-05-111-1/+1
* block: ublk_drv: mark device as LIVE before adding diskMing Lei2023-04-201-1/+2
* ublk: read any SQE values upfrontJens Axboe2023-04-131-2/+20
* block: ublk: make sure that block size is set correctlyMing Lei2023-04-131-1/+3
* block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe2023-04-061-13/+18
* loop: LOOP_CONFIGURE: send uevents for partitionsAlyssa Ross2023-04-061-9/+9
* block: sunvdc: add check for mdesc_grab() returning NULLLiang He2023-03-221-0/+2
* block: null_blk: Fix handling of fake timeout requestDamien Le Moal2023-03-221-3/+3
* loop: Fix use-after-free issuesBart Van Assche2023-03-221-8/+17
* loop: loop_set_status_from_info() check before assignmentZhong Jinghua2023-03-111-4/+4
* brd: use radix_tree_maybe_preload instead of radix_tree_preloadPankaj Raghav2023-03-101-1/+1
* rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() failsIlya Dryomov2023-03-101-11/+9
* brd: check for REQ_NOWAIT and set correct page allocation maskJens Axboe2023-03-101-20/+28
* brd: return 0/-error from brd_insert_page()Jens Axboe2023-03-101-14/+12
* brd: mark as nowait compatibleJens Axboe2023-03-101-0/+1
* block: ublk: check IO buffer based on flag need_get_dataLiu Xiaodong2023-03-101-4/+9
* ublk_drv: don't probe partitions if the ubq daemon isn't trustedMing Lei2023-03-101-0/+9
* ublk_drv: remove nr_aborted_queues from ublk_deviceMing Lei2023-03-101-1/+0
* block: ublk: extending queue_size to fix overflowLiu Xiaodong2023-02-091-1/+1
* use less confusing names for iov_iter direction initializersAl Viro2023-02-094-13/+13
* block: ublk: move ublk_chr_class destroying after devices are removedMing Lei2023-02-011-4/+3
* block/rnbd-clt: fix wrong max ID in ida_alloc_maxGuoqing Jiang2023-02-011-1/+1
* pktcdvd: check for NULL returna fter calling bio_split_to_limits()Jens Axboe2023-01-241-0/+2
* block: handle bio_split_to_limits() NULL returnJens Axboe2023-01-182-0/+4
* virtio_blk: Fix signedness bug in virtblk_prep_rq()Rafael Mendonca2023-01-121-2/+4
* virtio-blk: use a helper to handle request queuing errorsDmitry Fomichev2023-01-121-13/+16
* ublk: honor IO_URING_F_NONBLOCK for handling control commandMing Lei2023-01-121-0/+3
* floppy: Fix memory leak in do_floppy_init()Yuan Can2022-12-311-1/+3
* loop: Fix the max_loop commandline argument treatment when it is set to 0Isaac J. Manjarres2022-12-311-16/+12
* drbd: destroy workqueue when drbd device was freedWang ShaoBo2022-12-311-1/+5
* drbd: remove call to memset before free device/resource/connectionWang ShaoBo2022-12-311-3/+0
* drbd: use blk_queue_max_discard_sectors helperChristoph Böhmwalder2022-12-311-5/+5
* Merge tag 'block-6.1-2022-11-25' of git://git.kernel.dk/linuxLinus Torvalds2022-11-251-44/+38
|\
| * ublk_drv: don't forward io commands in reserve orderMing Lei2022-11-231-44/+38
* | Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds2022-11-181-2/+2
|\|
| * drbd: use after free in drbd_create_device()Dan Carpenter2022-11-151-2/+2
* | Merge tag 'block-6.1-2022-11-05' of git://git.kernel.dk/linuxLinus Torvalds2022-11-052-47/+74
|\|
| * ublk_drv: add ublk_queue_cmd() for cleanupMing Lei2022-10-311-26/+21
| * ublk_drv: avoid to touch io_uring cmd in blk_mq io pathMing Lei2022-10-311-30/+53
| * ublk_drv: comment on ublk_driver entry of KconfigMing Lei2022-10-311-0/+6
| * ublk_drv: return flag of UBLK_F_URING_CMD_COMP_IN_TASK in case of moduleMing Lei2022-10-311-0/+3