Age | Commit message (Expand) | Author |
2013-12-16 | bcache: New writeback PD controller | Kent Overstreet |
2013-12-16 | bcache: bugfix for race between moving_gc and bucket_invalidate | Kent Overstreet |
2013-12-16 | bcache: fix for gc and writeback race | Nicholas Swenson |
2013-12-16 | bcache: bugfix - moving_gc now moves only correct buckets | Nicholas Swenson |
2013-12-16 | bcache: fix for gc crashing when no sectors are used | Nicholas Swenson |
2013-12-16 | bcache: Fix heap_peek() macro | Nicholas Swenson |
2013-12-16 | bcache: Fix for can_attach_cache() | Nicholas Swenson |
2013-12-16 | bcache: Fix dirty_data accounting | Kent Overstreet |
2013-12-16 | bcache: Use uninterruptible sleep in writeback | Kent Overstreet |
2013-12-16 | bcache: kthread don't set writeback task to INTERUPTIBLE | Stefan Priebe |
2013-11-28 | bcache: fix sparse non static symbol warning | Wei Yongjun |
2013-11-10 | bcache: defensively handle format strings | Kees Cook |
2013-11-10 | bcache: Bypass torture test | Kent Overstreet |
2013-11-10 | bcache: Delete some slower inline asm | Kent Overstreet |
2013-11-10 | bcache: Use ida for bcache block dev minor | Kent Overstreet |
2013-11-10 | bcache: Fix sysfs splat on shutdown with flash only devs | Kent Overstreet |
2013-11-10 | bcache: Better full stripe scanning | Kent Overstreet |
2013-11-10 | bcache: Have btree_split() insert into parent directly | Kent Overstreet |
2013-11-10 | bcache: Move spinlock into struct time_stats | Kent Overstreet |
2013-11-10 | bcache: Kill sequential_merge option | Kent Overstreet |
2013-11-10 | bcache: Kill bch_next_recurse_key() | Kent Overstreet |
2013-11-10 | bcache: Avoid deadlocking in garbage collection | Kent Overstreet |
2013-11-10 | bcache: Incremental gc | Kent Overstreet |
2013-11-10 | bcache: Add make_btree_freeing_key() | Kent Overstreet |
2013-11-10 | bcache: Add btree_node_write_sync() | Kent Overstreet |
2013-11-10 | bcache: PRECEDING_KEY() | Kent Overstreet |
2013-11-10 | bcache: bch_(btree|extent)_ptr_invalid() | Kent Overstreet |
2013-11-10 | bcache: Don't bother with bucket refcount for btree node allocations | Kent Overstreet |
2013-11-10 | bcache: Debug code improvements | Kent Overstreet |
2013-11-10 | bcache: Fix bch_ptr_bad() | Kent Overstreet |
2013-11-10 | bcache: Pull on disk data structures out into a separate header | Kent Overstreet |
2013-11-10 | bcache: Move sector allocator to alloc.c | Kent Overstreet |
2013-11-10 | bcache: Break up struct search | Kent Overstreet |
2013-11-10 | bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes() | Kent Overstreet |
2013-11-10 | bcache: Don't use op->insert_collision | Kent Overstreet |
2013-11-10 | bcache: Kill op->replace | Kent Overstreet |
2013-11-10 | bcache: Drop some closure stuff | Kent Overstreet |
2013-11-10 | bcache: Kill op->cl | Kent Overstreet |
2013-11-10 | bcache: Prune struct btree_op | Kent Overstreet |
2013-11-10 | bcache: Clean up cache_lookup_fn | Kent Overstreet |
2013-11-10 | bcache: Convert bch_btree_read_async() to bch_btree_map_keys() | Kent Overstreet |
2013-11-10 | bcache: Move some stuff to btree.c | Kent Overstreet |
2013-11-10 | bcache: Add btree_map() functions | Kent Overstreet |
2013-11-10 | bcache: Convert writeback to a kthread | Kent Overstreet |
2013-11-10 | bcache: Convert gc to a kthread | Kent Overstreet |
2013-11-10 | bcache: Convert bucket_wait to wait_queue_head_t | Kent Overstreet |
2013-11-10 | bcache: Convert try_wait to wait_queue_head_t | Kent Overstreet |
2013-11-10 | bcache: Move keylist out of btree_op | Kent Overstreet |
2013-11-10 | bcache: Refactor journalling flow control | Kent Overstreet |
2013-11-10 | bcache: Refactor read request code a bit | Kent Overstreet |