summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/journal.c
Commit message (Expand)AuthorAgeFilesLines
* bcache: Fix a null ptr deref in journal replayKent Overstreet2014-03-181-1/+5
* bcache: Fix a shutdown bugKent Overstreet2014-02-261-2/+7
* bcache: Rename/shuffle various code aroundKent Overstreet2014-01-081-4/+5
* bcache: Bkey indexing renamingKent Overstreet2014-01-081-3/+3
* bcache: kill closure locking usageKent Overstreet2014-01-081-13/+14
* bcache: Performance fix for when journal entry is fullKent Overstreet2014-01-081-5/+9
* bcache: Minor journal fixKent Overstreet2014-01-081-5/+14
* block: Abstract out bvec iteratorKent Overstreet2013-11-241-6/+6
* bcache: Pull on disk data structures out into a separate headerKent Overstreet2013-11-111-2/+2
* bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()Kent Overstreet2013-11-111-3/+1Star
* bcache: Kill op->replaceKent Overstreet2013-11-111-1/+1
* bcache: Kill op->clKent Overstreet2013-11-111-5/+3Star
* bcache: Prune struct btree_opKent Overstreet2013-11-111-15/+17
* bcache: Convert bch_btree_read_async() to bch_btree_map_keys()Kent Overstreet2013-11-111-1/+0Star
* bcache: Move keylist out of btree_opKent Overstreet2013-11-111-4/+7
* bcache: Refactor journalling flow controlKent Overstreet2013-11-111-113/+100Star
* bcache: Clean up keylist codeKent Overstreet2013-11-111-6/+8
* bcache: Add explicit keylist arg to btree_insert()Kent Overstreet2013-11-111-1/+1
* bcache: Add on error panic/unregister settingKent Overstreet2013-11-111-4/+3Star
* bcache: Fix a journalling performance bugKent Overstreet2013-11-111-21/+26
* bcache: Fix a flush/fua performance bugKent Overstreet2013-09-241-0/+1
* bcache: Fix for when no journal entries are foundKent Overstreet2013-09-241-12/+18
* bcache: Fix a dumb journal discard bugKent Overstreet2013-09-241-1/+1
* bcache: Journal replay fixKent Overstreet2013-07-121-1/+6
* bcache: FUA fixesKent Overstreet2013-07-011-1/+1
* bcache: Fix/revamp tracepointsKent Overstreet2013-06-271-4/+10
* bcache: Refactor btree ioKent Overstreet2013-06-271-1/+1
* bcache: Sparse fixesKent Overstreet2013-04-081-0/+2
* bcache: Don't export utility code, prefix with bch_Kent Overstreet2013-03-281-2/+2
* bcache: Style/checkpatch fixesKent Overstreet2013-03-251-4/+4
* bcache: A block layer cacheKent Overstreet2013-03-241-0/+785