summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/super.c
Commit message (Expand)AuthorAgeFilesLines
* bcache: Drop unneeded blk_sync_queue() callsKent Overstreet2014-08-041-8/+2
* bcache: add mutex lock for bch_is_openJianjian Huo2014-08-041-0/+2
* bcache: try to set b->parent properlySlava Pestov2014-08-041-2/+2
* bcache: fix memory corruption in init error pathSlava Pestov2014-08-041-3/+8
* bcache: fix crash with incomplete cache setSlava Pestov2014-08-041-0/+4
* bcache: Fix more early shutdown bugsKent Overstreet2014-08-041-3/+4
* bcache: fix uninterruptible sleep in writeback threadSlava Pestov2014-08-041-0/+3
* bcache: wait for buckets when allocating new btree rootSlava Pestov2014-08-041-1/+1
* bcache: fix crash on shutdown in passthrough modeSlava Pestov2014-08-041-1/+2
* bcache: fix lockdep warnings on shutdownSlava Pestov2014-08-041-0/+4
* bcache: Fix a bug when detachingKent Overstreet2014-08-041-3/+6
* bcache: Kill bucket->gc_genKent Overstreet2014-03-181-1/+1
* bcache: Kill unused freelistKent Overstreet2014-03-181-15/+9
* bcache: Rework btree cache reserve handlingKent Overstreet2014-03-181-10/+3
* bcache: Kill btree_io_wqKent Overstreet2014-03-181-2/+0
* bcache: btree locking reworkKent Overstreet2014-03-181-2/+7
* bcache: Fix moving_gc deadlocking with a foreground writeNicholas Swenson2014-03-181-0/+3
* bcache: Fix discard granularityKent Overstreet2014-03-181-0/+1
* bcache: Fix a lockdep splat in an error pathKent Overstreet2014-03-171-3/+5
* bcache: Fix a shutdown bugKent Overstreet2014-02-251-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/+3
* bcache: Use a mempool for mergesort temporary spaceKent Overstreet2014-01-081-3/+2
* 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-231-8/+8
* | bcache: Kill unaligned bvec hackKent Overstreet2013-11-231-4/+0
|/
* bcache: defensively handle format stringsKees Cook2013-11-101-1/+1
* bcache: Use ida for bcache block dev minorKent Overstreet2013-11-101-6/+20
* bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet2013-11-101-21/+20
* bcache: Better full stripe scanningKent Overstreet2013-11-101-1/+16
* bcache: Move spinlock into struct time_statsKent Overstreet2013-11-101-2/+6
* bcache: Kill sequential_merge optionKent Overstreet2013-11-101-1/+0
* bcache: Avoid deadlocking in garbage collectionKent Overstreet2013-11-101-1/+1
* bcache: bch_(btree|extent)_ptr_invalid()Kent Overstreet2013-11-101-2/+2
* bcache: Don't bother with bucket refcount for btree node allocationsKent Overstreet2013-11-101-1/+1
* bcache: Pull on disk data structures out into a separate headerKent Overstreet2013-11-101-11/+2
* bcache: Prune struct btree_opKent Overstreet2013-11-101-11/+10
* bcache: Convert writeback to a kthreadKent Overstreet2013-11-101-2/+1
* bcache: Convert gc to a kthreadKent Overstreet2013-11-101-11/+9
* bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet2013-11-101-3/+4
* bcache: Convert try_wait to wait_queue_head_tKent Overstreet2013-11-101-4/+6
* bcache: Stripe size isn't necessarily a power of twoKent Overstreet2013-11-101-4/+3
* bcache: Add on error panic/unregister settingKent Overstreet2013-11-101-1/+5
OpenPOWER on IntegriCloud