summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2026-01-23ublk: rename auto buffer registration helpersMing Lei-13/+26
2026-01-23ublk: fix canceling flag handling in batch I/O recoveryMing Lei-3/+8
2026-01-23ublk: move ublk_mark_io_ready() out of __ublk_fetch()Ming Lei-1/+5
2026-01-22ublk: fix batch I/O recovery -ENODEV errorMing Lei-32/+60
2026-01-22ublk: implement batch request completion via blk_mq_end_request_batch()Ming Lei-8/+17
2026-01-22ublk: add new feature UBLK_F_BATCH_IOMing Lei-8/+52
2026-01-22ublk: abort requests filled in event kfifoMing Lei-1/+23
2026-01-22ublk: refactor ublk_queue_rq() and add ublk_batch_queue_rq()Ming Lei-10/+46
2026-01-22ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processingMing Lei-8/+386
2026-01-22ublk: add batch I/O dispatch infrastructureMing Lei-0/+195
2026-01-22ublk: add io events fifo structureMing Lei-6/+63
2026-01-22ublk: handle UBLK_U_IO_COMMIT_IO_CMDSMing Lei-2/+101
2026-01-22ublk: handle UBLK_U_IO_PREP_IO_CMDSMing Lei-1/+190
2026-01-22ublk: add new batch command UBLK_U_IO_PREP_IO_CMDS & UBLK_U_IO_COMMIT_IO_CMDSMing Lei-1/+86
2026-01-22ublk: prepare for not tracking task context for command batchMing Lei-1/+4
2026-01-22ublk: define ublk_ch_batch_io_fops for the coming feature F_BATCH_IOMing Lei-1/+25
2026-01-21ublk: fix ublksrv pid handling for pid namespacesSeamus Connor-5/+34
2026-01-20array_size.h: add ARRAY_END()Alejandro Colomar-2/+0
2026-01-20zram: remove KMSG_COMPONENT macroHeiko Carstens-2/+1
2026-01-20zram: drop pp_in_progressSergey Senozhatsky-25/+8
2026-01-20zram: fixup read_block_state()Sergey Senozhatsky-5/+2
2026-01-20zram: trivial fix of recompress_slot() coding stylesSergey Senozhatsky-5/+6
2026-01-20zram: rename internal slot APISergey Senozhatsky-181/+182
2026-01-20zram: use u32 for entry ac_time trackingSergey Senozhatsky-32/+37
2026-01-20zram: consolidate device-attr declarationsSergey Senozhatsky-4/+3
2026-01-20zram: switch to guard() for init_lockSergey Senozhatsky-134/+77
2026-01-20zram: rename zram_free_page()Sergey Senozhatsky-10/+10
2026-01-20zram: move bd_stat to writeback sectionSergey Senozhatsky-27/+21
2026-01-20zram: introduce writeback_compressed device attributeRichard Chang-0/+38
2026-01-20zram: introduce compressed data writebackRichard Chang-53/+227
2026-01-16Merge tag 'block-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+11
2026-01-15rnbd-clt: fix refcount underflow in device unmap pathChaitanya Kulkarni-1/+0
2026-01-13null_blk: fix kmemleak by releasing references to fault configfs itemsNilay Shroff-1/+11
2026-01-12ublk: add UBLK_CMD_TRY_STOP_DEV commandYoav Cohen-2/+42
2026-01-12ublk: make ublk_ctrl_stop_dev return voidYoav Cohen-3/+3
2026-01-12ublk: optimize ublk_user_copy() on daemon taskCaleb Sander Mateos-5/+18
2026-01-12ublk: support UBLK_F_INTEGRITYStanley Zhang-1/+2
2026-01-12ublk: implement integrity user copyStanley Zhang-2/+51
2026-01-12ublk: move offset check out of __ublk_check_and_get_req()Caleb Sander Mateos-7/+9
2026-01-12ublk: inline ublk_check_and_get_req() into ublk_user_copy()Caleb Sander Mateos-33/+18
2026-01-12ublk: split out ublk_user_copy() helperCaleb Sander Mateos-16/+10
2026-01-12ublk: split out ublk_copy_user_bvec() helperCaleb Sander Mateos-22/+30
2026-01-12ublk: set UBLK_IO_F_INTEGRITY in ublksrv_io_descCaleb Sander Mateos-0/+3
2026-01-12ublk: support UBLK_PARAM_TYPE_INTEGRITY in device creationStanley Zhang-1/+100
2026-01-12ublk: move ublk flag check functions earlierCaleb Sander Mateos-30/+30
2026-01-11Merge branch 'block-6.19' into for-7.0/blockJens Axboe-15/+72
2026-01-09Merge tag 'block-6.19-20260109' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-27/+55
2026-01-09ublk: fix use-after-free in ublk_partition_scan_workMing Lei-15/+22
2026-01-07loop: add missing bd_abort_claiming in loop_set_statusTetsuo Handa-1/+3
2026-01-06loop: don't change loop device under exclusive opener in loop_set_statusRaphael Pinsonneault-Thibeault-11/+30