summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
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
2025-02-24loop: take the file system minimum dio alignment into accountChristoph Hellwig-26/+34
2025-02-24loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksizeChristoph Hellwig-1/+1
2025-02-24loop: set LO_FLAGS_DIRECT_IO in loop_assign_backing_fileChristoph Hellwig-2/+2
2025-02-24loop: factor out a loop_assign_backing_file helperChristoph Hellwig-10/+10
2025-02-18Revert "driver: block: release the lo_work_lock before queue_work"Zhaoyang Huang-1/+1
2025-02-18null_blk: Switch to use hrtimer_setup()Nam Cao-4/+3
2025-02-11loop: release the lo_work_lock before queue_workZhaoyang Huang-1/+1
2025-02-07Merge tag 'block-6.14-20250207' of git://git.kernel.dk/linuxLinus Torvalds-2/+2
2025-02-02drivers/block/sunvdc.c: update the correct AIP callStephen Rothwell-2/+2