summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
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-30Merge 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-28ublk: store req in ublk_uring_cmd_pdu for ublk_cmd_tw_cb()Caleb Sander Mateos1-7/+9
2025-03-28ublk: avoid redundant io->cmd in ublk_queue_cmd_list()Caleb Sander Mateos1-3/+3
2025-03-28ublk: get ubq from pdu in ublk_cmd_list_tw_cb()Caleb Sander Mateos1-1/+1
2025-03-28ublk: skip 1 NULL check in ublk_cmd_list_tw_cb() loopCaleb Sander Mateos1-2/+2
2025-03-28ublk: remove unused cmd argument to ublk_dispatch_req()Caleb Sander Mateos1-5/+2
2025-03-28ublk: rename ublk_rq_task_work_cb as ublk_cmd_tw_cbMing Lei1-3/+3
2025-03-28ublk: implement ->queue_rqs()Ming Lei1-20/+111
2025-03-28ublk: add segment parameterMing Lei1-1/+19
2025-03-28ublk: call io_uring_cmd_to_pdu to get uring_cmd pduMing Lei1-1/+1
2025-03-28ublk: add helper of ublk_need_map_io()Ming Lei1-4/+9
2025-03-28ublk: remove two unused fields from 'struct ublk_queue'Ming Lei1-2/+0
2025-03-28ublk: comment on ubq->canceling handling in ublk_queue_rq()Ming Lei1-0/+5
2025-03-28ublk: make sure ubq->canceling is set when queue is frozenMing Lei1-10/+29
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds10-175/+259
2025-03-26Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-7/+49
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+3
2025-03-19ublk: remove io_cmds list in ublk_queueUday Shankar1-35/+11
2025-03-18loop: move vfs_fsync() out of loop_update_dio()Ming Lei1-6/+14
2025-03-16zram: add might_sleep to zcomp APISergey Senozhatsky1-0/+2
2025-03-16zram: do not leak page on writeback_store error pathSergey Senozhatsky1-2/+4
2025-03-16zram: do not leak page on recompress_store error pathSergey Senozhatsky1-3/+3
2025-03-16zram: permit reclaim in zstd custom allocatorSergey Senozhatsky1-10/+1
2025-03-16zram: switch to new zsmalloc object mapping APISergey Senozhatsky3-19/+15
2025-03-16zram: move post-processing target allocationSergey Senozhatsky1-28/+22
2025-03-16zram: rework recompression loopSergey Senozhatsky1-34/+20
2025-03-16zram: filter out recomp targets based on prioritySergey Senozhatsky1-9/+16
2025-03-16zram: limit max recompress prio to num_active_compsSergey Senozhatsky1-3/+12
2025-03-16zram: remove writestall zram_stats memberSergey Senozhatsky2-3/+1
2025-03-16zram: add GFP_NOWARN to incompressible zsmalloc handle allocationSergey Senozhatsky1-1/+2
2025-03-16zram: remove second stage of handle allocationSergey Senozhatsky1-32/+7
2025-03-16zram: remove max_comp_streams device attrSergey Senozhatsky1-23/+0
2025-03-16zram: remove unused crypto includeSergey Senozhatsky3-3/+3
2025-03-16zram: permit preemption with active compression streamSergey Senozhatsky3-25/+42
2025-03-16zram: sleepable entry lockingSergey Senozhatsky2-17/+52
2025-03-14Merge tag 'block-6.14-20250313' of git://git.kernel.dk/linuxLinus Torvalds2-4/+5
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta5-5/+5
2025-03-12block: change blk_mq_add_to_batch() third argument type to boolShin'ichiro Kawasaki2-4/+5
2025-03-10rust: module: introduce `authors` keyGuilherme Giacomo Simoes1-1/+1
2025-03-07Merge tag 'block-6.14-20250306' of git://git.kernel.dk/linuxLinus Torvalds1-2/+5
2025-03-06badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing1-2/+1
2025-03-06badblocks: return boolean from badblocks_set() and badblocks_clear()Zheng Qixing1-7/+7
2025-03-05ublk: set_params: properly check if parameters can be appliedUday Shankar1-2/+5
2025-03-04ublk: enforce ublks_max only for unprivileged devicesUday Shankar1-15/+27
2025-03-04loop: Remove struct loop_func_tableZhu Yanjun1-2/+0
2025-03-04ublk: don't cast registered buffer index to intCaleb Sander Mateos1-8/+6
2025-03-03ublk: add DMA alignment limitMing Lei1-1/+15
2025-03-03null_blk: do partial IO for bad blocksShin'ichiro Kawasaki3-13/+40