summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2017-02-16dm cache metadata: name the cache block that couldn't be loadedMike Snitzer1-4/+8
2017-02-16dm cache metadata: add "metadata2" featureJoe Thornber3-53/+274
2017-02-16dm cache metadata: use bitset cursor api to load discard bitsetJoe Thornber1-20/+28
2017-02-16dm bitset: introduce cursor apiJoe Thornber2-0/+91
2017-02-16dm btree: use GFP_NOFS in dm_btree_del()Joe Thornber1-1/+6
2017-02-16dm space map common: memcpy the disk root to ensure it's arch alignedJoe Thornber1-5/+11
2017-02-16dm block manager: add unlikely() annotations on dm_bufio error pathsJoe Thornber1-4/+4
2017-02-16dm cache: fix corruption seen when using cache > 2TBJoe Thornber1-3/+3
2017-01-25dm raid: cleanup awkward branching in raid_message() option processingMike Snitzer1-3/+4
2017-01-25dm raid: use mddev rather than rdev->mddevHeinz Mauelshagen1-1/+1
2017-01-25dm raid: use read_disk_sb() throughoutHeinz Mauelshagen1-8/+9
2017-01-25dm raid: add raid4/5/6 journaling supportHeinz Mauelshagen1-21/+140
2017-01-25dm raid: be prepared to accept arbitrary '- -' tuplesHeinz Mauelshagen1-5/+23
2017-01-25dm raid: fix transient device failure processingHeinz Mauelshagen1-49/+38
2017-01-10md/raid5: Use correct IS_ERR() variation on pointer checkJes Sorensen1-1/+1
2017-01-05md: cleanup mddev flag clear for takeoverShaohua Li4-7/+26
2017-01-05md/r5cache: fix spelling mistake on "recoverying"Colin Ian King1-1/+1
2017-01-05md/r5cache: assign conf->log before r5l_load_log()Song Liu1-1/+3
2017-01-05md/r5cache: simplify handling of sh->log_start in recoverySong Liu1-15/+12
2017-01-05md/raid5-cache: removes unnecessary write-through mode judgmentsJackieLiu1-3/+0
2017-01-03md/raid10: Refactor raid10_make_requestRobert LeBlanc1-105/+140
2017-01-03md/raid1: Refactor raid1_make_requestRobert LeBlanc1-128/+139
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/...Linus 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-09md: separate flags for superblock changesShaohua Li9-101/+106
2016-12-09md: MD_RECOVERY_NEEDED is set for mddev->recoveryShaohua Li1-1/+1
2016-12-09md: takeover should clear unrelated bitsShaohua Li3-2/+14
2016-12-09dm 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