summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/util.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-19bcache: move closures to lib/Kent Overstreet1-2/+1
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+0
2021-10-29bcache: replace snprintf in show functions with sysfs_emitQing Wang1-17/+0
2021-10-20bcache: remove bch_crc64_updateChristoph Hellwig1-8/+0
2021-10-18bcache: remove bdev_sectorsChristoph Hellwig1-4/+0
2021-08-12block: move some macros to blkdev.hGuoqing Jiang1-2/+0
2021-04-11md: bcache: avoid -Wempty-body warningsArnd Bergmann1-1/+1
2019-06-28bcache: Revert "bcache: fix high CPU occupancy during journal"Coly Li1-2/+0
2019-04-24bcache: Clean up bch_get_congested()George Spelvin1-7/+19
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+11
2018-08-22bcache: use routines from lib/crc64.c for CRC64 calculationColy Li1-4/+17
2018-08-12bcache: style fixes for lines over 80 charactersColy Li1-1/+2
2018-08-12bcache: add identifier names to arguments of function definitionsColy Li1-6/+6
2018-08-12bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li1-4/+5
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-5/+0
2018-03-19bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li1-6/+0
2018-02-07bcache: fix high CPU occupancy during journalTang Junhui1-0/+2
2018-01-06block: move bio_alloc_pages() to bcacheMing Lei1-0/+1
2017-11-15Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-16bcache: writeback rate shouldn't artifically clampMichael Lyle1-2/+2
2017-05-09treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-10/+2
2017-03-10drivers/md/bcache/util.h: remove duplicate inclusion of blkdev.hMasanari Iida1-1/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2015-08-13bcache: remove driver private bio splitting codeKent Overstreet1-2/+3
2015-07-01bcache: use kvfree() in various placesPekka Enberg1-8/+2
2014-08-05bcache: Correct printing of btree_gc_max_duration_msSurbhi Palande1-2/+2
2014-01-09bcache: Convert debug code to btree_keysKent Overstreet1-0/+2
2014-01-09bcache: Remove/fix some header dependenciesKent Overstreet1-0/+6
2013-12-17bcache: Fix heap_peek() macroNicholas Swenson1-1/+1
2013-11-11bcache: Move spinlock into struct time_statsKent Overstreet1-0/+1
2013-11-11bcache: Debug code improvementsKent Overstreet1-2/+2
2013-11-11bcache: Pull on disk data structures out into a separate headerKent Overstreet1-10/+0
2013-09-25bcache: Fix a writeback performance regressionKent Overstreet1-3/+9
2013-07-02bcache: Use standard utility codeKent Overstreet1-4/+0
2013-06-27bcache: Fix/revamp tracepointsKent Overstreet1-2/+0
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet1-27/+27
2013-03-24bcache: A block layer cacheKent Overstreet1-0/+589