summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2017-05-20md/raid1: avoid reusing a resync bio after error handling.NeilBrown1-0/+2
2017-05-20dm thin: fix a memory leak when passing discard bio downDennis Yang1-0/+1
2017-05-20dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue()Bart Van Assche1-1/+5
2017-05-20dm era: save spacemap metadata root after the pre-commitSomasundaram Krishnasamy1-4/+4
2017-05-20dm crypt: rewrite (wipe) key in crypto layer using random dataOndrej Kozina1-2/+6
2017-05-08dm ioctl: prevent stack leak in dm ioctl callAdrian Salido1-1/+1
2017-04-12dm raid: fix NULL pointer dereference for raid1 without bitmapDmitry Bilunov1-1/+1
2017-04-12dm verity fec: fix bufio leaksSami Tolvanen1-3/+3
2017-04-12dm verity fec: limit error correction recursionSami Tolvanen2-1/+15
2017-04-08blk: Ensure users for current->bio_list can see the full list.NeilBrown2-14/+18
2017-03-26md/raid1/10: fix potential deadlockShaohua Li1-0/+18
2017-03-26md/r5cache: fix set_syndrome_sources() for data in cacheSong Liu1-1/+2
2017-03-18dm: flush queued bios when process blocks to avoid deadlockMikulas Patocka1-0/+55
2017-03-12md linear: fix a race between linear_add() and linear_congested()colyli@suse.de2-5/+35
2017-03-12dm raid: fix data corruption on reshape requestHeinz Mauelshagen1-1/+11
2017-03-12dm round robin: revert "use percpu 'repeat_count' and 'current_path'"Mike Snitzer1-53/+14
2017-03-12dm stats: fix a leaked s->histogram_boundaries arrayMikulas Patocka1-0/+1
2017-03-12dm cache: fix corruption seen when using cache > 2TBJoe Thornber1-3/+3
2017-02-03dm crypt: replace RCU read-side section with rwsemOndrej Kozina1-4/+4
2017-02-03dm rq: cope with DM device destruction while in dm_old_request_fn()Mike Snitzer1-0/+4
2017-02-03dm mpath: cleanup -Wbool-operation warning in choose_pgpath()Mike Snitzer1-2/+2
2017-01-24md/r5cache: disable write back for degraded arraySong Liu3-7/+56
2017-01-24md/r5cache: shift complex rmw from read path to write pathSong Liu1-4/+45
2017-01-24md/r5cache: flush data only stripes in r5l_recovery_log()Song Liu2-16/+45
2017-01-24md/raid5: move comment of fetch_block to right locationSong Liu1-7/+6
2017-01-24md/r5cache: read data into orig_page for prexor of cached dataSong Liu3-9/+42
2017-01-24md/raid5-cache: delete meaningless codeShaohua Li1-2/+0
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