summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache
Commit message (Expand)AuthorAgeFilesLines
...
* bcache: Avoid deadlocking in garbage collectionKent Overstreet2013-11-103-12/+13
* bcache: Incremental gcKent Overstreet2013-11-104-167/+226
* bcache: Add make_btree_freeing_key()Kent Overstreet2013-11-101-13/+18
* bcache: Add btree_node_write_sync()Kent Overstreet2013-11-101-19/+16
* bcache: PRECEDING_KEY()Kent Overstreet2013-11-102-7/+20
* bcache: bch_(btree|extent)_ptr_invalid()Kent Overstreet2013-11-104-21/+49
* bcache: Don't bother with bucket refcount for btree node allocationsKent Overstreet2013-11-104-27/+9
* bcache: Debug code improvementsKent Overstreet2013-11-1011-186/+162
* bcache: Fix bch_ptr_bad()Kent Overstreet2013-11-101-34/+33
* bcache: Pull on disk data structures out into a separate headerKent Overstreet2013-11-109-340/+14
* bcache: Move sector allocator to alloc.cKent Overstreet2013-11-104-186/+189
* bcache: Break up struct searchKent Overstreet2013-11-108-385/+370
* bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()Kent Overstreet2013-11-105-52/+43
* bcache: Don't use op->insert_collisionKent Overstreet2013-11-105-7/+16
* bcache: Kill op->replaceKent Overstreet2013-11-107-73/+71
* bcache: Drop some closure stuffKent Overstreet2013-11-103-250/+40
* bcache: Kill op->clKent Overstreet2013-11-108-81/+63
* bcache: Prune struct btree_opKent Overstreet2013-11-1011-171/+179
* bcache: Clean up cache_lookup_fnKent Overstreet2013-11-101-62/+46
* bcache: Convert bch_btree_read_async() to bch_btree_map_keys()Kent Overstreet2013-11-105-168/+125
* bcache: Move some stuff to btree.cKent Overstreet2013-11-103-97/+96
* bcache: Add btree_map() functionsKent Overstreet2013-11-105-97/+186
* bcache: Convert writeback to a kthreadKent Overstreet2013-11-104-206/+203
* bcache: Convert gc to a kthreadKent Overstreet2013-11-108-60/+74
* bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet2013-11-106-67/+70
* bcache: Convert try_wait to wait_queue_head_tKent Overstreet2013-11-104-99/+75
* bcache: Move keylist out of btree_opKent Overstreet2013-11-106-28/+36
* bcache: Refactor journalling flow controlKent Overstreet2013-11-107-179/+207
* bcache: Refactor read request code a bitKent Overstreet2013-11-101-36/+35
* bcache: Refactor request_write()Kent Overstreet2013-11-102-187/+183
* bcache: Clean up keylist codeKent Overstreet2013-11-105-52/+57
* bcache: Add explicit keylist arg to btree_insert()Kent Overstreet2013-11-105-16/+18
* bcache: Convert btree_insert_check_key() to btree_insert_node()Kent Overstreet2013-11-104-72/+79
* bcache: Insert multiple keys at a timeKent Overstreet2013-11-101-17/+16
* bcache: Add btree_insert_node()Kent Overstreet2013-11-103-66/+105
* bcache: Explicitly track btree node's parentKent Overstreet2013-11-102-10/+20
* bcache: Remove unnecessary check in should_split()Kent Overstreet2013-11-101-3/+2
* bcache: Stripe size isn't necessarily a power of twoKent Overstreet2013-11-105-25/+27
* bcache: Add on error panic/unregister settingKent Overstreet2013-11-104-5/+35
* bcache: Use blkdev_issue_discard()Kent Overstreet2013-11-103-117/+11
* bcache: Fix a lockdep splatKent Overstreet2013-11-101-1/+1
* bcache: Fix a journalling performance bugKent Overstreet2013-11-102-22/+28
* bcache: Fix dirty_data accountingKent Overstreet2013-11-101-4/+7
* bcache: Fixed incorrect order of arguments to bio_alloc_bioset()Kent Overstreet2013-10-231-1/+1
* bcache: Fix a null ptr deref regressionKent Overstreet2013-10-101-2/+1
* bcache: Fix flushes in writeback modeKent Overstreet2013-09-241-6/+9
* bcache: Fix for handling overlapping extents when reading in a btree nodeKent Overstreet2013-09-241-11/+28
* bcache: Fix a shrinker deadlockKent Overstreet2013-09-241-1/+1
* bcache: Fix a dumb CPU spinning bug in writebackKent Overstreet2013-09-241-2/+1
* bcache: Fix a flush/fua performance bugKent Overstreet2013-09-241-0/+1
OpenPOWER on IntegriCloud