summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2025-10-31Merge tag 'block-6.18-20251031' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2025-10-31null_blk: set dma alignment to logical block sizeHans Holmberg1-0/+1
2025-10-24Merge tag 'block-6.18-20251023' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+15
2025-10-20nbd: override creds to kernel when calling sock_{send,recv}msg()Ondrej Mosnacek1-0/+15
2025-10-10Merge tag 'block-6.18-20251009' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+7
2025-10-08loop: remove redundant __GFP_NOWARN flagPedro Demarchi Gomes1-1/+1
2025-10-03Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-16/+9
2025-10-03loop: fix backing file reference leak on validation errorLi Chen1-2/+6
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds23-296/+617
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2025-10-01Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-1/+1
2025-09-24ublk: remove redundant zone op check in ublk_setup_iod()Caleb Sander Mateos1-5/+0
2025-09-23io_uring/cmd: drop unused res2 param from io_uring_cmd_done()Caleb Sander Mateos1-3/+3
2025-09-22aoe: stop calling page_address() in free_page()Vishal Moola (Oracle)1-1/+1
2025-09-22Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton1-5/+3
2025-09-20ublk: don't access ublk_queue in ublk_unmap_io()Caleb Sander Mateos1-10/+14
2025-09-20ublk: pass ublk_io to __ublk_complete_rq()Caleb Sander Mateos1-6/+5
2025-09-20ublk: don't access ublk_queue in ublk_need_complete_req()Caleb Sander Mateos1-3/+3
2025-09-20ublk: don't access ublk_queue in ublk_check_commit_and_fetch()Caleb Sander Mateos1-4/+4
2025-09-20ublk: don't pass ublk_queue to ublk_fetch()Caleb Sander Mateos1-3/+2
2025-09-20ublk: don't access ublk_queue in ublk_config_io_buf()Caleb Sander Mateos1-5/+5
2025-09-20ublk: don't access ublk_queue in ublk_check_fetch_buf()Caleb Sander Mateos1-4/+4
2025-09-20ublk: pass q_id and tag to __ublk_check_and_get_req()Caleb Sander Mateos1-13/+11
2025-09-20ublk: don't access ublk_queue in ublk_daemon_register_io_buf()Caleb Sander Mateos1-1/+1
2025-09-20ublk: don't access ublk_queue in ublk_register_io_buf()Caleb Sander Mateos1-1/+1
2025-09-20ublk: pass ublk_device to ublk_register_io_buf()Caleb Sander Mateos1-4/+6
2025-09-20ublk: don't dereference ublk_queue in ublk_check_and_get_req()Caleb Sander Mateos1-2/+2
2025-09-20ublk: don't dereference ublk_queue in ublk_ch_uring_cmd_local()Caleb Sander Mateos1-1/+1
2025-09-20ublk: add helpers to check ublk_device flagsCaleb Sander Mateos1-0/+34
2025-09-20ublk: don't pass ublk_queue to __ublk_fail_req()Caleb Sander Mateos1-3/+3
2025-09-20ublk: don't pass q_id to ublk_queue_cmd_buf_size()Caleb Sander Mateos1-7/+5
2025-09-20ublk: remove ubq check in ublk_check_and_get_req()Caleb Sander Mateos1-3/+0
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