summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2025-04-11Merge tag 'block-6.15-20250411' of git://git.kernel.dk/linuxLinus Torvalds
2025-04-11null_blk: Use strscpy() instead of strscpy_pad() in null_add_dev()Thorsten Blum
2025-04-10Merge tag 'block-6.15-20250410' of git://git.kernel.dk/linuxLinus Torvalds
2025-04-09ublk: pass ublksrv_ctrl_cmd * instead of io_uring_cmd *Caleb Sander Mateos
2025-04-09ublk: don't fail request for recovery & reissue in case of ubq->cancelingMing Lei
2025-04-09ublk: fix handling recovery & reissue in ublk_abort_queue()Ming Lei
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers
2025-04-03Merge tag 'io_uring-6.15-20250403' of git://git.kernel.dk/linuxLinus Torvalds
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-03-29ublk: specify io_cmd_buf pointer typeCaleb Sander Mateos
2025-03-28ublk: store req in ublk_uring_cmd_pdu for ublk_cmd_tw_cb()Caleb Sander Mateos
2025-03-28ublk: avoid redundant io->cmd in ublk_queue_cmd_list()Caleb Sander Mateos
2025-03-28ublk: get ubq from pdu in ublk_cmd_list_tw_cb()Caleb Sander Mateos
2025-03-28ublk: skip 1 NULL check in ublk_cmd_list_tw_cb() loopCaleb Sander Mateos
2025-03-28ublk: remove unused cmd argument to ublk_dispatch_req()Caleb Sander Mateos
2025-03-28ublk: rename ublk_rq_task_work_cb as ublk_cmd_tw_cbMing Lei
2025-03-28ublk: implement ->queue_rqs()Ming Lei
2025-03-28ublk: add segment parameterMing Lei
2025-03-28ublk: call io_uring_cmd_to_pdu to get uring_cmd pduMing Lei
2025-03-28ublk: add helper of ublk_need_map_io()Ming Lei
2025-03-28ublk: remove two unused fields from 'struct ublk_queue'Ming Lei
2025-03-28ublk: comment on ubq->canceling handling in ublk_queue_rq()Ming Lei
2025-03-28ublk: make sure ubq->canceling is set when queue is frozenMing Lei
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-26Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-19ublk: remove io_cmds list in ublk_queueUday Shankar
2025-03-18loop: move vfs_fsync() out of loop_update_dio()Ming Lei
2025-03-16zram: add might_sleep to zcomp APISergey Senozhatsky
2025-03-16zram: do not leak page on writeback_store error pathSergey Senozhatsky
2025-03-16zram: do not leak page on recompress_store error pathSergey Senozhatsky
2025-03-16zram: permit reclaim in zstd custom allocatorSergey Senozhatsky
2025-03-16zram: switch to new zsmalloc object mapping APISergey Senozhatsky
2025-03-16zram: move post-processing target allocationSergey Senozhatsky
2025-03-16zram: rework recompression loopSergey Senozhatsky
2025-03-16zram: filter out recomp targets based on prioritySergey Senozhatsky
2025-03-16zram: limit max recompress prio to num_active_compsSergey Senozhatsky
2025-03-16zram: remove writestall zram_stats memberSergey Senozhatsky
2025-03-16zram: add GFP_NOWARN to incompressible zsmalloc handle allocationSergey Senozhatsky
2025-03-16zram: remove second stage of handle allocationSergey Senozhatsky
2025-03-16zram: remove max_comp_streams device attrSergey Senozhatsky
2025-03-16zram: remove unused crypto includeSergey Senozhatsky
2025-03-16zram: permit preemption with active compression streamSergey Senozhatsky
2025-03-16zram: sleepable entry lockingSergey Senozhatsky
2025-03-14Merge tag 'block-6.14-20250313' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta
2025-03-12block: change blk_mq_add_to_batch() third argument type to boolShin'ichiro Kawasaki