summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/bcache.h
AgeCommit message (Expand)Author
2014-01-08bcache: kill closure locking usageKent Overstreet
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe
2013-12-16bcache: New writeback PD controllerKent Overstreet
2013-12-16bcache: bugfix - moving_gc now moves only correct bucketsNicholas Swenson
2013-11-24block: Introduce new bio_split()Kent Overstreet
2013-11-24bcache: Kill unaligned bvec hackKent Overstreet
2013-11-11bcache: Bypass torture testKent Overstreet
2013-11-11bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet
2013-11-11bcache: Better full stripe scanningKent Overstreet
2013-11-11bcache: Move spinlock into struct time_statsKent Overstreet
2013-11-11bcache: Kill sequential_merge optionKent Overstreet
2013-11-11bcache: Incremental gcKent Overstreet
2013-11-11bcache: Debug code improvementsKent Overstreet
2013-11-11bcache: Pull on disk data structures out into a separate headerKent Overstreet
2013-11-11bcache: Move sector allocator to alloc.cKent Overstreet
2013-11-11bcache: Add btree_map() functionsKent Overstreet
2013-11-11bcache: Convert writeback to a kthreadKent Overstreet
2013-11-11bcache: Convert gc to a kthreadKent Overstreet
2013-11-11bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet
2013-11-11bcache: Convert try_wait to wait_queue_head_tKent Overstreet
2013-11-11bcache: Convert btree_insert_check_key() to btree_insert_node()Kent Overstreet
2013-11-11bcache: Stripe size isn't necessarily a power of twoKent Overstreet
2013-11-11bcache: Add on error panic/unregister settingKent Overstreet
2013-11-11bcache: 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-27bcache: Write out full stripesKent Overstreet
2013-06-27bcache: Track dirty data by stripeKent Overstreet
2013-06-27bcache: Initialize sectors_dirty when attachingKent Overstreet
2013-06-27bcache: Improve lazy sortingKent Overstreet
2013-06-27bcache: Fix/revamp tracepointsKent Overstreet
2013-06-27bcache: Refactor btree ioKent Overstreet
2013-06-27bcache: Convert allocator thread to kthreadKent Overstreet
2013-05-15bcache: Fix error handling in init codeKent Overstreet
2013-04-21bcache: 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