aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-17dm crypt: fix error return code in crypt_ctr()Wei Yongjun1-0/+1
2018-01-17dm crypt: wipe kernel key copy after IV initializationOndrej Kozina1-4/+8
2018-01-17dm integrity: don't store cipher request on the stackMikulas Patocka1-12/+37
2018-01-17dm crypt: fix crash by adding missing check for auth key sizeMilan Broz1-1/+6
2018-01-17dm btree: fix serious bug in btree_split_beneath()Joe Thornber1-17/+2
2018-01-17dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6Dennis Yang1-1/+5
2017-12-15Merge tag 'for-4.15/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds6-62/+100
2017-12-08dm bufio: fix shrinker scans when (nr_to_scan < retain_target)Suren Baghdasaryan1-2/+6
2017-12-08dm mpath: fix bio-based multipath queue_if_no_path handlingMike Snitzer1-7/+42
2017-12-04dm: fix various targets to dm_register_target after module __init resources createdmonty_pavel@sina.com4-51/+49
2017-12-04dm table: fix regression from improper dm_dev_internal.count refcount_t conversionMike Snitzer1-2/+3
2017-12-01md/raid1/10: add missed blk plugShaohua Li2-0/+8
2017-12-01md: limit mdstat resync progress to max_sectorsNate Dailey1-1/+3
2017-12-01md/r5cache: move mddev_lock() out of r5c_journal_mode_set()Song Liu1-13/+9
2017-12-01md/raid5: correct degraded calculation in raid5_errorbingjingc1-1/+1
2017-11-24bcache: check return value of register_shrinkerMichael Lyle1-1/+4
2017-11-24bcache: recover data from backing when data is cleanRui Hua1-7/+6
2017-11-24bcache: Fix building error on MIPSHuacai Chen3-3/+3
2017-11-24bcache: add a comment in journal bucket readingTang Junhui1-0/+5
2017-11-17Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds5-21/+16
2017-11-17Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds5-39/+28
2017-11-16dm bufio: fix integer overflow when limiting maximum cache sizeEric Biggers1-9/+6
2017-11-16dm: clear all discard attributes in queue_limits when discards are disabledMike Snitzer1-2/+8
2017-11-16dm: do not set 'discards_supported' in targets that do not need itMike Snitzer2-7/+0
2017-11-16dm: discard support requires all targets in a table support discardsMike Snitzer1-19/+14
2017-11-16dm mpath: remove annoying message of 'blk_get_request() returned -11'Ming Lei1-2/+0
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-3/+3
2017-11-14md: Convert timers to use timer_setup()Kees Cook5-21/+16
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-15/+7
2017-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds21-220/+400
2017-11-14Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds14-262/+408
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds16-138/+204
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-66/+20
2017-11-10dm cache: lift common migration preparation code to alloc_migration()Mike Snitzer1-10/+7
2017-11-10dm cache: remove usused deferred_cells member from struct cacheJoe Thornber1-2/+0
2017-11-10dm cache policy smq: allocate cache blocks in orderJoe Thornber1-1/+14
2017-11-10dm cache policy smq: change max background work from 10240 to 4096 blocksJoe Thornber1-1/+1
2017-11-10dm cache background tracker: limit amount of background work that may be issued at onceJoe Thornber1-6/+12
2017-11-10dm cache policy smq: take origin idle status into account when queuing writebacksJoe Thornber1-4/+4
2017-11-10dm cache policy smq: handle races with queuing background_workJoe Thornber1-3/+14
2017-11-10dm raid: fix panic when attempting to force a raid to syncHeinz Mauelshagen1-10/+11
2017-11-10dm integrity: allow unaligned bv_offsetMikulas Patocka1-1/+1
2017-11-10dm crypt: allow unaligned bv_offsetMikulas Patocka1-2/+2
2017-11-10dm: small cleanup in dm_get_md()Mike Snitzer1-10/+5
2017-11-10dm: fix race between dm_get_from_kobject() and __dm_destroy()Hou Tao1-4/+8
2017-11-10dm: allocate struct mapped_device with kvzallocMikulas Patocka2-4/+5
2017-11-10dm zoned: ignore last smaller runt zoneDamien Le Moal1-4/+9
2017-11-10dm space map metadata: use ARRAY_SIZEJérémy Lefaure1-1/+2
2017-11-10dm log writes: add support for DAXRoss Zwisler1-1/+87
2017-11-10dm log writes: add support for inline data buffersRoss Zwisler1-3/+84