summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2 dayszram: fix slot write race conditionSergey Senozhatsky
2025-08-28ublk: avoid ublk_io_release() called after ublk char dev is closedMing Lei
2025-08-25loop: fix zero sized loop for block special fileYu Kuai
2025-08-18loop: use vfs_getattr_nosec for accurate file sizeRajeev Mishra
2025-08-18loop: Consolidate size calculation logic into lo_calculate_size()Rajeev Mishra
2025-08-11ublk: check for unprivileged daemon on each I/O fetchCaleb Sander Mateos
2025-08-11ublk: don't quiesce in ublk_ch_releaseUday Shankar
2025-08-11drbd: Remove the open-coded page poolPhilipp Reisner
2025-08-09Merge tag 'block-6.17-20250808' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-31zloop: fix KASAN use-after-free of tag setShin'ichiro Kawasaki
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-22sunvdc: Balance device refcount in vdc_port_mpgroup_checkMa Ke
2025-07-18Merge tag 'block-6.16-20250718' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-16loop: use kiocb helpers to fix lockdep warningMing Lei
2025-07-15ublk: remove unused req argument from ublk_sub_req_ref()Caleb Sander Mateos
2025-07-15ublk: pass 'const struct ublk_io *' to ublk_[un]map_io()Ming Lei
2025-07-15ublk: remove ublk_commit_and_fetch()Ming Lei
2025-07-15ublk: add helper ublk_check_fetch_buf()Ming Lei
2025-07-15ublk: store auto buffer register data into `struct ublk_io`Ming Lei
2025-07-15ublk: move auto buffer register handling into one dedicated helperMing Lei
2025-07-15ublk: avoid to pass `struct ublksrv_io_cmd *` to ublk_commit_and_fetch()Ming Lei
2025-07-15ublk: let ublk_fill_io_cmd() cover more thingsMing Lei
2025-07-15ublk: move fake timeout logic into __ublk_complete_rq()Ming Lei
2025-07-15ublk: look up ublk task via its pid in timeout handlerMing Lei
2025-07-15ublk: validate ublk server pidMing Lei
2025-07-13block: floppy: Fix uninitialized use of outparamPurva Yeshi
2025-07-11loop: Avoid updating block size under exclusive ownerJan Kara
2025-07-11Merge tag 'block-6.16-20250710' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-09null_blk: use memzero_page()Matthew Wilcox (Oracle)
2025-07-09nbd: fix lockdep deadlock warningMing Lei
2025-07-08drbd: add missing kref_get in handle_write_conflictsSarah Newman
2025-07-08block: mtip32xx: Fix usage of dma_map_sg()Thomas Fourier
2025-07-07nbd: fix uaf in nbd_genl_connect() error pathZheng Qixing
2025-07-07block: remove pktcdvd driverJens Axboe
2025-07-04Merge tag 'block-6.16-20250704' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-04ublk: introduce and use ublk_set_canceling helperUday Shankar
2025-07-04ublk: speed up ublk server exit handlingUday Shankar
2025-07-03zram: pass buffer offset to zcomp_available_show()Sergey Senozhatsky
2025-07-03block: zram: replace scnprintf() with sysfs_emit() in *_show() functionsRahul Kumar
2025-07-01virtio: blk/scsi: use block layer helpers to calculate num of queuesDaniel Wagner
2025-07-01brd: fix sleeping function called from invalid context in brd_insert_page()Yu Kuai
2025-07-01ublk: don't queue request if the associated uring_cmd is canceledMing Lei
2025-06-30ublk: cache-align struct ublk_ioCaleb Sander Mateos
2025-06-30ublk: remove ubq checks from ublk_{get,put}_req_ref()Caleb Sander Mateos
2025-06-30ublk: optimize UBLK_IO_UNREGISTER_IO_BUF on daemon taskCaleb Sander Mateos
2025-06-30ublk: optimize UBLK_IO_REGISTER_IO_BUF on daemon taskCaleb Sander Mateos
2025-06-30ublk: return early if blk_should_fake_timeout()Caleb Sander Mateos
2025-06-30ublk: allow UBLK_IO_(UN)REGISTER_IO_BUF on any taskCaleb Sander Mateos
2025-06-30ublk: don't take ublk_queue in ublk_unregister_io_buf()Caleb Sander Mateos