summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2025-03-28ublk: remove unused cmd argument to ublk_dispatch_req()Caleb Sander Mateos-5/+2
2025-03-28ublk: rename ublk_rq_task_work_cb as ublk_cmd_tw_cbMing Lei-3/+3
2025-03-28ublk: implement ->queue_rqs()Ming Lei-20/+111
2025-03-28ublk: add segment parameterMing Lei-1/+19
2025-03-28ublk: call io_uring_cmd_to_pdu to get uring_cmd pduMing Lei-1/+1
2025-03-28ublk: add helper of ublk_need_map_io()Ming Lei-4/+9
2025-03-28ublk: remove two unused fields from 'struct ublk_queue'Ming Lei-2/+0
2025-03-28ublk: comment on ubq->canceling handling in ublk_queue_rq()Ming Lei-0/+5
2025-03-28ublk: make sure ubq->canceling is set when queue is frozenMing Lei-10/+29
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds-175/+259
2025-03-26Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linuxLinus Torvalds-7/+49
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+3
2025-03-19ublk: remove io_cmds list in ublk_queueUday Shankar-35/+11
2025-03-18loop: move vfs_fsync() out of loop_update_dio()Ming Lei-6/+14
2025-03-16zram: add might_sleep to zcomp APISergey Senozhatsky-0/+2
2025-03-16zram: do not leak page on writeback_store error pathSergey Senozhatsky-2/+4
2025-03-16zram: do not leak page on recompress_store error pathSergey Senozhatsky-3/+3
2025-03-16zram: permit reclaim in zstd custom allocatorSergey Senozhatsky-10/+1
2025-03-16zram: switch to new zsmalloc object mapping APISergey Senozhatsky-19/+15
2025-03-16zram: move post-processing target allocationSergey Senozhatsky-28/+22
2025-03-16zram: rework recompression loopSergey Senozhatsky-34/+20
2025-03-16zram: filter out recomp targets based on prioritySergey Senozhatsky-9/+16
2025-03-16zram: limit max recompress prio to num_active_compsSergey Senozhatsky-3/+12
2025-03-16zram: remove writestall zram_stats memberSergey Senozhatsky-3/+1
2025-03-16zram: add GFP_NOWARN to incompressible zsmalloc handle allocationSergey Senozhatsky-1/+2
2025-03-16zram: remove second stage of handle allocationSergey Senozhatsky-32/+7
2025-03-16zram: remove max_comp_streams device attrSergey Senozhatsky-23/+0
2025-03-16zram: remove unused crypto includeSergey Senozhatsky-3/+3
2025-03-16zram: permit preemption with active compression streamSergey Senozhatsky-25/+42
2025-03-16zram: sleepable entry lockingSergey Senozhatsky-17/+52
2025-03-14Merge tag 'block-6.14-20250313' of git://git.kernel.dk/linuxLinus Torvalds-4/+5
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta-5/+5
2025-03-12block: change blk_mq_add_to_batch() third argument type to boolShin'ichiro Kawasaki-4/+5
2025-03-10rust: module: introduce `authors` keyGuilherme Giacomo Simoes-1/+1
2025-03-07Merge tag 'block-6.14-20250306' of git://git.kernel.dk/linuxLinus Torvalds-2/+5
2025-03-06badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing-2/+1
2025-03-06badblocks: return boolean from badblocks_set() and badblocks_clear()Zheng Qixing-7/+7
2025-03-05ublk: set_params: properly check if parameters can be appliedUday Shankar-2/+5
2025-03-04ublk: enforce ublks_max only for unprivileged devicesUday Shankar-15/+27
2025-03-04loop: Remove struct loop_func_tableZhu Yanjun-2/+0
2025-03-04ublk: don't cast registered buffer index to intCaleb Sander Mateos-8/+6
2025-03-03ublk: add DMA alignment limitMing Lei-1/+15
2025-03-03null_blk: do partial IO for bad blocksShin'ichiro Kawasaki-13/+40
2025-03-03null_blk: pass transfer size to null_handle_rq()Shin'ichiro Kawasaki-2/+14
2025-03-03null_blk: replace null_process_cmd() call in null_zone_write()Shin'ichiro Kawasaki-10/+21
2025-03-03null_blk: introduce badblocks_once parameterShin'ichiro Kawasaki-3/+9
2025-03-03null_blk: generate null_blk configfs features stringShin'ichiro Kawasaki-37/+49
2025-03-03ublk: complete command synchronously on errorCaleb Sander Mateos-5/+6
2025-02-28io_uring/ublk: report error when unregister operation failsCaleb Sander Mateos-2/+1
2025-02-28ublk: zc register/unregister bvecKeith Busch-7/+52