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
/
md.c
Age
Commit message (
Expand
)
Author
2007-03-26
md: fix /proc/mdstat refcounting
Akinbou Mita
2007-03-26
md: Fix bug where spares don't always get rebuilt properly when they become live
Neil Brown
2007-03-26
MD: Fix problem where hot-added drives are not resynced.
Neil Brown
2007-02-03
Make 'repair' actually work for raid1.
Neil Brown
2006-12-15
md: Fix md grow/size code to correctly find the maximum available space
Neil Brown
2006-11-08
drivers/md/md.c: update START_ARRAY printk
Adrian Bunk
2006-02-03
[PATCH] md: Make sure rdev->size gets set for version-1 superblocks
NeilBrown
2006-02-03
[PATCH] md: Assorted little md fixes
NeilBrown
2006-02-03
[PATCH] md: Handle overflow of mdu_array_info_t->size better
NeilBrown
2006-02-02
[PATCH] md: Don't remove bitmap from md array when switching to read-only
NeilBrown
2006-02-02
[PATCH] md: Make sure array geometry changes persist with version-1 superblocks
NeilBrown
2006-02-02
[PATCH] md: Fix device-size updates in md
NeilBrown
2006-01-16
[PATCH] md: Clear clevel whenever level is set.
NeilBrown
2006-01-12
[PATCH] md: remove slashes from disk names when creation dev names in sysfs
Neil Brown
2006-01-09
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
2006-01-08
[PATCH] Add block_device_operations.getgeo block device method
Christoph Hellwig
2006-01-06
[PATCH] md: allow sync-speed to be controlled per-device
NeilBrown
2006-01-06
[PATCH] md: support adding new devices to md arrays via sysfs
NeilBrown
2006-01-06
[PATCH] md: allow available size of component devices to be set via sysfs
NeilBrown
2006-01-06
[PATCH] md-export-rdev-data_offset-via-sysfs-fix
Andrew Morton
2006-01-06
[PATCH] md: export rdev->data_offset via sysfs
NeilBrown
2006-01-06
[PATCH] md: expose device slot information via sysfs
NeilBrown
2006-01-06
[PATCH] md: keep better track of dev/array size when assembling md arrays
NeilBrown
2006-01-06
[PATCH] md: allow md/raid_disks to be settable
NeilBrown
2006-01-06
[PATCH] md: count corrected read errors per drive
NeilBrown
2006-01-06
[PATCH] md: allow array level to be set textually via sysfs
NeilBrown
2006-01-06
[PATCH] md: expose md metadata format in sysfs
NeilBrown
2006-01-06
[PATCH] md: allow md array component size to be accessed and set via sysfs
NeilBrown
2006-01-06
[PATCH] md: allow chunk_size to be settable through sysfs
NeilBrown
2006-01-06
[PATCH] md: fix rdev->pending counts in raid1
NeilBrown
2006-01-06
[PATCH] drivers/md/md.c: make md_new_event() static
Adrian Bunk
2006-01-06
[PATCH] md: make a couple of names in md.c static
NeilBrown
2006-01-06
[PATCH] md: helper function to match commands written to sysfs files
NeilBrown
2006-01-06
[PATCH] md: remove personality numbering from md
NeilBrown
2006-01-06
[PATCH] md: convert recently exported symbol to GPL
NeilBrown
2006-01-06
[PATCH] md: convert md to use kzalloc throughout
NeilBrown
2006-01-06
[PATCH] md: clean up 'page' related names in md
NeilBrown
2006-01-06
[PATCH] md: make /proc/mdstat pollable
NeilBrown
2006-01-06
[PATCH] md: attempt to auto-correct read errors in raid1
NeilBrown
2006-01-06
[PATCH] md: write intent bitmap support for raid10
NeilBrown
2006-01-06
[PATCH] md: move bitmap_create to after md array has been initialised
NeilBrown
2006-01-06
[PATCH] md: allow dirty raid[456] arrays to be started at boot
NeilBrown
2005-12-19
[PATCH] md: Change case of raid level reported in sys/mdX/md/level
Neil Brown
2005-11-28
[PATCH] md: set default_bitmap_offset properly in set_array_info
NeilBrown
2005-11-18
[PATCH] md: fix is_mddev_idle calculation now that disk/sector accounting hap...
NeilBrown
2005-11-15
[PATCH] md: make md threads interruptible again
NeilBrown
2005-11-15
[PATCH] md: mark START_ARRAY deprecated with a date
NeilBrown
2005-11-09
[PATCH] md: document sysfs usage of md, and make a couple of small refinements
NeilBrown
2005-11-09
[PATCH] md: improve 'scan_mode' and rename it to 'sync_action'
NeilBrown
2005-11-09
[PATCH] md: complete conversion of md to use kthreads
NeilBrown
[next]