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
2017-11-25
bcache: check return value of register_shrinker
Michael Lyle
1
-1
/
+4
2017-11-25
bcache: recover data from backing when data is clean
Rui Hua
1
-7
/
+6
2017-11-25
bcache: Fix building error on MIPS
Huacai Chen
3
-3
/
+3
2017-11-25
bcache: add a comment in journal bucket reading
Tang Junhui
1
-0
/
+5
2017-11-17
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-21
/
+16
2017-11-17
Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-39
/
+28
2017-11-17
dm bufio: fix integer overflow when limiting maximum cache size
Eric Biggers
1
-9
/
+6
2017-11-17
dm: clear all discard attributes in queue_limits when discards are disabled
Mike Snitzer
1
-2
/
+8
2017-11-17
dm: do not set 'discards_supported' in targets that do not need it
Mike Snitzer
2
-7
/
+0
2017-11-17
dm: discard support requires all targets in a table support discards
Mike Snitzer
1
-19
/
+14
2017-11-17
dm mpath: remove annoying message of 'blk_get_request() returned -11'
Ming Lei
1
-2
/
+0
2017-11-16
Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+3
2017-11-15
md: Convert timers to use timer_setup()
Kees Cook
5
-21
/
+16
2017-11-15
Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-15
/
+7
2017-11-15
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
21
-220
/
+400
2017-11-15
Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/devi...
Linus Torvalds
14
-262
/
+408
2017-11-15
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
16
-138
/
+204
2017-11-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-66
/
+20
2017-11-10
dm cache: lift common migration preparation code to alloc_migration()
Mike Snitzer
1
-10
/
+7
2017-11-10
dm cache: remove usused deferred_cells member from struct cache
Joe Thornber
1
-2
/
+0
2017-11-10
dm cache policy smq: allocate cache blocks in order
Joe Thornber
1
-1
/
+14
2017-11-10
dm cache policy smq: change max background work from 10240 to 4096 blocks
Joe Thornber
1
-1
/
+1
2017-11-10
dm cache background tracker: limit amount of background work that may be issu...
Joe Thornber
1
-6
/
+12
2017-11-10
dm cache policy smq: take origin idle status into account when queuing writeb...
Joe Thornber
1
-4
/
+4
2017-11-10
dm cache policy smq: handle races with queuing background_work
Joe Thornber
1
-3
/
+14
2017-11-10
dm raid: fix panic when attempting to force a raid to sync
Heinz Mauelshagen
1
-10
/
+11
2017-11-10
dm integrity: allow unaligned bv_offset
Mikulas Patocka
1
-1
/
+1
2017-11-10
dm crypt: allow unaligned bv_offset
Mikulas Patocka
1
-2
/
+2
2017-11-10
dm: small cleanup in dm_get_md()
Mike Snitzer
1
-10
/
+5
2017-11-10
dm: fix race between dm_get_from_kobject() and __dm_destroy()
Hou Tao
1
-4
/
+8
2017-11-10
dm: allocate struct mapped_device with kvzalloc
Mikulas Patocka
2
-4
/
+5
2017-11-10
dm zoned: ignore last smaller runt zone
Damien Le Moal
1
-4
/
+9
2017-11-10
dm space map metadata: use ARRAY_SIZE
Jérémy Lefaure
1
-1
/
+2
2017-11-10
dm log writes: add support for DAX
Ross Zwisler
1
-1
/
+87
2017-11-10
dm log writes: add support for inline data buffers
Ross Zwisler
1
-3
/
+84
2017-11-10
dm cache: simplify get_per_bio_data() by removing data_size argument
Mike Snitzer
1
-39
/
+22
2017-11-10
dm cache: remove all obsolete writethrough-specific code
Mike Snitzer
1
-81
/
+1
2017-11-10
dm cache: submit writethrough writes in parallel to origin and cache
Mike Snitzer
1
-17
/
+37
2017-11-10
dm cache: pass cache structure to mode functions
Mike Snitzer
1
-16
/
+16
2017-11-10
dm cache: fix race condition in the writeback mode overwrite_bio optimisation
Joe Thornber
1
-33
/
+53
2017-11-10
md: free unused memory after bitmap resize
Zdenek Kabelac
1
-0
/
+9
2017-11-10
md: release allocated bitset sync_set
Zdenek Kabelac
1
-1
/
+7
2017-11-09
md/bitmap: clear BITMAP_WRITE_ERROR bit before writing it to sb
Hou Tao
1
-1
/
+5
2017-11-09
md: be cautious about using ->curr_resync_completed for ->recovery_offset
NeilBrown
2
-11
/
+46
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
41
-0
/
+41
2017-11-03
dm: move dm-verity to generic async completion
Gilad Ben-Yossef
2
-66
/
+20
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
41
-0
/
+41
2017-11-02
md: don't check MD_SB_CHANGE_CLEAN in md_allow_write
Artur Paszkiewicz
1
-1
/
+0
2017-11-02
md-cluster: update document for raid10
Guoqing Jiang
2
-3
/
+4
2017-11-02
md: remove redundant variable q
Colin Ian King
1
-2
/
+0
[next]