aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-11MD: not clear ->safemode for external metadata arrayShaohua Li1-1/+1
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-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
2017-07-25dm raid: bump target versionHeinz Mauelshagen1-1/+1
2017-07-25dm raid: avoid mddev->suspended accessHeinz Mauelshagen1-5/+7
2017-07-25dm raid: fix activation check in validate_raid_redundancy()Heinz Mauelshagen1-5/+5
2017-07-25dm raid: remove WARN_ON() in raid10_md_layout_to_format()Heinz Mauelshagen1-2/+3
2017-07-25dm bufio: fix error code in dm_bufio_write_dirty_buffers()Dan Carpenter1-2/+1
2017-07-25dm integrity: test for corrupted disk format during table loadMikulas Patocka1-0/+5
2017-07-25dm integrity: WARN_ON if variables representing journal usage get out of syncMikulas Patocka1-0/+2
2017-07-24md/raid5: add thread_group worker async_tx_issue_pending_allOfer Heifetz1-0/+2
2017-07-21md: simplify code with bio_io_errorGuoqing Jiang3-12/+6
2017-07-21md/raid1: fix writebehind bio cloneShaohua Li1-21/+13
2017-07-21md: raid1-10: move raid1/raid10 common code into raid1-10.cMing Lei4-71/+62
2017-07-21md: raid1/raid10: initialize bvec table via bio_add_page()Ming Lei3-16/+27
2017-07-21md: remove 'idx' from 'struct resync_pages'Ming Lei3-7/+6
2017-07-19dm integrity: use plugging when writing the journalMikulas Patocka1-0/+5
2017-07-19dm integrity: fix inefficient allocation of journal spaceMikulas Patocka1-4/+6
2017-07-18Merge tag 'md/4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds4-6/+7
2017-07-12raid5-ppl: use BIOSET_NEED_BVECS when creating biosetArtur Paszkiewicz1-1/+1
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-07-10Raid5 should update rdev->sectors after reshapeXiao Ni1-3/+1
2017-07-10md/bitmap: don't read page from device with Bitmap_syncGuoqing Jiang2-2/+5
2017-07-08Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds9-47/+92
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds3-0/+115
2017-07-06Merge tag 'for-4.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds17-38/+4770
2017-07-05dm zoned: fix overflow when converting zone ID to sectorsDamien Le Moal1-2/+2
2017-07-03Merge branch 'for-4.13/dax' into libnvdimm-for-nextDan Williams3-0/+115
2017-07-03bio-integrity: fix interface for bio_integrity_trimDmitry Monakhov1-1/+1
2017-07-03MD: fix sleep in atomicShaohua Li1-4/+8
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds37-369/+381
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds1-4/+4
2017-06-30dm raid: stop using BUG() in __rdev_sectors()Heinz Mauelshagen1-3/+10
2017-06-27dm thin: do not queue freed thin mapping for next stage processingVallish Vaidyeshwara1-13/+13
2017-06-27dm: don't set bounce limitChristoph Hellwig1-1/+0
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar3-6/+31
2017-06-23MD: fix a null dereferenceShaohua Li1-1/+1
2017-06-23dm raid: fix oops on upgrading to extended superblock formatHeinz Mauelshagen1-3/+14
2017-06-21md: use a separate bio_set for synchronous IO.NeilBrown2-7/+23
2017-06-21dm io: fix duplicate bio completion due to missing ref countMike Snitzer1-2/+2