summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/zfs/zvol.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-236250 zvol_dump_init() can hold txg openGeorge Wilson1-44/+63
2015-07-195960 zfs recv should prefetch indirect blocksPaul Dagnelie1-1/+1
2014-11-075027 zfs large block supportMatthew Ahrens1-5/+6
2014-09-175149 zvols need a way to ignore DKIOCFREEGeorge Wilson1-0/+8
2014-09-165148 zvol's DKIOCFREE holds zfsdev_state_lock too longGeorge Wilson1-3/+3
2014-07-084951 ZFS administrative commands should use reserved space, not fail with ENOSPCMatthew Ahrens1-1/+2
2014-07-074950 files sometimes can't be removed from a full filesystemMatthew Ahrens1-0/+2
2014-06-254914 zfs on-disk bookmark structure should be named *_phys_tMatthew Ahrens1-2/+2
2014-06-054757 ZFS embedded-data block pointers ("zero block compression")Matthew Ahrens1-0/+2
2013-12-094370 avoid transmitting holes during zfs sendMax Grossman1-1/+2
2013-11-283580 Want zvols to return volblocksize when queried for physical block sizeGeorge Wilson1-31/+52
2013-10-084171 clean up spa_feature_*() interfacesMatthew Ahrens1-7/+5
2013-08-232932 support crash dumps to raidz, etc. poolsBill Pijewski1-25/+94
2013-03-083598 want to dtrace when errors are generated in zfsMatthew Ahrens1-52/+52
2013-02-283464 zfs synctask code needs restructuringMatthew Ahrens1-33/+52
2013-02-203557 dumpvp_size is not updated correctly when a dump zvol's size is changedGeorge Wilson1-43/+54
2013-02-013498 panic in arc_read(): !refcount_is_zero(&pbuf->b_hdr->b_refcnt)George Wilson1-1/+1
2012-11-133236 zio nop-writeGeorge Wilson1-0/+7
2012-08-243100 zvol rename fails with EBUSY when dirtyMatthew Ahrens1-0/+10
2012-06-302882 implement libzfs_coreMatthew Ahrens1-2/+3
2012-02-182130 zvol DKIOCFREE uses nested DMU transactionsJosef 'Jeff' Sipek1-1/+1
2011-03-04701 UNMAP support for COMSTARDan McDonald1-4/+108
2010-08-09PSARC 2010/306 Read-only ZFS poolsGeorge Wilson1-6/+9
2010-07-146844896 recursive snapshots take a long timeMatthew Ahrens1-6/+6
2010-06-256913010 assertion failed: error||lr->lr_length <= zp->z_blksz, file: ../../co...Neil Perrin1-5/+5
2010-06-016884007 zfs_send() can leave temporary holds aroundChris Kirby1-108/+87
2010-05-056909809 COMSTAR should avoid extra data copy to zvol-based backing storeJames Moore1-0/+73
2010-05-036675946 'zpool status' should show the progress of resilvering for individual...Lin Ling1-1/+1
2010-05-03PSARC/2010/108 zil synchronicityMark J Musante1-7/+12
2010-04-296944833 Avoid prefetching dbufs in dmu_sync() pathJeff Bonwick1-1/+2
2010-04-096572591 meta dnode lookup causes bucket lock contention in dbuf hashTim Haley1-1/+9
2010-04-086891449 zvol_strategy() check for zv == NULL too lateChris Kirby1-5/+5
2010-02-226923572 cannot dump to zvol when spa_config_lock is held as writerGeorge Wilson1-2/+8
2010-02-186917482 zvol_dumpify() needs to ensure no writes are in flight before doing t...Eric Taylor1-1/+5
2010-02-156926242 disabling dedup on zvols needs to check pool versionGeorge Wilson1-12/+23
2010-02-026909744 dedup should be set to off when a ZVOL is dumpifiedGeorge Wilson1-2/+14
2010-01-04PSARC/2009/511 zpool splitMark J Musante1-2/+2
2009-11-09PSARC 2009/510 ZFS received propertiesTom Erickson1-3/+6
2009-11-01PSARC 2009/571 ZFS Deduplication PropertiesJeff Bonwick1-67/+58
2009-10-156880764 fsync on zfs is broken if writes are greater than 32kb on a hard cras...Neil Perrin1-1/+21
2009-09-306871683 ztest should exercise deferred destroyChris Kirby1-1/+1
2009-09-216438937 if 'zfs destroy' fails, it can leave a zvol device link missingEric Taylor1-246/+195
2009-08-14PSARC 2009/423 ZFS logbias propertyNeil Perrin1-2/+7
2009-08-126860996 %temporary clones are not automatically destroyed on errorMatthew Ahrens1-21/+18
2009-08-066861581 ZFS frees in synching context during rollbackMatthew Ahrens1-12/+4
2009-06-08PSARC 2008/353 zpool autoexpand propertyGeorge Wilson1-0/+21
2009-06-046747441 GRUB/vdev_get_bootpath, spa_get_rootconf, zpool_get_physpath should t...Lin Ling1-1/+3
2009-04-296801810 Commit of aligned streaming rewrites to ZIL device causes unwanted di...Neil Perrin1-3/+5
2009-04-206773224 zvol_log_write() is inefficientNeil Perrin1-16/+61
2009-04-076794730 need zvol support for DKIOCSETWCE and friendsEric Taylor1-4/+35