summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2026-03-13drbd: fix null-pointer dereference on local read errorChristoph Böhmwalder
2026-03-13drbd: fix "LOGIC BUG" in drbd_al_begin_io_nonblock()Lars Ellenberg
2026-03-04rnbd-srv: Zero the rsp buffer before using itMd Haris Iqbal
2026-03-04drbd: always set BLK_FEAT_STABLE_WRITESChristoph Böhmwalder
2026-03-04ublk: Validate SQE128 flag before accessing the cmdGovindarajulu Varadarajan
2026-03-04rnbd-srv: Fix server side setting of bi_size for special IOsFlorian-Ewald Mueller
2026-03-04rnbd-srv: use bio_add_virt_nofailChristoph Hellwig
2026-02-11ublk: fix deadlock when reading partition tableMing Lei
2026-02-11rbd: check for EOD after exclusive lock is ensured to be heldIlya Dryomov
2026-01-23null_blk: fix kmemleak by releasing references to fault configfs itemsNilay Shroff
2026-01-08floppy: fix for PAGE_SIZE != 4KBRene Rebe
2026-01-08block: rnbd-clt: Fix signedness bug in init_dev()Dan Carpenter
2026-01-08block: rnbd-clt: Fix leaked ID in init_dev()Thomas Fourier
2025-12-18ublk: prevent invalid access with DEBUGKevin Brodsky
2025-12-18ps3disk: use memcpy_{from,to}_bvec indexRene Rebe
2025-12-18nbd: defer config unlock in nbd_genl_connectZheng Qixing
2025-12-18nbd: defer config put in recv_workZheng Qixing
2025-10-29nbd: override creds to kernel when calling sock_{send,recv}msg()Ondrej Mosnacek
2025-10-19loop: fix backing file reference leak on validation errorLi Chen
2025-10-15nbd: restrict sockets to TCP and UDPEric Dumazet
2025-10-15null_blk: Fix the description of the cache_size module argumentGenjian Zhang
2025-09-09block: add a queue_limits_commit_update_frozen helperChristoph Hellwig
2025-08-20drbd: add missing kref_get in handle_write_conflictsSarah Newman
2025-08-20loop: Avoid updating block size under exclusive ownerJan Kara
2025-08-20sunvdc: Balance device refcount in vdc_port_mpgroup_checkMa Ke
2025-08-15ublk: use vmalloc for ublk_device's __queuesCaleb Sander Mateos
2025-07-24loop: use kiocb helpers to fix lockdep warningMing Lei
2025-07-17ublk: sanity check add_dev input for underflowRonnie Sahlberg
2025-07-17nbd: fix uaf in nbd_genl_connect() error pathZheng Qixing
2025-07-10aoe: defer rexmit timer downdev work to workqueueJustin Sanders
2025-06-27ublk: santizize the arguments from userspace when adding a deviceRonnie Sahlberg
2025-06-27aoe: clean device rq_list in aoedev_downdev()Justin Sanders
2025-06-19loop: add file_start_write() and file_end_write()Ming Lei
2025-06-19brd: fix discard end sectorYu Kuai
2025-06-19brd: fix aligned_sector from brd_do_discard()Yu Kuai
2025-05-29loop: don't require ->write_iter for writable files in loop_configureChristoph Hellwig
2025-05-29loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksizeChristoph Hellwig
2025-05-29ublk: complete command synchronously on errorCaleb Sander Mateos
2025-05-29ublk: enforce ublks_max only for unprivileged devicesUday Shankar
2025-05-18loop: Add sanity check for read/write_iterLizhi Xu
2025-05-18loop: factor out a loop_assign_backing_file helperChristoph Hellwig
2025-05-18loop: refactor queue limits updatesChristoph Hellwig
2025-05-18loop: Fix ABBA locking raceOGAWA Hirofumi
2025-05-18loop: Simplify discard granularity calcJohn Garry
2025-05-18loop: Use bdev limit helpers for configuring discardJohn Garry
2025-04-25block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig
2025-04-25block: add a rq_list typeChristoph Hellwig
2025-04-25loop: LOOP_SET_FD: send uevents for partitionsThomas Weißschuh
2025-04-25loop: properly send KOBJ_CHANGED uevent for disk deviceThomas Weißschuh
2025-04-25loop: stop using vfs_iter_{read,write} for buffered I/OChristoph Hellwig