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
2009-10-31
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
12
-159
/
+171
2009-10-20
md/raid6: kill a gcc-4.0.1 'uninitialized variable' warning
Dan Williams
1
-3
/
+3
2009-10-17
dm snapshot: allow chunk size to be less than page size
Mikulas Patocka
1
-16
/
+0
2009-10-17
dm snapshot: use unsigned integer chunk size
Mikulas Patocka
4
-23
/
+25
2009-10-17
dm snapshot: lock snapshot while supplying status
Mikulas Patocka
1
-0
/
+4
2009-10-17
dm exception store: fix failed set_chunk_size error path
Mikulas Patocka
1
-1
/
+1
2009-10-17
dm snapshot: require non zero chunk size by end of ctr
Mikulas Patocka
1
-0
/
+5
2009-10-17
dm: dec_pending needs locking to save error value
Kiyoshi Ueda
1
-2
/
+8
2009-10-17
dm: add missing del_gendisk to alloc_dev error path
Zdenek Kabelac
1
-0
/
+1
2009-10-17
dm log: userspace fix incorrect luid cast in userspace_ctr
Andrew Morton
1
-1
/
+1
2009-10-17
dm snapshot: free exception store on init failure
Jonathan Brassow
1
-1
/
+4
2009-10-17
dm snapshot: sort by chunk size to fix race
Mikulas Patocka
1
-1
/
+6
2009-10-16
md/async: don't pass a memory pointer as a page pointer.
NeilBrown
1
-2
/
+2
2009-10-16
md: Fix handling of raid5 array which is being reshaped to fewer devices.
NeilBrown
2
-20
/
+19
2009-10-16
md: fix problems with RAID6 calculations for DDF.
NeilBrown
2
-8
/
+14
2009-10-16
md/raid456: downlevel multicore operations to raid_run_ops
Dan Williams
2
-36
/
+51
2009-10-16
md: drivers/md/unroll.pl replaced with awk analog
Vladimir Dronnikov
6
-58
/
+54
2009-10-16
md: remove clumsy usage of do_sync_mapping_range from bitmap code
NeilBrown
1
-4
/
+5
2009-10-16
md: raid1/raid10: handle allocation errors during array setup.
NeilBrown
2
-4
/
+5
2009-10-16
md/raid5: initialize conf->device_lock earlier
Dan Williams
1
-13
/
+12
2009-10-16
md/raid1/raid10: add a cond_resched
NeilBrown
2
-0
/
+2
2009-10-16
Revert "md: do not progress the resync process if the stripe was blocked"
NeilBrown
1
-13
/
+6
2009-10-06
block: Seperate read and write statistics of in_flight requests v2
Nikanth Karthikesan
1
-6
/
+10
2009-10-04
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-10
/
+6
2009-10-04
Revert "Seperate read and write statistics of in_flight requests"
Jens Axboe
1
-10
/
+6
2009-10-02
dm/connector: Only process connector packages from privileged processes
Philipp Reisner
1
-0
/
+3
2009-10-02
connector/dm: Fixed a compilation warning
Philipp Reisner
1
-2
/
+1
2009-10-02
connector: Provide the sender's credentials to the callback
Philipp Reisner
1
-1
/
+1
2009-09-23
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...
NeilBrown
3
-568
/
+961
2009-09-23
md: raid-1/10: fix RW bits manipulation
Dmitry Monakhov
2
-7
/
+9
2009-09-23
md: remove unnecessary memset from multipath.
NeilBrown
1
-1
/
+0
2009-09-23
md: report device as congested when suspended
NeilBrown
8
-0
/
+24
2009-09-23
md: Improve name of threads created by md_register_thread
NeilBrown
5
-9
/
+12
2009-09-23
md: remove sparse warnings about lock context.
NeilBrown
1
-1
/
+4
2009-09-23
md: remove sparse waring "symbol xxx shadows an earlier one"
NeilBrown
4
-12
/
+14
2009-09-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2009-09-22
md: avoid use of broken kzalloc mempool
Sage Weil
1
-1
/
+2
2009-09-22
const: make block_device_operations const
Alexey Dobriyan
2
-4
/
+4
2009-09-21
trivial: fix typo "for for" in multiple files
Anand Gadiyar
1
-1
/
+1
2009-09-19
Driver-Core: extend devnode callbacks to provide permissions
Kay Sievers
1
-1
/
+1
2009-09-16
md/raid6: cleanup ops_run_compute6_2
Dan Williams
1
-12
/
+15
2009-09-16
md/raid6: eliminate BUG_ON with side effect
Dan Williams
1
-2
/
+4
2009-09-15
Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
9
-29
/
+35
2009-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
1
-6
/
+36
2009-09-14
block: Optimal I/O limit wrapper
Martin K. Petersen
1
-1
/
+1
2009-09-14
Seperate read and write statistics of in_flight requests
Nikanth Karthikesan
1
-6
/
+10
2009-09-11
bio: first step in sanitizing the bio->bi_rw flag testing
Jens Axboe
9
-22
/
+24
2009-09-11
md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!
Geert Uytterhoeven
1
-1
/
+1
2009-09-09
Merge commit 'md/for-linus' into async-tx-next
Dan Williams
18
-183
/
+297
2009-09-09
Merge branch 'dmaengine' into async-tx-next
Dan Williams
43
-1098
/
+3987
[next]