summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* bcache: explicitly destroy mutex while exitingLiang Chen2017-10-301-2/+4
* bcache: fix wrong cache_misses statisticstang.junhui2017-10-301-1/+5
* bcache: update bucket_in_use in real timeTang Junhui2017-10-304-8/+22
* bcache: convert cached_dev.count from atomic_t to refcount_tElena Reshetova2017-10-303-7/+8
* bcache: only permit to recovery read error when cache device is cleanColy Li2017-10-301-1/+9
* bcache: writeback rate clamping: make 32 bit safeMichael Lyle2017-10-161-2/+2
* bcache: safeguard a dangerous addressing in closure_queueLiang Chen2017-10-161-0/+6
* bcache: rearrange writeback main thread ratelimitMichael Lyle2017-10-161-1/+4
* bcache: writeback rate shouldn't artifically clampMichael Lyle2017-10-163-6/+7
* bcache: smooth writeback rate controlMichael Lyle2017-10-162-3/+9
* bcache: implement PI controller for writeback rateMichael Lyle2017-10-163-52/+66
* bcache: don't write back data if reading it failedMichael Lyle2017-10-161-6/+14
* bcache: remove unused parameterYijing Wang2017-10-161-6/+6
* bcache: update bio->bi_opf bypass/writeback REQ_ flag hintsEric Wheeler2017-10-162-1/+11
* bcache: Remove redundant set_capacityYijing Wang2017-10-161-3/+0
* bcache: rewrite multiple partitions supportColy Li2017-10-161-12/+25
* bcache: fix a comments typo in bch_alloc_sectors()Coly Li2017-10-161-1/+1
* bcache: check ca->alloc_thread initialized before wake up itColy Li2017-10-161-1/+2
* bcache: Avoid nested function definitionPeter Foley2017-10-161-4/+6
* block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig2017-10-053-26/+2
* buffer: have alloc_page_buffers() use __GFP_NOFAILJens Axboe2017-10-031-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-09-191-3/+10
|\
| * md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_listDennis Yang2017-09-051-1/+2
| * md/raid5: fix a race condition in stripe batchShaohua Li2017-09-051-2/+8
* | Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-1418-142/+170
|\ \
| * | dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka2017-09-113-54/+0
| * | dm integrity: use init_completion instead of COMPLETION_INITIALIZER_ONSTACKArnd Bergmann2017-09-111-10/+10
| * | dm integrity: make blk_integrity_profile structure constBhumika Goyal2017-09-111-1/+1
| * | dm integrity: do not check integrity for failed read operationsHyunchul Lee2017-09-111-1/+5
| * | dm log writes: fix >512b sectorsize supportJosef Bacik2017-09-111-11/+31
| * | dm log writes: don't use all the cpu while waiting to log blocksJosef Bacik2017-09-111-1/+1
| * | dm ioctl: constify ioctl lookup tableEric Biggers2017-08-281-1/+1
| * | dm: constify argument arraysEric Biggers2017-08-289-17/+18
| * | dm integrity: count and display checksum failuresMikulas Patocka2017-08-281-2/+8
| * | dm integrity: optimize writing dm-bufio buffers that are partially changedMikulas Patocka2017-08-283-29/+77
| * | dm rq: do not update rq partially in each ending bioMing Lei2017-08-282-11/+8
| * | dm rq: make dm-sq requeuing behavior consistent with dm-mq behaviorBart Van Assche2017-08-281-4/+5
| * | dm mpath: complain about unsupported __multipath_map_bio() return valuesBart Van Assche2017-08-281-0/+4
| * | dm mpath: avoid that building with W=1 causes gcc 7 to complain about fall-th...Bart Van Assche2017-08-281-0/+1
* | | Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-0910-57/+99
|\ \ \
| * | | bcache: initialize dirty stripes in flash_dev_run()Tang Junhui2017-09-073-6/+7
| * | | bcache: fix bch_hprint crash and improve outputMichael Lyle2017-09-061-15/+35
| * | | bcache: Update continue_at() documentationDan Carpenter2017-09-061-4/+0
| * | | bcache: silence static checker warningDan Carpenter2017-09-061-3/+0
| * | | bcache: fix for gc and write-back raceTang Junhui2017-09-063-2/+10
| * | | bcache: increase the number of open bucketsTang Junhui2017-09-061-1/+3
| * | | bcache: Correct return value for sysfs attach errorsTony Asleson2017-09-061-2/+2
| * | | bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui2017-09-062-1/+21
| * | | bcache: gc does not work when triggering by manual commandTang Junhui2017-09-061-1/+14
| * | | bcache: Don't reinvent the wheel but use existing llist APIByungchul Park2017-09-061-13/+2