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