aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/contrib/opensolaris/uts/common
Commit message (Expand)AuthorAgeFilesLines
...
* Performance optimization of AVL tree comparator functionsMatt Macy2018-08-1018-197/+102
* Reduce taskq and context-switch cost of zio pipeAlexander Motin2018-08-032-119/+139
* MFV r337223:Alexander Motin2018-08-032-7/+25
* MFV 337214:Alexander Motin2018-08-031-1/+1
* MFV r337212:Alexander Motin2018-08-036-17/+46
* MFV r337210: 9577 remove zfs_dbuf_evict_key tsdAlexander Motin2018-08-035-55/+46
* MFV r337208: 9591 ms_shift can be incorrectly changed in MOS config forAlexander Motin2018-08-022-3/+15
* MFV r337206: 9338 moved dnode has incorrect dn_next_typeAlexander Motin2018-08-021-0/+2
* MFV r337204: 9439 ZFS double-free due to failure to dirty indirect blockAlexander Motin2018-08-022-4/+20
* MFV r337200:Alexander Motin2018-08-024-25/+104
* Fix build after r337196 mismerge.Alexander Motin2018-08-021-1/+1
* MFV r337197: 9456 ztest failure in zil_commit_waiter_timeoutAlexander Motin2018-08-021-1/+1
* MFV r337195: 9454 ::zfs_blkstats should count embedded blocksAlexander Motin2018-08-021-4/+4
* MFV r337193:Alexander Motin2018-08-021-3/+6
* MFV r337190: 9486 reduce memory used by device removal on fragmented poolsAlexander Motin2018-08-025-46/+244
* MFV r337182: 9330 stack overflow when creating a deeply nested datasetAlexander Motin2018-08-022-5/+30
* 9539 Make zvol operations use _by_dnode routinesAlexander Motin2018-08-023-27/+36
* MFV r337175: 9487 Free objects when receiving full stream as cloneAlexander Motin2018-08-022-1/+61
* MFV r337171:Alexander Motin2018-08-023-6/+41
* MFV r337167: 9442 decrease indirect block size of spacemapsAlexander Motin2018-08-023-7/+32
* MFV r337029:Alexander Motin2018-08-011-25/+50
* MFV r337027:Alexander Motin2018-08-014-348/+257
* MFV r337022:Alexander Motin2018-08-013-29/+85
* MFV r337020:9443 panic when scrub a v10 poolAlexander Motin2018-07-311-2/+3
* MFV r337014:Alexander Motin2018-07-311-0/+11
* MFV r336991, r337001:Alexander Motin2018-07-3123-27/+1328
* MFV r336960: 9256 zfs send space estimation off by > 10% on some datasetsAlexander Motin2018-07-311-2/+9
* MFV r336958: 9337 zfs get all is slow due to uncached metadataAlexander Motin2018-07-317-100/+283
* MFV r336955: 9236 nuke spa_dbgmsgAlexander Motin2018-07-316-21/+5
* MFV r336952: 9192 explicitly pass good_writes to vdev_uberblock/label_syncAlexander Motin2018-07-311-11/+17
* MFV r336950: 9290 device removal reduces redundancy of mirrorsAlexander Motin2018-07-3111-219/+831
* MFV r336948: 9112 Improve allocation performance on high-end systemsAlexander Motin2018-07-3113-211/+602
* MFV r336946: 9238 ZFS Spacemap Encoding V2Alexander Motin2018-07-308-309/+734
* MFV r336942: 9189 Add debug to vdev_label_read_config when txg check failsAlexander Motin2018-07-302-3/+12
* ZFS: Reserve DMU_BACKUP_FEATURE flags for Native Encryption and ZSTDAllan Jude2018-07-241-0/+2
* Fix a couple of typos in r334844 noticed by Richard Kojedzinszky.Sean Eric Fagan2018-07-181-2/+2
* Fix up some missed and mis-merges from the sequential scan codeSean Eric Fagan2018-07-101-65/+68
* This exposes ZFS user and group quotas via the normalSean Eric Fagan2018-07-051-0/+157
* This originated from ZFS On Linux, asSean Eric Fagan2018-06-0832-700/+3004
* Break recursion involving getnewvnode and zfs_rmnode.Benno Rice2018-06-073-13/+66
* fix zfs_getpages crash when called from sendfile, followup to r329363Andriy Gapon2018-05-251-10/+18
* Fix 'zpool create -t <tempname>'Andriy Gapon2018-05-151-2/+8
* Eliminate the overhead of gratuitous repeated reinitialization of cap_rightsMatt Macy2018-05-092-11/+5
* Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton2018-05-041-3/+0
* zfs_ioctl: avoid out-of-bound readEd Maste2018-05-041-0/+4
* 9433 Fix ARC hit rateAlexander Motin2018-04-163-2/+56
* allow ZFS pool to have temporary name for duration of current importAndriy Gapon2018-04-123-5/+48
* Correct a comment.Mark Johnston2018-04-101-1/+1
* Set zfs_arc_free_target to v_free_target.Mark Johnston2018-04-101-1/+1
* Assert that dtrace_probe() doesn't re-enter itself.Mark Johnston2018-04-101-4/+42