summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/bcache.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcache: Bypass torture testKent Overstreet2013-11-111-0/+1
* bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet2013-11-111-6/+4
* bcache: Better full stripe scanningKent Overstreet2013-11-111-2/+3
* bcache: Move spinlock into struct time_statsKent Overstreet2013-11-111-2/+0
* bcache: Kill sequential_merge optionKent Overstreet2013-11-111-1/+0
* bcache: Incremental gcKent Overstreet2013-11-111-1/+0
* bcache: Debug code improvementsKent Overstreet2013-11-111-9/+1
* bcache: Pull on disk data structures out into a separate headerKent Overstreet2013-11-111-242/+2
* bcache: Move sector allocator to alloc.cKent Overstreet2013-11-111-0/+4
* bcache: Add btree_map() functionsKent Overstreet2013-11-111-2/+0
* bcache: Convert writeback to a kthreadKent Overstreet2013-11-111-4/+6
* bcache: Convert gc to a kthreadKent Overstreet2013-11-111-5/+4
* 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/+0
* 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/+0
* bcache: Fix a writeback performance regressionKent Overstreet2013-09-241-4/+3
* bcache: Allocation kthread fixesKent Overstreet2013-07-121-4/+0
* bcache: Fix a sysfs splat on shutdownKent Overstreet2013-07-121-0/+1
* bcache: Write out full stripesKent Overstreet2013-06-271-2/+1
* bcache: Track dirty data by stripeKent Overstreet2013-06-271-6/+4
* 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/+0
* bcache: Refactor btree ioKent Overstreet2013-06-271-3/+2
* 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