summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/util.h
AgeCommit message (Expand)AuthorLines
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+0
2021-10-29bcache: replace snprintf in show functions with sysfs_emitQing Wang-17/+0
2021-10-20bcache: remove bch_crc64_updateChristoph Hellwig-8/+0
2021-10-18bcache: remove bdev_sectorsChristoph Hellwig-4/+0
2021-08-11block: move some macros to blkdev.hGuoqing Jiang-2/+0
2021-04-11md: bcache: avoid -Wempty-body warningsArnd Bergmann-1/+1
2019-06-28bcache: Revert "bcache: fix high CPU occupancy during journal"Coly Li-2/+0
2019-04-24bcache: Clean up bch_get_congested()George Spelvin-7/+19
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds-9/+11
2018-08-22bcache: use routines from lib/crc64.c for CRC64 calculationColy Li-4/+17
2018-08-11bcache: style fixes for lines over 80 charactersColy Li-1/+2
2018-08-11bcache: add identifier names to arguments of function definitionsColy Li-6/+6
2018-08-11bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li-4/+5
2018-08-09bcache: set max writeback rate when I/O request is idleColy Li-1/+1
2018-05-28bcache: Move couple of functions to sysfs.cAndy Shevchenko-5/+0
2018-03-18bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li-6/+0
2018-02-07bcache: fix high CPU occupancy during journalTang Junhui-0/+2
2018-01-06block: move bio_alloc_pages() to bcacheMing Lei-0/+1
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-16bcache: writeback rate shouldn't artifically clampMichael Lyle-2/+2
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko-10/+2
2017-03-09drivers/md/bcache/util.h: remove duplicate inclusion of blkdev.hMasanari Iida-1/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2015-08-13bcache: remove driver private bio splitting codeKent Overstreet-2/+3
2015-06-30bcache: use kvfree() in various placesPekka Enberg-8/+2
2014-08-04bcache: Correct printing of btree_gc_max_duration_msSurbhi Palande-2/+2
2014-01-08bcache: Convert debug code to btree_keysKent Overstreet-0/+2
2014-01-08bcache: Remove/fix some header dependenciesKent Overstreet-0/+6
2013-12-16bcache: Fix heap_peek() macroNicholas Swenson-1/+1
2013-11-10bcache: Move spinlock into struct time_statsKent Overstreet-0/+1
2013-11-10bcache: Debug code improvementsKent Overstreet-2/+2
2013-11-10bcache: Pull on disk data structures out into a separate headerKent Overstreet-10/+0
2013-09-24bcache: Fix a writeback performance regressionKent Overstreet-3/+9
2013-07-01bcache: Use standard utility codeKent Overstreet-4/+0
2013-06-26bcache: Fix/revamp tracepointsKent Overstreet-2/+0
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet-27/+27
2013-03-23bcache: A block layer cacheKent Overstreet-0/+589