summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | dm integrity: use plugging when writing the journalMikulas Patocka2017-07-191-0/+5
| * | dm integrity: fix inefficient allocation of journal spaceMikulas Patocka2017-07-191-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/+1
| * 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-111-1/+1
|\ \ | |/ |/|
| * bio-integrity: fix interface for bio_integrity_trimDmitry Monakhov2017-07-031-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-07-089-47/+92
|\ \
| * | MD: fix sleep in atomicShaohua Li2017-07-031-4/+8
| * | MD: fix a null dereferenceShaohua Li2017-06-231-1/+1
| * | md: use a separate bio_set for synchronous IO.NeilBrown2017-06-212-7/+23
| * | md: change the initialization value for a spare device spot to MD_DISK_ROLE_S...Lidong Zhong2017-06-161-1/+1
| * | md/raid1: remove unused bio in sync_request_writeGuoqing Jiang2017-06-161-3/+1
| * | md/raid10: fix FailFast test for wrong deviceGuoqing Jiang2017-06-161-3/+3
| * | md: don't use flush_signals in userspace processesMikulas Patocka2017-06-132-2/+8
| * | md: fix deadlock between mddev_suspend() and md_write_start()NeilBrown2017-06-139-35/+56
* | | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-073-0/+115
|\ \ \
| * \ \ Merge branch 'for-4.13/dax' into libnvdimm-for-nextDan Williams2017-07-033-0/+115
| |\ \ \
| | * | | dm: add ->flush() dax operation supportDan Williams2017-06-153-0/+54
| | * | | dm: add ->copy_from_iter() dax operation supportDan Williams2017-06-093-0/+61
* | | | | Merge tag 'for-4.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-0617-38/+4770
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | dm zoned: fix overflow when converting zone ID to sectorsDamien Le Moal2017-07-051-2/+2
| * | | | dm raid: stop using BUG() in __rdev_sectors()Heinz Mauelshagen2017-06-301-3/+10
| * | | | dm zoned: drive-managed zoned block device targetDamien Le Moal2017-06-196-0/+4293
| * | | | dm kcopyd: add sequential write featureDamien Le Moal2017-06-191-2/+63
| * | | | dm linear: add support for zoned block devicesDamien Le Moal2017-06-191-3/+15
| * | | | dm flakey: add support for zoned block devicesDamien Le Moal2017-06-191-3/+20
| * | | | dm: introduce dm_remap_zone_report()Damien Le Moal2017-06-191-0/+79
| * | | | dm: fix REQ_OP_ZONE_REPORT bio handlingDamien Le Moal2017-06-191-2/+7
| * | | | dm: fix REQ_OP_ZONE_RESET bio handlingDamien Le Moal2017-06-191-0/+4
| * | | | dm table: add zoned block devices validationDamien Le Moal2017-06-191-0/+162
| * | | | dm crypt: add big-endian variant of plain64 IVMilan Broz2017-06-191-1/+20
| * | | | dm bio prison: use rb_entry() rather than container_of()Geliang Tang2017-06-192-2/+2
| * | | | dm ioctl: report event number in DM_LIST_DEVICESMikulas Patocka2017-06-191-1/+5
| * | | | dm ioctl: add a new DM_DEV_ARM_POLL ioctlMikulas Patocka2017-06-191-21/+35
| * | | | dm: add basic support for using the select or poll functionMikulas Patocka2017-06-193-1/+56
OpenPOWER on IntegriCloud