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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-30
md/raid6: asynchronous handle_stripe6
Yuri Tikhonov
1
-38
/
+82
2009-08-30
md/raid6: asynchronous handle_parity_check6
Dan Williams
1
-67
/
+139
2009-08-30
md/raid6: asynchronous handle_stripe_dirtying6
Yuri Tikhonov
1
-85
/
+37
2009-08-30
md/raid6: asynchronous handle_stripe_fill6
Yuri Tikhonov
1
-50
/
+93
2009-08-30
md/raid5,6: common schedule_reconstruction for raid5/6
Yuri Tikhonov
1
-6
/
+18
2009-08-30
md/raid6: asynchronous raid6 operations
Dan Williams
3
-33
/
+299
2009-08-30
md/raid5: factor out mark_uptodate from ops_complete_compute5
Dan Williams
1
-5
/
+16
2009-08-30
async_tx: raid6 recovery self test
Dan Williams
3
-0
/
+255
2009-08-30
dmatest: add pq support
Dan Williams
1
-0
/
+26
2009-08-30
async_tx: add support for asynchronous RAID6 recovery operations
Dan Williams
5
-0
/
+466
2009-08-30
async_tx: add support for asynchronous GF multiplication
Dan Williams
10
-9
/
+493
2009-08-30
async_tx: remove walk of tx->parent chain in dma_wait_for_async_tx
Dan Williams
3
-41
/
+40
2009-08-30
async_tx: kill needless module_{init|exit}
Dan Williams
3
-40
/
+3
2009-08-30
async_tx: add sum check flags
Dan Williams
7
-14
/
+37
2009-08-30
md/raid5,6: add percpu scribble region for buffer lists
Dan Williams
2
-30
/
+110
2009-08-30
md/raid6: move the spare page to a percpu allocation
Dan Williams
2
-86
/
+175
2009-07-14
md/raid6: release spare page at ->stop()
Dan Williams
1
-14
/
+12
2009-06-04
async_xor: permit callers to pass in a 'dma/page scribble' region
Dan Williams
3
-47
/
+58
2009-06-04
async_tx: structify submission arguments, add scribble
Dan Williams
7
-174
/
+200
2009-06-04
async_tx: kill ASYNC_TX_DEP_ACK flag
Dan Williams
7
-30
/
+22
2009-04-09
async_tx: rename zero_sum to val
Dan Williams
9
-47
/
+47
2009-04-09
Merge branch 'dmaengine' into async-tx-raid6
Dan Williams
112
-958
/
+1917
2009-04-03
dma: Add SoF and EoF debugging to ipu_idmac.c, minor cleanup
Guennadi Liakhovetski
1
-9
/
+56
2009-04-02
dw_dmac: add cyclic API to DW DMA driver
Hans-Christian Egtvedt
3
-2
/
+356
2009-03-31
md/raid5 revise rules for when to update metadata during reshape
NeilBrown
2
-6
/
+30
2009-03-31
md/raid5: minor code cleanups in make_request.
NeilBrown
1
-9
/
+7
2009-03-31
md: remove CONFIG_MD_RAID_RESHAPE config option.
NeilBrown
2
-39
/
+0
2009-03-31
md/raid5: be more careful about write ordering when reshaping.
NeilBrown
1
-2
/
+47
2009-03-31
md: don't display meaningless values in sysfs files resync_start and sync_speed
NeilBrown
1
-0
/
+4
2009-03-31
md/raid5: allow layout and chunksize to be changed on active array.
NeilBrown
1
-20
/
+56
2009-03-31
md/raid5: reshape using largest of old and new chunk size
NeilBrown
1
-12
/
+22
2009-03-31
md/raid5: prepare for allowing reshape to change layout
NeilBrown
2
-14
/
+20
2009-03-31
md/raid5: prepare for allowing reshape to change chunksize.
NeilBrown
2
-16
/
+28
2009-03-31
md/raid5: clearly differentiate 'before' and 'after' stripes during reshape.
NeilBrown
2
-5
/
+10
2009-03-31
Documentation/md.txt update
NeilBrown
1
-7
/
+30
2009-03-31
md: allow number of drives in raid5 to be reduced
NeilBrown
1
-37
/
+87
2009-03-31
md/raid5: change reshape-progress measurement to cope with reshaping backwards.
NeilBrown
2
-38
/
+71
2009-03-31
md: add explicit method to signal the end of a reshape.
NeilBrown
3
-29
/
+34
2009-03-31
md/raid5: enhance raid5_size to work correctly with negative delta_disks
NeilBrown
1
-2
/
+7
2009-03-31
md/raid5: drop qd_idx from r6_state
NeilBrown
2
-10
/
+9
2009-03-31
md/raid6: move raid6 data processing to raid6_pq.ko
Dan Williams
15
-34
/
+66
2009-03-31
md: raid5 run(): Fix max_degraded for raid level 4.
Andre Noll
1
-1
/
+1
2009-03-31
md: 'array_size' sysfs attribute
Dan Williams
6
-13
/
+121
2009-03-31
md: centralize ->array_sectors modifications
Dan Williams
9
-11
/
+20
2009-03-31
md: add 'size' as a personality method
Dan Williams
8
-22
/
+111
2009-03-31
md: fix typo in FSF address
Atsushi SAKAI
9
-9
/
+9
2009-03-31
md: add takeover support for converting raid6 back into raid5
NeilBrown
1
-0
/
+35
2009-03-31
md: add takeover support for raid4 -> raid5 conversion.
NeilBrown
1
-0
/
+5
2009-03-31
md/raid5: allow layout/chunksize to be changed on an active 2-drive raid5.
NeilBrown
2
-13
/
+66
2009-03-31
md: add ->takeover method for raid5 to be able to take over raid1
NeilBrown
1
-0
/
+48
[next]