summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2026-01-20zram: rename zram_free_page()Sergey Senozhatsky
2026-01-20zram: move bd_stat to writeback sectionSergey Senozhatsky
2026-01-20zram: introduce writeback_compressed device attributeRichard Chang
2026-01-20zram: introduce compressed data writebackRichard Chang
2026-01-16Merge tag 'block-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-01-15rnbd-clt: fix refcount underflow in device unmap pathChaitanya Kulkarni
2026-01-13null_blk: fix kmemleak by releasing references to fault configfs itemsNilay Shroff
2026-01-12ublk: add UBLK_CMD_TRY_STOP_DEV commandYoav Cohen
2026-01-12ublk: make ublk_ctrl_stop_dev return voidYoav Cohen
2026-01-12ublk: optimize ublk_user_copy() on daemon taskCaleb Sander Mateos
2026-01-12ublk: support UBLK_F_INTEGRITYStanley Zhang
2026-01-12ublk: implement integrity user copyStanley Zhang
2026-01-12ublk: move offset check out of __ublk_check_and_get_req()Caleb Sander Mateos
2026-01-12ublk: inline ublk_check_and_get_req() into ublk_user_copy()Caleb Sander Mateos
2026-01-12ublk: split out ublk_user_copy() helperCaleb Sander Mateos
2026-01-12ublk: split out ublk_copy_user_bvec() helperCaleb Sander Mateos
2026-01-12ublk: set UBLK_IO_F_INTEGRITY in ublksrv_io_descCaleb Sander Mateos
2026-01-12ublk: support UBLK_PARAM_TYPE_INTEGRITY in device creationStanley Zhang
2026-01-12ublk: move ublk flag check functions earlierCaleb Sander Mateos
2026-01-11Merge branch 'block-6.19' into for-7.0/blockJens Axboe
2026-01-09Merge tag 'block-6.19-20260109' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-01-09ublk: fix use-after-free in ublk_partition_scan_workMing Lei
2026-01-07loop: add missing bd_abort_claiming in loop_set_statusTetsuo Handa
2026-01-06loop: don't change loop device under exclusive opener in loop_set_statusRaphael Pinsonneault-Thibeault
2026-01-06rnbd-srv: Zero the rsp buffer before using itMd Haris Iqbal
2026-01-06rnbd-srv: Fix server side setting of bi_size for special IOsFlorian-Ewald Mueller
2026-01-06rnbd-srv: fix the trace format for flagsJack Wang
2026-01-06block/rnbd-proto: Check and retain the NOUNMAP flag for requestsMd Haris Iqbal
2026-01-06block: rnbd: add .release to rnbd_dev_ktypeZhu Yanjun
2026-01-06block/rnbd-proto: Handle PREFLUSH flag properly for IOsMd Haris Iqbal
2026-01-02Merge tag 'block-6.19-20260102' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-12-29null_blk: Constify struct configfs_item_operations and configfs_group_operationsChristophe JAILLET
2025-12-28brd: replace simple_strtol with kstrtoul in ramdisk_sizeThorsten Blum
2025-12-28rnull: replace `kernel::c_str!` with C-StringsTamir Duberstein
2025-12-28ublk: scan partition in async wayMing Lei
2025-12-26Merge tag 'block-6.19-20251226' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-12-20block: rnbd-clt: Fix signedness bug in init_dev()Dan Carpenter
2025-12-20ublk: clean up user copy references on ublk server exitCaleb Sander Mateos
2025-12-20Merge tag 'block-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-12-18block: rnbd-clt: Fix leaked ID in init_dev()Thomas Fourier
2025-12-17ublk: fix deadlock when reading partition tableMing Lei
2025-12-15zloop: use READ_ONCE() to read lo->lo_state in queue_rq pathYongpeng Yang
2025-12-15loop: use READ_ONCE() to read lo->lo_state without lockingYongpeng Yang
2025-12-14Merge tag 'ceph-for-6.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2025-12-12Merge tag 'block-6.19-20251211' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-12-10rbd: stop selecting CRC32, CRYPTO, and CRYPTO_AESIlya Dryomov
2025-12-09ublk: don't mutate struct bio_vec in iterationCaleb Sander Mateos
2025-12-09Merge tag 'block-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-12-08ublk: allow non-blocking ctrl cmds in IO_URING_F_NONBLOCK issueCaleb Sander Mateos
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds