summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2013-11-10bcache: Pull on disk data structures out into a separate headerKent Overstreet
2013-11-10bcache: Move sector allocator to alloc.cKent Overstreet
2013-11-10bcache: Break up struct searchKent Overstreet
2013-11-10bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()Kent Overstreet
2013-11-10bcache: Don't use op->insert_collisionKent Overstreet
2013-11-10bcache: Kill op->replaceKent Overstreet
2013-11-10bcache: Drop some closure stuffKent Overstreet
2013-11-10bcache: Kill op->clKent Overstreet
2013-11-10bcache: Prune struct btree_opKent Overstreet
2013-11-10bcache: Clean up cache_lookup_fnKent Overstreet
2013-11-10bcache: Convert bch_btree_read_async() to bch_btree_map_keys()Kent Overstreet
2013-11-10bcache: Move some stuff to btree.cKent Overstreet
2013-11-10bcache: Add btree_map() functionsKent Overstreet
2013-11-10bcache: Convert writeback to a kthreadKent Overstreet
2013-11-10bcache: Convert gc to a kthreadKent Overstreet
2013-11-10bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet
2013-11-10bcache: Convert try_wait to wait_queue_head_tKent Overstreet
2013-11-10bcache: Move keylist out of btree_opKent Overstreet
2013-11-10bcache: Refactor journalling flow controlKent Overstreet
2013-11-10bcache: Refactor read request code a bitKent Overstreet
2013-11-10bcache: Refactor request_write()Kent Overstreet
2013-11-10bcache: Clean up keylist codeKent Overstreet
2013-11-10bcache: Add explicit keylist arg to btree_insert()Kent Overstreet
2013-11-10bcache: Convert btree_insert_check_key() to btree_insert_node()Kent Overstreet
2013-11-10bcache: Insert multiple keys at a timeKent Overstreet
2013-11-10bcache: Add btree_insert_node()Kent Overstreet
2013-11-10bcache: Explicitly track btree node's parentKent Overstreet
2013-11-10bcache: Remove unnecessary check in should_split()Kent Overstreet
2013-11-10bcache: Stripe size isn't necessarily a power of twoKent Overstreet
2013-11-10bcache: Add on error panic/unregister settingKent Overstreet
2013-11-10bcache: Use blkdev_issue_discard()Kent Overstreet
2013-11-10bcache: Fix a lockdep splatKent Overstreet
2013-11-10bcache: Fix a journalling performance bugKent Overstreet
2013-11-10bcache: Fix dirty_data accountingKent Overstreet
2013-11-09dm cache: promotion optimisation for writesJoe Thornber
2013-11-09dm cache: be much more aggressive about promoting writes to discarded blocksJoe Thornber
2013-11-09dm cache policy mq: implement writeback_work() and mq_{set,clear}_dirty()Joe Thornber
2013-11-09dm cache: optimize commit_if_neededHeinz Mauelshagen
2013-11-09dm space map disk: optimise sm_disk_dec_blockJoe Thornber
2013-11-09dm: fix Kconfig menu indentationMikulas Patocka
2013-11-09dm: allow remove to be deferredMikulas Patocka
2013-11-09dm table: print error on preresume failureMike Snitzer
2013-11-09dm crypt: add TCW IV mode for old CBC TCRYPT containersMilan Broz
2013-11-09dm crypt: properly handle extra key string in initializationMilan Broz
2013-11-09dm cache: log error message if dm_kcopyd_copy() failsHeinz Mauelshagen
2013-11-09dm cache: use cell_defer() boolean argument consistentlyHeinz Mauelshagen
2013-11-09dm cache: return -EINVAL if the user specifies unknown cache policyMikulas Patocka
2013-11-09dm cache metadata: return bool from __superblock_all_zeroesJoe Thornber
2013-11-09dm cache policy mq: a few small fixesJoe Thornber
2013-11-09dm cache policy: remove return from void policy_remove_mappingJoe Thornber