summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Fix the following -Werror warning from clang 3.5.0, while building cddl/lib/l...dim2014-11-191-0/+2
* Make vfs.zfs.max_recordsize read-write at runtime.delphij2014-11-181-1/+1
* Add a tunable for spa_slop_shift which controls how much space wedelphij2014-11-181-0/+3
* Allow tuning zfs_max_recordsize via loader tunable. Tuning is NOTdelphij2014-11-181-0/+5
* l2arc: restore correct rounding up of asize of compressed dataavg2014-11-171-7/+9
* Revert r269093 which introduced physical zio alignment transformavg2014-11-171-2/+1
* Disable TRIM on file backed ZFS vdevs and fix TRIM on initsmh2014-11-176-9/+18
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., wekib2014-11-131-2/+2
* MFV r274273:delphij2014-11-1044-130/+420
* MFV r274272 and diff reduction with upstream.delphij2014-11-099-50/+59
* MFV r274271:delphij2014-11-081-19/+22
* fix l2arc compression buffers leakavg2014-11-061-10/+55
* Add to CTL support for logical block provisioning threshold notifications.mav2014-11-061-1/+53
* This change addresses 4 bugs in ZFS exposed by Richard Kojedzinszky'sjpaetzel2014-10-254-29/+56
* Whitespacejhibbits2014-10-241-1/+1
* Three updates to PowerPC FBT:jhibbits2014-10-241-3/+15
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-212-4/+4
* Add tunable vfs.zfs.space_map_blksz for space map's maximum block size.delphij2014-10-181-0/+4
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-1/+1
* Prevent ZFS leaking pool free spacesmh2014-10-161-7/+8
* Use write_psize instead of write_asize when doing vdev_space_update.delphij2014-10-131-1/+1
* Add a tunable for arc_shrink_shift (vfs.zfs.arc_shrink_shift) thatdelphij2014-10-131-0/+5
* MFV r272804:delphij2014-10-094-63/+61
* MFV r272803:delphij2014-10-093-11/+78
* l2arc_write_buffers: reduce headroom valueavg2014-10-071-1/+1
* revert r272702: wrong (earlier) change was committedavg2014-10-071-3/+1
* reduce L2ARC_WRITE_SIZE on FreeBSDavg2014-10-071-1/+3
* make userland __assfail from opensolaris compat honor 'aok' variableavg2014-10-071-4/+8
* MFV r272591:delphij2014-10-062-18/+37
* MFV r272585:delphij2014-10-063-7/+20
* MFV r272501:delphij2014-10-061-44/+36
* MFV r272500:delphij2014-10-061-2/+8
* Don't make nested definition for range_seg_cache.delphij2014-10-041-1/+1
* MFV r272499:delphij2014-10-041-0/+2
* Add a new sysctl, vfs.zfs.vol.unmap_enabled, which allows the systemdelphij2014-10-041-0/+14
* Diff reduction with upstream. The code change is not really applicabledelphij2014-10-041-3/+3
* MFV r272496:delphij2014-10-041-2/+11
* MFV r272495:delphij2014-10-042-1/+3
* MFV r272494:delphij2014-10-043-113/+50
* Refactor ZFS ARC reclaim checks and limitssmh2014-10-033-107/+74
* Fix various issues with zvolssmh2014-10-033-7/+54
* Fix failures and warnings reported by newpynfs20090424 test tool.araujo2014-10-031-0/+1
* Diff reduction with kernel code: instruct the compiler that the data ofdelphij2014-10-021-0/+19
* zfsvfs_create(): Refuse to mount datasets whose names are too long.will2014-10-011-0/+11
* Fix a mismerge in r260183 which prevents snapshot zvol devices beingdelphij2014-09-301-2/+6
* Remove sys/types.h include as per style (9)smh2014-09-181-1/+0
* Add dtrace probe support for zfs SET_ERROR(..)smh2014-09-182-1/+47
* Remove debug.zfs_flags in favor of the new vfs.zfs.debug_flags.will2014-09-181-5/+1
* Enable ZFS debug flags to be modified via vfs.zfs.debug_flags.will2014-09-181-0/+27
* Reorder sysctls for spa.c global tunables; add sysctl for ccw_retry_interval.will2014-09-181-4/+8
OpenPOWER on IntegriCloud