summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
9 daysfloppy: fix for PAGE_SIZE != 4KBRene Rebe1-1/+1
9 daysblock: rnbd-clt: Fix signedness bug in init_dev()Dan Carpenter1-1/+1
9 daysblock: rnbd-clt: Fix leaked ID in init_dev()Thomas Fourier1-5/+8
9 daysublk: prevent invalid access with DEBUGKevin Brodsky1-2/+2
9 daysublk: complete command synchronously on errorCaleb Sander Mateos1-5/+6
9 daysublk: make sure io cmd handled in submitter task contextMing Lei1-1/+21
9 daysps3disk: use memcpy_{from,to}_bvec indexRene Rebe1-0/+4
9 daysnbd: defer config unlock in nbd_genl_connectZheng Qixing1-1/+2
9 daysnbd: defer config put in recv_workZheng Qixing1-1/+1
2025-10-15nbd: restrict sockets to TCP and UDPEric Dumazet1-0/+8
2025-10-15null_blk: Fix the description of the cache_size module argumentGenjian Zhang1-1/+1
2025-10-02loop: Avoid updating block size under exclusive ownerJan Kara1-9/+31
2025-09-25Revert "loop: Avoid updating block size under exclusive owner"Eric Hagberg1-30/+8
2025-08-28drbd: add missing kref_get in handle_write_conflictsSarah Newman1-1/+5
2025-08-28loop: Avoid updating block size under exclusive ownerJan Kara1-8/+30
2025-08-28sunvdc: Balance device refcount in vdc_port_mpgroup_checkMa Ke1-1/+3
2025-08-15ublk: use vmalloc for ublk_device's __queuesCaleb Sander Mateos1-2/+2
2025-07-17ublk: sanity check add_dev input for underflowRonnie Sahlberg1-1/+2
2025-07-17nbd: fix uaf in nbd_genl_connect() error pathZheng Qixing1-3/+3
2025-07-10aoe: defer rexmit timer downdev work to workqueueJustin Sanders3-3/+11
2025-06-27ublk: santizize the arguments from userspace when adding a deviceRonnie Sahlberg1-0/+3
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-22zram: fix NULL pointer in comp_algorithm_show()Liu Shixin1-2/+2
2025-03-13ublk: set_params: properly check if parameters can be appliedUday Shankar1-2/+5
2025-02-08nbd: don't allow reconnect after disconnectYu Kuai1-0/+1
2025-01-23zram: fix potential UAF of zram tableKairui Song1-0/+1
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-14zram: clear IDLE flag in mark_idle()Sergey Senozhatsky1-0/+2
2024-12-14zram: do not mark idle slots that cannot be idleSergey Senozhatsky1-7/+18
2024-12-14zram: split memory-tracking and ac-time trackingSergey Senozhatsky3-16/+24
2024-12-09zram: clear IDLE flag after recompressionSergey Senozhatsky1-0/+7
2024-12-09ublk: fix error code for unsupported commandMing Lei1-1/+1
2024-12-09ublk: fix ublk_ch_mmap() for 64K page sizeMing Lei1-3/+12
2024-12-09virtio_blk: reverse request order in virtio_queue_rqsChristoph Hellwig1-25/+21
2024-12-09brd: defer automatic disk creation until module initialization succeedsYang Erkun1-22/+44
2024-10-22ublk: don't allow user copy for unprivileged deviceMing Lei1-1/+10
2024-10-17zram: don't free statically defined namesAndrey Skvortsov1-2/+4
2024-10-17zram: free secondary algorithms namesSergey Senozhatsky1-0/+5
2024-10-10null_blk: Fix return value of nullb_device_power_store()Damien Le Moal1-0/+1
2024-10-10null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues'Yu Kuai1-14/+26
2024-10-10null_blk: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-2/+2
2024-10-10aoe: fix the potential use-after-free problem in more placesChun-Yi Lee1-1/+12
2024-10-10loop: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig1-13/+2
2024-10-04drbd: Add NULL check for net_conf to prevent dereference in state validationMikhail Lobanov1-1/+1
2024-10-04drbd: Fix atomicity violation in drbd_uuid_set_bm()Qiu-ji Chen1-2/+4