summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | md/r5cache: call mddev_lock/unlock() in r5c_journal_mode_showSong Liu2017-08-251-2/+10
| * | | | md: replace seq_release_private with seq_releaseCihangir Akturk2017-08-251-1/+1
| * | | | md: notify about new spare disk in the containerAlexey Obitotskiy2017-08-251-0/+2
| * | | | md/raid1/10: reset bio allocated from mempoolShaohua Li2017-08-252-4/+50
| * | | | md/raid5: release/flush io in raid5_do_work()Song Liu2017-08-241-0/+4
| * | | | md/bitmap: copy correct data for bitmap superShaohua Li2017-08-241-2/+2
| | |/ / | |/| |
* | | | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-0738-162/+165
|\ \ \ \ | | |/ / | |/| |
| * | | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-2338-153/+156
| * | | raid5: remove a call to get_start_sectChristoph Hellwig2017-08-231-1/+3
| * | | block: pass in queue to inflight accountingJens Axboe2017-08-092-6/+7
| * | | dm-crypt: don't mess with BIP_BLOCK_INTEGRITYChristoph Hellwig2017-08-091-3/+0Star
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-09-071-6/+5Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel2017-08-041-6/+5Star
* | | | dm mpath: do not lock up a CPU with requeuing activityBart Van Assche2017-08-281-1/+0Star
* | | | dm: fix printk() rate limiting codeBart Van Assche2017-08-281-10/+0Star
* | | | dm mpath: retry BLK_STS_RESOURCE errorsBart Van Assche2017-08-281-1/+0Star
* | | | 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-121-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/+115Star
|\ \
| * | MD: fix warnning for UP caseShaohua Li2017-07-261-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/+6Star
| * | md/raid1: fix writebehind bio cloneShaohua Li2017-07-211-21/+13Star
| * | md: raid1-10: move raid1/raid10 common code into raid1-10.cMing Lei2017-07-214-71/+62Star
| * | 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/+6Star
* | | 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/+5Star
| * | 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/+1Star
| * | 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
| * | dm integrity: use plugging when writing the journalMikulas Patocka2017-07-201-0/+5
| * | dm integrity: fix inefficient allocation of journal spaceMikulas Patocka2017-07-201-4/+6
| |/
* | Merge tag 'md/4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-07-184-6/+7
|\ \ | |/ |/|
| * raid5-ppl: use BIOSET_NEED_BVECS when creating biosetArtur Paszkiewicz2017-07-121-1/+1
| * Raid5 should update rdev->sectors after reshapeXiao Ni2017-07-101-3/+1Star
| * md/bitmap: don't read page from device with Bitmap_syncGuoqing Jiang2017-07-102-2/+5
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-121-1/+1
|\ \ | |/ |/|
| * bio-integrity: fix interface for bio_integrity_trimDmitry Monakhov2017-07-041-1/+1