summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2025-05-09Merge tag 'block-6.15-20250509' of git://git.kernel.dk/linuxLinus Torvalds1-0/+23
2025-05-05loop: Add sanity check for read/write_iterLizhi Xu1-0/+23
2025-05-02Merge tag 'block-6.15-20250502' of git://git.kernel.dk/linuxLinus Torvalds1-19/+43
2025-04-29ublk: remove the check of ublk_need_req_ref() from __ublk_check_and_get_reqMing Lei1-3/+0
2025-04-29ublk: enhance check for register/unregister io buffer commandMing Lei1-4/+20
2025-04-29ublk: decouple zero copy from user copyMing Lei1-12/+23
2025-04-25Merge tag 'block-6.15-20250424' of git://git.kernel.dk/linuxLinus Torvalds1-17/+24
2025-04-25ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmdMing Lei1-6/+21
2025-04-25ublk: call ublk_dispatch_req() for handling UBLK_U_IO_NEED_GET_DATAMing Lei1-11/+3
2025-04-18Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linuxLinus Torvalds3-367/+292
2025-04-17ublk: simplify aborting ublk requestMing Lei1-62/+20
2025-04-17ublk: remove __ublk_quiesce_dev()Ming Lei1-17/+2
2025-04-17ublk: improve detection and handling of ublk server exitUday Shankar1-100/+123
2025-04-17ublk: move device reset into ublk_ch_release()Ming Lei1-49/+72
2025-04-17ublk: rely on ->canceling for dealing with ublk_nosrv_dev_should_queue_ioMing Lei1-14/+17
2025-04-17ublk: add ublk_force_abort_dev()Ming Lei1-13/+8
2025-04-17ublk: properly serialize all FETCH_REQsUday Shankar1-28/+49
2025-04-16ublk: don't suggest CONFIG_BLK_DEV_UBLK=YCaleb Sander Mateos1-6/+0
2025-04-16loop: stop using vfs_iter_{read,write} for buffered I/OChristoph Hellwig1-95/+17
2025-04-15loop: LOOP_SET_FD: send uevents for partitionsThomas Weißschuh1-1/+2
2025-04-15loop: properly send KOBJ_CHANGED uevent for disk deviceThomas Weißschuh1-2/+2
2025-04-15loop: aio inherit the ioprio of original requestYunlong Xing1-1/+1
2025-04-11Merge tag 'block-6.15-20250411' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-04-11null_blk: Use strscpy() instead of strscpy_pad() in null_add_dev()Thorsten Blum1-1/+1
2025-04-10Merge tag 'block-6.15-20250410' of git://git.kernel.dk/linuxLinus Torvalds1-35/+50
2025-04-09ublk: pass ublksrv_ctrl_cmd * instead of io_uring_cmd *Caleb Sander Mateos1-27/+19
2025-04-09ublk: don't fail request for recovery & reissue in case of ubq->cancelingMing Lei1-4/+5
2025-04-09ublk: fix handling recovery & reissue in ublk_abort_queue()Ming Lei1-4/+26
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner10-26/+26
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers2-2/+2
2025-04-04Merge tag 'io_uring-6.15-20250403' of git://git.kernel.dk/linuxLinus Torvalds1-44/+179
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-212/+202
2025-03-31Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-1/+1
2025-03-29ublk: specify io_cmd_buf pointer typeCaleb Sander Mateos1-4/+4
2025-03-29ublk: store req in ublk_uring_cmd_pdu for ublk_cmd_tw_cb()Caleb Sander Mateos1-7/+9
2025-03-29ublk: avoid redundant io->cmd in ublk_queue_cmd_list()Caleb Sander Mateos1-3/+3
2025-03-29ublk: get ubq from pdu in ublk_cmd_list_tw_cb()Caleb Sander Mateos1-1/+1
2025-03-29ublk: skip 1 NULL check in ublk_cmd_list_tw_cb() loopCaleb Sander Mateos1-2/+2
2025-03-29ublk: remove unused cmd argument to ublk_dispatch_req()Caleb Sander Mateos1-5/+2
2025-03-29ublk: rename ublk_rq_task_work_cb as ublk_cmd_tw_cbMing Lei1-3/+3
2025-03-29ublk: implement ->queue_rqs()Ming Lei1-20/+111
2025-03-29ublk: add segment parameterMing Lei1-1/+19
2025-03-29ublk: call io_uring_cmd_to_pdu to get uring_cmd pduMing Lei1-1/+1
2025-03-29ublk: add helper of ublk_need_map_io()Ming Lei1-4/+9
2025-03-29ublk: remove two unused fields from 'struct ublk_queue'Ming Lei1-2/+0
2025-03-29ublk: comment on ubq->canceling handling in ublk_queue_rq()Ming Lei1-0/+5
2025-03-29ublk: make sure ubq->canceling is set when queue is frozenMing Lei1-10/+29
2025-03-27Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds10-175/+259
2025-03-27Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-7/+49