summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/bcache.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* bcache: Debug code improvementsKent Overstreet2013-11-111-9/+1Star
* bcache: Pull on disk data structures out into a separate headerKent Overstreet2013-11-111-242/+2Star
* bcache: Move sector allocator to alloc.cKent Overstreet2013-11-111-0/+4
* bcache: Add btree_map() functionsKent Overstreet2013-11-111-2/+0Star
* bcache: Convert writeback to a kthreadKent Overstreet2013-11-111-4/+6
* bcache: Convert gc to a kthreadKent Overstreet2013-11-111-5/+4Star
* bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet2013-11-111-4/+4
* bcache: Convert try_wait to wait_queue_head_tKent Overstreet2013-11-111-2/+2
* bcache: Convert btree_insert_check_key() to btree_insert_node()Kent Overstreet2013-11-111-8/+0Star
* bcache: Stripe size isn't necessarily a power of twoKent Overstreet2013-11-111-1/+1
* bcache: Add on error panic/unregister settingKent Overstreet2013-11-111-0/+6
* bcache: Use blkdev_issue_discard()Kent Overstreet2013-11-111-10/+0Star
* bcache: Fix a writeback performance regressionKent Overstreet2013-09-241-4/+3Star
* bcache: Allocation kthread fixesKent Overstreet2013-07-121-4/+0Star
* bcache: Fix a sysfs splat on shutdownKent Overstreet2013-07-121-0/+1
* bcache: Write out full stripesKent Overstreet2013-06-271-2/+1Star
* bcache: Track dirty data by stripeKent Overstreet2013-06-271-6/+4Star
* bcache: Initialize sectors_dirty when attachingKent Overstreet2013-06-271-1/+1
* bcache: Improve lazy sortingKent Overstreet2013-06-271-0/+1
* bcache: Fix/revamp tracepointsKent Overstreet2013-06-271-20/+0Star
* bcache: Refactor btree ioKent Overstreet2013-06-271-3/+2Star
* bcache: Convert allocator thread to kthreadKent Overstreet2013-06-271-6/+11
* bcache: Fix error handling in init codeKent Overstreet2013-05-151-1/+1
* bcache: Take data offset from the bdev superblock.Kent Overstreet2013-04-211-10/+37
* bcache: Don't export utility code, prefix with bch_Kent Overstreet2013-03-281-1/+1
* bcache: Style/checkpatch fixesKent Overstreet2013-03-251-5/+5
* bcache: A block layer cacheKent Overstreet2013-03-241-0/+1232