summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
3 daysMerge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
6 daysMerge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds
13 dayssunvdc: 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
2025-06-30ublk: consolidate UBLK_IO_FLAG_{ACTIVE,OWNED_BY_SRV} checksCaleb Sander Mateos
2025-06-30ublk: remove task variable from __ublk_ch_uring_cmd()Caleb Sander Mateos
2025-06-30ublk: handle UBLK_IO_FETCH_REQ earlierCaleb Sander Mateos
2025-06-30ublk: check cmd_op firstCaleb Sander Mateos
2025-06-30ublk: remove struct ublk_rq_dataCaleb Sander Mateos
2025-06-30ublk: use vmalloc for ublk_device's __queuesCaleb Sander Mateos
2025-06-27Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linuxLinus Torvalds
2025-06-26ublk: sanity check add_dev input for underflowRonnie Sahlberg
2025-06-24ublk: setup ublk_io correctly in case of ublk_get_data() failureMing Lei
2025-06-24ublk: build batch from IOs in same io_ring_ctx and io taskMing Lei