index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
2026-02-02
md: fix return value of mddev_trylock
Xiao Ni
2026-02-02
md/raid1: fix memory leak in raid1_run()
Zilin Guan
2026-01-31
ublk: remove "can't touch 'ublk_io' any more" comments
Caleb Sander Mateos
2026-01-31
ublk: add UBLK_F_NO_AUTO_PART_SCAN feature flag
Ming Lei
2026-01-31
ublk: check list membership before cancelling batch fetch command
Ming Lei
2026-01-31
ublk: drop ublk_ctrl_start_recovery() header argument
Caleb Sander Mateos
2026-01-31
ublk: use READ_ONCE() to read struct ublksrv_ctrl_cmd
Caleb Sander Mateos
2026-01-31
ublk: Validate SQE128 flag before accessing the cmd
Govindarajulu Varadarajan
2026-01-30
block: introduce bdev_rot()
Damien Le Moal
2026-01-29
ublk: restore auto buf unregister refcount optimization
Caleb Sander Mateos
2026-01-29
ublk: document IO reference counting design
Ming Lei
2026-01-27
rnbd-clt: fix refcount underflow in device unmap path
Chaitanya Kulkarni
2026-01-27
block: rnull: remove imports available via prelude
Gary Guo
2026-01-26
md raid: fix hang when stopping arrays with metadata through dm-raid
Heinz Mauelshagen
2026-01-26
md-cluster: fix NULL pointer dereference in process_metadata_update
Jiasheng Jiang
2026-01-26
md/bitmap: fix GPF in write_page caused by resize race
Jack Wang
2026-01-26
md/md-llbitmap: fix percpu_ref not resurrected on suspend timeout
Yu Kuai
2026-01-26
md/raid5: fix IO hang with degraded array with llbitmap
Yu Kuai
2026-01-26
md: remove recovery_disabled
Li Nan
2026-01-26
md/raid10: cleanup skip handling in raid10_sync_request
Li Nan
2026-01-26
md/raid10: fix any_working flag handling in raid10_sync_request
Li Nan
2026-01-26
md: move finish_reshape to md_finish_sync()
Li Nan
2026-01-26
md: factor out sync completion update into helper
Li Nan
2026-01-26
md: remove MD_RECOVERY_ERROR handling and simplify resync_offset update
Li Nan
2026-01-26
md: update curr_resync_completed even when MD_RECOVERY_INTR is set
Li Nan
2026-01-26
md: mark rdev Faulty when badblocks setting fails
Li Nan
2026-01-26
md: break remaining operations on badblocks set failure in narrow_write_error
Li Nan
2026-01-26
md/raid1,raid10: support narrow_write_error when badblocks is disabled
Li Nan
2026-01-26
md: factor error handling out of md_done_sync into helper
Li Nan
2026-01-26
md/raid1: simplify uptodate handling in end_sync_write
Li Nan
2026-01-26
md/raid5: make sure max_sectors is not less than io_opt
Yu Kuai
2026-01-26
md/raid5: use mempool to allocate stripe_request_ctx
Yu Kuai
2026-01-26
md: merge mddev serialize_policy into mddev_flags
Yu Kuai
2026-01-26
md: merge mddev faillast_dev into mddev_flags
Yu Kuai
2026-01-26
md: merge mddev has_superblock into mddev_flags
Yu Kuai
2026-01-26
md/raid5: fix raid5_run() to return error when log_init() fails
Yu Kuai
2026-01-23
ublk: rename auto buffer registration helpers
Ming Lei
2026-01-23
ublk: fix canceling flag handling in batch I/O recovery
Ming Lei
2026-01-23
ublk: move ublk_mark_io_ready() out of __ublk_fetch()
Ming Lei
2026-01-22
ublk: fix batch I/O recovery -ENODEV error
Ming Lei
2026-01-22
ublk: implement batch request completion via blk_mq_end_request_batch()
Ming Lei
2026-01-22
ublk: add new feature UBLK_F_BATCH_IO
Ming Lei
2026-01-22
ublk: abort requests filled in event kfifo
Ming Lei
2026-01-22
ublk: refactor ublk_queue_rq() and add ublk_batch_queue_rq()
Ming Lei
2026-01-22
ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processing
Ming Lei
2026-01-22
ublk: add batch I/O dispatch infrastructure
Ming Lei
2026-01-22
ublk: add io events fifo structure
Ming Lei
2026-01-22
ublk: handle UBLK_U_IO_COMMIT_IO_CMDS
Ming Lei
2026-01-22
ublk: handle UBLK_U_IO_PREP_IO_CMDS
Ming Lei
2026-01-22
ublk: add new batch command UBLK_U_IO_PREP_IO_CMDS & UBLK_U_IO_COMMIT_IO_CMDS
Ming Lei
[next]