summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* MFV r260834:delphij2014-01-181-9/+8
* traverse_visitbp: visit DMU_GROUPUSED_OBJECT before DMU_USERUSED_OBJECTavg2014-01-171-6/+6
* fix a build problem with INVARIANTS enabled introduced in r260704avg2014-01-161-1/+1
* fix a bug in ZFS mirror code for handling multiple DVAaavg2014-01-161-3/+6
* Revert r260705: wrong patch committed by accidentavg2014-01-161-4/+0
* zfs_deleteextattr: name buffer from namei is needed by zfs_renameavg2014-01-161-1/+3
* fix a bug in ZFS mirror code for handling multiple DVAaavg2014-01-161-0/+4
* zfs: getnewvnode_reserve must be called outside of a zfs transactionavg2014-01-163-2/+30
* In atomic_or_8_nv() load 1 and not 8 bytes from the addressmarcel2014-01-061-1/+1
* Fix build after r260234 by converting ddi_get_lbolt64() from inline intomav2014-01-051-14/+3
* In dmu_zfetch_stream_reclaim() replace division with multiplication andmav2014-01-031-1/+3
* Remove extra conversion to nanoseconds from ddi_get_lbolt64().mav2014-01-031-1/+2
* MFV r260155:delphij2014-01-025-9/+26
* MFV r260154 + 260182:delphij2014-01-0221-121/+908
* Fix build on platforms where atomic_swap_64 is not available.delphij2014-01-021-0/+4
* MFV r260153:delphij2014-01-011-1/+1
* MFV r259170:delphij2014-01-0131-349/+561
* MFV r258385:delphij2013-12-312-18/+230
* MFV r242733:delphij2013-12-312-12/+17
* Allocate the probe ID unrhdr before the DTrace kld_* event handlers aremarkj2013-12-311-2/+2
* Revert r260091. The vmem calls seem to be slower than the *_unr() calls thatmarkj2013-12-314-26/+22
* Now that vmem(9) is available, use vmem arenas to allocate probe andmarkj2013-12-304-22/+26
* MFV r258374:delphij2013-12-2423-252/+305
* MFV r258373:delphij2013-12-242-10/+0
* Fix a brain-o. I had misread the limit as a size, but it's a pointer.jhibbits2013-12-211-1/+1
* Fix a couple bugs in FBT PowerPC. Clamp the size to a 'instruction size' notjhibbits2013-12-201-2/+2
* MFV r258923: 4188 assertion failed in dmu_tx_hold_free(): dn_datablkshift != 0pjd2013-12-181-1/+8
* The fasttrap fork handler is responsible for removing tracepoints in themarkj2013-12-181-8/+23
* sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.casomers2013-12-121-9/+1
* Correct the check for errors from proc_rwmem().markj2013-12-112-2/+2
* Don't even try to read vdev labels from devices smaller then SPA_MINDEVSIZEmav2013-12-101-2/+8
* Expose spa_asize_inflation.delphij2013-12-061-0/+3
* zfs: add zfs_freebsd_putpagesavg2013-11-293-23/+170
* zfs: add dmu_write_pages variant for freebsdavg2013-11-292-0/+66
* zfs: make zfs_map_page / zfs_unmap_page publicavg2013-11-292-16/+15
* drop ZUT_OBJ, zfs unit testing driver never materialzied in freebsdavg2013-11-291-3/+0
* zfs mappedread_sf: assert that a page is never partially validavg2013-11-291-1/+3
* MFV r258665: 4347 ZPL can use dmu_tx_assign(TXG_WAIT)avg2013-11-283-51/+20
* MFV r258371,r258372: 4101 metaslab_debug should allow for fine-grained controlavg2013-11-2820-1349/+2314
* opensolaris compat: add taskq_wait emulationavg2013-11-281-0/+6
* fix a serious bug in r258632: offset parameter must be set in zioavg2013-11-281-1/+1
* fix debug.zfs_flags sysctl description in r258638avg2013-11-261-1/+1
* expose zfs_flags as debug.zfs_flags r/w tunable and sysctlavg2013-11-261-0/+4
* MFV r258376: 3964 L2ARC should always compress metadata buffersavg2013-11-263-2/+6
* MFV r255256: 3954 metaslabs continue to load even after hitting zfs_mg_alloc_...avg2013-11-263-5/+113
* MFV r255255: 4045 zfs write throttle & i/o scheduler performance workavg2013-11-2635-721/+1513
* MFV r247578: 3581 spa_zio_taskq[ZIO_TYPE_FREE][ZIO_TASKQ_ISSUE]->tq_lock is p...avg2013-11-263-81/+172
* 734 taskq_dispatch_prealloc() desiredavg2013-11-266-82/+51
* opensolaris taskq: some cosmetic changesavg2013-11-262-19/+16
* sdt: add support for solaris/illumos style DTRACE_PROBE macrosavg2013-11-261-12/+0
OpenPOWER on IntegriCloud