summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2017-11-30raid1: prevent freeze_array/wait_all_barriers deadlockNate Dailey
2017-11-30md/bitmap: revert a patchShaohua Li
2017-11-30md: don't check MD_SB_CHANGE_CLEAN in md_allow_writeArtur Paszkiewicz
2017-11-30md: fix deadlock error in recent patch.NeilBrown
2017-11-30bcache: check ca->alloc_thread initialized before wake up itColy Li
2017-11-30dm: discard support requires all targets in a table support discardsMike Snitzer
2017-11-30dm: fix race between dm_get_from_kobject() and __dm_destroy()Hou Tao
2017-11-30dm: allocate struct mapped_device with kvzallocMikulas Patocka
2017-11-30dm bufio: fix integer overflow when limiting maximum cache sizeEric Biggers
2017-11-30dm mpath: remove annoying message of 'blk_get_request() returned -11'Ming Lei
2017-11-30dm zoned: ignore last smaller runt zoneDamien Le Moal
2017-11-30dm crypt: allow unaligned bv_offsetMikulas Patocka
2017-11-30dm cache: fix race condition in the writeback mode overwrite_bio optimisationJoe Thornber
2017-11-30dm integrity: allow unaligned bv_offsetMikulas Patocka
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-10-05Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-10-05dm raid: fix incorrect status output at the end of a "recover" processJonathan Brassow
2017-10-04dm crypt: reject sector_size feature if device length is not aligned to itMilan Broz
2017-09-28dm crypt: fix memory leak in crypt_ctr_cipher_old()Jeffy Chen
2017-09-27md/raid5: cap worker countShaohua Li
2017-09-27dm-raid: fix a race condition in request handlingShaohua Li
2017-09-27md: fix a race condition for flush request handlingShaohua Li
2017-09-27md: separate request handlingShaohua Li
2017-09-27bcache: use llist_for_each_entry_safe() in __closure_wake_up()Coly Li
2017-09-25dm ioctl: fix alignment of event number in the device listMikulas Patocka
2017-09-19Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka
2017-09-11dm integrity: use init_completion instead of COMPLETION_INITIALIZER_ONSTACKArnd Bergmann
2017-09-11dm integrity: make blk_integrity_profile structure constBhumika Goyal
2017-09-11dm integrity: do not check integrity for failed read operationsHyunchul Lee
2017-09-11dm log writes: fix >512b sectorsize supportJosef Bacik
2017-09-11dm log writes: don't use all the cpu while waiting to log blocksJosef Bacik
2017-09-09Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-09-07bcache: initialize dirty stripes in flash_dev_run()Tang Junhui
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-09-06bcache: fix bch_hprint crash and improve outputMichael Lyle
2017-09-06bcache: Update continue_at() documentationDan Carpenter
2017-09-06bcache: silence static checker warningDan Carpenter
2017-09-06bcache: fix for gc and write-back raceTang Junhui
2017-09-06bcache: increase the number of open bucketsTang Junhui
2017-09-06bcache: Correct return value for sysfs attach errorsTony Asleson
2017-09-06bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui
2017-09-06bcache: gc does not work when triggering by manual commandTang Junhui
2017-09-06bcache: Don't reinvent the wheel but use existing llist APIByungchul Park
2017-09-06bcache: do not subtract sectors_to_gc for bypassed IOTang Junhui
2017-09-06bcache: fix sequential large write IO bypassTang Junhui