summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/bcache.h
AgeCommit message (Expand)Author
2013-11-10bcache: Debug code improvementsKent Overstreet
2013-11-10bcache: Pull on disk data structures out into a separate headerKent Overstreet
2013-11-10bcache: Move sector allocator to alloc.cKent Overstreet
2013-11-10bcache: Add btree_map() functionsKent Overstreet
2013-11-10bcache: Convert writeback to a kthreadKent Overstreet
2013-11-10bcache: Convert gc to a kthreadKent Overstreet
2013-11-10bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet
2013-11-10bcache: Convert try_wait to wait_queue_head_tKent Overstreet
2013-11-10bcache: Convert btree_insert_check_key() to btree_insert_node()Kent Overstreet
2013-11-10bcache: Stripe size isn't necessarily a power of twoKent Overstreet
2013-11-10bcache: Add on error panic/unregister settingKent Overstreet
2013-11-10bcache: 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-26bcache: Write out full stripesKent Overstreet
2013-06-26bcache: Track dirty data by stripeKent Overstreet
2013-06-26bcache: Initialize sectors_dirty when attachingKent Overstreet
2013-06-26bcache: Improve lazy sortingKent Overstreet
2013-06-26bcache: Fix/revamp tracepointsKent Overstreet
2013-06-26bcache: Refactor btree ioKent Overstreet
2013-06-26bcache: Convert allocator thread to kthreadKent Overstreet
2013-05-15bcache: Fix error handling in init codeKent Overstreet
2013-04-20bcache: Take data offset from the bdev superblock.Kent Overstreet
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet
2013-03-25bcache: Style/checkpatch fixesKent Overstreet
2013-03-23bcache: A block layer cacheKent Overstreet