summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2025-09-19Merge tag 'block-6.17-20250918' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2025-09-17drbd: init queue_limits->max_hw_wzeroes_unmap_sectors parameterZhang Yi1-0/+1
2025-09-16rust: block: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein1-1/+1
2025-09-16zram: fix slot write race conditionSergey Senozhatsky1-5/+3
2025-09-14zram: protect recomp_algorithm_show() with ->init_lockSergey Senozhatsky1-15/+8
2025-09-10ublk: consolidate nr_io_ready and nr_queues_readyCaleb Sander Mateos1-16/+12
2025-09-09drivers/block: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari5-5/+5
2025-09-09drivers/block: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2025-09-09drivers/block: replace use of system_wq with system_percpu_wqMarco Crivellari2-2/+2
2025-09-09block: floppy: Replace kmalloc() + copy_from_user() with memdup_user()Thorsten Blum1-6/+3
2025-09-09nbd: restrict sockets to TCP and UDPEric Dumazet1-0/+8
2025-09-08null_blk: Fix the description of the cache_size module argumentGenjian Zhang1-1/+1
2025-09-04ublk: inline __ublk_ch_uring_cmd()Caleb Sander Mateos1-39/+23
2025-09-04Merge tag 'pull-getgeo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Jens Axboe9-23/+22
2025-09-02rnull: add soft-irq completion supportAndreas Hindborg2-13/+78
2025-09-02rust: block: add remote completion to `Request`Andreas Hindborg1-0/+9
2025-09-02rust: block: add `GenDisk` private data supportAndreas Hindborg1-3/+5
2025-09-02rnull: enable configuration via `configfs`Andreas Hindborg3-29/+239
2025-09-02rnull: move driver to separate directoryAndreas Hindborg5-12/+18
2025-09-01brd: use page reference to protect page lifetimeYu Kuai1-27/+48
2025-08-28ublk: avoid ublk_io_release() called after ublk char dev is closedMing Lei1-2/+70
2025-08-25floppy: Sort headers alphabeticallyAndy Shevchenko1-22/+22
2025-08-25floppy: Replace custom SZ_64K constantAndy Shevchenko1-2/+0
2025-08-25loop: fix zero sized loop for block special fileYu Kuai1-10/+16
2025-08-18loop: use vfs_getattr_nosec for accurate file sizeRajeev Mishra1-2/+13
2025-08-18loop: Consolidate size calculation logic into lo_calculate_size()Rajeev Mishra1-17/+9
2025-08-13block: switch ->getgeo() to struct gendiskAl Viro9-23/+22
2025-08-11ublk: check for unprivileged daemon on each I/O fetchCaleb Sander Mateos1-9/+7
2025-08-11ublk: don't quiesce in ublk_ch_releaseUday Shankar1-7/+5
2025-08-11drbd: Remove the open-coded page poolPhilipp Reisner4-347/+71
2025-08-09Merge tag 'block-6.17-20250808' of git://git.kernel.dk/linuxLinus Torvalds1-1/+2
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-08-01zloop: fix KASAN use-after-free of tag setShin'ichiro Kawasaki1-1/+2
2025-07-29Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds14-3231/+449
2025-07-22sunvdc: Balance device refcount in vdc_port_mpgroup_checkMa Ke1-1/+3
2025-07-18Merge tag 'block-6.16-20250718' of git://git.kernel.dk/linuxLinus Torvalds1-3/+2
2025-07-16loop: use kiocb helpers to fix lockdep warningMing Lei1-3/+2
2025-07-15ublk: remove unused req argument from ublk_sub_req_ref()Caleb Sander Mateos1-5/+4
2025-07-15ublk: pass 'const struct ublk_io *' to ublk_[un]map_io()Ming Lei1-2/+2
2025-07-15ublk: remove ublk_commit_and_fetch()Ming Lei1-18/+18
2025-07-15ublk: add helper ublk_check_fetch_buf()Ming Lei1-13/+19
2025-07-15ublk: store auto buffer register data into `struct ublk_io`Ming Lei1-18/+12
2025-07-15ublk: move auto buffer register handling into one dedicated helperMing Lei1-56/+71
2025-07-15ublk: avoid to pass `struct ublksrv_io_cmd *` to ublk_commit_and_fetch()Ming Lei1-15/+29
2025-07-15ublk: let ublk_fill_io_cmd() cover more thingsMing Lei1-4/+2
2025-07-15ublk: move fake timeout logic into __ublk_complete_rq()Ming Lei1-4/+1
2025-07-15ublk: look up ublk task via its pid in timeout handlerMing Lei1-8/+17
2025-07-15ublk: validate ublk server pidMing Lei1-0/+9
2025-07-13block: floppy: Fix uninitialized use of outparamPurva Yeshi1-1/+1
2025-07-12loop: Avoid updating block size under exclusive ownerJan Kara1-8/+30