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
2015-12-10
dm btree: fix bufio buffer leaks in dm_btree_del() error path
Joe Thornber
1
-1
/
+15
2015-12-09
dm space map metadata: fix ref counting bug when bootstrapping a new space map
Joe Thornber
1
-10
/
+22
2015-12-09
dm thin metadata: fix bug when taking a metadata snapshot
Joe Thornber
1
-0
/
+6
2015-12-02
dm thin metadata: fix bug in dm_thin_remove_range()
Joe Thornber
3
-8
/
+115
2015-12-02
dm btree: fix leak of bufio-backed block in btree_split_sibling error path
Mike Snitzer
1
-1
/
+3
2015-11-23
dm thin: fix regression in advertised discard limits
Mike Snitzer
1
-3
/
+2
2015-11-19
dm crypt: fix a possible hang due to race condition on exit
Mikulas Patocka
1
-9
/
+13
2015-11-17
dm mpath: fix infinite recursion in ioctl when no paths and !queue_if_no_path
Junichi Nomura
1
-13
/
+15
2015-11-17
dm: do not reuse dm_blk_ioctl block_device input as local variable
Mike Snitzer
1
-2
/
+3
2015-11-17
dm: fix ioctl retry termination with signal
Junichi Nomura
2
-2
/
+2
2015-11-16
dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans...
Mike Snitzer
1
-0
/
+1
2015-11-11
Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-9
/
+16
2015-11-10
Merge tag 'md/4.4-rc0-fix' of git://neil.brown.name/md
Linus Torvalds
1
-0
/
+1
2015-11-09
raid5-cache: add crc32c Kconfig dependency
Arnd Bergmann
1
-0
/
+1
2015-11-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-4
/
+4
2015-11-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-3
/
+1
2015-11-07
block: change ->make_request_fn() and users to return a queue cookie
Jens Axboe
3
-9
/
+16
2015-11-07
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2
-4
/
+4
2015-11-06
bcache: Really show state of work pending bit
Petr Mladek
1
-3
/
+1
2015-11-05
Merge tag 'dm-4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
32
-210
/
+327
2015-11-05
Merge tag 'md/4.4' of git://neil.brown.name/md
Linus Torvalds
13
-309
/
+1917
2015-11-05
Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-50
/
+57
2015-11-01
Merge tag 'md/4.3-rc7-fixes' of git://neil.brown.name/md
Linus Torvalds
2
-4
/
+5
2015-11-01
MD: when RAID journal is missing/faulty, block RESTART_ARRAY_RW
Song Liu
1
-2
/
+25
2015-11-01
MD: set journal disk ->raid_disk
Shaohua Li
2
-7
/
+26
2015-11-01
MD: kick out journal disk if it's not fresh
Song Liu
1
-1
/
+2
2015-11-01
raid5-cache: start raid5 readonly if journal is missing
Shaohua Li
2
-1
/
+9
2015-11-01
MD: add new bit to indicate raid array with journal
Song Liu
2
-3
/
+8
2015-11-01
raid5-cache: IO error handling
Shaohua Li
3
-2
/
+19
2015-11-01
raid5: journal disk can't be removed
Shaohua Li
1
-0
/
+11
2015-11-01
raid5-cache: add trim support for log
Shaohua Li
1
-1
/
+62
2015-11-01
MD: fix info output for journal disk
Shaohua Li
1
-5
/
+4
2015-11-01
raid5-cache: use bio chaining
Christoph Hellwig
1
-22
/
+16
2015-11-01
raid5-cache: small log->seq cleanup
Christoph Hellwig
1
-2
/
+1
2015-11-01
raid5-cache: new helper: r5_reserve_log_entry
Christoph Hellwig
1
-11
/
+19
2015-11-01
raid5-cache: inline r5l_alloc_io_unit into r5l_new_meta
Christoph Hellwig
1
-18
/
+8
2015-11-01
raid5-cache: take rdev->data_offset into account early on
Christoph Hellwig
1
-5
/
+2
2015-11-01
raid5-cache: refactor bio allocation
Christoph Hellwig
1
-25
/
+20
2015-11-01
raid5-cache: clean up r5l_get_meta
Christoph Hellwig
1
-8
/
+4
2015-11-01
raid5-cache: simplify state machine when caches flushes are not needed
Christoph Hellwig
1
-4
/
+29
2015-11-01
raid5-cache: factor out a helper to run all stripes for an I/O unit
Christoph Hellwig
1
-10
/
+13
2015-11-01
raid5-cache: rename flushed_ios to finished_ios
Christoph Hellwig
1
-7
/
+7
2015-11-01
raid5-cache: free I/O units earlier
Christoph Hellwig
1
-89
/
+54
2015-11-01
raid5-cache: move reclaim stop to quiesce
Shaohua Li
3
-12
/
+20
2015-11-01
md: show journal for journal disk in disk state sysfs
Shaohua Li
1
-0
/
+4
2015-11-01
skip match_mddev_units check for special roles
Song Liu
1
-2
/
+12
2015-11-01
raid5-cache: don't delay stripe captured in log
Shaohua Li
1
-0
/
+5
2015-11-01
raid5-cache: check stripe finish out of order
Shaohua Li
1
-0
/
+5
2015-11-01
md: skip resync for raid array with journal
Shaohua Li
2
-0
/
+5
2015-11-01
raid5-cache: optimize FLUSH IO with log enabled
Shaohua Li
3
-2
/
+28
[next]