| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Reimplement traverse() helper function: | Pawel Jakub Dawidek | 2007-06-04 | 2 | -10/+14 |
* | Revert UF_OPENING workaround for CURRENT. | Konstantin Belousov | 2007-05-31 | 2 | -2/+2 |
* | There are too many false positive LORs reported by WITNESS, so when ZFS | Pawel Jakub Dawidek | 2007-05-26 | 2 | -2/+14 |
* | DNLC_NO_VNODE can't be NULL. | Pawel Jakub Dawidek | 2007-05-24 | 1 | -1/+1 |
* | FreeBSD's namecache works quite well with ZFS, so remove DNLC. | Pawel Jakub Dawidek | 2007-05-23 | 1 | -0/+40 |
* | Share-lock a vnode where possible. | Pawel Jakub Dawidek | 2007-05-02 | 2 | -3/+3 |
* | MFp4: Reduce diff against vendor code: | Pawel Jakub Dawidek | 2007-04-23 | 5 | -5/+72 |
* | MFp4: | Pawel Jakub Dawidek | 2007-04-21 | 1 | -1/+1 |
* | MFp4: Fix automatic snapshot mount when unprivileged user does lookup | Pawel Jakub Dawidek | 2007-04-18 | 1 | -7/+8 |