index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
raid5.h
Age
Commit message (
Expand
)
Author
2019-03-12
md: convert to kvmalloc
Kent Overstreet
2018-06-09
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
2018-05-30
md: convert to bioset_init()/mempool_init()
Kent Overstreet
2018-05-17
raid5: copy write hint from origin bio to stripe
Mariusz Dabrowski
2018-02-18
md: document lifetime of internal rdev pointer.
NeilBrown
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-05-03
Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-04-11
md/raid5: make chunk_aligned_read() split bios more cleanly.
NeilBrown
2017-03-27
md: add raid4/5/6 journal mode switching API
Heinz Mauelshagen
2017-03-22
md/raid5: remove over-loading of ->bi_phys_segments.
NeilBrown
2017-03-22
md/raid5: use bio_inc_remaining() instead of repurposing bi_phys_segments as ...
NeilBrown
2017-03-22
md/raid5: call bio_endio() directly rather than queueing for later.
NeilBrown
2017-03-22
md/raid5: simplfy delaying of writes while metadata is updated.
NeilBrown
2017-03-16
raid5-ppl: Partial Parity Log write logging implementation
Artur Paszkiewicz
2017-03-16
raid5: separate header for log functions
Artur Paszkiewicz
2017-03-16
md/raid5: sort bios
Shaohua Li
2017-03-16
md/raid5: prioritize stripes for writeback
Shaohua Li
2017-02-13
md/raid5-cache: exclude reclaiming stripes in reclaim check
Shaohua Li
2017-02-13
md/r5cache: enable chunk_aligned_read with write back cache
Song Liu
2017-02-13
raid5: only dispatch IO from raid5d for harddisk raid
Shaohua Li
2017-01-24
md/r5cache: disable write back for degraded array
Song Liu
2017-01-24
md/r5cache: read data into orig_page for prexor of cached data
Song Liu
2016-11-27
md/r5cache: handle alloc_page failure
Song Liu
2016-11-18
md/r5cache: handle FLUSH and FUA
Song Liu
2016-11-18
md/r5cache: sysfs entry journal_mode
Song Liu
2016-11-18
md/r5cache: write-out phase and reclaim support
Song Liu
2016-11-18
md/r5cache: caching phase of r5cache
Song Liu
2016-11-18
md/r5cache: State machine for raid5-cache write back mode
Song Liu
2016-11-18
md/r5cache: move some code to raid5.h
Song Liu
2016-09-06
md/raid5: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-02-26
RAID5: revert e9e4c377e2f563 to fix a livelock
Shaohua Li
2016-02-26
RAID5: check_reshape() shouldn't call mddev_suspend
Shaohua Li
2015-11-01
raid5-cache: IO error handling
Shaohua Li
2015-11-01
raid5-cache: move reclaim stop to quiesce
Shaohua Li
2015-11-01
raid5-cache: optimize FLUSH IO with log enabled
Shaohua Li
2015-10-24
raid5: log reclaim support
Shaohua Li
2015-10-24
raid5: add basic stripe log
Shaohua Li
2015-10-24
raid5: add a new state for stripe log handling
Shaohua Li
2015-10-24
raid5: export some functions
Shaohua Li
2015-08-31
md/raid5: ensure device failure recorded before write request returns.
NeilBrown
2015-08-31
md/raid5: use bio_list for the list of bios to return.
NeilBrown
2015-07-22
md/raid5: avoid races when changing cache size.
NeilBrown
2015-06-17
md/raid5: per hash value and exclusive wait_for_stripe
Yuanhan Liu
2015-06-17
md/raid5: split wait_for_stripe and introduce wait_for_quiescent
Yuanhan Liu
2015-05-28
md/raid5: be more selective about distributing flags across batch.
NeilBrown
2015-05-28
md/raid5: close race between STRIPE_BIT_DELAY and batching.
NeilBrown
2015-04-22
md/raid5: allow the stripe_cache to grow and shrink.
NeilBrown
2015-04-22
md/raid5: change ->inactive_blocked to a bit-flag.
NeilBrown
2015-04-22
md/raid5: introduce configuration option rmw_level
Markus Stockhausen
2015-04-22
md/raid5: activate raid6 rmw feature
Markus Stockhausen
[next]