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
/
raid10.c
Age
Commit message (
Expand
)
Author
2011-09-21
md: Avoid waking up a thread after it has been freed.
NeilBrown
2011-09-10
md/raid1,10: Remove use-after-free bug in make_request.
NeilBrown
2011-09-10
md/raid10: unify handling of write completion.
NeilBrown
2011-07-28
md/raid10: handle further errors during fix_read_error better.
NeilBrown
2011-07-28
md/raid10: Handle read errors during recovery better.
NeilBrown
2011-07-28
md/raid10: simplify read error handling during recovery.
NeilBrown
2011-07-28
md/raid10: record bad blocks due to write errors during resync/recovery.
NeilBrown
2011-07-28
md/raid10: attempt to fix read errors during resync/check
NeilBrown
2011-07-28
md/raid10: Handle write errors by updating badblock log.
NeilBrown
2011-07-28
md/raid10: clear bad-block record when write succeeds.
NeilBrown
2011-07-28
md/raid10: avoid writing to known bad blocks on known bad drives.
NeilBrown
2011-07-28
md/raid10 record bad blocks as needed during recovery.
NeilBrown
2011-07-28
md/raid10: avoid reading known bad blocks during resync/recovery.
NeilBrown
2011-07-28
md/raid10 - avoid reading from known bad blocks - part 3
NeilBrown
2011-07-28
md/raid10: avoid reading from known bad blocks - part 2
NeilBrown
2011-07-28
md/raid10: avoid reading from known bad blocks - part 1
NeilBrown
2011-07-28
md/raid10: Split handle_read_error out from raid10d.
NeilBrown
2011-07-28
md/raid10: simplify/reindent some loops.
NeilBrown
2011-07-28
md: make it easier to wait for bad blocks to be acknowledged.
NeilBrown
2011-07-28
md: don't allow arrays to contain devices with bad blocks.
NeilBrown
2011-07-27
md/raid10: move rdev->corrected_errors counting
Namhyung Kim
2011-07-27
md/raid10: Improve decision on whether to fail a device with a read error.
NeilBrown
2011-07-27
md/raid10: Make use of new recovery_disabled handling
NeilBrown
2011-07-27
md/raid: use printk_ratelimited instead of printk_ratelimit
Christian Dietrich
2011-07-18
md/raid10: share pages between read and write bio's during recovery
Namhyung Kim
2011-07-18
md/raid10: factor out common bio handling code
Namhyung Kim
2011-07-18
md/raid10: get rid of duplicated conditional expression
Namhyung Kim
2011-05-11
md/raid10: reformat some loops with less indenting.
NeilBrown
2011-05-11
md/raid10: remove unused variable.
NeilBrown
2011-05-11
md/raid10: make more use of 'slot' in raid10d.
NeilBrown
2011-05-11
md/raid10: some tidying up in fix_read_error
NeilBrown
2011-05-11
md: simplify raid10 read_balance
NeilBrown
2011-04-18
md: fix up raid1/raid10 unplugging.
NeilBrown
2011-04-18
md: use new plugging interface for RAID IO.
NeilBrown
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-03-17
block: Require subsystems to explicitly allocate bio_set integrity mempool
Martin K. Petersen
2011-03-10
Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core
Jens Axboe
2011-03-10
block: remove per-queue plugging
Jens Axboe
2011-02-21
md: avoid spinlock problem in blk_throtl_exit
NeilBrown
2011-02-08
FIX: md: process hangs at wait_barrier after 0->10 takeover
Krzysztof Wojcik
2011-01-14
md-new-param-to_sync_page_io
Jonathan Brassow
2011-01-14
md: Fix single printks with multiple KERN_<level>s
Joe Perches
2010-12-09
md: protect against NULL reference when waiting to start a raid10.
NeilBrown
2010-10-28
md: use separate bio pool for each md device.
NeilBrown
2010-10-28
md: change type of first arg to sync_page_io.
NeilBrown
2010-10-28
md: use bio_kmalloc rather than bio_alloc when failure is acceptable.
NeilBrown
2010-10-28
md: Fix possible deadlock with multiple mempool allocations.
NeilBrown
2010-10-28
md: use sector_t in bitmap_get_counter
NeilBrown
2010-09-10
md: implment REQ_FLUSH/FUA support
Tejun Heo
2010-08-18
md raid-1/10 Fix bio_rw bit manipulations again
NeilBrown
[next]