summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
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...Linus Torvalds2-66/+20
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-10-30bcache: explicitly destroy mutex while exitingLiang Chen1-2/+4
2017-10-30bcache: fix wrong cache_misses statisticstang.junhui1-1/+5
2017-10-30bcache: update bucket_in_use in real timeTang Junhui4-8/+22
2017-10-30bcache: convert cached_dev.count from atomic_t to refcount_tElena Reshetova3-7/+8
2017-10-30bcache: only permit to recovery read error when cache device is cleanColy Li1-1/+9
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland9-32/+32
2017-10-25locking/atomics, dm-integrity: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland1-7/+8
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon1-10/+10
2017-10-16bcache: writeback rate clamping: make 32 bit safeMichael Lyle1-2/+2
2017-10-16bcache: safeguard a dangerous addressing in closure_queueLiang Chen1-0/+6
2017-10-16bcache: rearrange writeback main thread ratelimitMichael Lyle1-1/+4
2017-10-16bcache: writeback rate shouldn't artifically clampMichael Lyle3-6/+7
2017-10-16bcache: smooth writeback rate controlMichael Lyle2-3/+9
2017-10-16bcache: implement PI controller for writeback rateMichael Lyle3-52/+66
2017-10-16bcache: don't write back data if reading it failedMichael Lyle1-6/+14
2017-10-16bcache: remove unused parameterYijing Wang1-6/+6
2017-10-16bcache: update bio->bi_opf bypass/writeback REQ_ flag hintsEric Wheeler2-1/+11
2017-10-16bcache: Remove redundant set_capacityYijing Wang1-3/+0
2017-10-16bcache: rewrite multiple partitions supportColy Li1-12/+25
2017-10-16bcache: fix a comments typo in bch_alloc_sectors()Coly Li1-1/+1
2017-10-16bcache: check ca->alloc_thread initialized before wake up itColy Li1-1/+2
2017-10-16bcache: Avoid nested function definitionPeter Foley1-4/+6
2017-10-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2017-10-05Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-20/+44
2017-10-05block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig3-26/+2
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-10-03buffer: have alloc_page_buffers() use __GFP_NOFAILJens Axboe1-1/+1
2017-09-28dm crypt: fix memory leak in crypt_ctr_cipher_old()Jeffy Chen1-0/+1
2017-09-27md/raid5: cap worker countShaohua Li1-2/+5
2017-09-27dm-raid: fix a race condition in request handlingShaohua Li1-1/+1
2017-09-27md: fix a race condition for flush request handlingShaohua Li1-4/+10
2017-09-27md: 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