summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
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
2025-03-10rust: module: introduce `authors` keyGuilherme Giacomo Simoes
2025-03-07Merge tag 'block-6.14-20250306' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-06badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing
2025-03-06badblocks: return boolean from badblocks_set() and badblocks_clear()Zheng Qixing
2025-03-05ublk: set_params: properly check if parameters can be appliedUday Shankar
2025-03-04ublk: enforce ublks_max only for unprivileged devicesUday Shankar
2025-03-04loop: Remove struct loop_func_tableZhu Yanjun
2025-03-04ublk: don't cast registered buffer index to intCaleb Sander Mateos
2025-03-03ublk: add DMA alignment limitMing Lei
2025-03-03null_blk: do partial IO for bad blocksShin'ichiro Kawasaki
2025-03-03null_blk: pass transfer size to null_handle_rq()Shin'ichiro Kawasaki
2025-03-03null_blk: replace null_process_cmd() call in null_zone_write()Shin'ichiro Kawasaki
2025-03-03null_blk: introduce badblocks_once parameterShin'ichiro Kawasaki
2025-03-03null_blk: generate null_blk configfs features stringShin'ichiro Kawasaki
2025-03-03ublk: complete command synchronously on errorCaleb Sander Mateos
2025-02-28io_uring/ublk: report error when unregister operation failsCaleb Sander Mateos
2025-02-28ublk: zc register/unregister bvecKeith Busch
2025-02-24loop: take the file system minimum dio alignment into accountChristoph Hellwig
2025-02-24loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksizeChristoph Hellwig
2025-02-24loop: set LO_FLAGS_DIRECT_IO in loop_assign_backing_fileChristoph Hellwig
2025-02-24loop: factor out a loop_assign_backing_file helperChristoph Hellwig
2025-02-18Revert "driver: block: release the lo_work_lock before queue_work"Zhaoyang Huang
2025-02-18null_blk: Switch to use hrtimer_setup()Nam Cao
2025-02-11loop: release the lo_work_lock before queue_workZhaoyang Huang
2025-02-07Merge tag 'block-6.14-20250207' of git://git.kernel.dk/linuxLinus Torvalds
2025-02-02drivers/block/sunvdc.c: update the correct AIP callStephen Rothwell
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2025-01-27loop: don't clear LO_FLAGS_PARTSCAN on LOOP_SET_STATUS{,64}Christoph Hellwig
2025-01-27virtio_blk: Add support for transport error recoveryIsrael Rukshin
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-01-25zram: remove zcomp_stream_put() from write_incompressible_page()Sergey Senozhatsky