summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2017-12-20md-cluster: fix wrong condition check in raid1_write_requestGuoqing Jiang1-5/+5
2017-12-20raid5-ppl: check recovery_offset when performing ppl recoveryArtur Paszkiewicz1-1/+2
2017-12-20raid5: Set R5_Expanded on parity devices as well as data.NeilBrown1-1/+4
2017-12-20bcache: fix wrong cache_misses statisticstang.junhui1-1/+5
2017-12-20bcache: explicitly destroy mutex while exitingLiang Chen1-2/+4
2017-12-20dm: fix various targets to dm_register_target after module __init resources c...monty_pavel@sina.com4-51/+49
2017-12-17md: free unused memory after bitmap resizeZdenek Kabelac1-0/+9
2017-12-17dm raid: fix panic when attempting to force a raid to syncHeinz Mauelshagen1-10/+11
2017-12-14md/r5cache: move mddev_lock() out of r5c_journal_mode_set()Song Liu1-13/+9
2017-12-05md: forbid a RAID5 from having both a bitmap and a journal.NeilBrown3-1/+14
2017-12-05bcache: recover data from backing when data is cleanRui Hua1-7/+6
2017-12-05bcache: only permit to recovery read error when cache device is cleanColy Li1-1/+9
2017-12-05bcache: Fix building error on MIPSHuacai Chen3-3/+3
2017-11-30raid1: prevent freeze_array/wait_all_barriers deadlockNate Dailey1-18/+6
2017-11-30md/bitmap: revert a patchShaohua Li1-2/+2
2017-11-30md: don't check MD_SB_CHANGE_CLEAN in md_allow_writeArtur Paszkiewicz1-1/+0
2017-11-30md: fix deadlock error in recent patch.NeilBrown1-1/+2
2017-11-30bcache: check ca->alloc_thread initialized before wake up itColy Li1-1/+2
2017-11-30dm: discard support requires all targets in a table support discardsMike Snitzer1-19/+14
2017-11-30dm: fix race between dm_get_from_kobject() and __dm_destroy()Hou Tao1-4/+8
2017-11-30dm: allocate struct mapped_device with kvzallocMikulas Patocka2-4/+5
2017-11-30dm bufio: fix integer overflow when limiting maximum cache sizeEric Biggers1-9/+6
2017-11-30dm mpath: remove annoying message of 'blk_get_request() returned -11'Ming Lei1-2/+0
2017-11-30dm zoned: ignore last smaller runt zoneDamien Le Moal1-4/+9
2017-11-30dm crypt: allow unaligned bv_offsetMikulas Patocka1-2/+2
2017-11-30dm cache: fix race condition in the writeback mode overwrite_bio optimisationJoe Thornber1-33/+53
2017-11-30dm integrity: allow unaligned bv_offsetMikulas Patocka1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman41-0/+41
2017-10-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2017-10-06Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-20/+44
2017-10-05dm raid: fix incorrect status output at the end of a "recover" processJonathan Brassow1-5/+6
2017-10-04dm crypt: reject sector_size feature if device length is not aligned to itMilan Broz1-0/+4
2017-09-28dm crypt: fix memory leak in crypt_ctr_cipher_old()Jeffy Chen1-0/+1
2017-09-28md/raid5: cap worker countShaohua Li1-2/+5
2017-09-28dm-raid: fix a race condition in request handlingShaohua Li1-1/+1
2017-09-28md: fix a race condition for flush request handlingShaohua Li1-4/+10
2017-09-28md: separate request handlingShaohua Li2-25/+34
2017-09-27bcache: use llist_for_each_entry_safe() in __closure_wake_up()Coly Li1-2/+2
2017-09-25dm ioctl: fix alignment of event number in the device listMikulas Patocka3-15/+33
2017-09-19Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-3/+10
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds18-142/+170
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka3-54/+0
2017-09-11dm integrity: use init_completion instead of COMPLETION_INITIALIZER_ONSTACKArnd Bergmann1-10/+10
2017-09-11dm integrity: make blk_integrity_profile structure constBhumika Goyal1-1/+1
2017-09-11dm integrity: do not check integrity for failed read operationsHyunchul Lee1-1/+5
2017-09-11dm log writes: fix >512b sectorsize supportJosef Bacik1-11/+31
2017-09-11dm log writes: don't use all the cpu while waiting to log blocksJosef Bacik1-1/+1
2017-09-09Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds10-57/+99
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds9-65/+225
2017-09-07bcache: initialize dirty stripes in flash_dev_run()Tang Junhui3-6/+7