aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/bcache/util.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-7/+7
2019-02-15bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()Gravatar Ming Lei 1-1/+5
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+2
2018-08-22bcache: use routines from lib/crc64.c for CRC64 calculationGravatar Coly Li 1-131/+0
2018-08-11bcache: add missing SPDX headerGravatar Coly Li 1-0/+1
2018-08-11bcache: style fix to add a blank line after declarationsGravatar Coly Li 1-0/+1
2018-08-09bcache: set max writeback rate when I/O request is idleGravatar Coly Li 1-1/+1
2018-05-28bcache: Move couple of functions to sysfs.cGravatar Andy Shevchenko 1-35/+0
2018-03-18bcache: Fix kernel-doc warningsGravatar Bart Van Assche 1-10/+8
2018-03-18bcache: Annotate switch fall-throughGravatar Bart Van Assche 1-0/+7
2018-01-06block: move bio_alloc_pages() to bcacheGravatar Ming Lei 1-0/+27
2018-01-06bcache: comment on direct access to bvec tableGravatar Ming Lei 1-0/+7
2017-10-16bcache: writeback rate clamping: make 32 bit safeGravatar Michael Lyle 1-2/+2
2017-10-16bcache: smooth writeback rate controlGravatar Michael Lyle 1-2/+8
2017-09-06bcache: fix bch_hprint crash and improve outputGravatar Michael Lyle 1-15/+35
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2016-01-04md: more open-coded offset_in_page()Gravatar Al Viro 1-1/+1
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreGravatar Jens Axboe 1-1/+7
2013-12-16bcache: New writeback PD controllerGravatar Kent Overstreet 1-1/+7
2013-11-23block: Abstract out bvec iteratorGravatar Kent Overstreet 1-2/+2
2013-11-10bcache: Move spinlock into struct time_statsGravatar Kent Overstreet 1-3/+9
2013-09-24bcache: Fix a writeback performance regressionGravatar Kent Overstreet 1-1/+10
2013-07-01bcache: Use standard utility codeGravatar Kent Overstreet 1-17/+0
2013-04-08bcache: Fix a format string overflowGravatar Kent Overstreet 1-2/+2
2013-04-08bcache: Sparse fixesGravatar Kent Overstreet 1-88/+88
2013-03-28bcache: Don't export utility code, prefix with bch_Gravatar Kent Overstreet 1-25/+13
2013-03-23bcache: A block layer cacheGravatar Kent Overstreet 1-0/+389