aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-10dm cache: simplify get_per_bio_data() by removing data_size argumentMike Snitzer1-39/+22
2017-11-10dm cache: remove all obsolete writethrough-specific codeMike Snitzer1-81/+1
2017-11-10dm cache: submit writethrough writes in parallel to origin and cacheMike Snitzer1-17/+37
2017-11-10dm cache: pass cache structure to mode functionsMike Snitzer1-16/+16
2017-11-10dm cache: fix race condition in the writeback mode overwrite_bio optimisationJoe Thornber1-33/+53
2017-11-10md: free unused memory after bitmap resizeZdenek Kabelac1-0/+9
2017-11-10md: release allocated bitset sync_setZdenek Kabelac1-1/+7
2017-11-09md/bitmap: clear BITMAP_WRITE_ERROR bit before writing it to sbHou Tao1-1/+5
2017-11-09md: be cautious about using ->curr_resync_completed for ->recovery_offsetNeilBrown2-11/+46
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar41-0/+41
2017-11-03dm: move dm-verity to generic async completionGilad Ben-Yossef2-66/+20
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman41-0/+41
2017-11-01md: don't check MD_SB_CHANGE_CLEAN in md_allow_writeArtur Paszkiewicz1-1/+0
2017-11-01md-cluster: update document for raid10Guoqing Jiang2-3/+4
2017-11-01md: remove redundant variable qColin Ian King1-2/+0