aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-17bcache: partition support: add 16 minors per bcacheN deviceEric Wheeler1-1/+4
2016-12-17bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet5-26/+26
2016-12-16linux: drop __bitwise__ everywhereMichael S. Tsirkin1-3/+3
2016-12-14Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds19-173/+406
2016-12-13Merge branch 'md-next' into md-linusShaohua Li14-1232/+3168
2016-12-13dm flakey: introduce "error_writes" featureMike Snitzer1-9/+42
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds20-105/+57
2016-12-08md: separate flags for superblock changesShaohua Li9-101/+106
2016-12-08md: MD_RECOVERY_NEEDED is set for mddev->recoveryShaohua Li1-1/+1
2016-12-08md: takeover should clear unrelated bitsShaohua Li3-2/+14
2016-12-08dm cache policy smq: use hash_32() instead of hash_32_generic()Mike Snitzer1-1/+1
2016-12-08dm crypt: reject key strings containing whitespace charsOndrej Kozina1-0/+18
2016-12-08dm space map: always set ev if sm_ll_mutate() succeedsBenjamin Marzinski1-1/+2
2016-12-08dm space map metadata: skip useless memcpy in metadata_ll_init_index()Benjamin Marzinski1-1/+0
2016-12-08dm space map metadata: fix 'struct sm_metadata' leak on failed createBenjamin Marzinski1-8/+6
2016-12-08dm raid: fix discard support regressionHeinz Mauelshagen1-6/+3
2016-12-08dm raid: don't allow "write behind" with raid4/5/6Heinz Mauelshagen1-2/+0
2016-12-08dm mpath: use hw_handler_params if attached hw_handler is same as requestedtang.junhui1-5/+9
2016-12-08dm crypt: add ability to use keys from the kernel key retention serviceOndrej Kozina1-13/+146
2016-12-08dm array: remove a dead assignment in populate_ablock_with_values()Bart Van Assche1-2/+0
2016-12-08dm ioctl: use offsetof() instead of open-coding itBart Van Assche1-1/+1
2016-12-08dm rq: simplify use_blk_mq initializationBart Van Assche1-5/+1
2016-12-08dm: use blk_set_queue_dying() in __dm_destroy()Bart Van Assche1-3/+1
2016-12-08dm bufio: drop the lock when doing GFP_NOIO allocationMikulas Patocka1-0/+10
2016-12-08dm bufio: don't take the lock in dm_bufio_shrink_countMikulas Patocka1-11/+2
2016-12-08dm bufio: avoid sleeping while holding the dm_bufio lockDouglas Anderson1-2/+3
2016-12-08dm table: simplify dm_table_determine_type()Bart Van Assche1-13/+8
2016-12-08dm table: an 'all_blk_mq' table must be loaded for a blk-mq DM deviceBart Van Assche1-0/+5
2016-12-08dm table: fix 'all_blk_mq' inconsistency when an empty table is loadedMike Snitzer1-6/+13
2016-12-08md/r5cache: after recovery, increase journal seq by 10000Song Liu1-7/+7
2016-12-08md/raid5-cache: fix crc in rewrite_data_only_stripes()Song Liu1-4/+6
2016-12-08md/raid5-cache: no recovery is required when create super-blockJackieLiu1-2/+8
2016-12-05md: fix refcount problem on mddev when stopping array.NeilBrown1-1/+4
2016-12-05md/r5cache: do r5c_update_log_state after log recoveryZhengyuan Liu1-5/+3
2016-12-05md/raid5-cache: adjust the write position of the empty block if no data blocksJackieLiu1-4/+16
2016-12-02md/r5cache: run_no_space_stripes() when R5C_LOG_CRITICAL == 0Song Liu1-1/+13
2016-11-29md/raid5: limit request size according to implementation limitsKonstantin Khlebnikov1-0/+9
2016-11-29md/raid5-cache: do not need to set STRIPE_PREREAD_ACTIVE repeatedlyJackieLiu1-2/+0
2016-11-29md/raid5-cache: remove the unnecessary next_cp_seq field from the r5l_logJackieLiu1-2/+0
2016-11-29md/raid5-cache: release the stripe_head at the appropriate locationJackieLiu1-6/+7
2016-11-29md/raid5-cache: use ring add to prevent overflowJackieLiu1-1/+1
2016-11-29md/raid5-cache: remove unnecessary function parametersJackieLiu1-8/+4
2016-11-29raid5-cache: don't set STRIPE_R5C_PARTIAL_STRIPE flag while load stripe into cacheZhengyuan Liu1-3/+1
2016-11-29raid5-cache: add another check conditon before replaying one stripeZhengyuan Liu1-2/+2
2016-11-27md/r5cache: enable IRQs on error pathDan Carpenter1-1/+1
2016-11-27md/r5cache: handle alloc_page failureSong Liu3-13/+98
2016-11-23md: stop write should stop journal reclaimShaohua Li1-0/+4
2016-11-23raid5-cache: suspend reclaim thread instead of shutdownShaohua Li2-14/+8
2016-11-22md/raid10: add failfast handling for writes.NeilBrown1-1/+28