summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/super.c
Commit message (Expand)AuthorAgeFilesLines
* 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-261-1/+8
* bcache: Send a uevent with a cached device's UUIDGabriel de Perthuis2013-06-261-3/+9
* bcache: Track dirty data by stripeKent Overstreet2013-06-261-4/+28
* bcache: Initialize sectors_dirty when attachingKent Overstreet2013-06-261-0/+1
* bcache: Improve lazy sortingKent Overstreet2013-06-261-0/+2
* bcache: Rip out pkey()/pbtree()Kent Overstreet2013-06-261-2/+3
* bcache: Fix/revamp tracepointsKent Overstreet2013-06-261-1/+1
* bcache: Refactor btree ioKent Overstreet2013-06-261-7/+5
* bcache: Convert allocator thread to kthreadKent Overstreet2013-06-261-12/+7
* bcache: Warn when a device is already registered.Gabriel de Perthuis2013-06-261-2/+37
* bcache: Fix error handling in init codeKent Overstreet2013-05-151-101/+81
* bcache: Fix incompatible pointer type warningEmil Goode2013-05-151-2/+1
* bcache: Use bd_link_disk_holder()Kent Overstreet2013-04-301-17/+35
* bcache: Make sure blocksize isn't smaller than device blocksizeKent Overstreet2013-04-241-2/+6
* bcache: Set ra_pages based on backing device's ra_pagesKent Overstreet2013-04-201-0/+4
* bcache: Take data offset from the bdev superblock.Kent Overstreet2013-04-201-46/+62
* bcache: Fix a minor memory leak on device teardownKent Overstreet2013-04-081-1/+3
* bcache: Don't export utility code, prefix with bch_Kent Overstreet2013-03-281-9/+9
* bcache: Style/checkpatch fixesKent Overstreet2013-03-251-3/+4
* bcache: Build fixes from test robotKent Overstreet2013-03-251-0/+1
* bcache: A block layer cacheKent Overstreet2013-03-231-0/+1941