| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bcache: Add make_btree_freeing_key() | Kent Overstreet | 2013-11-10 | 1 | -13/+18 |
* | bcache: Add btree_node_write_sync() | Kent Overstreet | 2013-11-10 | 1 | -19/+16 |
* | bcache: PRECEDING_KEY() | Kent Overstreet | 2013-11-10 | 2 | -7/+20 |
* | bcache: bch_(btree|extent)_ptr_invalid() | Kent Overstreet | 2013-11-10 | 4 | -21/+49 |
* | bcache: Don't bother with bucket refcount for btree node allocations | Kent Overstreet | 2013-11-10 | 4 | -27/+9 |
* | bcache: Debug code improvements | Kent Overstreet | 2013-11-10 | 11 | -186/+162 |
* | bcache: Fix bch_ptr_bad() | Kent Overstreet | 2013-11-10 | 1 | -34/+33 |
* | bcache: Pull on disk data structures out into a separate header | Kent Overstreet | 2013-11-10 | 9 | -340/+14 |
* | bcache: Move sector allocator to alloc.c | Kent Overstreet | 2013-11-10 | 4 | -186/+189 |
* | bcache: Break up struct search | Kent Overstreet | 2013-11-10 | 8 | -385/+370 |
* | bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes() | Kent Overstreet | 2013-11-10 | 5 | -52/+43 |
* | bcache: Don't use op->insert_collision | Kent Overstreet | 2013-11-10 | 5 | -7/+16 |
* | bcache: Kill op->replace | Kent Overstreet | 2013-11-10 | 7 | -73/+71 |
* | bcache: Drop some closure stuff | Kent Overstreet | 2013-11-10 | 3 | -250/+40 |
* | bcache: Kill op->cl | Kent Overstreet | 2013-11-10 | 8 | -81/+63 |
* | bcache: Prune struct btree_op | Kent Overstreet | 2013-11-10 | 11 | -171/+179 |
* | bcache: Clean up cache_lookup_fn | Kent Overstreet | 2013-11-10 | 1 | -62/+46 |
* | bcache: Convert bch_btree_read_async() to bch_btree_map_keys() | Kent Overstreet | 2013-11-10 | 5 | -168/+125 |
* | bcache: Move some stuff to btree.c | Kent Overstreet | 2013-11-10 | 3 | -97/+96 |
* | bcache: Add btree_map() functions | Kent Overstreet | 2013-11-10 | 5 | -97/+186 |
* | bcache: Convert writeback to a kthread | Kent Overstreet | 2013-11-10 | 4 | -206/+203 |
* | bcache: Convert gc to a kthread | Kent Overstreet | 2013-11-10 | 8 | -60/+74 |
* | bcache: Convert bucket_wait to wait_queue_head_t | Kent Overstreet | 2013-11-10 | 6 | -67/+70 |
* | bcache: Convert try_wait to wait_queue_head_t | Kent Overstreet | 2013-11-10 | 4 | -99/+75 |
* | bcache: Move keylist out of btree_op | Kent Overstreet | 2013-11-10 | 6 | -28/+36 |
* | bcache: Refactor journalling flow control | Kent Overstreet | 2013-11-10 | 7 | -179/+207 |
* | bcache: Refactor read request code a bit | Kent Overstreet | 2013-11-10 | 1 | -36/+35 |
* | bcache: Refactor request_write() | Kent Overstreet | 2013-11-10 | 2 | -187/+183 |
* | bcache: Clean up keylist code | Kent Overstreet | 2013-11-10 | 5 | -52/+57 |
* | bcache: Add explicit keylist arg to btree_insert() | Kent Overstreet | 2013-11-10 | 5 | -16/+18 |
* | bcache: Convert btree_insert_check_key() to btree_insert_node() | Kent Overstreet | 2013-11-10 | 4 | -72/+79 |
* | bcache: Insert multiple keys at a time | Kent Overstreet | 2013-11-10 | 1 | -17/+16 |
* | bcache: Add btree_insert_node() | Kent Overstreet | 2013-11-10 | 3 | -66/+105 |
* | bcache: Explicitly track btree node's parent | Kent Overstreet | 2013-11-10 | 2 | -10/+20 |
* | bcache: Remove unnecessary check in should_split() | Kent Overstreet | 2013-11-10 | 1 | -3/+2 |
* | bcache: Stripe size isn't necessarily a power of two | Kent Overstreet | 2013-11-10 | 5 | -25/+27 |
* | bcache: Add on error panic/unregister setting | Kent Overstreet | 2013-11-10 | 4 | -5/+35 |
* | bcache: Use blkdev_issue_discard() | Kent Overstreet | 2013-11-10 | 3 | -117/+11 |
* | bcache: Fix a lockdep splat | Kent Overstreet | 2013-11-10 | 1 | -1/+1 |
* | bcache: Fix a journalling performance bug | Kent Overstreet | 2013-11-10 | 2 | -22/+28 |
* | bcache: Fix dirty_data accounting | Kent Overstreet | 2013-11-10 | 1 | -4/+7 |
* | bcache: Fixed incorrect order of arguments to bio_alloc_bioset() | Kent Overstreet | 2013-10-23 | 1 | -1/+1 |
* | bcache: Fix a null ptr deref regression | Kent Overstreet | 2013-10-10 | 1 | -2/+1 |
* | bcache: Fix flushes in writeback mode | Kent Overstreet | 2013-09-24 | 1 | -6/+9 |
* | bcache: Fix for handling overlapping extents when reading in a btree node | Kent Overstreet | 2013-09-24 | 1 | -11/+28 |
* | bcache: Fix a shrinker deadlock | Kent Overstreet | 2013-09-24 | 1 | -1/+1 |
* | bcache: Fix a dumb CPU spinning bug in writeback | Kent Overstreet | 2013-09-24 | 1 | -2/+1 |
* | bcache: Fix a flush/fua performance bug | Kent Overstreet | 2013-09-24 | 1 | -0/+1 |
* | bcache: Fix a writeback performance regression | Kent Overstreet | 2013-09-24 | 4 | -30/+43 |
* | bcache: Correct printf()-style format length modifier | Geert Uytterhoeven | 2013-09-24 | 1 | -1/+1 |