summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2026-01-23ublk: handle UBLK_U_IO_COMMIT_IO_CMDSMing Lei1-2/+101
2026-01-23ublk: handle UBLK_U_IO_PREP_IO_CMDSMing Lei1-1/+190
2026-01-23ublk: add new batch command UBLK_U_IO_PREP_IO_CMDS & UBLK_U_IO_COMMIT_IO_CMDSMing Lei1-1/+86
2026-01-23ublk: prepare for not tracking task context for command batchMing Lei1-1/+4
2026-01-23ublk: define ublk_ch_batch_io_fops for the coming feature F_BATCH_IOMing Lei1-1/+25
2026-01-21ublk: fix ublksrv pid handling for pid namespacesSeamus Connor1-5/+34
2026-01-21array_size.h: add ARRAY_END()Alejandro Colomar1-2/+0
2026-01-21zram: remove KMSG_COMPONENT macroHeiko Carstens1-2/+1
2026-01-21zram: drop pp_in_progressSergey Senozhatsky2-25/+8
2026-01-21zram: fixup read_block_state()Sergey Senozhatsky1-5/+2
2026-01-21zram: trivial fix of recompress_slot() coding stylesSergey Senozhatsky1-5/+6
2026-01-21zram: rename internal slot APISergey Senozhatsky1-181/+182
2026-01-21zram: use u32 for entry ac_time trackingSergey Senozhatsky2-32/+37
2026-01-21zram: consolidate device-attr declarationsSergey Senozhatsky1-4/+3
2026-01-21zram: switch to guard() for init_lockSergey Senozhatsky1-134/+77
2026-01-21zram: rename zram_free_page()Sergey Senozhatsky1-10/+10
2026-01-21zram: move bd_stat to writeback sectionSergey Senozhatsky1-27/+21
2026-01-21zram: introduce writeback_compressed device attributeRichard Chang1-0/+38
2026-01-21zram: introduce compressed data writebackRichard Chang2-53/+227
2026-01-17Merge tag 'block-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+11
2026-01-15rnbd-clt: fix refcount underflow in device unmap pathChaitanya Kulkarni1-1/+0
2026-01-13null_blk: fix kmemleak by releasing references to fault configfs itemsNilay Shroff1-1/+11
2026-01-13ublk: add UBLK_CMD_TRY_STOP_DEV commandYoav Cohen1-2/+42
2026-01-13ublk: make ublk_ctrl_stop_dev return voidYoav Cohen1-3/+3
2026-01-12ublk: optimize ublk_user_copy() on daemon taskCaleb Sander Mateos1-5/+18
2026-01-12ublk: support UBLK_F_INTEGRITYStanley Zhang1-1/+2
2026-01-12ublk: implement integrity user copyStanley Zhang1-2/+51
2026-01-12ublk: move offset check out of __ublk_check_and_get_req()Caleb Sander Mateos1-7/+9
2026-01-12ublk: inline ublk_check_and_get_req() into ublk_user_copy()Caleb Sander Mateos1-33/+18
2026-01-12ublk: split out ublk_user_copy() helperCaleb Sander Mateos1-16/+10
2026-01-12ublk: split out ublk_copy_user_bvec() helperCaleb Sander Mateos1-22/+30
2026-01-12ublk: set UBLK_IO_F_INTEGRITY in ublksrv_io_descCaleb Sander Mateos1-0/+3
2026-01-12ublk: support UBLK_PARAM_TYPE_INTEGRITY in device creationStanley Zhang1-1/+100
2026-01-12ublk: move ublk flag check functions earlierCaleb Sander Mateos1-30/+30
2026-01-11Merge branch 'block-6.19' into for-7.0/blockJens Axboe2-15/+72
2026-01-10Merge tag 'block-6.19-20260109' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-27/+55
2026-01-09ublk: fix use-after-free in ublk_partition_scan_workMing Lei1-15/+22
2026-01-07loop: add missing bd_abort_claiming in loop_set_statusTetsuo Handa1-1/+3
2026-01-06loop: don't change loop device under exclusive opener in loop_set_statusRaphael Pinsonneault-Thibeault1-11/+30
2026-01-06rnbd-srv: Zero the rsp buffer before using itMd Haris Iqbal1-0/+3
2026-01-06rnbd-srv: Fix server side setting of bi_size for special IOsFlorian-Ewald Mueller1-10/+23
2026-01-06rnbd-srv: fix the trace format for flagsJack Wang1-20/+2
2026-01-06block/rnbd-proto: Check and retain the NOUNMAP flag for requestsMd Haris Iqbal1-2/+10
2026-01-06block: rnbd: add .release to rnbd_dev_ktypeZhu Yanjun2-8/+18
2026-01-06block/rnbd-proto: Handle PREFLUSH flag properly for IOsMd Haris Iqbal1-1/+9
2026-01-02Merge tag 'block-6.19-20260102' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+32
2025-12-29null_blk: Constify struct configfs_item_operations and configfs_group_operationsChristophe JAILLET1-2/+2
2025-12-29brd: replace simple_strtol with kstrtoul in ramdisk_sizeThorsten Blum1-2/+1
2025-12-29rnull: replace `kernel::c_str!` with C-StringsTamir Duberstein1-1/+1
2025-12-28ublk: scan partition in async wayMing Lei1-3/+32