summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/bcache.h
AgeCommit message (Expand)AuthorFilesLines
2018-02-07bcache: fix for data collapse after re-attaching an attached deviceTang Junhui1-1/+1
2018-02-07bcache: set error_limit correctlyColy Li1-0/+1
2018-02-07bcache: fix high CPU occupancy during journalTang Junhui1-0/+2
2018-02-07bcache: add journal statisticTang Junhui1-0/+4
2018-01-08bcache: fix misleading error message in bch_count_io_errors()Coly Li1-1/+1
2018-01-08bcache: reduce cache_set devices iteration by devices_max_usedColy Li1-0/+1
2018-01-08bcache: allow quick writeback when backing idleMichael Lyle1-0/+7
2018-01-08bcache: writeback: properly order backing device IOMichael Lyle1-0/+8
2018-01-08bcache: fix wrong return value in bch_debug_init()Tang Junhui1-6/+0
2017-11-15Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-31bcache: update bucket_in_use in real timeTang Junhui1-0/+1
2017-10-31bcache: convert cached_dev.count from atomic_t to refcount_tElena Reshetova1-3/+4
2017-10-16bcache: writeback rate shouldn't artifically clampMichael Lyle1-1/+1
2017-10-16bcache: implement PI controller for writeback rateMichael Lyle1-5/+4
2017-09-06bcache: fix for gc and write-back raceTang Junhui1-0/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-3/+4
2016-12-17bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet1-2/+2
2015-08-13bcache: remove driver private bio splitting codeKent Overstreet1-18/+0
2014-08-05bcache: fix crash with incomplete cache setSlava Pestov1-0/+4
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-03-18bcache: Kill bucket->gc_genKent Overstreet1-2/+1
2014-03-18bcache: Kill unused freelistKent Overstreet1-23/+5
2014-03-18bcache: Rework btree cache reserve handlingKent Overstreet1-10/+5
2014-03-18bcache: Kill btree_io_wqKent Overstreet1-2/+0
2014-03-18bcache: Add a real GC_MARK_RECLAIMABLEKent Overstreet1-3/+3
2014-03-18bcache: Fix moving_gc deadlocking with a foreground writeNicholas Swenson1-0/+2
2014-01-30bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USEDDarrick J. Wong1-1/+3
2014-01-09bcache: Improve bucket_prio() calculationKent Overstreet1-1/+1
2014-01-09bcache: Add struct btree_keysKent Overstreet1-1/+1
2014-01-09bcache: Rename/shuffle various code aroundKent Overstreet1-8/+0
2014-01-09bcache: Add struct bset_sort_stateKent Overstreet1-3/+2
2014-01-09bcache: Bkey indexing renamingKent Overstreet1-9/+2
2014-01-09bcache: Remove/fix some header dependenciesKent Overstreet1-5/+18
2014-01-09bcache: Use a mempool for mergesort temporary spaceKent Overstreet1-6/+1
2014-01-09bcache: Btree verify code improvementsKent Overstreet1-0/+1
2014-01-09bcache: kill index()Kent Overstreet1-4/+0
2014-01-09bcache: Rework allocator reservesKent Overstreet1-9/+7
2014-01-09bcache: kill closure locking usageKent Overstreet1-3/+6
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe1-6/+6
2013-12-17bcache: New writeback PD controllerKent Overstreet1-3/+3
2013-12-17bcache: bugfix - moving_gc now moves only correct bucketsNicholas Swenson1-3/+3
2013-11-24block: Introduce new bio_split()Kent Overstreet1-1/+0
2013-11-24bcache: Kill unaligned bvec hackKent Overstreet1-1/+0
2013-11-11bcache: Bypass torture testKent Overstreet1-0/+1
2013-11-11bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet1-6/+4
2013-11-11bcache: Better full stripe scanningKent Overstreet1-2/+3
2013-11-11bcache: Move spinlock into struct time_statsKent Overstreet1-2/+0
2013-11-11bcache: Kill sequential_merge optionKent Overstreet1-1/+0
2013-11-11bcache: Incremental gcKent Overstreet1-1/+0