summaryrefslogtreecommitdiffstats
path: root/sys/cddl/compat
Commit message (Expand)AuthorAgeFilesLines
* Renamed zfs trim stats removing duplicate zio_trim identifier from the namesmh2012-12-122-1/+3
* opensolaris compat: terminate cmn_err mesages with a new lineavg2012-11-241-0/+1
* opensolaris compat: clear VI_MOUNT before returning if mount_snapshot failsavg2012-11-041-0/+3
* opensolaris_lookup: use vfs_busy in traverse before calling VFS_ROOTavg2012-11-041-0/+4
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-223-30/+11
* Add TRIM support.pjd2012-09-231-0/+2
* Merge recent zfs vendor changes, sync code and adjust userland DEBUG.mm2012-09-122-0/+78
* Add assfail() and assfail3() to the opensolaris module.mm2012-09-102-15/+33
* Make r230454 more readable and vendor-like.mm2012-09-061-2/+8
* Fix found places where uio_resid is truncated to int.kib2012-02-211-1/+2
* exclude kmem_alloc'ed ARC data buffers from kernel minidumps on amd64kmacy2012-01-271-1/+3
* Use provided name when allocating ksid domain. It isn't really used on FreeBSD,pjd2012-01-221-3/+3
* opensolaris compat: fix vcmn_err so that panic(9) produces a proper messageavg2011-12-191-8/+14
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-2/+9
* Remove C constructs that are incompatible with C++ from variousgibbs2011-06-101-1/+1
* Remove empty #ifndefmm2011-06-061-2/+0
* opensolaris compat / zfs: avoid early overflow in ddi_get_lbolt*avg2011-06-042-2/+18
* Imagine situation where a security problem is found in setuid binary.pjd2011-05-311-0/+5
* Silence warnings about unsupoorted value types.pjd2011-05-271-0/+4
* Don't access task structure once we call task function.pjd2011-05-242-6/+0
* Revert accidentally committed local change in r221990avg2011-05-161-1/+1
* better integrate cyclic module with clocksource/eventtimer subsystemavg2011-05-161-1/+1
* Convert the last use of xcopyout() to ddi_copyout() and remove the nowmarius2011-05-031-3/+0
* Partially fix ZFS compat code for sparc64.mm2011-04-081-2/+4
* Use proper lock in assertion.pjd2011-02-281-2/+2
* Finally... Import the latest open-source ZFS version - (SPA) 28.pjd2011-02-2735-373/+1004
* Use the preload_fetch_addr() and preload_fetch_size() conveniencemarcel2011-02-131-2/+1
* Recommit r218169, enclosing with #ifdef _KERNELmm2011-02-011-0/+6
* Revert r218169 until it can be tested and fixed properly.kan2011-02-011-4/+0
* For ZFS, change the type of clock_t to int64_t.mm2011-02-011-0/+4
* CDDL fixes for MIPS n32.jchandra2011-01-282-3/+5
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingmdf2011-01-191-2/+2
* opensolaris cyclic: fix deadlock and make a little bit closer to upstreamavg2010-12-071-1/+8
* Don't panic when we read an empty ACL from ZFS. Apparently this may happentrasz2010-11-301-1/+4
* Pass a format string to panic() and to taskqueue_start_threads().rpaulo2010-10-132-2/+2
* opensolaris_kmem kmem_size(): report lesser of vm_kmem_size and availableavg2010-10-071-2/+14
* Fix kernel panic when moving a file to .zfs/sharesmm2010-09-151-0/+1
* zfs vn_has_cached_data: take into account v_object->cache != NULLavg2010-09-151-1/+3
* Import changes from OpenSolaris that providemm2010-08-282-3/+2
* Add a sysname char * to struct opensolaris_utsname.rpaulo2010-08-211-0/+1
* Add sysname to struct opensolaris_utsname. This is needed by one DTracerpaulo2010-08-211-1/+2
* Merge ZFS version 15 and almost all OpenSolaris bugfixes referencedmm2010-07-127-3/+136
* Add task structure to zio and use it instead of allocating one.pjd2010-05-162-6/+73
* Import OpenSolaris revision 7837:001de5627df3mm2010-05-131-1/+5
* I added vfs_lowvnodes event, but it was only used for a short while and nowpjd2010-05-111-1/+1
* Partially MFp4 #176265 by pjd@:delphij2010-04-191-5/+12
* On FreeBSD, time_t is 64-bit for all platforms except i386 and powerpc,delphij2010-01-251-0/+5
* - zfs_zaccess() can handle VAPPEND too, so map V_APPEND to VAPPEND and callpjd2009-10-301-0/+2
* Allow file system owner to modify system flags if securelevel permits.pjd2009-10-082-2/+6
* File system owner is when uid matches and jail matches.pjd2009-10-081-3/+2
OpenPOWER on IntegriCloud