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