index
:
linux.git
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
md-linear.c
Age
Commit message (
Expand
)
Author
2025-10-02
Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-09-17
md: init queue_limits->max_hw_wzeroes_unmap_sectors parameter
Zhang Yi
2025-09-10
md/md-linear: convert to use bio_submit_split_bioset()
Yu Kuai
2025-09-10
md: fix mssing blktrace bio split events
Yu Kuai
2025-03-05
md: switch personalities to use md_submodule_head
Yu Kuai
2025-01-31
md: Fix linear_set_limits()
Bart Van Assche
2025-01-16
md/md-linear: Fix a NULL vs IS_ERR() bug in linear_add()
Dan Carpenter
2025-01-13
md: reintroduce md-linear
Yu Kuai
2023-12-19
md: Remove deprecated CONFIG_MD_LINEAR
Song Liu
2023-10-10
md/md-linear: cleanup linear_add()
Yu Kuai
2023-09-22
md/md-linear: Annotate struct linear_conf with __counted_by
Kees Cook
2023-07-27
md/md-linear: enable io accounting
Yu Kuai
2023-04-13
md: add error_handlers for raid0 and linear
Mariusz Tkaczyk
2022-05-22
md: remove most calls to bdevname
Christoph Hellwig
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2022-02-22
scsi: md: Remove WRITE_SAME support
Christoph Hellwig
2021-06-14
md: mark some personalities as deprecated
Guoqing Jiang
2021-01-24
block: store a block_device pointer in struct bio
Christoph Hellwig
2020-12-04
block: remove the request_queue argument to the block_bio_remap tracepoint
Christoph Hellwig
2020-11-16
md: use set_capacity_and_notify
Christoph Hellwig
2020-09-02
block: add a new revalidate_disk_size helper
Christoph Hellwig
2020-07-08
writeback: remove bdi->congested_fn
Christoph Hellwig
2020-07-01
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
2019-10-24
md: improve handling of bio with REQ_PREFLUSH in md_flush_request()
David Jeffery
2019-09-03
md raid0/linear: Mark array as 'broken' and fail BIOs if a member is gone
Guilherme G. Piccoli
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47
Thomas Gleixner
2019-02-04
md-linear: use struct_size() in kzalloc()
Gustavo A. R. Silva
2018-05-30
md: convert to bioset_init()/mempool_init()
Kent Overstreet
2018-03-08
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
Bart Van Assche
2017-10-16
md: rename some drivers/md/ files to have an "md-" prefix
Mike Snitzer