summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
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-15block: mtip32xx: Fix usage of dma_map_sg()Thomas Fourier
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-22Merge tag 'block-6.15-20250522' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-20loop: don't require ->write_iter for writable files in loop_configureChristoph Hellwig
2025-05-16Merge tag 'block-6.15-20250515' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-15ublk: fix dead loop when canceling io commandMing Lei
2025-05-09Merge tag 'block-6.15-20250509' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-05loop: Add sanity check for read/write_iterLizhi Xu
2025-05-02Merge tag 'block-6.15-20250502' of git://git.kernel.dk/linuxLinus Torvalds
2025-04-29ublk: remove the check of ublk_need_req_ref() from __ublk_check_and_get_reqMing Lei
2025-04-29ublk: enhance check for register/unregister io buffer commandMing Lei
2025-04-29ublk: decouple zero copy from user copyMing Lei
2025-04-25Merge tag 'block-6.15-20250424' of git://git.kernel.dk/linuxLinus Torvalds
2025-04-24ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmdMing Lei
2025-04-24ublk: call ublk_dispatch_req() for handling UBLK_U_IO_NEED_GET_DATAMing Lei
2025-04-18Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linuxLinus Torvalds
2025-04-16ublk: simplify aborting ublk requestMing Lei
2025-04-16ublk: remove __ublk_quiesce_dev()Ming Lei
2025-04-16ublk: improve detection and handling of ublk server exitUday Shankar
2025-04-16ublk: move device reset into ublk_ch_release()Ming Lei
2025-04-16ublk: rely on ->canceling for dealing with ublk_nosrv_dev_should_queue_ioMing Lei
2025-04-16ublk: add ublk_force_abort_dev()Ming Lei
2025-04-16ublk: properly serialize all FETCH_REQsUday Shankar
2025-04-15ublk: don't suggest CONFIG_BLK_DEV_UBLK=YCaleb Sander Mateos
2025-04-15loop: stop using vfs_iter_{read,write} for buffered I/OChristoph Hellwig
2025-04-15loop: LOOP_SET_FD: send uevents for partitionsThomas Weißschuh
2025-04-15loop: properly send KOBJ_CHANGED uevent for disk deviceThomas Weißschuh
2025-04-15loop: aio inherit the ioprio of original requestYunlong Xing
2025-04-11Merge tag 'block-6.15-20250411' of git://git.kernel.dk/linuxLinus Torvalds
2025-04-11null_blk: Use strscpy() instead of strscpy_pad() in null_add_dev()Thorsten Blum
2025-04-10Merge tag 'block-6.15-20250410' of git://git.kernel.dk/linuxLinus Torvalds
2025-04-09ublk: pass ublksrv_ctrl_cmd * instead of io_uring_cmd *Caleb Sander Mateos
2025-04-09ublk: don't fail request for recovery & reissue in case of ubq->cancelingMing Lei
2025-04-09ublk: fix handling recovery & reissue in ublk_abort_queue()Ming Lei
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers
2025-04-03Merge tag 'io_uring-6.15-20250403' of git://git.kernel.dk/linuxLinus Torvalds