aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/compat
Commit message (Expand)AuthorAgeFilesLines
* Add task structure to zio and use it instead of allocating one.Pawel Jakub Dawidek2010-05-162-6/+73
* Import OpenSolaris revision 7837:001de5627df3Martin Matuska2010-05-131-1/+5
* I added vfs_lowvnodes event, but it was only used for a short while and nowPawel Jakub Dawidek2010-05-111-1/+1
* Partially MFp4 #176265 by pjd@:Xin LI2010-04-191-5/+12
* On FreeBSD, time_t is 64-bit for all platforms except i386 and powerpc,Xin LI2010-01-251-0/+5
* - zfs_zaccess() can handle VAPPEND too, so map V_APPEND to VAPPEND and callPawel Jakub Dawidek2009-10-301-0/+2
* Allow file system owner to modify system flags if securelevel permits.Pawel Jakub Dawidek2009-10-082-2/+6
* File system owner is when uid matches and jail matches.Pawel Jakub Dawidek2009-10-081-3/+2
* - Mount ZFS snapshots with MNT_IGNORE flag, so they are not visible in regularPawel Jakub Dawidek2009-09-142-36/+35
* Lock Giant around vn_open_cred().Konstantin Belousov2009-09-081-2/+4
* Defer thread start until we set priority.Pawel Jakub Dawidek2009-09-071-1/+3
* - Avoid holding mutex around M_WAITOK allocations.Pawel Jakub Dawidek2009-09-071-6/+26
* - Hide ZFS kernel threads under zfskern process.Pawel Jakub Dawidek2009-08-231-9/+8
* - Give minclsyspri and maxclsyspri real values (consulted with kmacy).Pawel Jakub Dawidek2009-08-232-4/+16
* Our libc doesn't implement control method for XDR (only kernel does) and itPawel Jakub Dawidek2009-08-201-0/+70
* Manage asynchronous vnode release just like Solaris.Pawel Jakub Dawidek2009-08-171-1/+0
* Remove OpenSolaris taskq port (it performs very poorly in our kernel) andPawel Jakub Dawidek2009-08-173-223/+135
* Remove files that are no longer used.Pawel Jakub Dawidek2009-08-171-112/+0
* Remove CDDL warning.Edward Tomasz Napierala2009-08-131-4/+0
* Add new msleep(9) flag PBDY that shall be specified together withKonstantin Belousov2009-07-141-1/+1
* O_NOFOLLOW shall be in flags, not in cmode.Konstantin Belousov2009-06-221-3/+2
* Add another flags argument to vn_open_cred. Use it to specify that someKonstantin Belousov2009-06-212-2/+3
* Rename the host-related prison fields to be the same as the host.*Jamie Gritton2009-06-131-1/+1
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-292-3/+4
* Reverse the logic for ADAPTIVE_SX option and enable it by default.Attilio Rao2009-05-292-4/+4
* Change license to more bori^Wadul^Wcanonical.Edward Tomasz Napierala2009-05-262-22/+22
* MFp4 changes neccessary for NFSv4 ACLs support in ZFS. This is mostlyEdward Tomasz Napierala2009-05-262-0/+255
* Don't allow non-owner to set SUID bit on a file. It doesn't makeEdward Tomasz Napierala2009-05-241-0/+8
* enable adaptive spinning on zfs locksKip Macy2009-05-162-4/+4
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-112-5/+4
* Introduce a new virtualization container, provisionally named vprocg, to holdMarko Zec2009-05-082-1/+4
* move VN_RELE_ASYNC to the compatibility layer with the rest of the VN_* definesKip Macy2009-05-071-0/+1
* Introduce the extensible jail framework, using the same "name=value"Jamie Gritton2009-04-291-1/+1
* Remove VOP_LEASE and supporting functions. This hasn't been used sinceRobert Watson2009-04-101-1/+0
* Extend the "vfsopt" mount options for more general use. Make structJamie Gritton2009-03-021-22/+3
* Add memmove() to the kernel, making the kernel compile with Clang.Ed Schouten2009-02-281-4/+0
* MFp4: Remove assertion that is no longer valid - we now use VOP_CLOSE() inPawel Jakub Dawidek2008-11-291-1/+0
* Fix locking (file descriptor table and Giant around VFS).Pawel Jakub Dawidek2008-11-252-18/+43
* Don't use PRIV_ROOT. Here we check if user can share ZFS file system, soPawel Jakub Dawidek2008-11-231-2/+1
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.Pawel Jakub Dawidek2008-11-1732-689/+811
* Remove definition of KMEM_DEBUG accidentally brought in by latest DTraceCraig Rodrigues2008-11-051-2/+0
* Merge latest DTrace changes from Perforce.Craig Rodrigues2008-11-053-5/+13
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-282-5/+5
* Mips needs the same treatment for atomic_or_8 as the other RISCyWarner Losh2008-09-182-2/+4
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.Attilio Rao2008-08-311-3/+3
* Ensure that the padding calcualtion doesn't return a negative value.Scott Long2008-08-291-1/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-2/+1
* We want to check new options given, not the current ones.Pawel Jakub Dawidek2008-07-211-1/+1
* Remove redundant redeclaration of 'zone_drain'.Bjoern A. Zeeb2008-05-241-1/+0
* Messing with the endian defines breaks the use of other FreeBSD headers.John Birrell2008-05-231-44/+0