summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-29block: introduce blk_queue_rot()Damien Le Moal5-20/+16
2026-01-29block: cleanup queue limit features definitionDamien Le Moal1-4/+3
2026-01-29ublk: document IO reference counting designMing Lei1-0/+89
2026-01-28block: Replace snprintf with strscpy in check_partitionThorsten Blum1-1/+2
2026-01-28rnbd-clt: fix refcount underflow in device unmap pathChaitanya Kulkarni1-1/+0
2026-01-27block: rnull: remove imports available via preludeGary Guo2-4/+0
2026-01-27Merge tag 'md-7.0-20260127' of git://git.kernel.org/pub/scm/linux/kernel/git/...Jens Axboe13-353/+310
2026-01-27block: remove bio_last_bvec_allKeith Busch2-7/+0
2026-01-26md raid: fix hang when stopping arrays with metadata through dm-raidHeinz Mauelshagen1-6/+8
2026-01-26md-cluster: fix NULL pointer dereference in process_metadata_updateJiasheng Jiang1-1/+6
2026-01-26md/bitmap: fix GPF in write_page caused by resize raceJack Wang1-1/+2
2026-01-26md/md-llbitmap: fix percpu_ref not resurrected on suspend timeoutYu Kuai1-1/+3
2026-01-26md/raid5: fix IO hang with degraded array with llbitmapYu Kuai1-1/+6
2026-01-26md: remove recovery_disabledLi Nan8-51/+4
2026-01-26md/raid10: cleanup skip handling in raid10_sync_requestLi Nan1-74/+22
2026-01-26md/raid10: fix any_working flag handling in raid10_sync_requestLi Nan1-1/+1
2026-01-26md: move finish_reshape to md_finish_sync()Li Nan1-9/+6
2026-01-26md: factor out sync completion update into helperLi Nan1-35/+47
2026-01-26md: remove MD_RECOVERY_ERROR handling and simplify resync_offset updateLi Nan2-19/+4
2026-01-26md: update curr_resync_completed even when MD_RECOVERY_INTR is setLi Nan1-1/+1
2026-01-26md: mark rdev Faulty when badblocks setting failsLi Nan4-45/+32
2026-01-26md: break remaining operations on badblocks set failure in narrow_write_errorLi Nan2-22/+24
2026-01-26md/raid1,raid10: support narrow_write_error when badblocks is disabledLi Nan2-8/+8
2026-01-26md: factor error handling out of md_done_sync into helperLi Nan5-26/+33
2026-01-26md/raid1: simplify uptodate handling in end_sync_writeLi Nan1-3/+2
2026-01-26md/raid5: make sure max_sectors is not less than io_optYu Kuai2-10/+29
2026-01-26md/raid5: use mempool to allocate stripe_request_ctxYu Kuai4-27/+45
2026-01-26md: merge mddev serialize_policy into mddev_flagsYu Kuai6-16/+22
2026-01-26md: merge mddev faillast_dev into mddev_flagsYu Kuai6-11/+18
2026-01-26md: merge mddev has_superblock into mddev_flagsYu Kuai2-4/+5
2026-01-26md/raid5: fix raid5_run() to return error when log_init() failsYu Kuai1-1/+2
2026-01-25selftests: ublk: add missing gitignore for metadata_size binaryAlexander Atanasov1-2/+4
2026-01-23ublk: rename auto buffer registration helpersMing Lei1-13/+26
2026-01-23selftests: ublk: fix test nameMing Lei2-2/+2
2026-01-23ublk: fix canceling flag handling in batch I/O recoveryMing Lei1-3/+8
2026-01-23ublk: move ublk_mark_io_ready() out of __ublk_fetch()Ming Lei1-1/+5
2026-01-23selftests: ublk: support arbitrary threads/queues combinationMing Lei6-48/+302
2026-01-23selftests: ublk: add --batch/-b for enabling F_BATCH_IOMing Lei7-2/+148
2026-01-23selftests: ublk: increase timeout to 150 secondsMing Lei2-0/+3
2026-01-23selftests: ublk: handle UBLK_U_IO_FETCH_IO_CMDSMing Lei3-4/+159
2026-01-23selftests: ublk: handle UBLK_U_IO_COMMIT_IO_CMDSMing Lei3-29/+122
2026-01-23selftests: ublk: handle UBLK_U_IO_PREP_IO_CMDSMing Lei3-12/+174
2026-01-23selftests: ublk: add batch buffer management infrastructureMing Lei4-3/+282
2026-01-23selftests: ublk: add ublk_io_buf_idx() for returning io buffer indexMing Lei5-20/+33
2026-01-23selftests: ublk: replace assert() with ublk_assert()Ming Lei6-9/+19
2026-01-23selftests: ublk: fix user_data truncation for tgt_data >= 256Ming Lei1-1/+1
2026-01-23ublk: fix batch I/O recovery -ENODEV errorMing Lei1-32/+60
2026-01-23ublk: implement batch request completion via blk_mq_end_request_batch()Ming Lei1-8/+17
2026-01-23ublk: document feature UBLK_F_BATCH_IOMing Lei1-4/+60
2026-01-23ublk: add new feature UBLK_F_BATCH_IOMing Lei2-8/+67