summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* dm crypt: fix memory leak in crypt_ctr_cipher_old()Jeffy Chen2017-10-121-0/+1
* dm ioctl: fix alignment of event number in the device listMikulas Patocka2017-10-123-15/+33
* dm crypt: reject sector_size feature if device length is not aligned to itMilan Broz2017-10-121-0/+4
* md: separate request handlingShaohua Li2017-10-052-25/+34
* md: fix a race condition for flush request handlingShaohua Li2017-10-051-4/+10
* md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_listDennis Yang2017-10-051-1/+2
* md/raid5: fix a race condition in stripe batchShaohua Li2017-10-051-2/+8
* dm integrity: do not check integrity for failed read operationsHyunchul Lee2017-10-051-1/+5
* dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka2017-10-053-54/+0
* bcache: fix bch_hprint crash and improve outputMichael Lyle2017-09-271-15/+35
* bcache: fix for gc and write-back raceTang Junhui2017-09-273-2/+10
* bcache: fix sequential large write IO bypassTang Junhui2017-09-271-6/+0
* bcache: Correct return value for sysfs attach errorsTony Asleson2017-09-271-2/+2
* bcache: correct cache_dirty_target in __update_writeback_rate()Tang Junhui2017-09-272-1/+21
* bcache: do not subtract sectors_to_gc for bypassed IOTang Junhui2017-09-271-3/+3
* bcache: Fix leak of bdev referenceJan Kara2017-09-271-0/+2
* bcache: initialize dirty stripes in flash_dev_run()Tang Junhui2017-09-273-6/+7
* md/bitmap: disable bitmap_resize for file-backed bitmaps.NeilBrown2017-09-271-0/+5
* md/bitmap: copy correct data for bitmap superShaohua Li2017-09-271-2/+2
* md/raid5: release/flush io in raid5_do_work()Song Liu2017-09-201-0/+4
* md/raid1/10: reset bio allocated from mempoolShaohua Li2017-09-202-4/+50
* dm mpath: do not lock up a CPU with requeuing activityBart Van Assche2017-08-281-1/+0
* dm: fix printk() rate limiting codeBart Van Assche2017-08-281-10/+0
* dm mpath: retry BLK_STS_RESOURCE errorsBart Van Assche2017-08-281-1/+0
* dm: fix the second dec_pending() argument in __split_and_process_bio()Bart Van Assche2017-08-281-1/+1
* MD: not clear ->safemode for external metadata arrayShaohua Li2017-08-111-1/+1
* md/r5cache: fix io_unit handling in r5l_log_endio()Song Liu2017-08-081-9/+31
* md/r5cache: call mddev_lock/unlock() in r5c_journal_mode_setSong Liu2017-08-081-6/+15
* md: fix test in md_write_start()NeilBrown2017-08-081-1/+1
* md: always clear ->safemode when md_check_recovery gets the mddev lock.NeilBrown2017-08-081-0/+3
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-07-286-126/+115
|\
| * MD: fix warnning for UP caseShaohua Li2017-07-251-1/+1
| * md/raid5: add thread_group worker async_tx_issue_pending_allOfer Heifetz2017-07-241-0/+2
| * md: simplify code with bio_io_errorGuoqing Jiang2017-07-213-12/+6
| * md/raid1: fix writebehind bio cloneShaohua Li2017-07-211-21/+13
| * md: raid1-10: move raid1/raid10 common code into raid1-10.cMing Lei2017-07-214-71/+62
| * md: raid1/raid10: initialize bvec table via bio_add_page()Ming Lei2017-07-213-16/+27
| * md: remove 'idx' from 'struct resync_pages'Ming Lei2017-07-213-7/+6
* | Merge tag 'for-4.13/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-288-46/+86
|\ \ | |/ |/|
| * dm, dax: Make sure dm_dax_flush() is called if device supports itVivek Goyal2017-07-261-0/+35
| * dm verity fec: fix GFP flags used with mempool_alloc()NeilBrown2017-07-261-16/+5
| * dm zoned: use GFP_NOIO in I/O pathDamien Le Moal2017-07-263-9/+9
| * dm zoned: remove test for impossible REQ_OP_FLUSH conditionsMikulas Patocka2017-07-251-2/+2
| * dm raid: bump target versionHeinz Mauelshagen2017-07-251-1/+1
| * dm raid: avoid mddev->suspended accessHeinz Mauelshagen2017-07-251-5/+7
| * dm raid: fix activation check in validate_raid_redundancy()Heinz Mauelshagen2017-07-251-5/+5
| * dm raid: remove WARN_ON() in raid10_md_layout_to_format()Heinz Mauelshagen2017-07-251-2/+3
| * dm bufio: fix error code in dm_bufio_write_dirty_buffers()Dan Carpenter2017-07-251-2/+1
| * dm integrity: test for corrupted disk format during table loadMikulas Patocka2017-07-251-0/+5
| * dm integrity: WARN_ON if variables representing journal usage get out of syncMikulas Patocka2017-07-251-0/+2
OpenPOWER on IntegriCloud