summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/super.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-21bcache: Take data offset from the bdev superblock.Kent Overstreet1-46/+62
2013-04-09bcache: Fix a minor memory leak on device teardownKent Overstreet1-1/+3
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet1-9/+9
2013-03-25bcache: Style/checkpatch fixesKent Overstreet1-3/+4
2013-03-25bcache: Build fixes from test robotKent Overstreet1-0/+1
2013-03-24bcache: A block layer cacheKent Overstreet1-0/+1941