summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/super.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-09bcache: Convert debug code to btree_keysKent Overstreet1-1/+1
2014-01-09bcache: Abstract out stuff needed for sortingKent Overstreet1-2/+3
2014-01-09bcache: Rename/shuffle various code aroundKent Overstreet1-1/+1
2014-01-09bcache: Add struct bset_sort_stateKent Overstreet1-6/+3
2014-01-09bcache: Use a mempool for mergesort temporary spaceKent Overstreet1-3/+2
2014-01-09bcache: Trivial error handling fixKent Overstreet1-1/+2
2014-01-09bcache/md: Use raid stripe sizeKent Overstreet1-0/+6
2014-01-09bcache: Rework allocator reservesKent Overstreet1-8/+13
2014-01-09bcache: kill closure locking usageKent Overstreet1-15/+39
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe1-1/+1
2013-12-17bcache: Fix for can_attach_cache()Nicholas Swenson1-1/+1
2013-11-24block: Abstract out bvec iteratorKent Overstreet1-8/+8
2013-11-24bcache: Kill unaligned bvec hackKent Overstreet1-4/+0
2013-11-11bcache: defensively handle format stringsKees Cook1-1/+1
2013-11-11bcache: Use ida for bcache block dev minorKent Overstreet1-6/+20
2013-11-11bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet1-21/+20
2013-11-11bcache: Better full stripe scanningKent Overstreet1-1/+16
2013-11-11bcache: Move spinlock into struct time_statsKent Overstreet1-2/+6
2013-11-11bcache: Kill sequential_merge optionKent Overstreet1-1/+0
2013-11-11bcache: Avoid deadlocking in garbage collectionKent Overstreet1-1/+1
2013-11-11bcache: bch_(btree|extent)_ptr_invalid()Kent Overstreet1-2/+2
2013-11-11bcache: Don't bother with bucket refcount for btree node allocationsKent Overstreet1-1/+1
2013-11-11bcache: Pull on disk data structures out into a separate headerKent Overstreet1-11/+2
2013-11-11bcache: Prune struct btree_opKent Overstreet1-11/+10
2013-11-11bcache: Convert writeback to a kthreadKent Overstreet1-2/+1
2013-11-11bcache: Convert gc to a kthreadKent Overstreet1-11/+9
2013-11-11bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet1-3/+4
2013-11-11bcache: Convert try_wait to wait_queue_head_tKent Overstreet1-4/+6
2013-11-11bcache: Stripe size isn't necessarily a power of twoKent Overstreet1-4/+3
2013-11-11bcache: Add on error panic/unregister settingKent Overstreet1-1/+5
2013-11-11bcache: 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-27bcache: Send label ueventsGabriel de Perthuis1-1/+8
2013-06-27bcache: Send a uevent with a cached device's UUIDGabriel de Perthuis1-3/+9
2013-06-27bcache: Track dirty data by stripeKent Overstreet1-4/+28
2013-06-27bcache: Initialize sectors_dirty when attachingKent Overstreet1-0/+1
2013-06-27bcache: Improve lazy sortingKent Overstreet1-0/+2
2013-06-27bcache: Rip out pkey()/pbtree()Kent Overstreet1-2/+3
2013-06-27bcache: Fix/revamp tracepointsKent Overstreet1-1/+1
2013-06-27bcache: Refactor btree ioKent Overstreet1-7/+5
2013-06-27bcache: Convert allocator thread to kthreadKent Overstreet1-12/+7
2013-06-27bcache: Warn when a device is already registered.Gabriel de Perthuis1-2/+37
2013-05-15bcache: Fix error handling in init codeKent Overstreet1-101/+81
2013-05-15bcache: Fix incompatible pointer type warningEmil Goode1-2/+1
2013-05-01bcache: Use bd_link_disk_holder()Kent Overstreet1-17/+35
2013-04-25bcache: Make sure blocksize isn't smaller than device blocksizeKent Overstreet1-2/+6
2013-04-21bcache: Set ra_pages based on backing device's ra_pagesKent Overstreet1-0/+4