summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/bcache.h
Commit message (Expand)AuthorAgeFilesLines
* bcache: fix for data collapse after re-attaching an attached deviceTang Junhui2018-02-071-1/+1
* bcache: set error_limit correctlyColy Li2018-02-071-0/+1
* bcache: fix high CPU occupancy during journalTang Junhui2018-02-071-0/+2
* bcache: add journal statisticTang Junhui2018-02-071-0/+4
* bcache: fix misleading error message in bch_count_io_errors()Coly Li2018-01-081-1/+1
* bcache: reduce cache_set devices iteration by devices_max_usedColy Li2018-01-081-0/+1
* bcache: allow quick writeback when backing idleMichael Lyle2018-01-081-0/+7
* bcache: writeback: properly order backing device IOMichael Lyle2018-01-081-0/+8
* bcache: fix wrong return value in bch_debug_init()Tang Junhui2018-01-081-6/+0Star
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-151-9/+10
|\
| * bcache: update bucket_in_use in real timeTang Junhui2017-10-301-0/+1
| * bcache: convert cached_dev.count from atomic_t to refcount_tElena Reshetova2017-10-301-3/+4
| * bcache: writeback rate shouldn't artifically clampMichael Lyle2017-10-161-1/+1
| * bcache: implement PI controller for writeback rateMichael Lyle2017-10-161-5/+4Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* bcache: fix for gc and write-back raceTang Junhui2017-09-061-0/+1
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-3/+4
* bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet2016-12-171-2/+2
* bcache: remove driver private bio splitting codeKent Overstreet2015-08-131-18/+0Star
* bcache: fix crash with incomplete cache setSlava Pestov2014-08-051-0/+4
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
* bcache: Kill bucket->gc_genKent Overstreet2014-03-181-2/+1Star
* bcache: Kill unused freelistKent Overstreet2014-03-181-23/+5Star
* bcache: Rework btree cache reserve handlingKent Overstreet2014-03-181-10/+5Star
* bcache: Kill btree_io_wqKent Overstreet2014-03-181-2/+0Star
* bcache: Add a real GC_MARK_RECLAIMABLEKent Overstreet2014-03-181-3/+3
* bcache: Fix moving_gc deadlocking with a foreground writeNicholas Swenson2014-03-181-0/+2
* bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USEDDarrick J. Wong2014-01-291-1/+3
* bcache: Improve bucket_prio() calculationKent Overstreet2014-01-081-1/+1
* bcache: Add struct btree_keysKent Overstreet2014-01-081-1/+1
* bcache: Rename/shuffle various code aroundKent Overstreet2014-01-081-8/+0Star
* bcache: Add struct bset_sort_stateKent Overstreet2014-01-081-3/+2Star
* bcache: Bkey indexing renamingKent Overstreet2014-01-081-9/+2Star
* bcache: Remove/fix some header dependenciesKent Overstreet2014-01-081-5/+18
* bcache: Use a mempool for mergesort temporary spaceKent Overstreet2014-01-081-6/+1Star
* bcache: Btree verify code improvementsKent Overstreet2014-01-081-0/+1
* bcache: kill index()Kent Overstreet2014-01-081-4/+0Star
* bcache: Rework allocator reservesKent Overstreet2014-01-081-9/+7Star
* bcache: kill closure locking usageKent Overstreet2014-01-081-3/+6
* Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-311-6/+6
|\
| * bcache: New writeback PD controllerKent Overstreet2013-12-161-3/+3
| * bcache: bugfix - moving_gc now moves only correct bucketsNicholas Swenson2013-12-161-3/+3
* | block: Introduce new bio_split()Kent Overstreet2013-11-241-1/+0Star
* | bcache: Kill unaligned bvec hackKent Overstreet2013-11-241-1/+0Star
|/
* bcache: Bypass torture testKent Overstreet2013-11-111-0/+1
* bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet2013-11-111-6/+4Star
* bcache: Better full stripe scanningKent Overstreet2013-11-111-2/+3
* bcache: Move spinlock into struct time_statsKent Overstreet2013-11-111-2/+0Star
* bcache: Kill sequential_merge optionKent Overstreet2013-11-111-1/+0Star
* bcache: Incremental gcKent Overstreet2013-11-111-1/+0Star