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
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
2020-08-05
Merge tag 'for-5.9/block-merge-20200804' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-20
/
+2
2020-08-05
Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-block
Linus Torvalds
25
-355
/
+913
2020-08-05
Merge tag 'docs-5.9' of git://git.lwn.net/linux
Linus Torvalds
2
-5
/
+5
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-6
/
+6
2020-08-03
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
33
-486
/
+122
2020-08-03
md/raid5: Allow degraded raid6 to do rmw
ChangSyun Peng
1
-6
/
+16
2020-08-03
md/raid5: Fix Force reconstruct-write io stuck in degraded raid5
ChangSyun Peng
1
-1
/
+2
2020-08-03
raid5: don't duplicate code for different paths in handle_stripe
Guoqing Jiang
1
-6
/
+3
2020-08-03
raid5-cache: hold spinlock instead of mutex in r5c_journal_mode_show
Guoqing Jiang
1
-6
/
+3
2020-08-03
md: print errno in super_written
Guoqing Jiang
1
-1
/
+2
2020-08-03
md/raid5: remove the redundant setting of STRIPE_HANDLE
Guoqing Jiang
1
-6
/
+2
2020-08-03
md: register new md sysfs file 'uuid' read-only
Sebastian Parschauer
1
-0
/
+9
2020-08-03
md: fix max sectors calculation for super 1.0
Xiao Ni
1
-4
/
+31
2020-07-28
bcache: use disk_{start,end}_io_acct() to count I/O for bcache device
Coly Li
1
-28
/
+9
2020-07-25
bcache: fix bio_{start,end}_io_acct with proper device
Coly Li
1
-4
/
+27
2020-07-25
bcache: avoid extra memory consumption in struct bbio for large bucket size
Coly Li
2
-2
/
+2
2020-07-25
bcache: avoid extra memory allocation from mempool c->fill_iter
Coly Li
1
-1
/
+1
2020-07-25
bcache: add sysfs file to display feature sets information of cache set
Coly Li
4
-1
/
+73
2020-07-25
bcache: add bucket_size_hi into struct cache_sb_disk for large bucket
Coly Li
5
-10
/
+50
2020-07-25
bcache: handle btree node memory allocation properly for bucket size > 8MB
Coly Li
1
-1
/
+1
2020-07-25
bcache: handle cache set verify_ondisk properly for bucket size > 8MB
Coly Li
1
-2
/
+10
2020-07-25
bcache: handle cache prio_buckets and disk_buckets properly for bucket size >...
Coly Li
2
-9
/
+10
2020-07-25
bcache: handle c->uuids properly for bucket size > 8MB
Coly Li
1
-4
/
+6
2020-07-25
bcache: introduce meta_bucket_pages() related helper routines
Coly Li
2
-0
/
+23
2020-07-25
bcache: move bucket related code into read_super_common()
Coly Li
1
-5
/
+5
2020-07-25
bcache: increase super block version for cache device and backing device
Coly Li
2
-3
/
+107
2020-07-25
bcache: fix super block seq numbers comparision in register_cache_set()
Coly Li
1
-1
/
+8
2020-07-25
bcache: disassemble the big if() checks in bch_cache_set_alloc()
Coly Li
1
-15
/
+37
2020-07-25
bcache: add more accurate error information in read_super_common()
Coly Li
1
-5
/
+14
2020-07-25
bcache: add read_super_common() to read major part of super block
Coly Li
1
-48
/
+63
2020-07-25
bcache: fix overflow in offset_to_stripe()
Coly Li
3
-8
/
+27
2020-07-25
bcache: avoid nr_stripes overflow in bcache_device_init()
Coly Li
1
-6
/
+6
2020-07-25
bcache: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-4
/
+2
2020-07-25
bcache: movinggc: Use struct_size() helper in kzalloc()
Gustavo A. R. Silva
1
-2
/
+2
2020-07-25
bcache: writeback: Remove unneeded variable i
Xu Wang
1
-2
/
+0
2020-07-25
bcache: journel: use for_each_clear_bit() to simplify the code
Xu Wang
1
-4
/
+1
2020-07-25
bcache: allocate meta data pages as compound pages
Coly Li
4
-5
/
+5
2020-07-25
bcache: Fix typo in Kconfig name
Jean Delvare
2
-2
/
+2
2020-07-23
dm integrity: fix integrity recalculation that is improperly skipped
Mikulas Patocka
2
-2
/
+19
2020-07-23
md/raid5: use do_div() for 64 bit divisions in raid5_sync_request
Yufen Yu
1
-1
/
+1
2020-07-22
md/raid10: avoid deadlock on recovery.
Vitaly Mayatskikh
1
-3
/
+11
2020-07-22
md-cluster: fix rmmod issue when md_cluster convert bitmap to none
Zhao Heming
1
-0
/
+1
2020-07-22
md-cluster: fix safemode_delay value when converting to clustered bitmap
Zhao Heming
1
-2
/
+9
2020-07-22
md/raid5: support config stripe_size by sysfs entry
Yufen Yu
1
-0
/
+72
2020-07-22
md/raid5: set default stripe_size as 4096
Yufen Yu
2
-3
/
+24
2020-07-22
md/raid456: convert macro STRIPE_* to RAID5_STRIPE_*
Yufen Yu
4
-128
/
+153
2020-07-21
block: remove bdev_stack_limits
Christoph Hellwig
1
-1
/
+2
2020-07-21
block: inherit the zoned characteristics in blk_stack_limits
Christoph Hellwig
1
-19
/
+0
2020-07-21
Merge branch 'for-5.9/drivers' into for-5.9/block-merge
Jens Axboe
7
-36
/
+101
2020-07-21
Merge branch 'for-5.9/block' into for-5.9/block-merge
Jens Axboe
33
-486
/
+122
[next]