summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/super.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-26bcache: Fix/revamp tracepointsKent Overstreet1-1/+1
2013-06-26bcache: Refactor btree ioKent Overstreet1-7/+5
2013-06-26bcache: Convert allocator thread to kthreadKent Overstreet1-12/+7
2013-06-26bcache: 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-04-30bcache: Use bd_link_disk_holder()Kent Overstreet1-17/+35
2013-04-24bcache: Make sure blocksize isn't smaller than device blocksizeKent Overstreet1-2/+6
2013-04-20bcache: Set ra_pages based on backing device's ra_pagesKent Overstreet1-0/+4
2013-04-20bcache: Take data offset from the bdev superblock.Kent Overstreet1-46/+62
2013-04-08bcache: 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-23bcache: A block layer cacheKent Overstreet1-0/+1941