aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/bcache/super.c
AgeCommit message (Expand)Author
2014-01-08bcache: Convert debug code to btree_keysKent Overstreet
2014-01-08bcache: Abstract out stuff needed for sortingKent Overstreet
2014-01-08bcache: Rename/shuffle various code aroundKent Overstreet
2014-01-08bcache: Add struct bset_sort_stateKent Overstreet
2014-01-08bcache: Use a mempool for mergesort temporary spaceKent Overstreet
2014-01-08bcache: Trivial error handling fixKent Overstreet
2014-01-08bcache/md: Use raid stripe sizeKent Overstreet
2014-01-08bcache: Rework allocator reservesKent Overstreet
2014-01-08bcache: kill closure locking usageKent Overstreet
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe
2013-12-16bcache: Fix for can_attach_cache()Nicholas Swenson
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-23bcache: Kill unaligned bvec hackKent Overstreet
2013-11-10bcache: defensively handle format stringsKees Cook
2013-11-10bcache: Use ida for bcache block dev minorKent Overstreet
2013-11-10bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet
2013-11-10bcache: Better full stripe scanningKent Overstreet
2013-11-10bcache: Move spinlock into struct time_statsKent Overstreet
2013-11-10bcache: Kill sequential_merge optionKent Overstreet
2013-11-10bcache: Avoid deadlocking in garbage collectionKent Overstreet
2013-11-10bcache: bch_(btree|extent)_ptr_invalid()Kent Overstreet
2013-11-10bcache: Don't bother with bucket refcount for btree node allocationsKent Overstreet
2013-11-10bcache: Pull on disk data structures out into a separate headerKent Overstreet
2013-11-10bcache: Prune struct btree_opKent 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: 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-07-12bcache: Allocation kthread fixesKent Overstreet
2013-07-12bcache: Shutdown fixKent Overstreet
2013-07-12bcache: Fix a sysfs splat on shutdownKent Overstreet
2013-07-12bcache: Advertise that flushes are supportedKent Overstreet
2013-06-26bcache: Send label ueventsGabriel de Perthuis
2013-06-26bcache: Send a uevent with a cached device's UUIDGabriel de Perthuis
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: Rip out pkey()/pbtree()Kent 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-06-26bcache: Warn when a device is already registered.Gabriel de Perthuis
2013-05-15bcache: Fix error handling in init codeKent Overstreet
2013-05-15bcache: Fix incompatible pointer type warningEmil Goode
2013-04-30bcache: Use bd_link_disk_holder()Kent Overstreet
2013-04-24bcache: Make sure blocksize isn't smaller than device blocksizeKent Overstreet
2013-04-20bcache: Set ra_pages based on backing device's ra_pagesKent Overstreet