summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2025-06-27aoe: clean device rq_list in aoedev_downdev()Justin Sanders1-0/+8
2025-05-02loop: aio inherit the ioprio of original requestYunlong Xing1-1/+1
2025-04-25loop: LOOP_SET_FD: send uevents for partitionsThomas Weißschuh1-1/+2
2025-04-25loop: properly send KOBJ_CHANGED uevent for disk deviceThomas Weißschuh1-2/+2
2025-03-13ublk: set_params: properly check if parameters can be appliedUday Shankar1-2/+5
2025-02-21nbd: don't allow reconnect after disconnectYu Kuai1-0/+1
2025-01-23zram: fix potential UAF of zram tableKairui Song1-0/+1
2025-01-09zram: check comp is non-NULL before calling comp_destroyDominique Martinet1-1/+2
2025-01-02virtio-blk: don't keep queue frozen during system suspendMing Lei1-2/+5
2024-12-27zram: fix uninitialized ZRAM not releasing backing deviceKairui Song1-5/+4
2024-12-27zram: refuse to use zero sized block device as backing deviceKairui Song1-0/+6
2024-12-14ublk: fix error code for unsupported commandMing Lei1-1/+1
2024-12-14ublk: fix ublk_ch_mmap() for 64K page sizeMing Lei1-3/+12
2024-12-14virtio_blk: reverse request order in virtio_queue_rqsChristoph Hellwig1-25/+21
2024-12-14brd: defer automatic disk creation until module initialization succeedsYang Erkun1-22/+44
2024-11-22null_blk: Fix return value of nullb_device_power_store()Damien Le Moal1-0/+1
2024-11-22null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues'Yu Kuai1-14/+26
2024-11-22null_blk: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-2/+2
2024-10-17aoe: fix the potential use-after-free problem in more placesChun-Yi Lee1-1/+12
2024-10-17loop: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig1-13/+2
2024-10-17drbd: Add NULL check for net_conf to prevent dereference in state validationMikhail Lobanov1-1/+1
2024-10-17drbd: Fix atomicity violation in drbd_uuid_set_bm()Qiu-ji Chen1-2/+4
2024-10-17nbd: fix race between timeout and normal completionMing Lei1-1/+12
2024-09-12ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery()Li Nan1-0/+2
2024-08-03rbd: don't assume RBD_LOCK_STATE_LOCKED for exclusive mappingsIlya Dryomov1-5/+5
2024-08-03rbd: rename RBD_LOCK_STATE_RELEASING and releasing_waitIlya Dryomov1-10/+10
2024-08-03rbd: don't assume rbd_is_lock_owner() for exclusive mappingsIlya Dryomov1-5/+0
2024-07-25null_blk: fix validation of block sizeAndreas Hindborg1-2/+2
2024-07-11null_blk: Do not allow runt zone with zone capacity smaller then zone sizeDamien Le Moal1-0/+11
2024-06-21null_blk: Print correct max open zones limit in null_init_zoned_dev()Damien Le Moal1-1/+1
2024-06-12null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()Zhu Yanjun1-0/+1
2024-06-12null_blk: Fix missing mutex_destroy() at module removalZhu Yanjun1-0/+2
2024-03-27aoe: fix the potential use-after-free problem in aoecmd_cfg_pktsChun-Yi Lee2-6/+7
2024-03-27nbd: null check for nla_nest_startNavid Emamdoost1-0/+6
2024-03-01virtio-blk: Ensure no requests in virtqueues before deleting vqs.Yi Sun1-3/+4
2024-03-01aoe: avoid potential deadlock at set_capacityMaksim Kiselev1-1/+4
2024-02-05block/rnbd-srv: Check for unlikely string overflowKees Cook1-9/+10
2024-02-01rbd: don't move requests to the running list on errorsIlya Dryomov1-8/+14
2024-02-01nbd: always initialize struct msghdr completelyEric Dumazet1-5/+1
2024-01-26loop: fix the the direct I/O support check when used on top of block devicesChristoph Hellwig1-27/+25
2024-01-26null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORSChristoph Hellwig1-10/+2
2024-01-26block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch1-2/+1
2024-01-20virtio_blk: fix snprintf truncation compiler warningStefan Hajnoczi1-4/+4
2024-01-01loop: deprecate autoloading callback loop_probe()Mauricio Faria de Oliveira1-0/+4
2024-01-01ublk: move ublk_cancel_dev() out of ub->mutexMing Lei1-17/+23
2024-01-01loop: do not enforce max_loop hard limit by (new) defaultMauricio Faria de Oliveira1-2/+34
2023-12-20nbd: pass nbd_sock to nbd_read_reply() instead of indexLi Nan1-13/+22
2023-12-20nbd: fold nbd config initialization into nbd_alloc_config()Li Nan1-22/+19
2023-11-28virtio-blk: fix implicit overflow on virtio_max_dma_sizezhenwei pi1-1/+3
2023-11-20nbd: fix uaf in nbd_openLi Lingfeng1-2/+9