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-01-27
Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-block
Linus Torvalds
11
-236
/
+469
2020-01-23
bcache: reap from tail of c->btree_cache in bch_mca_scan()
Coly Li
1
-5
/
+5
2020-01-23
bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan()
Coly Li
1
-3
/
+3
2020-01-23
bcache: remove member accessed from struct btree
Coly Li
2
-8
/
+2
2020-01-23
bcache: avoid unnecessary btree nodes flushing in btree_flush_write()
Coly Li
1
-5
/
+75
2020-01-23
bcache: add code comments for state->pool in __btree_sort()
Coly Li
1
-0
/
+5
2020-01-23
bcache: use read_cache_page_gfp to read the superblock
Christoph Hellwig
1
-9
/
+7
2020-01-23
bcache: store a pointer to the on-disk sb in the cache and cached_dev structures
Christoph Hellwig
2
-19
/
+17
2020-01-23
bcache: return a pointer to the on-disk sb from read_super
Christoph Hellwig
1
-11
/
+11
2020-01-23
bcache: transfer the sb_page reference to register_{bdev,cache}
Christoph Hellwig
1
-15
/
+6
2020-01-23
bcache: fix use-after-free in register_bcache()
Coly Li
1
-1
/
+2
2020-01-23
bcache: properly initialize 'path' and 'err' in register_bcache()
Coly Li
1
-1
/
+3
2020-01-23
bcache: rework error unwinding in register_bcache
Christoph Hellwig
1
-30
/
+45
2020-01-23
bcache: use a separate data structure for the on-disk super block
Christoph Hellwig
1
-3
/
+3
2020-01-23
bcache: cached_dev_free needs to put the sb page
Liang Chen
1
-0
/
+3
2020-01-16
block: fix an integer overflow in logical block size
Mikulas Patocka
2
-2
/
+2
2020-01-13
md/raid1: introduce wait_for_serialization
Guoqing Jiang
1
-19
/
+22
2020-01-13
md/raid1: use bucket based mechanism for IO serialization
Guoqing Jiang
2
-8
/
+19
2020-01-13
md: introduce a new struct for IO serialization
Guoqing Jiang
4
-63
/
+116
2020-01-13
md: don't destroy serial_info_pool if serialize_policy is true
Guoqing Jiang
1
-4
/
+8
2020-01-13
raid1: serialize the overlap write
Guoqing Jiang
1
-14
/
+13
2020-01-13
md: reorgnize mddev_create/destroy_serial_pool
Guoqing Jiang
1
-29
/
+42
2020-01-13
md: add serialize_policy sysfs node for raid1
Guoqing Jiang
2
-0
/
+53
2020-01-13
md: prepare for enable raid1 io serialization
Guoqing Jiang
2
-21
/
+46
2020-01-13
md: fix a typo s/creat/create
Guoqing Jiang
1
-3
/
+3
2020-01-13
md: rename wb stuffs
Guoqing Jiang
4
-77
/
+80
2020-01-13
raid5: remove worker_cnt_per_group argument from alloc_thread_groups
Guoqing Jiang
1
-14
/
+7
2020-01-13
md-bitmap: small cleanups
Zhiqiang Liu
1
-3
/
+2
2019-12-14
Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-2
/
+3
2019-12-14
Merge tag 'for-5.5/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-83
/
+246
2019-12-11
md: make sure desc_nr less than MD_SB_DISKS
Yufen Yu
1
-0
/
+1
2019-12-11
md: raid1: check rdev before reference in raid1_sync_request func
Zhiqiang Liu
1
-1
/
+1
2019-12-11
raid5: need to set STRIPE_HANDLE for batch head
Guoqing Jiang
1
-1
/
+1
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
1
-1
/
+1
2019-12-06
dm thin: Flush data device before committing metadata
Nikos Tsironis
1
-2
/
+40
2019-12-06
dm thin metadata: Add support for a pre-commit callback
Nikos Tsironis
2
-0
/
+36
2019-12-06
dm clone: Flush destination device before committing metadata
Nikos Tsironis
1
-6
/
+40
2019-12-05
dm clone metadata: Use a two phase commit
Nikos Tsironis
3
-10
/
+60
2019-12-05
dm clone metadata: Track exact changes per transaction
Nikos Tsironis
1
-28
/
+62
2019-12-05
dm btree: increase rebalance threshold in __rebalance2()
Hou Tao
1
-1
/
+7
2019-12-03
block: don't handle bio based drivers in blk_revalidate_disk_zones
Christoph Hellwig
1
-5
/
+7
2019-12-03
block: simplify blkdev_nr_zones
Christoph Hellwig
1
-1
/
+1
2019-11-26
dm mpath: remove harmful bio-based optimization
Mike Snitzer
1
-36
/
+1
2019-11-25
Merge tag 'for-5.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
19
-409
/
+426
2019-11-25
Merge tag 'for-5.5/zoned-20191122' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-184
/
+115
2019-11-25
Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-block
Linus Torvalds
23
-97
/
+153
2019-11-21
Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues"
Mike Snitzer
1
-6
/
+3
2019-11-20
dm: Fix Kconfig indentation
Krzysztof Kozlowski
1
-27
/
+27
2019-11-18
Revert "bcache: fix fifo index swapping condition in journal_pin_cmp()"
Jens Axboe
2
-26
/
+4
2019-11-18
dm thin: wakeup worker only when deferred bios exist
Jeffle Xu
1
-1
/
+4
[next]