summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-01selftests: ublk: track created devices for per-test cleanupMing Lei1-1/+12
2026-02-01selftests: ublk: add _ublk_del_dev helper functionMing Lei4-14/+15
2026-02-01selftests: ublk: refactor test_loop_08 into separate functionsMing Lei1-84/+115
2026-02-01selftests: ublk: simplify UBLK_TEST_DIR handlingMing Lei1-4/+1
2026-01-31ublk: remove "can't touch 'ublk_io' any more" commentsCaleb Sander Mateos1-2/+0
2026-01-31selftests: ublk: move test temp files into a sub directoryAlexander Atanasov1-3/+8
2026-01-31selftests: ublk: mark each test start and end time in dmesgAlexander Atanasov1-0/+2
2026-01-31selftests: ublk: disable partition scan for integrity testsMing Lei1-4/+4
2026-01-31selftests: ublk: refactor test_null_04 into separate functionsMing Lei1-154/+94
2026-01-31selftests: ublk: rename test_generic_15 to test_part_02Ming Lei2-1/+1
2026-01-31selftests: ublk: add selftest for UBLK_F_NO_AUTO_PART_SCANMing Lei4-2/+113
2026-01-31selftests: ublk: derive TID automatically from script nameMing Lei47-46/+5
2026-01-31ublk: add UBLK_F_NO_AUTO_PART_SCAN feature flagMing Lei2-4/+13
2026-01-31ublk: check list membership before cancelling batch fetch commandMing Lei1-3/+13
2026-01-31ublk: drop ublk_ctrl_start_recovery() header argumentCaleb Sander Mateos1-4/+3
2026-01-31ublk: use READ_ONCE() to read struct ublksrv_ctrl_cmdCaleb Sander Mateos1-25/+31
2026-01-31ublk: Validate SQE128 flag before accessing the cmdGovindarajulu Varadarajan1-3/+3
2026-01-30block: introduce bdev_rot()Damien Le Moal4-5/+10
2026-01-30ublk: restore auto buf unregister refcount optimizationCaleb Sander Mateos1-2/+2
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