summaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | bcache: Convert bch_btree_read_async() to bch_btree_map_keys()Kent Overstreet2013-11-115-168/+125
| * | | bcache: Move some stuff to btree.cKent Overstreet2013-11-113-97/+96
| * | | bcache: Add btree_map() functionsKent Overstreet2013-11-115-97/+186
| * | | bcache: Convert writeback to a kthreadKent Overstreet2013-11-114-206/+203
| * | | 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/+75
| * | | 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/+35
| * | | bcache: Refactor request_write()Kent Overstreet2013-11-112-187/+183
| * | | bcache: Clean up keylist codeKent Overstreet2013-11-115-52/+57
| * | | bcache: Add explicit keylist arg to btree_insert()Kent Overstreet2013-11-115-16/+18
| * | | bcache: Convert btree_insert_check_key() to btree_insert_node()Kent Overstreet2013-11-114-72/+79
| * | | bcache: Insert multiple keys at a timeKent Overstreet2013-11-111-17/+16
| * | | bcache: Add btree_insert_node()Kent Overstreet2013-11-113-66/+105
| * | | bcache: Explicitly track btree node's parentKent Overstreet2013-11-112-10/+20
| * | | bcache: Remove unnecessary check in should_split()Kent Overstreet2013-11-111-3/+2
| * | | bcache: Stripe size isn't necessarily a power of twoKent Overstreet2013-11-115-25/+27
| * | | bcache: Add on error panic/unregister settingKent Overstreet2013-11-114-5/+35
| * | | bcache: Use blkdev_issue_discard()Kent Overstreet2013-11-113-117/+11
| * | | bcache: Fix a lockdep splatKent Overstreet2013-11-111-1/+1
| * | | bcache: Fix a journalling performance bugKent Overstreet2013-11-112-22/+28
| * | | bcache: Fix dirty_data accountingKent Overstreet2013-11-111-4/+7
* | | | llists: move llist_reverse_order from raid5 to llist.cChristoph Hellwig2013-11-151-14/+0
* | | | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* | | | Merge tag 'dm-3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-1416-455/+1466
|\ \ \ \
| * | | | dm cache: resolve small nits and improve DocumentationMike Snitzer2013-11-122-2/+2
| * | | | dm cache: add cache block invalidation supportJoe Thornber2013-11-111-3/+222
| * | | | dm cache: add remove_cblock method to policy interfaceJoe Thornber2013-11-113-4/+57
| * | | | dm cache policy mq: reduce memory requirementsJoe Thornber2013-11-111-312/+231
| * | | | dm cache metadata: check the metadata version when reading the superblockJoe Thornber2013-11-111-3/+21
| * | | | dm cache: add passthrough modeJoe Thornber2013-11-113-35/+184
| * | | | dm cache: cache shrinking supportJoe Thornber2013-11-112-9/+120
| * | | | dm cache: promotion optimisation for writesJoe Thornber2013-11-101-6/+87
| * | | | dm cache: be much more aggressive about promoting writes to discarded blocksJoe Thornber2013-11-101-21/+63
| * | | | dm cache policy mq: implement writeback_work() and mq_{set,clear}_dirty()Joe Thornber2013-11-101-19/+128
| * | | | dm cache: optimize commit_if_neededHeinz Mauelshagen2013-11-101-5/+7
| * | | | dm space map disk: optimise sm_disk_dec_blockJoe Thornber2013-11-101-17/+1
| * | | | dm: fix Kconfig menu indentationMikulas Patocka2013-11-101-11/+11
| * | | | dm: allow remove to be deferredMikulas Patocka2013-11-103-10/+86
| * | | | dm table: print error on preresume failureMike Snitzer2013-11-101-1/+4
| * | | | dm crypt: add TCW IV mode for old CBC TCRYPT containersMilan Broz2013-11-101-2/+183
| * | | | dm crypt: properly handle extra key string in initializationMilan Broz2013-11-101-11/+18
| * | | | dm cache: log error message if dm_kcopyd_copy() failsHeinz Mauelshagen2013-11-101-1/+3
| * | | | dm cache: use cell_defer() boolean argument consistentlyHeinz Mauelshagen2013-11-101-4/+4
| * | | | dm cache: return -EINVAL if the user specifies unknown cache policyMikulas Patocka2013-11-102-8/+9
| * | | | dm cache metadata: return bool from __superblock_all_zeroesJoe Thornber2013-11-101-4/+5
| * | | | dm cache policy mq: a few small fixesJoe Thornber2013-11-101-10/+12
| * | | | dm cache policy: remove return from void policy_remove_mappingJoe Thornber2013-11-101-1/+1