summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/super.c
AgeCommit message (Expand)AuthorLines
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer-0/+1
2014-08-04bcache: Drop unneeded blk_sync_queue() callsKent Overstreet-8/+2
2014-08-04bcache: add mutex lock for bch_is_openJianjian Huo-0/+2
2014-08-04bcache: try to set b->parent properlySlava Pestov-2/+2
2014-08-04bcache: fix memory corruption in init error pathSlava Pestov-3/+8
2014-08-04bcache: fix crash with incomplete cache setSlava Pestov-0/+4
2014-08-04bcache: Fix more early shutdown bugsKent Overstreet-3/+4
2014-08-04bcache: fix uninterruptible sleep in writeback threadSlava Pestov-0/+3
2014-08-04bcache: wait for buckets when allocating new btree rootSlava Pestov-1/+1
2014-08-04bcache: fix crash on shutdown in passthrough modeSlava Pestov-1/+2
2014-08-04bcache: fix lockdep warnings on shutdownSlava Pestov-0/+4
2014-08-04bcache: Fix a bug when detachingKent Overstreet-3/+6
2014-03-18bcache: Kill bucket->gc_genKent Overstreet-1/+1
2014-03-18bcache: Kill unused freelistKent Overstreet-15/+9
2014-03-18bcache: Rework btree cache reserve handlingKent Overstreet-10/+3
2014-03-18bcache: Kill btree_io_wqKent Overstreet-2/+0
2014-03-18bcache: btree locking reworkKent Overstreet-2/+7
2014-03-18bcache: Fix moving_gc deadlocking with a foreground writeNicholas Swenson-0/+3
2014-03-18bcache: Fix discard granularityKent Overstreet-0/+1
2014-03-17bcache: Fix a lockdep splat in an error pathKent Overstreet-3/+5
2014-02-25bcache: Fix a shutdown bugKent Overstreet-0/+4
2014-01-08bcache: Convert debug code to btree_keysKent Overstreet-1/+1
2014-01-08bcache: Abstract out stuff needed for sortingKent Overstreet-2/+3
2014-01-08bcache: Rename/shuffle various code aroundKent Overstreet-1/+1
2014-01-08bcache: Add struct bset_sort_stateKent Overstreet-6/+3
2014-01-08bcache: Use a mempool for mergesort temporary spaceKent Overstreet-3/+2
2014-01-08bcache: Trivial error handling fixKent Overstreet-1/+2
2014-01-08bcache/md: Use raid stripe sizeKent Overstreet-0/+6
2014-01-08bcache: Rework allocator reservesKent Overstreet-8/+13
2014-01-08bcache: kill closure locking usageKent Overstreet-15/+39
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe-1/+1
2013-12-16bcache: Fix for can_attach_cache()Nicholas Swenson-1/+1
2013-11-23block: Abstract out bvec iteratorKent Overstreet-8/+8
2013-11-23bcache: Kill unaligned bvec hackKent Overstreet-4/+0
2013-11-10bcache: defensively handle format stringsKees Cook-1/+1
2013-11-10bcache: Use ida for bcache block dev minorKent Overstreet-6/+20
2013-11-10bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet-21/+20
2013-11-10bcache: Better full stripe scanningKent Overstreet-1/+16
2013-11-10bcache: Move spinlock into struct time_statsKent Overstreet-2/+6
2013-11-10bcache: Kill sequential_merge optionKent Overstreet-1/+0
2013-11-10bcache: Avoid deadlocking in garbage collectionKent Overstreet-1/+1
2013-11-10bcache: bch_(btree|extent)_ptr_invalid()Kent Overstreet-2/+2
2013-11-10bcache: Don't bother with bucket refcount for btree node allocationsKent Overstreet-1/+1
2013-11-10bcache: Pull on disk data structures out into a separate headerKent Overstreet-11/+2
2013-11-10bcache: Prune struct btree_opKent Overstreet-11/+10
2013-11-10bcache: Convert writeback to a kthreadKent Overstreet-2/+1
2013-11-10bcache: Convert gc to a kthreadKent Overstreet-11/+9
2013-11-10bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet-3/+4
2013-11-10bcache: Convert try_wait to wait_queue_head_tKent Overstreet-4/+6
2013-11-10bcache: Stripe size isn't necessarily a power of twoKent Overstreet-4/+3