summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
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-08-28dm ioctl: constify ioctl lookup tableEric Biggers
2017-08-28dm: constify argument arraysEric Biggers
2017-08-28dm integrity: count and display checksum failuresMikulas Patocka
2017-08-28dm integrity: optimize writing dm-bufio buffers that are partially changedMikulas Patocka
2017-08-28dm rq: do not update rq partially in each ending bioMing Lei
2017-08-28dm rq: make dm-sq requeuing behavior consistent with dm-mq behaviorBart Van Assche
2017-08-28dm mpath: complain about unsupported __multipath_map_bio() return valuesBart Van Assche
2017-08-28dm mpath: avoid that building with W=1 causes gcc 7 to complain about fall-th...Bart Van Assche
2017-08-28dm mpath: do not lock up a CPU with requeuing activityBart Van Assche
2017-08-28dm: fix printk() rate limiting codeBart Van Assche
2017-08-28dm mpath: retry BLK_STS_RESOURCE errorsBart Van Assche
2017-08-28dm: fix the second dec_pending() argument in __split_and_process_bio()Bart Van Assche
2017-08-11MD: not clear ->safemode for external metadata arrayShaohua Li
2017-08-08md/r5cache: fix io_unit handling in r5l_log_endio()Song Liu
2017-08-08md/r5cache: call mddev_lock/unlock() in r5c_journal_mode_setSong Liu
2017-08-08md: fix test in md_write_start()NeilBrown
2017-08-08md: always clear ->safemode when md_check_recovery gets the mddev lock.NeilBrown
2017-07-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-07-28Merge tag 'for-4.13/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-26dm, dax: Make sure dm_dax_flush() is called if device supports itVivek Goyal
2017-07-26dm verity fec: fix GFP flags used with mempool_alloc()NeilBrown
2017-07-26dm zoned: use GFP_NOIO in I/O pathDamien Le Moal
2017-07-25MD: fix warnning for UP caseShaohua Li
2017-07-25dm zoned: remove test for impossible REQ_OP_FLUSH conditionsMikulas Patocka
2017-07-25dm raid: bump target versionHeinz Mauelshagen
2017-07-25dm raid: avoid mddev->suspended accessHeinz Mauelshagen
2017-07-25dm raid: fix activation check in validate_raid_redundancy()Heinz Mauelshagen
2017-07-25dm raid: remove WARN_ON() in raid10_md_layout_to_format()Heinz Mauelshagen
2017-07-25dm bufio: fix error code in dm_bufio_write_dirty_buffers()Dan Carpenter
2017-07-25dm integrity: test for corrupted disk format during table loadMikulas Patocka
2017-07-25dm integrity: WARN_ON if variables representing journal usage get out of syncMikulas Patocka
2017-07-24md/raid5: add thread_group worker async_tx_issue_pending_allOfer Heifetz
2017-07-21md: simplify code with bio_io_errorGuoqing Jiang
2017-07-21md/raid1: fix writebehind bio cloneShaohua Li
2017-07-21md: raid1-10: move raid1/raid10 common code into raid1-10.cMing Lei
2017-07-21md: raid1/raid10: initialize bvec table via bio_add_page()Ming Lei
2017-07-21md: remove 'idx' from 'struct resync_pages'Ming Lei
2017-07-19dm integrity: use plugging when writing the journalMikulas Patocka
2017-07-19dm integrity: fix inefficient allocation of journal spaceMikulas Patocka
2017-07-18Merge tag 'md/4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-07-12raid5-ppl: use BIOSET_NEED_BVECS when creating biosetArtur Paszkiewicz
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-07-10Raid5 should update rdev->sectors after reshapeXiao Ni
2017-07-10md/bitmap: don't read page from device with Bitmap_syncGuoqing Jiang
2017-07-08Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds