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
/
bcache
/
extents.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-11
bcache: remove PTR_CACHE
Christoph Hellwig
1
-2
/
+2
2020-10-02
bcache: remove embedded struct cache_sb from struct cache_set
Coly Li
1
-3
/
+3
2020-05-27
bcache: Convert pr_<level> uses to a more typical style
Joe Perches
1
-6
/
+6
2019-02-09
bcache: treat stale && dirty keys as bad keys
Tang Junhui
1
-6
/
+7
2018-10-08
bcache: replace hard coded number with BUCKET_GC_GEN_MAX
Coly Li
1
-1
/
+1
2018-08-12
bcache: replace printk() by pr_*() routines
Coly Li
1
-4
/
+4
2018-08-12
bcache: style fixes for lines over 80 characters
Coly Li
1
-1
/
+3
2018-08-12
bcache: style fix to add a blank line after declarations
Coly Li
1
-1
/
+4
2018-08-12
bcache: style fix to replace 'unsigned' by 'unsigned int'
Coly Li
1
-11
/
+11
2018-06-16
docs: Fix some broken references
Mauro Carvalho Chehab
1
-1
/
+1
2018-03-19
bcache: Remove an unused variable
Bart Van Assche
1
-2
/
+0
2017-11-25
bcache: Fix building error on MIPS
Huacai Chen
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2014-08-05
bcache: Fix a journal replay bug
Kent Overstreet
1
-4
/
+9
2014-03-18
bcache: remove nested function usage
John Sheu
1
-9
/
+13
2014-03-18
bcache: Kill bucket->gc_gen
Kent Overstreet
1
-4
/
+4
2014-03-18
bcache: Add a real GC_MARK_RECLAIMABLE
Kent Overstreet
1
-3
/
+3
2014-02-11
drivers/md/bcache/extents.c: use %zi to format size_t
Geert Uytterhoeven
1
-1
/
+1
2014-01-09
bcache: Add bch_bkey_equal_header()
Nicholas Swenson
1
-2
/
+1
2014-01-09
bcache: update bch_bkey_try_merge
Nicholas Swenson
1
-5
/
+0
2014-01-09
bcache: Move insert_fixup() to btree_keys_ops
Kent Overstreet
1
-0
/
+178
2014-01-09
bcache: Convert debug code to btree_keys
Kent Overstreet
1
-4
/
+89
2014-01-09
bcache: Add struct btree_keys
Kent Overstreet
1
-7
/
+12
2014-01-09
bcache: Abstract out stuff needed for sorting
Kent Overstreet
1
-0
/
+354