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