summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Restore the trap type argument to the DTrace trap hook, removed in r268600.markj2014-12-234-10/+8
* Always sync the global ZFS config cache to reflect the new mosconfigsmh2014-12-231-2/+1
* Fix panic when resizing ZFS zvol'ssmh2014-12-223-83/+303
* Refactor zvol locking to minimise diff with upstreamsmh2014-12-221-60/+76
* Standardise on illumos for #ifdef's in zvol.csmh2014-12-221-34/+32
* Handle MAKEENTRY cnp flag in the VOP_CREATE(). Curiously, somekib2014-12-211-3/+8
* Add missing continue: we can't proceed further if thedelphij2014-12-191-1/+3
* MFV r275914:delphij2014-12-181-6/+4
* The VOP_LOOKUP() implementations for CREATE op do not put the namekib2014-12-181-1/+1
* MFV r275783:delphij2014-12-1510-388/+394
* MFV r275551:delphij2014-12-1531-806/+912
* MFV r275550:delphij2014-12-154-25/+51
* MFV r275549:delphij2014-12-151-1/+55
* MFV r247174:delphij2014-12-131-10/+42
* MFV r275548:delphij2014-12-132-4/+87
* MFV r275546:delphij2014-12-131-7/+22
* MFV r275545:delphij2014-12-131-1/+2
* MFV r275544:delphij2014-12-131-5/+4
* MFV r275543:delphij2014-12-132-9/+7
* MFV r275542:delphij2014-12-131-1/+1
* MFV r275540:delphij2014-12-083-26/+40
* remove opensolaris cyclic code, replace with high-precision calloutsavg2014-12-0710-2260/+171
* Apply the same fix in r274697 to the ARM case.andrew2014-12-061-0/+2
* MFV r275535:delphij2014-12-063-6/+7
* MFV r275534:delphij2014-12-061-1/+1
* MFC r275533:delphij2014-12-061-9/+2
* Use %d instead of %u for error number. This way we see ERESTART as -1delphij2014-12-051-1/+1
* Fix a regression introduced in r274337 (large block support)delphij2014-12-051-4/+4
* Add GET LBA STATUS command support to CTL.mav2014-12-041-0/+13
* zfs_putpages: actually update mtime and ctimeavg2014-12-021-0/+1
* Revert r273060 per discussion with avg@ as we need to make L2ARCdelphij2014-11-261-1/+1
* 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
OpenPOWER on IntegriCloud