summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2025-03-17zram: filter out recomp targets based on prioritySergey Senozhatsky1-9/+16
2025-03-17zram: limit max recompress prio to num_active_compsSergey Senozhatsky1-3/+12
2025-03-17zram: remove writestall zram_stats memberSergey Senozhatsky2-3/+1
2025-03-17zram: add GFP_NOWARN to incompressible zsmalloc handle allocationSergey Senozhatsky1-1/+2
2025-03-17zram: remove second stage of handle allocationSergey Senozhatsky1-32/+7
2025-03-17zram: remove max_comp_streams device attrSergey Senozhatsky1-23/+0
2025-03-17zram: remove unused crypto includeSergey Senozhatsky3-3/+3
2025-03-17zram: permit preemption with active compression streamSergey Senozhatsky3-25/+42
2025-03-17zram: sleepable entry lockingSergey Senozhatsky2-17/+52
2025-03-15Merge 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-08Merge 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-03-01io_uring/ublk: report error when unregister operation failsCaleb Sander Mateos1-2/+1
2025-02-28ublk: zc register/unregister bvecKeith Busch1-7/+52
2025-02-25loop: take the file system minimum dio alignment into accountChristoph Hellwig1-26/+34
2025-02-25loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksizeChristoph Hellwig1-1/+1
2025-02-25loop: set LO_FLAGS_DIRECT_IO in loop_assign_backing_fileChristoph Hellwig1-2/+2
2025-02-25loop: factor out a loop_assign_backing_file helperChristoph Hellwig1-10/+10
2025-02-18Revert "driver: block: release the lo_work_lock before queue_work"Zhaoyang Huang1-1/+1
2025-02-18null_blk: Switch to use hrtimer_setup()Nam Cao1-4/+3
2025-02-11loop: release the lo_work_lock before queue_workZhaoyang Huang1-1/+1
2025-02-07Merge tag 'block-6.14-20250207' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2025-02-03drivers/block/sunvdc.c: update the correct AIP callStephen Rothwell1-2/+2
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds8-25/+35
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig8-23/+34
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2025-01-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+25
2025-01-27loop: don't clear LO_FLAGS_PARTSCAN on LOOP_SET_STATUS{,64}Christoph Hellwig1-2/+1
2025-01-27virtio_blk: Add support for transport error recoveryIsrael Rukshin1-3/+25
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-135/+170
2025-01-27Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-01-26zram: remove zcomp_stream_put() from write_incompressible_page()Sergey Senozhatsky1-1/+0
2025-01-26zram: cond_resched() in writeback loopSergey Senozhatsky1-0/+2
2025-01-26zram: use zram_read_from_zspool() in writebackSergey Senozhatsky1-7/+4
2025-01-26zram: factor out different page types readSergey Senozhatsky1-33/+52