summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
9 dayszloop: make the write pointer of full zones invalidDamien Le Moal1-3/+5
9 dayszloop: fail zone append operations that are targeting full zonesDamien Le Moal1-0/+4
9 daysfloppy: fix for PAGE_SIZE != 4KBRene Rebe1-1/+1
9 daysblock: rnbd-clt: Fix signedness bug in init_dev()Dan Carpenter1-1/+1
9 daysublk: clean up user copy references on ublk server exitCaleb Sander Mateos1-2/+1
9 daysblock: rnbd-clt: Fix leaked ID in init_dev()Thomas Fourier1-5/+8
9 daysublk: fix deadlock when reading partition tableMing Lei1-4/+28
9 daysublk: refactor auto buffer register in ublk_dispatch_req()Ming Lei1-21/+43
9 daysublk: add `union ublk_io_buf` with improved namingMing Lei1-18/+22
9 daysublk: add parameter `struct io_uring_cmd *` to ublk_prep_auto_buf_reg()Ming Lei1-5/+7
2025-12-18ublk: prevent invalid access with DEBUGKevin Brodsky1-2/+2
2025-12-18ps3disk: use memcpy_{from,to}_bvec indexRene Rebe1-0/+4
2025-12-18nbd: defer config unlock in nbd_genl_connectZheng Qixing1-1/+2
2025-12-18nbd: defer config put in recv_workZheng Qixing1-1/+1
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