index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-31
md/raid1: ensure device failure recorded before write request returns.
NeilBrown
3
-1
/
+34
2015-08-31
md-cluster: remove inappropriate try_module_get from join()
NeilBrown
1
-4
/
+0
2015-08-31
md: extend spinlock protection in register_md_cluster_operations
NeilBrown
1
-6
/
+10
2015-08-31
md-cluster: Read the disk bitmap sb and check if it needs recovery
Guoqing Jiang
1
-1
/
+15
2015-08-31
md-cluster: only call complete(&cinfo->completion) when node join cluster
Guoqing Jiang
1
-1
/
+10
2015-08-31
md-cluster: add missed lockres_free
Guoqing Jiang
1
-1
/
+3
2015-08-31
md-cluster: remove the unused sb_lock
Guoqing Jiang
1
-9
/
+0
2015-08-31
md-cluster: init suspend_list and suspend_lock early in join
Guoqing Jiang
1
-3
/
+2
2015-08-31
md-cluster: add the error check if failed to get dlm lock
Guoqing Jiang
1
-6
/
+35
2015-08-31
md-cluster: init completion within lockres_init
Guoqing Jiang
1
-2
/
+1
2015-08-31
md-cluster: fix deadlock issue on message lock
Guoqing Jiang
1
-7
/
+7
2015-08-31
md-cluster: transfer the resync ownership to another node
Guoqing Jiang
2
-3
/
+18
2015-08-31
md-cluster: split recover_slot for future code reuse
Guoqing Jiang
1
-7
/
+16
2015-08-31
md-cluster: use %pU to print UUIDs
Guoqing Jiang
1
-14
/
+2
2015-08-31
md: setup safemode_timer before it's being used
Sasha Levin
1
-5
/
+4
2015-08-31
md/raid5: handle possible race as reshape completes.
NeilBrown
1
-0
/
+5
2015-08-31
md: sync sync_completed has correct value as recovery finishes.
NeilBrown
1
-0
/
+9
2015-08-31
md: be careful when testing resync_max against curr_resync_completed.
NeilBrown
2
-2
/
+4
2015-08-31
md: set MD_RECOVERY_RECOVER when starting a degraded array.
NeilBrown
1
-0
/
+6
2015-08-31
md/raid5: remove incorrect "min_t()" when calculating writepos.
NeilBrown
1
-1
/
+6
2015-08-31
md/raid5: strengthen check on reshape_position at run.
NeilBrown
1
-15
/
+14
2015-08-31
md/raid5: switch to use conf->chunk_sectors in place of mddev->chunk_sectors ...
NeilBrown
1
-14
/
+14
2015-08-31
md/raid5: always set conf->prev_chunk_sectors and ->prev_algo
NeilBrown
1
-0
/
+3
2015-08-31
md/raid10: fix a few typos in comments
NeilBrown
1
-2
/
+2
2015-08-31
md/raid5: consider updating reshape_position at start of reshape.
NeilBrown
1
-2
/
+6
2015-08-31
md: close some races between setting and checking sync_action.
NeilBrown
2
-0
/
+3
2015-08-31
md: Keep /proc/mdstat reporting recovery until fully DONE.
NeilBrown
1
-14
/
+24
2015-08-03
md/raid0: update queue parameter in a safer location.
NeilBrown
1
-36
/
+39
2015-08-03
md: simplify get_bitmap_file now that "file" is zeroed.
Benjamin Randazzo
1
-10
/
+10
2015-08-03
md/raid5: don't let shrink_slab shrink too far.
NeilBrown
1
-2
/
+3
2015-08-03
md: use kzalloc() when bitmap is disabled
Benjamin Randazzo
1
-1
/
+1
2015-08-03
md/raid1: extend spinlock to protect raid1_end_read_request against inconsist...
NeilBrown
1
-4
/
+6
2015-07-29
dm cache: fix device destroy hang due to improper prealloc_used accounting
Mike Snitzer
1
-3
/
+3
2015-07-29
Revert "dm cache: do not wake_worker() in free_migration()"
Mike Snitzer
1
-0
/
+1
2015-07-27
dm crypt: update wiki page URL
Baruch Siach
1
-1
/
+1
2015-07-27
dm cache policy smq: fix alloc_bitset check that always evaluates as false
Colin Ian King
1
-1
/
+1
2015-07-27
dm thin: return -ENOSPC when erroring retry list due to out of data space
Mike Snitzer
1
-3
/
+8
2015-07-25
Merge tag 'md/4.2-fixes' of git://neil.brown.name/md
Linus Torvalds
8
-27
/
+71
2015-07-24
md/raid5: clear R5_NeedReplace when no longer needed.
NeilBrown
1
-1
/
+3
2015-07-24
Fix read-balancing during node failure
Goldwyn Rodrigues
3
-5
/
+16
2015-07-24
md-cluster: fix bitmap sub-offset in bitmap_read_sb
Goldwyn Rodrigues
1
-7
/
+4
2015-07-24
md: Return error if request_module fails and returns positive value
Goldwyn Rodrigues
1
-1
/
+1
2015-07-24
md: Skip cluster setup in case of error while reading bitmap
Goldwyn Rodrigues
1
-1
/
+1
2015-07-24
md/raid1: fix test for 'was read error from last working device'.
NeilBrown
1
-1
/
+1
2015-07-23
md: Skip cluster setup for dm-raid
Goldwyn Rodrigues
1
-3
/
+12
2015-07-22
md: flush ->event_work before stopping array.
NeilBrown
1
-0
/
+2
2015-07-22
md/raid10: always set reshape_safe when initializing reshape_position.
NeilBrown
1
-1
/
+4
2015-07-22
md/raid5: avoid races when changing cache size.
NeilBrown
2
-7
/
+27
2015-07-18
Merge tag 'dm-4.2-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
5
-34
/
+68
2015-07-17
dm cache: avoid calls to prealloc_free_structs() if possible
Mike Snitzer
1
-3
/
+12
[next]