aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* Revert "GCC: Fix up for gcc 5+"Moyster2018-11-301-1/+0
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2018-11-291-1/+1
* GCC: Fix up for gcc 5+mydongistiny2018-11-291-0/+1
* ANDROID: dm verity: add minimum prefetch sizeKeun-young Park2018-01-052-1/+24
* dm mpath: fix stalls when handling invalid ioctlsHannes Reinecke2018-01-021-2/+5
* md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown2018-01-021-1/+1
* dm: take care to copy the space map roots before locking the superblockJoe Thornber2018-01-022-55/+85
* dm thin: grab a virtual cell before looking up the mappingJoe Thornber2018-01-021-4/+12
* dm thin: requeue bios to DM core if no_free_space and in read-only modeMike Snitzer2018-01-021-6/+20
* dm cache: fix a lock-inversionJoe Thornber2018-01-023-52/+20
* dm cache: prevent corruption caused by discard_block_size > cache_block_sizeMike Snitzer2018-01-021-34/+3
* dm cache: fix race causing dirty blocks to be marked as cleanAnssi Hannula2018-01-021-2/+2
* dm cache: fix truncation bug when mapping I/O to >2TB fast deviceHeinz Mauelshagen2018-01-021-2/+3
* dm cache: fix race affecting dirty block countAnssi Hannula2018-01-021-7/+6
* dm cache: add block sizes and total cache blocks to status outputMike Snitzer2018-01-021-5/+9
* dm ioctl: remove double parenthesesMatthias Kaehlcke2018-01-021-2/+2
* ANDROID: dm verity fec: initialize recursion levelSami Tolvanen2017-12-271-0/+1
* ANDROID: dm verity fec: limit error correction recursionSami Tolvanen2017-12-272-1/+14
* ANDROID: dm verity fec: add missing release from fec_ktypeSami Tolvanen2017-12-271-1/+2
* ANDROID: dm: Mounting root as linear device when verity disabledBadhri Jagan Sridharan2017-12-273-23/+113
* ANDROID: dm verity fec: add sysfs attribute fec/correctedSami Tolvanen2017-12-272-1/+47
* ANDROID: dm: Add android verity targetBadhri Jagan Sridharan2017-12-276-8/+903
* CHROMIUM: dm: boot time specification of dm=Will Drewry2017-12-272-0/+40
* dm verity: add ignore_zero_blocks featureSami Tolvanen2017-12-273-10/+89
* dm verity: add support for forward error correctionSami Tolvanen2017-12-276-6/+1050
* dm verity: factor out verity_for_bv_block()Sami Tolvanen2017-12-272-27/+64
* dm verity: factor out structures and functions useful to separate objectSami Tolvanen2017-12-272-109/+134
* dm verity: move dm-verity.c to dm-verity-target.cSami Tolvanen2017-12-272-0/+1
* dm verity: separate function for parsing opt argsSami Tolvanen2017-12-271-28/+43
* dm verity: clean up duplicate hashing codeSami Tolvanen2017-12-271-116/+147
* dm verity: port upstream changes to 3.10Sami Tolvanen2017-12-271-29/+73
* dm-verity: Add modes and emit uevent on corrupted blocksSami Tolvanen2017-12-271-9/+89
* dm: Stop the dm_request calls in idleAnilKumar Chimata2017-12-271-1/+1
* UPSTREAM: block: disable entropy contributions for nonrot devicesMike Snitzer2017-12-271-0/+1
* dm-crypt: remove io_poolMikulas Patocka2017-12-271-20/+1
* dm-crypt: sort writesMikulas Patocka2017-12-271-15/+35
* dm-crypt: offload writes to threadMikulas Patocka2017-12-271-23/+97
* dm-crypt: avoid deadlock in mempoolsMikulas Patocka2017-12-271-5/+36
* dm-crypt: don't allocate pages for a partial requestMikulas Patocka2017-12-271-110/+29
* dm-crypt: use per-bio dataMikulas Patocka2017-12-271-14/+26
* dm-crypt: run in a WQ_HIGHPRI workqueueTim Murray2017-12-271-1/+3
* dm-crypt: use unbound workqueue for request processingMikulas Patocka2017-12-271-4/+2
* BACKPORT: dm bufio: don't take the lock in dm_bufio_shrink_countMikulas Patocka2017-12-101-8/+8
* BACKPORT: dm bufio: avoid sleeping while holding the dm_bufio lockDouglas Anderson2017-12-101-2/+3
* md: fix super_offset endianness in super_1_rdev_size_changeJason Yan2017-11-061-1/+1
* md/raid10: submit bio directly to replacement diskShaohua Li2017-11-061-3/+16
* md/bitmap: disable bitmap_resize for file-backed bitmaps.NeilBrown2017-11-061-0/+5
* Revert "dm ioctl: prevent stack leak in dm ioctl call"Jonathan Solnit2017-08-301-1/+1
* md linear: fix a race between linear_add() and linear_congested()colyli@suse.de2017-07-042-1/+29
* md:raid1: fix a dead loop when read from a WriteMostly diskWei Fang2017-07-041-1/+1