summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2017-10-30bcache: explicitly destroy mutex while exitingLiang Chen
2017-10-30bcache: fix wrong cache_misses statisticstang.junhui
2017-10-30bcache: update bucket_in_use in real timeTang Junhui
2017-10-30bcache: convert cached_dev.count from atomic_t to refcount_tElena Reshetova
2017-10-30bcache: only permit to recovery read error when cache device is cleanColy Li
2017-10-16bcache: writeback rate clamping: make 32 bit safeMichael Lyle
2017-10-16bcache: safeguard a dangerous addressing in closure_queueLiang Chen
2017-10-16bcache: rearrange writeback main thread ratelimitMichael Lyle
2017-10-16bcache: writeback rate shouldn't artifically clampMichael Lyle
2017-10-16bcache: smooth writeback rate controlMichael Lyle
2017-10-16bcache: implement PI controller for writeback rateMichael Lyle
2017-10-16bcache: don't write back data if reading it failedMichael Lyle
2017-10-16bcache: remove unused parameterYijing Wang
2017-10-16bcache: update bio->bi_opf bypass/writeback REQ_ flag hintsEric Wheeler
2017-10-16bcache: Remove redundant set_capacityYijing Wang
2017-10-16bcache: rewrite multiple partitions supportColy Li
2017-10-16bcache: fix a comments typo in bch_alloc_sectors()Coly Li
2017-10-16bcache: check ca->alloc_thread initialized before wake up itColy Li
2017-10-16bcache: Avoid nested function definitionPeter Foley
2017-10-05block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig
2017-10-03buffer: have alloc_page_buffers() use __GFP_NOFAILJens Axboe
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
2017-09-06bcache: Fix leak of bdev referenceJan Kara
2017-09-05md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_listDennis Yang
2017-09-05md/raid5: fix a race condition in stripe batchShaohua Li
2017-08-31md/bitmap: disable bitmap_resize for file-backed bitmaps.NeilBrown
2017-08-28Merge tag 'v4.13-rc7' into for-4.14/block-postmergeJens Axboe