summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/super.c
Commit message (Expand)AuthorAgeFilesLines
* bcache: Fix a lockdep splat in an error pathKent Overstreet2014-03-181-3/+5
* bcache: Fix a shutdown bugKent Overstreet2014-02-261-0/+4
* bcache: Convert debug code to btree_keysKent Overstreet2014-01-081-1/+1
* bcache: Abstract out stuff needed for sortingKent Overstreet2014-01-081-2/+3
* bcache: Rename/shuffle various code aroundKent Overstreet2014-01-081-1/+1
* bcache: Add struct bset_sort_stateKent Overstreet2014-01-081-6/+3Star
* bcache: Use a mempool for mergesort temporary spaceKent Overstreet2014-01-081-3/+2Star
* bcache: Trivial error handling fixKent Overstreet2014-01-081-1/+2
* bcache/md: Use raid stripe sizeKent Overstreet2014-01-081-0/+6
* bcache: Rework allocator reservesKent Overstreet2014-01-081-8/+13
* bcache: kill closure locking usageKent Overstreet2014-01-081-15/+39
* Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-311-1/+1
|\
| * bcache: Fix for can_attach_cache()Nicholas Swenson2013-12-161-1/+1
* | block: Abstract out bvec iteratorKent Overstreet2013-11-241-8/+8
* | bcache: Kill unaligned bvec hackKent Overstreet2013-11-241-4/+0Star
|/
* bcache: defensively handle format stringsKees Cook2013-11-111-1/+1
* bcache: Use ida for bcache block dev minorKent Overstreet2013-11-111-6/+20
* bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet2013-11-111-21/+20Star
* bcache: Better full stripe scanningKent Overstreet2013-11-111-1/+16
* bcache: Move spinlock into struct time_statsKent Overstreet2013-11-111-2/+6
* bcache: Kill sequential_merge optionKent Overstreet2013-11-111-1/+0Star
* bcache: Avoid deadlocking in garbage collectionKent Overstreet2013-11-111-1/+1
* bcache: bch_(btree|extent)_ptr_invalid()Kent Overstreet2013-11-111-2/+2
* bcache: Don't bother with bucket refcount for btree node allocationsKent Overstreet2013-11-111-1/+1
* bcache: Pull on disk data structures out into a separate headerKent Overstreet2013-11-111-11/+2Star
* bcache: Prune struct btree_opKent Overstreet2013-11-111-11/+10Star
* bcache: Convert writeback to a kthreadKent Overstreet2013-11-111-2/+1Star
* bcache: Convert gc to a kthreadKent Overstreet2013-11-111-11/+9Star
* bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet2013-11-111-3/+4
* bcache: Convert try_wait to wait_queue_head_tKent Overstreet2013-11-111-4/+6
* bcache: Stripe size isn't necessarily a power of twoKent Overstreet2013-11-111-4/+3Star
* bcache: Add on error panic/unregister settingKent Overstreet2013-11-111-1/+5
* bcache: Use blkdev_issue_discard()Kent Overstreet2013-11-111-4/+0Star
* bcache: Allocation kthread fixesKent Overstreet2013-07-121-4/+7
* bcache: Shutdown fixKent Overstreet2013-07-121-7/+11
* bcache: Fix a sysfs splat on shutdownKent Overstreet2013-07-121-1/+10
* bcache: Advertise that flushes are supportedKent Overstreet2013-07-121-0/+2
* bcache: Send label ueventsGabriel de Perthuis2013-06-271-1/+8
* bcache: Send a uevent with a cached device's UUIDGabriel de Perthuis2013-06-271-3/+9
* bcache: Track dirty data by stripeKent Overstreet2013-06-271-4/+28
* bcache: Initialize sectors_dirty when attachingKent Overstreet2013-06-271-0/+1
* bcache: Improve lazy sortingKent Overstreet2013-06-271-0/+2
* bcache: Rip out pkey()/pbtree()Kent Overstreet2013-06-271-2/+3
* bcache: Fix/revamp tracepointsKent Overstreet2013-06-271-1/+1
* bcache: Refactor btree ioKent Overstreet2013-06-271-7/+5Star
* bcache: Convert allocator thread to kthreadKent Overstreet2013-06-271-12/+7Star
* bcache: Warn when a device is already registered.Gabriel de Perthuis2013-06-271-2/+37
* bcache: Fix error handling in init codeKent Overstreet2013-05-151-101/+81Star
* bcache: Fix incompatible pointer type warningEmil Goode2013-05-151-2/+1Star
* bcache: Use bd_link_disk_holder()Kent Overstreet2013-05-011-17/+35