aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-7/+7
2019-02-15bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()Ming Lei1-1/+5
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2018-08-22bcache: use routines from lib/crc64.c for CRC64 calculationColy Li1-131/+0
2018-08-11bcache: add missing SPDX headerColy Li1-0/+1
2018-08-11bcache: style fix to add a blank line after declarationsColy Li1-0/+1
2018-08-09bcache: set max writeback rate when I/O request is idleColy Li1-1/+1
2018-05-28bcache: Move couple of functions to sysfs.cAndy Shevchenko1-35/+0
2018-03-18bcache: Fix kernel-doc warningsBart Van Assche1-10/+8
2018-03-18bcache: Annotate switch fall-throughBart Van Assche1-0/+7
2018-01-06block: move bio_alloc_pages() to bcacheMing Lei1-0/+27
2018-01-06bcache: comment on direct access to bvec tableMing Lei1-0/+7
2017-10-16bcache: writeback rate clamping: make 32 bit safeMichael Lyle1-2/+2
2017-10-16bcache: smooth writeback rate controlMichael Lyle1-2/+8
2017-09-06bcache: fix bch_hprint crash and improve outputMichael Lyle1-15/+35
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2016-01-04md: more open-coded offset_in_page()Al Viro1-1/+1
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe1-1/+7
2013-12-16bcache: New writeback PD controllerKent Overstreet1-1/+7
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-2/+2
2013-11-10bcache: Move spinlock into struct time_statsKent Overstreet1-3/+9
2013-09-24bcache: Fix a writeback performance regressionKent Overstreet1-1/+10
2013-07-01bcache: Use standard utility codeKent Overstreet1-17/+0
2013-04-08bcache: Fix a format string overflowKent Overstreet1-2/+2
2013-04-08bcache: Sparse fixesKent Overstreet1-88/+88
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet1-25/+13
2013-03-23bcache: A block layer cacheKent Overstreet1-0/+389