aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
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
2025-03-03null_blk: pass transfer size to null_handle_rq()Shin'ichiro Kawasaki1-2/+14
2025-03-03null_blk: replace null_process_cmd() call in null_zone_write()Shin'ichiro Kawasaki3-10/+21
2025-03-03null_blk: introduce badblocks_once parameterShin'ichiro Kawasaki2-3/+9
2025-03-03null_blk: generate null_blk configfs features stringShin'ichiro Kawasaki1-37/+49
2025-03-03ublk: complete command synchronously on errorCaleb Sander Mateos1-5/+6
2025-02-28io_uring/ublk: report error when unregister operation failsCaleb Sander Mateos1-2/+1
2025-02-28ublk: zc register/unregister bvecKeith Busch1-7/+52