summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/super.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-18bcache: Kill bucket->gc_genKent Overstreet1-1/+1
2014-03-18bcache: Kill unused freelistKent Overstreet1-15/+9
2014-03-18bcache: Rework btree cache reserve handlingKent Overstreet1-10/+3
2014-03-18bcache: Kill btree_io_wqKent Overstreet1-2/+0
2014-03-18bcache: btree locking reworkKent Overstreet1-2/+7
2014-03-18bcache: Fix moving_gc deadlocking with a foreground writeNicholas Swenson1-0/+3
2014-03-18bcache: Fix discard granularityKent Overstreet1-0/+1
2014-03-17bcache: Fix a lockdep splat in an error pathKent Overstreet1-3/+5
2014-02-25bcache: Fix a shutdown bugKent Overstreet1-0/+4
2014-01-08bcache: Convert debug code to btree_keysKent Overstreet1-1/+1
2014-01-08bcache: Abstract out stuff needed for sortingKent Overstreet1-2/+3
2014-01-08bcache: Rename/shuffle various code aroundKent Overstreet1-1/+1
2014-01-08bcache: Add struct bset_sort_stateKent Overstreet1-6/+3
2014-01-08bcache: Use a mempool for mergesort temporary spaceKent Overstreet1-3/+2
2014-01-08bcache: Trivial error handling fixKent Overstreet1-1/+2
2014-01-08bcache/md: Use raid stripe sizeKent Overstreet1-0/+6
2014-01-08bcache: Rework allocator reservesKent Overstreet1-8/+13
2014-01-08bcache: kill closure locking usageKent Overstreet1-15/+39
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe1-1/+1
2013-12-16bcache: Fix for can_attach_cache()Nicholas Swenson1-1/+1
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-8/+8
2013-11-23bcache: Kill unaligned bvec hackKent Overstreet1-4/+0
2013-11-10bcache: defensively handle format stringsKees Cook1-1/+1
2013-11-10bcache: Use ida for bcache block dev minorKent Overstreet1-6/+20
2013-11-10bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet1-21/+20
2013-11-10bcache: Better full stripe scanningKent Overstreet1-1/+16
2013-11-10bcache: Move spinlock into struct time_statsKent Overstreet1-2/+6
2013-11-10bcache: Kill sequential_merge optionKent Overstreet1-1/+0
2013-11-10bcache: Avoid deadlocking in garbage collectionKent Overstreet1-1/+1
2013-11-10bcache: bch_(btree|extent)_ptr_invalid()Kent Overstreet1-2/+2
2013-11-10bcache: Don't bother with bucket refcount for btree node allocationsKent Overstreet1-1/+1
2013-11-10bcache: Pull on disk data structures out into a separate headerKent Overstreet1-11/+2
2013-11-10bcache: Prune struct btree_opKent Overstreet1-11/+10
2013-11-10bcache: Convert writeback to a kthreadKent Overstreet1-2/+1
2013-11-10bcache: Convert gc to a kthreadKent Overstreet1-11/+9
2013-11-10bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet1-3/+4
2013-11-10bcache: Convert try_wait to wait_queue_head_tKent Overstreet1-4/+6
2013-11-10bcache: Stripe size isn't necessarily a power of twoKent Overstreet1-4/+3
2013-11-10bcache: Add on error panic/unregister settingKent Overstreet1-1/+5
2013-11-10bcache: Use blkdev_issue_discard()Kent Overstreet1-4/+0
2013-07-12bcache: Allocation kthread fixesKent Overstreet1-4/+7
2013-07-12bcache: Shutdown fixKent Overstreet1-7/+11
2013-07-12bcache: Fix a sysfs splat on shutdownKent Overstreet1-1/+10
2013-07-12bcache: Advertise that flushes are supportedKent Overstreet1-0/+2
2013-06-26bcache: Send label ueventsGabriel de Perthuis1-1/+8
2013-06-26bcache: Send a uevent with a cached device's UUIDGabriel de Perthuis1-3/+9
2013-06-26bcache: Track dirty data by stripeKent Overstreet1-4/+28
2013-06-26bcache: Initialize sectors_dirty when attachingKent Overstreet1-0/+1
2013-06-26bcache: Improve lazy sortingKent Overstreet1-0/+2
2013-06-26bcache: Rip out pkey()/pbtree()Kent Overstreet1-2/+3