summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
...
* | bcache: New writeback PD controllerKent Overstreet2013-12-164-49/+62
* | bcache: bugfix for race between moving_gc and bucket_invalidateKent Overstreet2013-12-161-0/+10
* | bcache: fix for gc and writeback raceNicholas Swenson2013-12-161-0/+22
* | bcache: bugfix - moving_gc now moves only correct bucketsNicholas Swenson2013-12-163-8/+8
* | bcache: fix for gc crashing when no sectors are usedNicholas Swenson2013-12-161-1/+2
* | bcache: Fix heap_peek() macroNicholas Swenson2013-12-161-1/+1
* | bcache: Fix for can_attach_cache()Nicholas Swenson2013-12-161-1/+1
* | bcache: Fix dirty_data accountingKent Overstreet2013-12-161-1/+2
* | bcache: Use uninterruptible sleep in writebackKent Overstreet2013-12-161-2/+2
* | bcache: kthread don't set writeback task to INTERUPTIBLEStefan Priebe2013-12-161-2/+0Star
* | bcache: fix sparse non static symbol warningWei Yongjun2013-11-291-1/+1
|/
* bcache: defensively handle format stringsKees Cook2013-11-111-1/+1
* bcache: Bypass torture testKent Overstreet2013-11-115-8/+28
* bcache: Delete some slower inline asmKent Overstreet2013-11-111-8/+0Star
* bcache: Use ida for bcache block dev minorKent Overstreet2013-11-111-6/+20
* bcache: Fix sysfs splat on shutdown with flash only devsKent Overstreet2013-11-116-33/+30Star
* bcache: Better full stripe scanningKent Overstreet2013-11-115-57/+99
* bcache: Have btree_split() insert into parent directlyKent Overstreet2013-11-111-46/+39Star
* bcache: Move spinlock into struct time_statsKent Overstreet2013-11-116-16/+17
* bcache: Kill sequential_merge optionKent Overstreet2013-11-114-31/+18Star
* bcache: Kill bch_next_recurse_key()Kent Overstreet2013-11-113-21/+11Star
* bcache: Avoid deadlocking in garbage collectionKent Overstreet2013-11-113-12/+13
* bcache: Incremental gcKent Overstreet2013-11-114-167/+226
* bcache: Add make_btree_freeing_key()Kent Overstreet2013-11-111-13/+18
* bcache: Add btree_node_write_sync()Kent Overstreet2013-11-111-19/+16Star
* bcache: PRECEDING_KEY()Kent Overstreet2013-11-112-7/+20
* bcache: bch_(btree|extent)_ptr_invalid()Kent Overstreet2013-11-114-21/+49
* bcache: Don't bother with bucket refcount for btree node allocationsKent Overstreet2013-11-114-27/+9Star
* bcache: Debug code improvementsKent Overstreet2013-11-1111-186/+162Star
* bcache: Fix bch_ptr_bad()Kent Overstreet2013-11-111-34/+33Star
* bcache: Pull on disk data structures out into a separate headerKent Overstreet2013-11-119-340/+14Star
* bcache: Move sector allocator to alloc.cKent Overstreet2013-11-114-186/+189
* bcache: Break up struct searchKent Overstreet2013-11-118-385/+370Star
* bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()Kent Overstreet2013-11-115-52/+43Star
* bcache: Don't use op->insert_collisionKent Overstreet2013-11-115-7/+16
* bcache: Kill op->replaceKent Overstreet2013-11-117-73/+71Star
* bcache: Drop some closure stuffKent Overstreet2013-11-113-250/+40Star
* bcache: Kill op->clKent Overstreet2013-11-118-81/+63Star
* bcache: Prune struct btree_opKent Overstreet2013-11-1111-171/+179
* bcache: Clean up cache_lookup_fnKent Overstreet2013-11-111-62/+46Star
* bcache: Convert bch_btree_read_async() to bch_btree_map_keys()Kent Overstreet2013-11-115-168/+125Star
* bcache: Move some stuff to btree.cKent Overstreet2013-11-113-97/+96Star
* bcache: Add btree_map() functionsKent Overstreet2013-11-115-97/+186
* bcache: Convert writeback to a kthreadKent Overstreet2013-11-114-206/+203Star
* bcache: Convert gc to a kthreadKent Overstreet2013-11-118-60/+74
* bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet2013-11-116-67/+70
* bcache: Convert try_wait to wait_queue_head_tKent Overstreet2013-11-114-99/+75Star
* bcache: Move keylist out of btree_opKent Overstreet2013-11-116-28/+36
* bcache: Refactor journalling flow controlKent Overstreet2013-11-117-179/+207
* bcache: Refactor read request code a bitKent Overstreet2013-11-111-36/+35Star