| Commit message (Expand) | Author | Age | Files | Lines |
* | opensolaris cyclic: fix deadlock and make a little bit closer to upstream | avg | 2010-12-07 | 1 | -1/+8 |
* | Don't panic when we read an empty ACL from ZFS. Apparently this may happen | trasz | 2010-11-30 | 1 | -1/+4 |
* | Pass a format string to panic() and to taskqueue_start_threads(). | rpaulo | 2010-10-13 | 2 | -2/+2 |
* | opensolaris_kmem kmem_size(): report lesser of vm_kmem_size and available | avg | 2010-10-07 | 1 | -2/+14 |
* | Fix kernel panic when moving a file to .zfs/shares | mm | 2010-09-15 | 1 | -0/+1 |
* | zfs vn_has_cached_data: take into account v_object->cache != NULL | avg | 2010-09-15 | 1 | -1/+3 |
* | Import changes from OpenSolaris that provide | mm | 2010-08-28 | 2 | -3/+2 |
* | Add a sysname char * to struct opensolaris_utsname. | rpaulo | 2010-08-21 | 1 | -0/+1 |
* | Add sysname to struct opensolaris_utsname. This is needed by one DTrace | rpaulo | 2010-08-21 | 1 | -1/+2 |
* | Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced | mm | 2010-07-12 | 7 | -3/+136 |
* | Add task structure to zio and use it instead of allocating one. | pjd | 2010-05-16 | 2 | -6/+73 |
* | Import OpenSolaris revision 7837:001de5627df3 | mm | 2010-05-13 | 1 | -1/+5 |
* | I added vfs_lowvnodes event, but it was only used for a short while and now | pjd | 2010-05-11 | 1 | -1/+1 |
* | Partially MFp4 #176265 by pjd@: | delphij | 2010-04-19 | 1 | -5/+12 |
* | On FreeBSD, time_t is 64-bit for all platforms except i386 and powerpc, | delphij | 2010-01-25 | 1 | -0/+5 |
* | - zfs_zaccess() can handle VAPPEND too, so map V_APPEND to VAPPEND and call | pjd | 2009-10-30 | 1 | -0/+2 |
* | Allow file system owner to modify system flags if securelevel permits. | pjd | 2009-10-08 | 2 | -2/+6 |
* | File system owner is when uid matches and jail matches. | pjd | 2009-10-08 | 1 | -3/+2 |
* | - Mount ZFS snapshots with MNT_IGNORE flag, so they are not visible in regular | pjd | 2009-09-14 | 2 | -36/+35 |
* | Lock Giant around vn_open_cred(). | kib | 2009-09-08 | 1 | -2/+4 |
* | Defer thread start until we set priority. | pjd | 2009-09-07 | 1 | -1/+3 |
* | - Avoid holding mutex around M_WAITOK allocations. | pjd | 2009-09-07 | 1 | -6/+26 |
* | - Hide ZFS kernel threads under zfskern process. | pjd | 2009-08-23 | 1 | -9/+8 |
* | - Give minclsyspri and maxclsyspri real values (consulted with kmacy). | pjd | 2009-08-23 | 2 | -4/+16 |
* | Our libc doesn't implement control method for XDR (only kernel does) and it | pjd | 2009-08-20 | 1 | -0/+70 |
* | Manage asynchronous vnode release just like Solaris. | pjd | 2009-08-17 | 1 | -1/+0 |
* | Remove OpenSolaris taskq port (it performs very poorly in our kernel) and | pjd | 2009-08-17 | 3 | -223/+135 |
* | Remove files that are no longer used. | pjd | 2009-08-17 | 1 | -112/+0 |
* | Remove CDDL warning. | trasz | 2009-08-13 | 1 | -4/+0 |
* | Add new msleep(9) flag PBDY that shall be specified together with | kib | 2009-07-14 | 1 | -1/+1 |
* | O_NOFOLLOW shall be in flags, not in cmode. | kib | 2009-06-22 | 1 | -3/+2 |
* | Add another flags argument to vn_open_cred. Use it to specify that some | kib | 2009-06-21 | 2 | -2/+3 |
* | Rename the host-related prison fields to be the same as the host.* | jamie | 2009-06-13 | 1 | -1/+1 |
* | Place hostnames and similar information fully under the prison system. | jamie | 2009-05-29 | 2 | -3/+4 |
* | Reverse the logic for ADAPTIVE_SX option and enable it by default. | attilio | 2009-05-29 | 2 | -4/+4 |
* | Change license to more bori^Wadul^Wcanonical. | trasz | 2009-05-26 | 2 | -22/+22 |
* | MFp4 changes neccessary for NFSv4 ACLs support in ZFS. This is mostly | trasz | 2009-05-26 | 2 | -0/+255 |
* | Don't allow non-owner to set SUID bit on a file. It doesn't make | trasz | 2009-05-24 | 1 | -0/+8 |
* | enable adaptive spinning on zfs locks | kmacy | 2009-05-16 | 2 | -4/+4 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 2 | -5/+4 |
* | Introduce a new virtualization container, provisionally named vprocg, to hold | zec | 2009-05-08 | 2 | -1/+4 |
* | move VN_RELE_ASYNC to the compatibility layer with the rest of the VN_* defines | kmacy | 2009-05-07 | 1 | -0/+1 |
* | Introduce the extensible jail framework, using the same "name=value" | jamie | 2009-04-29 | 1 | -1/+1 |
* | Remove VOP_LEASE and supporting functions. This hasn't been used since | rwatson | 2009-04-10 | 1 | -1/+0 |
* | Extend the "vfsopt" mount options for more general use. Make struct | jamie | 2009-03-02 | 1 | -22/+3 |
* | Add memmove() to the kernel, making the kernel compile with Clang. | ed | 2009-02-28 | 1 | -4/+0 |
* | MFp4: Remove assertion that is no longer valid - we now use VOP_CLOSE() in | pjd | 2008-11-29 | 1 | -1/+0 |
* | Fix locking (file descriptor table and Giant around VFS). | pjd | 2008-11-25 | 2 | -18/+43 |
* | Don't use PRIV_ROOT. Here we check if user can share ZFS file system, so | pjd | 2008-11-23 | 1 | -2/+1 |
* | Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. | pjd | 2008-11-17 | 32 | -689/+811 |