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
/
bcache
/
io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-12
bcache: fix typo 'succesfully' to 'successfully'
Coly Li
1
-1
/
+1
2018-08-12
bcache: style fix to add a blank line after declarations
Coly Li
1
-1
/
+3
2018-08-12
bcache: style fix to replace 'unsigned' by 'unsigned int'
Coly Li
1
-9
/
+9
2018-05-31
bcache: convert to bioset_init()/mempool_init()
Kent Overstreet
1
-2
/
+2
2018-05-03
bcache: store disk name in struct cache and struct cached_dev
Coly Li
1
-5
/
+3
2018-03-19
bcache: add io_disable to struct cached_dev
Coly Li
1
-0
/
+14
2018-03-19
bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags
Coly Li
1
-1
/
+1
2018-01-08
bcache: fix misleading error message in bch_count_io_errors()
Coly Li
1
-4
/
+9
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-1
/
+1
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-3
/
+3
2016-11-22
block: bio: pass bvec table to bio_init()
Ming Lei
1
-3
/
+1
2016-07-21
block: simplify and cleanup bvec pool handling
Christoph Hellwig
1
-1
/
+0
2016-06-07
bcache: use op_is_write instead of checking for REQ_WRITE
Mike Christie
1
-1
/
+1
2015-08-13
bcache: remove driver private bio splitting code
Kent Overstreet
1
-100
/
+1
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
1
-4
/
+4
2015-07-11
bcache: don't embed 'return' statements in closure macros
Jens Axboe
1
-0
/
+1
2015-05-22
block: remove management of bi_remaining when restoring original bi_end_io
Mike Snitzer
1
-1
/
+1
2013-11-24
block: Introduce new bio_split()
Kent Overstreet
1
-80
/
+2
2013-11-24
block: Generic bio chaining
Kent Overstreet
1
-1
/
+1
2013-11-24
block: Remove bi_idx hacks
Kent Overstreet
1
-45
/
+2
2013-11-24
block: Kill bio_segments()/bi_vcnt usage
Kent Overstreet
1
-30
/
+23
2013-11-24
block: Convert bio_for_each_segment() to bvec_iter
Kent Overstreet
1
-40
/
+29
2013-11-24
block: Convert bio_iovec() to bvec_iter
Kent Overstreet
1
-6
/
+7
2013-11-24
block: Abstract out bvec iterator
Kent Overstreet
1
-13
/
+13
2013-07-02
bcache: Use standard utility code
Kent Overstreet
1
-42
/
+22
2013-06-27
bcache: Fix/revamp tracepoints
Kent Overstreet
1
-0
/
+2
2013-06-27
md: bcache: io.c: fix a potential NULL pointer dereference
Kumar Amit Mehta
1
-0
/
+2
2013-04-23
bcache: Fix merge_bvec_fn usage for when it modifies the bvm
Kent Overstreet
1
-9
/
+8
2013-04-21
bcache: Correctly check against BIO_MAX_PAGES
Kent Overstreet
1
-5
/
+4
2013-04-21
bcache: Hack around stuff that clones up to bi_max_vecs
Kent Overstreet
1
-0
/
+9
2013-03-24
bcache: A block layer cache
Kent Overstreet
1
-0
/
+390