| Commit message (Expand) | Author | Age | Files | Lines |
| * | Place hostnames and similar information fully under the prison system. | Jamie Gritton | 2009-05-29 | 2 | -3/+4 |
| * | Reverse the logic for ADAPTIVE_SX option and enable it by default. | Attilio Rao | 2009-05-29 | 2 | -4/+4 |
| * | Change license to more bori^Wadul^Wcanonical. | Edward Tomasz Napierala | 2009-05-26 | 2 | -22/+22 |
| * | MFp4 changes neccessary for NFSv4 ACLs support in ZFS. This is mostly | Edward Tomasz Napierala | 2009-05-26 | 2 | -0/+255 |
| * | Don't allow non-owner to set SUID bit on a file. It doesn't make | Edward Tomasz Napierala | 2009-05-24 | 1 | -0/+8 |
| * | enable adaptive spinning on zfs locks | Kip Macy | 2009-05-16 | 2 | -4/+4 |
| * | Remove the thread argument from the FSD (File-System Dependent) parts of | Attilio Rao | 2009-05-11 | 2 | -5/+4 |
| * | Introduce a new virtualization container, provisionally named vprocg, to hold | Marko Zec | 2009-05-08 | 2 | -1/+4 |
| * | move VN_RELE_ASYNC to the compatibility layer with the rest of the VN_* defines | Kip Macy | 2009-05-07 | 1 | -0/+1 |
| * | Introduce the extensible jail framework, using the same "name=value" | Jamie Gritton | 2009-04-29 | 1 | -1/+1 |
| * | Remove VOP_LEASE and supporting functions. This hasn't been used since | Robert Watson | 2009-04-10 | 1 | -1/+0 |
| * | Extend the "vfsopt" mount options for more general use. Make struct | Jamie Gritton | 2009-03-02 | 1 | -22/+3 |
| * | Add memmove() to the kernel, making the kernel compile with Clang. | Ed Schouten | 2009-02-28 | 1 | -4/+0 |
| * | MFp4: Remove assertion that is no longer valid - we now use VOP_CLOSE() in | Pawel Jakub Dawidek | 2008-11-29 | 1 | -1/+0 |
| * | Fix locking (file descriptor table and Giant around VFS). | Pawel Jakub Dawidek | 2008-11-25 | 2 | -18/+43 |
| * | Don't use PRIV_ROOT. Here we check if user can share ZFS file system, so | Pawel Jakub Dawidek | 2008-11-23 | 1 | -2/+1 |
| * | Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. | Pawel Jakub Dawidek | 2008-11-17 | 32 | -689/+811 |
| * | Remove definition of KMEM_DEBUG accidentally brought in by latest DTrace | Craig Rodrigues | 2008-11-05 | 1 | -2/+0 |
| * | Merge latest DTrace changes from Perforce. | Craig Rodrigues | 2008-11-05 | 3 | -5/+13 |
| * | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | Edward Tomasz Napierala | 2008-10-28 | 2 | -5/+5 |
| * | Mips needs the same treatment for atomic_or_8 as the other RISCy | Warner Losh | 2008-09-18 | 2 | -2/+4 |
| * | Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions. | Attilio Rao | 2008-08-31 | 1 | -3/+3 |
| * | Ensure that the padding calcualtion doesn't return a negative value. | Scott Long | 2008-08-29 | 1 | -1/+2 |
| * | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -2/+1 |
| * | We want to check new options given, not the current ones. | Pawel Jakub Dawidek | 2008-07-21 | 1 | -1/+1 |
| * | Remove redundant redeclaration of 'zone_drain'. | Bjoern A. Zeeb | 2008-05-24 | 1 | -1/+0 |
| * | Messing with the endian defines breaks the use of other FreeBSD headers. | John Birrell | 2008-05-23 | 1 | -44/+0 |
| * | OpenSolaris kernel module compatibility sources. | John Birrell | 2008-05-23 | 2 | -0/+165 |
| * | A 'special' compatibility header to plug OpenSolaris code. | John Birrell | 2008-05-22 | 1 | -0/+35 |
| * | Additional compatibility headers. | John Birrell | 2008-05-22 | 3 | -0/+403 |
| * | Compatibility stuff for DTrace. | John Birrell | 2008-05-22 | 6 | -89/+135 |
| * | LO_ENROLLPEND is no more existing so just axe it (it was left out by the | Attilio Rao | 2008-05-16 | 1 | -2/+1 |
| * | Add FreeBSD IDs to files that originate in FreeBSD. | John Birrell | 2008-04-22 | 14 | -0/+28 |
| * | Change type of kmem_used() and kmem_size() functions to uint64_t, so it | Pawel Jakub Dawidek | 2008-01-24 | 2 | -6/+6 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 3 | -11/+10 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 3 | -5/+5 |
| * | Remove some compatibility stuff that we now get from the Solaris header. | John Birrell | 2007-11-29 | 1 | -13/+0 |
| * | Add more OpenSolaris compatibility headers. | John Birrell | 2007-11-28 | 11 | -0/+624 |
| * | Remove an extern that is defined elsewhere. | John Birrell | 2007-11-28 | 1 | -2/+0 |
| * | Add compatibility cruft moved from under _SOLARIS_C_SOURCE in sys/types.h | John Birrell | 2007-11-28 | 1 | -0/+18 |
| * | Remove a typedef which was just a hack to avoid including vmem.h. | John Birrell | 2007-11-28 | 1 | -2/+1 |
| * | Add a missing volatile so that the code compiles cleanly. | John Birrell | 2007-11-28 | 1 | -1/+1 |
| * | Rename the definition of lbolt to LBOLT to avoid a clash with a global | John Birrell | 2007-11-28 | 1 | -2/+19 |
| * | Remove "zfs:" prefix from lock and condvar names and also skip non-letter | Pawel Jakub Dawidek | 2007-11-05 | 3 | -3/+24 |
| * | - Move crfree() outside MNT_ILOCK()/MNT_IUNLOCK() to eliminate a LOR: | Pawel Jakub Dawidek | 2007-11-01 | 1 | -2/+6 |
| * | Rename the kthread_xxx (e.g. kthread_create()) calls | Julian Elischer | 2007-10-20 | 1 | -2/+2 |
| * | Some ZFS threads needs stack larger than the default 8kB, so use 16kB of | Pawel Jakub Dawidek | 2007-08-16 | 1 | -1/+8 |
| * | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 1 | -17/+12 |
| * | - Reduce number of atomic operations needed to be implemented in asm by | Pawel Jakub Dawidek | 2007-06-08 | 2 | -0/+247 |
| * | Despite several examples in the kernel, the third argument of | David Malone | 2007-06-04 | 1 | -2/+2 |