summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2025-09-20ublk: don't access ublk_queue in ublk_config_io_buf()Caleb Sander Mateos
2025-09-20ublk: don't access ublk_queue in ublk_check_fetch_buf()Caleb Sander Mateos
2025-09-20ublk: pass q_id and tag to __ublk_check_and_get_req()Caleb Sander Mateos
2025-09-20ublk: don't access ublk_queue in ublk_daemon_register_io_buf()Caleb Sander Mateos
2025-09-20ublk: don't access ublk_queue in ublk_register_io_buf()Caleb Sander Mateos
2025-09-20ublk: pass ublk_device to ublk_register_io_buf()Caleb Sander Mateos
2025-09-20ublk: don't dereference ublk_queue in ublk_check_and_get_req()Caleb Sander Mateos
2025-09-20ublk: don't dereference ublk_queue in ublk_ch_uring_cmd_local()Caleb Sander Mateos
2025-09-20ublk: add helpers to check ublk_device flagsCaleb Sander Mateos
2025-09-20ublk: don't pass ublk_queue to __ublk_fail_req()Caleb Sander Mateos
2025-09-20ublk: don't pass q_id to ublk_queue_cmd_buf_size()Caleb Sander Mateos
2025-09-20ublk: remove ubq check in ublk_check_and_get_req()Caleb Sander Mateos
2025-09-19Merge tag 'block-6.17-20250918' of git://git.kernel.dk/linuxLinus Torvalds
2025-09-17drbd: init queue_limits->max_hw_wzeroes_unmap_sectors parameterZhang Yi
2025-09-16rust: block: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein
2025-09-15zram: fix slot write race conditionSergey Senozhatsky
2025-09-13zram: protect recomp_algorithm_show() with ->init_lockSergey Senozhatsky
2025-09-10ublk: consolidate nr_io_ready and nr_queues_readyCaleb Sander Mateos
2025-09-09drivers/block: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-09drivers/block: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2025-09-09drivers/block: replace use of system_wq with system_percpu_wqMarco Crivellari
2025-09-09block: floppy: Replace kmalloc() + copy_from_user() with memdup_user()Thorsten Blum
2025-09-09nbd: restrict sockets to TCP and UDPEric Dumazet
2025-09-08null_blk: Fix the description of the cache_size module argumentGenjian Zhang
2025-09-03ublk: inline __ublk_ch_uring_cmd()Caleb Sander Mateos
2025-09-03Merge tag 'pull-getgeo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Jens Axboe
2025-09-02rnull: add soft-irq completion supportAndreas Hindborg
2025-09-02rust: block: add remote completion to `Request`Andreas Hindborg
2025-09-02rust: block: add `GenDisk` private data supportAndreas Hindborg
2025-09-02rnull: enable configuration via `configfs`Andreas Hindborg
2025-09-02rnull: move driver to separate directoryAndreas Hindborg
2025-09-01brd: use page reference to protect page lifetimeYu Kuai
2025-08-28ublk: avoid ublk_io_release() called after ublk char dev is closedMing Lei
2025-08-25floppy: Sort headers alphabeticallyAndy Shevchenko
2025-08-25floppy: Replace custom SZ_64K constantAndy Shevchenko
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-13block: switch ->getgeo() to struct gendiskAl Viro
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