summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* md/raid1: avoid reusing a resync bio after error handling.NeilBrown2017-05-201-0/+2
* dm thin: fix a memory leak when passing discard bio downDennis Yang2017-05-201-0/+1
* dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue()Bart Van Assche2017-05-201-1/+5
* dm era: save spacemap metadata root after the pre-commitSomasundaram Krishnasamy2017-05-201-4/+4
* dm crypt: rewrite (wipe) key in crypto layer using random dataOndrej Kozina2017-05-201-2/+6
* dm ioctl: prevent stack leak in dm ioctl callAdrian Salido2017-05-081-1/+1
* dm raid: fix NULL pointer dereference for raid1 without bitmapDmitry Bilunov2017-04-121-1/+1
* dm verity fec: fix bufio leaksSami Tolvanen2017-04-121-3/+3
* dm verity fec: limit error correction recursionSami Tolvanen2017-04-122-1/+15
* blk: Ensure users for current->bio_list can see the full list.NeilBrown2017-04-082-14/+18
* md/raid1/10: fix potential deadlockShaohua Li2017-03-261-0/+18
* md/r5cache: fix set_syndrome_sources() for data in cacheSong Liu2017-03-261-1/+2
* dm: flush queued bios when process blocks to avoid deadlockMikulas Patocka2017-03-181-0/+55
* md linear: fix a race between linear_add() and linear_congested()colyli@suse.de2017-03-122-5/+35
* dm raid: fix data corruption on reshape requestHeinz Mauelshagen2017-03-121-1/+11
* dm round robin: revert "use percpu 'repeat_count' and 'current_path'"Mike Snitzer2017-03-121-53/+14
* dm stats: fix a leaked s->histogram_boundaries arrayMikulas Patocka2017-03-121-0/+1
* dm cache: fix corruption seen when using cache > 2TBJoe Thornber2017-03-121-3/+3
* dm crypt: replace RCU read-side section with rwsemOndrej Kozina2017-02-031-4/+4
* dm rq: cope with DM device destruction while in dm_old_request_fn()Mike Snitzer2017-02-031-0/+4
* dm mpath: cleanup -Wbool-operation warning in choose_pgpath()Mike Snitzer2017-02-031-2/+2
* md/r5cache: disable write back for degraded arraySong Liu2017-01-243-7/+56
* md/r5cache: shift complex rmw from read path to write pathSong Liu2017-01-241-4/+45
* md/r5cache: flush data only stripes in r5l_recovery_log()Song Liu2017-01-242-16/+45
* md/raid5: move comment of fetch_block to right locationSong Liu2017-01-241-7/+6
* md/r5cache: read data into orig_page for prexor of cached dataSong Liu2017-01-243-9/+42
* md/raid5-cache: delete meaningless codeShaohua Li2017-01-241-2/+0
* md/raid5: Use correct IS_ERR() variation on pointer checkJes Sorensen2017-01-091-1/+1
* md: cleanup mddev flag clear for takeoverShaohua Li2017-01-054-7/+26
* md/r5cache: fix spelling mistake on "recoverying"Colin Ian King2017-01-051-1/+1
* md/r5cache: assign conf->log before r5l_load_log()Song Liu2017-01-051-1/+3
* md/r5cache: simplify handling of sh->log_start in recoverySong Liu2017-01-051-15/+12
* md/raid5-cache: removes unnecessary write-through mode judgmentsJackieLiu2017-01-051-3/+0
* md/raid10: Refactor raid10_make_requestRobert LeBlanc2017-01-031-105/+140
* md/raid1: Refactor raid1_make_requestRobert LeBlanc2017-01-031-128/+139
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* bcache: partition support: add 16 minors per bcacheN deviceEric Wheeler2016-12-171-1/+4
* bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet2016-12-175-26/+26
* linux: drop __bitwise__ everywhereMichael S. Tsirkin2016-12-161-3/+3
* Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-12-1419-173/+406
|\
| * dm flakey: introduce "error_writes" featureMike Snitzer2016-12-131-9/+42
| * dm cache policy smq: use hash_32() instead of hash_32_generic()Mike Snitzer2016-12-081-1/+1
| * dm crypt: reject key strings containing whitespace charsOndrej Kozina2016-12-081-0/+18
| * dm space map: always set ev if sm_ll_mutate() succeedsBenjamin Marzinski2016-12-081-1/+2
| * dm space map metadata: skip useless memcpy in metadata_ll_init_index()Benjamin Marzinski2016-12-081-1/+0
| * dm space map metadata: fix 'struct sm_metadata' leak on failed createBenjamin Marzinski2016-12-081-8/+6
| * dm raid: fix discard support regressionHeinz Mauelshagen2016-12-081-6/+3
| * dm raid: don't allow "write behind" with raid4/5/6Heinz Mauelshagen2016-12-081-2/+0
| * dm mpath: use hw_handler_params if attached hw_handler is same as requestedtang.junhui2016-12-081-5/+9
| * dm crypt: add ability to use keys from the kernel key retention serviceOndrej Kozina2016-12-081-13/+146
OpenPOWER on IntegriCloud