summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2026-02-02md: fix return value of mddev_trylockXiao Ni
2026-02-02md/raid1: fix memory leak in raid1_run()Zilin Guan
2026-01-31ublk: remove "can't touch 'ublk_io' any more" commentsCaleb Sander Mateos
2026-01-31ublk: add UBLK_F_NO_AUTO_PART_SCAN feature flagMing Lei
2026-01-31ublk: check list membership before cancelling batch fetch commandMing Lei
2026-01-31ublk: drop ublk_ctrl_start_recovery() header argumentCaleb Sander Mateos
2026-01-31ublk: use READ_ONCE() to read struct ublksrv_ctrl_cmdCaleb Sander Mateos
2026-01-31ublk: Validate SQE128 flag before accessing the cmdGovindarajulu Varadarajan
2026-01-30block: introduce bdev_rot()Damien Le Moal
2026-01-29ublk: restore auto buf unregister refcount optimizationCaleb Sander Mateos
2026-01-29ublk: document IO reference counting designMing Lei
2026-01-27rnbd-clt: fix refcount underflow in device unmap pathChaitanya Kulkarni
2026-01-27block: rnull: remove imports available via preludeGary Guo
2026-01-26md raid: fix hang when stopping arrays with metadata through dm-raidHeinz Mauelshagen
2026-01-26md-cluster: fix NULL pointer dereference in process_metadata_updateJiasheng Jiang
2026-01-26md/bitmap: fix GPF in write_page caused by resize raceJack Wang
2026-01-26md/md-llbitmap: fix percpu_ref not resurrected on suspend timeoutYu Kuai
2026-01-26md/raid5: fix IO hang with degraded array with llbitmapYu Kuai
2026-01-26md: remove recovery_disabledLi Nan
2026-01-26md/raid10: cleanup skip handling in raid10_sync_requestLi Nan
2026-01-26md/raid10: fix any_working flag handling in raid10_sync_requestLi Nan
2026-01-26md: move finish_reshape to md_finish_sync()Li Nan
2026-01-26md: factor out sync completion update into helperLi Nan
2026-01-26md: remove MD_RECOVERY_ERROR handling and simplify resync_offset updateLi Nan
2026-01-26md: update curr_resync_completed even when MD_RECOVERY_INTR is setLi Nan
2026-01-26md: mark rdev Faulty when badblocks setting failsLi Nan
2026-01-26md: break remaining operations on badblocks set failure in narrow_write_errorLi Nan
2026-01-26md/raid1,raid10: support narrow_write_error when badblocks is disabledLi Nan
2026-01-26md: factor error handling out of md_done_sync into helperLi Nan
2026-01-26md/raid1: simplify uptodate handling in end_sync_writeLi Nan
2026-01-26md/raid5: make sure max_sectors is not less than io_optYu Kuai
2026-01-26md/raid5: use mempool to allocate stripe_request_ctxYu Kuai
2026-01-26md: merge mddev serialize_policy into mddev_flagsYu Kuai
2026-01-26md: merge mddev faillast_dev into mddev_flagsYu Kuai
2026-01-26md: merge mddev has_superblock into mddev_flagsYu Kuai
2026-01-26md/raid5: fix raid5_run() to return error when log_init() failsYu Kuai
2026-01-23ublk: rename auto buffer registration helpersMing Lei
2026-01-23ublk: fix canceling flag handling in batch I/O recoveryMing Lei
2026-01-23ublk: move ublk_mark_io_ready() out of __ublk_fetch()Ming Lei
2026-01-22ublk: fix batch I/O recovery -ENODEV errorMing Lei
2026-01-22ublk: implement batch request completion via blk_mq_end_request_batch()Ming Lei
2026-01-22ublk: add new feature UBLK_F_BATCH_IOMing Lei
2026-01-22ublk: abort requests filled in event kfifoMing Lei
2026-01-22ublk: refactor ublk_queue_rq() and add ublk_batch_queue_rq()Ming Lei
2026-01-22ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processingMing Lei
2026-01-22ublk: add batch I/O dispatch infrastructureMing Lei
2026-01-22ublk: add io events fifo structureMing Lei
2026-01-22ublk: handle UBLK_U_IO_COMMIT_IO_CMDSMing Lei
2026-01-22ublk: handle UBLK_U_IO_PREP_IO_CMDSMing Lei
2026-01-22ublk: add new batch command UBLK_U_IO_PREP_IO_CMDS & UBLK_U_IO_COMMIT_IO_CMDSMing Lei