- cf2197c bcache: move uapi header bcache.h to bcache code directory by Coly Li · 3 years, 3 months ago
- 0f5cd78 bcache: remove the backing_dev_name field from struct cached_dev by Christoph Hellwig · 3 years, 3 months ago
- 7e84c21 bcache: remove the cache_dev_name field from struct cache by Christoph Hellwig · 3 years, 3 months ago
- 1616a4c bcache: remove bcache device self-defined readahead by Coly Li · 3 years, 7 months ago
- 11e9560 bcache: remove PTR_CACHE by Christoph Hellwig · 3 years, 9 months ago
- afe78ab bcache: Move journal work to new flush wq by Kai Krakow · 4 years ago
- 9f233ff Revert "bcache: Kill btree_io_wq" by Kai Krakow · 4 years ago
- 71dda2a bcache: consider the fragmentation when update the writeback rate by dongdong tao · 4 years ago
- 4a78426 bcache: remove embedded struct cache_sb from struct cache_set by Coly Li · 4 years, 4 months ago
- 63a96c0 bcache: only use bucket_bytes() on struct cache by Coly Li · 4 years, 4 months ago
- 3c4fae2 bcache: remove useless bucket_pages() by Coly Li · 4 years, 4 months ago
- 4e1ebae bcache: only use block_bytes() on struct cache by Coly Li · 4 years, 4 months ago
- 1132e56 bcache: add set_uuid in struct cache_set by Coly Li · 4 years, 4 months ago
- 08fdb2c bcache: remove for_each_cache() by Coly Li · 4 years, 4 months ago
- 697e234 bcache: explicitly make cache_set only have single cache by Coly Li · 4 years, 4 months ago
- 17e4aed bcache: remove 'int n' from parameter list of bch_bucket_alloc_set() by Coly Li · 4 years, 4 months ago
- c954ac8 bcache: handle cache prio_buckets and disk_buckets properly for bucket size > 8MB by Coly Li · 4 years, 6 months ago
- de1fafa bcache: introduce meta_bucket_pages() related helper routines by Coly Li · 4 years, 6 months ago
- 7a14812 bcache: fix overflow in offset_to_stripe() by Coly Li · 4 years, 6 months ago
- ed00aab block: rename generic_make_request to submit_bio_noacct by Christoph Hellwig · 4 years, 7 months ago
- 46f5aa8 bcache: Convert pr_<level> uses to a more typical style by Joe Perches · 4 years, 8 months ago
- 038ba8c bcache: add readahead cache policy options via sysfs interface by Coly Li · 5 years ago
- 475389a bcache: store a pointer to the on-disk sb in the cache and cached_dev structures by Christoph Hellwig · 5 years ago
- c5fcded bcache: add idle_max_writeback_rate sysfs interface by Coly Li · 5 years ago
- 84c529a bcache: fix deadlock in bcache_allocator by Andrea Righi · 5 years ago
- 34cf78b bcache: fix a lost wake-up problem caused by mca_cannibalize_lock by Guoju Fang · 5 years ago
- dff90d5 bcache: add reclaimed_journal_buckets to struct cache_set by Coly Li · 6 years ago
- d91ce75 bcache: remove retry_flush_write from struct cache_set by Coly Li · 6 years ago
- 249a5f6 bcache: Revert "bcache: fix high CPU occupancy during journal" by Coly Li · 6 years ago
- 0b13efe bcache: add return value check to bch_cached_dev_run() by Coly Li · 6 years ago
- 7a671d8 bcache: option to automatically run gc thread after writeback by Coly Li · 6 years ago
- d2f96f4 bcache: add comment for cache_set->fill_iter by Shenghui Wang · 6 years ago
- 91bafdf bcache: remove useless parameter of bch_debug_init() by Dongbo Cao · 6 years ago
- 0f843e6 bcache: add separate workqueue for journal_write to avoid deadlock by Guoju Fang · 6 years ago
- d0c1b89 bcache: remove unnecessary space before ioctl function pointer arguments by Coly Li · 6 years ago
- 958bf49 bcache: replace Symbolic permissions by octal permission numbers by Coly Li · 6 years ago
- b0d3098 bcache: style fixes for lines over 80 characters by Coly Li · 6 years ago
- fc2d598 bcache: add identifier names to arguments of function definitions by Coly Li · 6 years ago
- 1fae7cf bcache: style fix to add a blank line after declarations by Coly Li · 6 years ago
- 6f10f7d bcache: style fix to replace 'unsigned' by 'unsigned int' by Coly Li · 6 years ago
- ea8c5356 bcache: set max writeback rate when I/O request is idle by Coly Li · 6 years ago
- cb329de bcache: fix mistaken code comments in bcache.h by Coly Li · 6 years ago
- 78ac210 bcache: do not check return value of debugfs_create_dir() by Coly Li · 6 years ago
- 5c25c4f bcache: finish incremental GC by Tang Junhui · 6 years ago
- 99a27d5 bcache: simplify the calculation of the total amount of flash dirty data by Tang Junhui · 6 years ago
- d19936a bcache: convert to bioset_init()/mempool_init() by Kent Overstreet · 7 years ago
- 04cbc21 bcache: Move couple of string arrays to sysfs.c by Andy Shevchenko · 7 years ago
- 0f0709e bcache: stop bcache device when backing device is offline by Coly Li · 7 years ago
- 6e916a7 bcache: store disk name in struct cache and struct cached_dev by Coly Li · 7 years ago
- c7b7bd0 bcache: add io_disable to struct cached_dev by Coly Li · 7 years ago
- 7e027ca bcache: add stop_when_cache_set_failed option to backing device by Coly Li · 7 years ago
- 771f393 bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags by Coly Li · 7 years ago
- 3fd47bf bcache: stop dc->writeback_rate_update properly by Coly Li · 7 years ago
- 73ac105 bcache: fix for data collapse after re-attaching an attached device by Tang Junhui · 7 years ago
- 7ba0d83 bcache: set error_limit correctly by Coly Li · 7 years ago
- c4dc249 bcache: fix high CPU occupancy during journal by Tang Junhui · 7 years ago
- a728eac bcache: add journal statistic by Tang Junhui · 7 years ago
- 5138ac6 bcache: fix misleading error message in bch_count_io_errors() by Coly Li · 7 years ago
- 2831231 bcache: reduce cache_set devices iteration by devices_max_used by Coly Li · 7 years ago
- b1092c9 bcache: allow quick writeback when backing idle by Michael Lyle · 7 years ago
- 6e6ccc6 bcache: writeback: properly order backing device IO by Michael Lyle · 7 years ago
- 539d39e bcache: fix wrong return value in bch_debug_init() by Tang Junhui · 7 years ago
- e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- d44c2f9 bcache: update bucket_in_use in real time by Tang Junhui · 7 years ago
- 3b304d2 bcache: convert cached_dev.count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
- e41166c bcache: writeback rate shouldn't artifically clamp by Michael Lyle · 7 years ago
- 1d316e6 bcache: implement PI controller for writeback rate by Michael Lyle · 7 years ago
- 9baf309 bcache: fix for gc and write-back race by Tang Junhui · 7 years ago
- 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
- be628be bcache: Make gc wakeup sane, remove set_task_state() by Kent Overstreet · 8 years ago
- 749b61d bcache: remove driver private bio splitting code by Kent Overstreet · 11 years ago
- bf0c55c bcache: fix crash with incomplete cache set by Slava Pestov · 11 years ago
- 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
- 3a2fd9d bcache: Kill bucket->gc_gen by Kent Overstreet · 11 years ago
- 2531d9ee bcache: Kill unused freelist by Kent Overstreet · 11 years ago
- 0a63b66 bcache: Rework btree cache reserve handling by Kent Overstreet · 11 years ago
- 56b3077 bcache: Kill btree_io_wq by Kent Overstreet · 11 years ago
- 4fe6a81 bcache: Add a real GC_MARK_RECLAIMABLE by Kent Overstreet · 11 years ago
- da415a0 bcache: Fix moving_gc deadlocking with a foreground write by Nicholas Swenson · 11 years ago
- 9471744 bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USED by Darrick J. Wong · 11 years ago
- e0a985a bcache: Improve bucket_prio() calculation by Kent Overstreet · 11 years ago
- a85e968 bcache: Add struct btree_keys by Kent Overstreet · 11 years ago
- ee81128 bcache: Rename/shuffle various code around by Kent Overstreet · 11 years ago
- 67539e8 bcache: Add struct bset_sort_state by Kent Overstreet · 11 years ago
- fafff81 bcache: Bkey indexing renaming by Kent Overstreet · 11 years ago
- 9a02b7e bcache: Remove/fix some header dependencies by Kent Overstreet · 11 years ago
- 0a45114 bcache: Use a mempool for mergesort temporary space by Kent Overstreet · 11 years ago
- 78b77bf bcache: Btree verify code improvements by Kent Overstreet · 11 years ago
- 88b9f8c bcache: kill index() by Kent Overstreet · 11 years ago
- 7836541 bcache: Rework allocator reserves by Kent Overstreet · 11 years ago
- cb7a583 bcache: kill closure locking usage by Kent Overstreet · 11 years ago
- b28bc9b Merge tag 'v3.13-rc6' into for-3.14/core by Jens Axboe · 11 years ago
- 16749c2 bcache: New writeback PD controller by Kent Overstreet · 11 years ago
- 981aa8c bcache: bugfix - moving_gc now moves only correct buckets by Nicholas Swenson · 11 years ago
- 20d0189 block: Introduce new bio_split() by Kent Overstreet · 11 years ago
- ed9c47b bcache: Kill unaligned bvec hack by Kent Overstreet · 11 years ago
- 5ceaaad bcache: Bypass torture test by Kent Overstreet · 11 years ago
- c4d951d bcache: Fix sysfs splat on shutdown with flash only devs by Kent Overstreet · 11 years ago
- 48a915a bcache: Better full stripe scanning by Kent Overstreet · 11 years ago