summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/bcache.h
AgeCommit message (Expand)Author
2017-09-27bcache: fix for gc and write-back raceTang Junhui
2017-02-23bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet
2015-08-13bcache: remove driver private bio splitting codeKent Overstreet
2014-08-04bcache: fix crash with incomplete cache setSlava Pestov
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-03-18bcache: Kill bucket->gc_genKent Overstreet
2014-03-18bcache: Kill unused freelistKent Overstreet
2014-03-18bcache: Rework btree cache reserve handlingKent Overstreet
2014-03-18bcache: Kill btree_io_wqKent Overstreet
2014-03-18bcache: Add a real GC_MARK_RECLAIMABLEKent Overstreet
2014-03-18bcache: Fix moving_gc deadlocking with a foreground writeNicholas Swenson
2014-01-29bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USEDDarrick J. Wong
2014-01-08bcache: Improve bucket_prio() calculationKent Overstreet
2014-01-08bcache: Add struct btree_keysKent Overstreet
2014-01-08bcache: Rename/shuffle various code aroundKent Overstreet
2014-01-08bcache: Add struct bset_sort_stateKent Overstreet
2014-01-08bcache: Bkey indexing renamingKent Overstreet
2014-01-08bcache: Remove/fix some header dependenciesKent Overstreet
2014-01-08bcache: Use a mempool for mergesort temporary spaceKent Overstreet
2014-01-08bcache: Btree verify code improvementsKent Overstreet
2014-01-08bcache: kill index()Kent Overstreet
2014-01-08bcache: Rework allocator reservesKent Overstreet
2014-01-08bcache: kill closure locking usageKent Overstreet
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe
2013-12-16bcache: New writeback PD controllerKent Overstreet
2013-12-16bcache: bugfix - moving_gc now moves only correct bucketsNicholas Swenson
2013-11-24block: Introduce new bio_split()Kent Overstreet
2013-11-24bcache: Kill unaligned bvec hackKent Overstreet
2013-11-11bcache: Bypass torture testKent Overstreet
2013-11-11bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet
2013-11-11bcache: Better full stripe scanningKent Overstreet
2013-11-11bcache: Move spinlock into struct time_statsKent Overstreet
2013-11-11bcache: Kill sequential_merge optionKent Overstreet
2013-11-11bcache: Incremental gcKent Overstreet
2013-11-11bcache: Debug code improvementsKent Overstreet
2013-11-11bcache: Pull on disk data structures out into a separate headerKent Overstreet
2013-11-11bcache: Move sector allocator to alloc.cKent Overstreet
2013-11-11bcache: Add btree_map() functionsKent Overstreet
2013-11-11bcache: Convert writeback to a kthreadKent Overstreet
2013-11-11bcache: Convert gc to a kthreadKent Overstreet
2013-11-11bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet
2013-11-11bcache: Convert try_wait to wait_queue_head_tKent Overstreet
2013-11-11bcache: Convert btree_insert_check_key() to btree_insert_node()Kent Overstreet
2013-11-11bcache: Stripe size isn't necessarily a power of twoKent Overstreet
2013-11-11bcache: Add on error panic/unregister settingKent Overstreet
2013-11-11bcache: Use blkdev_issue_discard()Kent Overstreet
2013-09-24bcache: Fix a writeback performance regressionKent Overstreet
2013-07-12bcache: Allocation kthread fixesKent Overstreet
2013-07-12bcache: Fix a sysfs splat on shutdownKent Overstreet
2013-06-27bcache: Write out full stripesKent Overstreet