aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds38-162/+165
2017-09-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-6/+5
2017-09-06bcache: fix bch_hprint crash and improve outputMichael Lyle1-15/+35
2017-09-06bcache: Update continue_at() documentationDan Carpenter1-4/+0
2017-09-06bcache: silence static checker warningDan Carpenter1-3/+0
2017-09-06bcache: fix for gc and write-back raceTang Junhui3-2/+10
2017-09-06bcache: increase the number of open bucketsTang Junhui1-1/+3
2017-09-06bcache: Correct return value for sysfs attach errorsTony Asleson1-2/+2
2017-09-06bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui2-1/+21
2017-09-06bcache: gc does not work when triggering by manual commandTang Junhui1-1/+14
2017-09-06bcache: Don't reinvent the wheel but use existing llist APIByungchul Park1-13/+2
2017-09-06bcache: do not subtract sectors_to_gc for bypassed IOTang Junhui1-3/+3
2017-09-06bcache: fix sequential large write IO bypassTang Junhui1-6/+0
2017-09-06bcache: Fix leak of bdev referenceJan Kara1-0/+2
2017-08-31md/bitmap: disable bitmap_resize for file-backed bitmaps.NeilBrown1-0/+5
2017-08-28Merge tag 'v4.13-rc7' into for-4.14/block-postmergeJens Axboe2-16/+50
2017-08-28raid5-ppl: Recovery support for multiple partial parity logsPawel Baldysiak1-38/+90
2017-08-28md: Runtime support for multiple pplsPawel Baldysiak6-8/+59
2017-08-28dm mpath: do not lock up a CPU with requeuing activityBart Van Assche1-1/+0
2017-08-28dm: fix printk() rate limiting codeBart Van Assche1-10/+0
2017-08-28dm mpath: retry BLK_STS_RESOURCE errorsBart Van Assche1-1/+0
2017-08-28dm: fix the second dec_pending() argument in __split_and_process_bio()Bart Van Assche1-1/+1
2017-08-25md/raid0: attach correct cgroup info in bioShaohua Li1-0/+1
2017-08-25raid5: remove raid5_build_blockGuoqing Jiang1-10/+1
2017-08-25md/r5cache: call mddev_lock/unlock() in r5c_journal_mode_showSong Liu1-2/+10
2017-08-25md: replace seq_release_private with seq_releaseCihangir Akturk1-1/+1
2017-08-25md: notify about new spare disk in the containerAlexey Obitotskiy1-0/+2
2017-08-25md/raid1/10: reset bio allocated from mempoolShaohua Li2-4/+50
2017-08-24md/raid5: release/flush io in raid5_do_work()Song Liu1-0/+4
2017-08-24md/bitmap: copy correct data for bitmap superShaohua Li1-2/+2
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig38-153/+156
2017-08-23raid5: remove a call to get_start_sectChristoph Hellwig1-1/+3
2017-08-11MD: not clear ->safemode for external metadata arrayShaohua Li1-1/+1
2017-08-09block: pass in queue to inflight accountingJens Axboe2-6/+7
2017-08-09dm-crypt: don't mess with BIP_BLOCK_INTEGRITYChristoph Hellwig1-3/+0
2017-08-08md/r5cache: fix io_unit handling in r5l_log_endio()Song Liu1-9/+31
2017-08-08md/r5cache: call mddev_lock/unlock() in r5c_journal_mode_setSong Liu1-6/+15
2017-08-08md: fix test in md_write_start()NeilBrown1-1/+1
2017-08-08md: always clear ->safemode when md_check_recovery gets the mddev lock.NeilBrown1-0/+3
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel1-6/+5
2017-07-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds6-126/+115
2017-07-28Merge tag 'for-4.13/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds8-46/+86
2017-07-26dm, dax: Make sure dm_dax_flush() is called if device supports itVivek Goyal1-0/+35
2017-07-26dm verity fec: fix GFP flags used with mempool_alloc()NeilBrown1-16/+5
2017-07-26dm zoned: use GFP_NOIO in I/O pathDamien Le Moal3-9/+9
2017-07-25MD: fix warnning for UP caseShaohua Li1-1/+1
2017-07-25dm zoned: remove test for impossible REQ_OP_FLUSH conditionsMikulas Patocka1-2/+2