| Commit message (Expand) | Author | Age | Files | Lines |
| * | Last step of splitting up minor and unit numbers: remove minor(). | Ed Schouten | 2009-01-28 | 1 | -1/+1 |
| * | Put the MIPS support back in after it was removed in r185029. | Warner Losh | 2008-12-04 | 1 | -0/+43 |
| * | MFp4: Remove assertion that is no longer valid - we now use VOP_CLOSE() in | Pawel Jakub Dawidek | 2008-11-29 | 1 | -1/+0 |
| * | MFp4: We don't support TX_CREATE_ACL_ATTR nor TX_MKDIR_ACL_ATTR; code found | Edward Tomasz Napierala | 2008-11-25 | 1 | -0/+8 |
| * | Fix locking (file descriptor table and Giant around VFS). | Pawel Jakub Dawidek | 2008-11-25 | 4 | -35/+56 |
| * | Remove unused variable. | Ganbold Tsagaankhuu | 2008-11-25 | 2 | -4/+2 |
| * | 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 |
| * | IFp4: Don't rely on disk IDs and always use vdev guids, which means always look | Pawel Jakub Dawidek | 2008-11-22 | 1 | -219/+69 |
| * | IFp4: Finish implemnetation of chflags(2) for ZFS. While doing this I found | Pawel Jakub Dawidek | 2008-11-22 | 1 | -3/+54 |
| * | IFp4: Don't free pathname too soon, debugging code is still using it. | Pawel Jakub Dawidek | 2008-11-22 | 1 | -5/+4 |
| * | Add definitions for ZFS pool version 13. | Doug Rabson | 2008-11-21 | 1 | -2/+16 |
| * | Some zfsboot fixes from Norikatsu Shigemura: | Doug Rabson | 2008-11-19 | 2 | -23/+28 |
| * | Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. | Pawel Jakub Dawidek | 2008-11-17 | 198 | -10768/+73001 |
| * | Require write access on a directory being moved from one parent | Edward Tomasz Napierala | 2008-11-08 | 1 | -0/+8 |
| * | Backoff the last patch. It was overly restrictive - we want to check | Edward Tomasz Napierala | 2008-11-06 | 1 | -7/+0 |
| * | Change ZFS behaviour to match UFS: when moving (rename(2)) a subdirectory | Edward Tomasz Napierala | 2008-11-06 | 1 | -0/+7 |
| * | 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 | 9 | -45/+142 |
| * | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | Edward Tomasz Napierala | 2008-10-28 | 4 | -10/+10 |
| * | Remove the struct thread unuseful argument from bufobj interface. | Attilio Rao | 2008-10-10 | 1 | -1/+1 |
| * | Disable use of the user credentials until there is code to set the levels | John Birrell | 2008-09-27 | 1 | -1/+5 |
| * | Replace all calls to minor() with dev2unit(). | Ed Schouten | 2008-09-27 | 1 | -3/+3 |
| * | Remove unit2minor() use from kernel code. | Ed Schouten | 2008-09-26 | 1 | -1/+1 |
| * | Mips needs the same treatment for atomic_or_8 as the other RISCy | Warner Losh | 2008-09-18 | 2 | -2/+4 |
| * | Add missing ZFS_EXIT(). | Pawel Jakub Dawidek | 2008-09-15 | 1 | -0/+1 |
| * | Remove VSVTX, VSGID and VSUID. This should be a no-op, | Edward Tomasz Napierala | 2008-09-10 | 1 | -2/+2 |
| * | Initialize vp, so we don't call VOP_UNLOCK() with NULL vnode pointer. | Pawel Jakub Dawidek | 2008-09-07 | 1 | -1/+2 |
| * | Lock vnode exclusively around insmntque(). | Pawel Jakub Dawidek | 2008-09-06 | 2 | -10/+7 |
| * | Catch up after last insmntque() changes: | Pawel Jakub Dawidek | 2008-09-05 | 3 | -0/+11 |
| * | 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 | 5 | -13/+8 |
| * | Add MIPS support. | Warner Losh | 2008-08-23 | 1 | -0/+43 |
| * | Add calls to callout_drain() to ensure the callouts are flushed before | John Birrell | 2008-08-19 | 1 | -0/+2 |
| * | We want to use LBOLT instead of lbolt on FreeBSD. | Pawel Jakub Dawidek | 2008-07-21 | 1 | -3/+3 |
| * | We want to check new options given, not the current ones. | Pawel Jakub Dawidek | 2008-07-21 | 1 | -1/+1 |
| * | Remove the $FreeBSD$ tag again, now I know fbsd:nokeywords exists. | Ed Schouten | 2008-06-12 | 1 | -2/+0 |
| * | Turn dev2unit(), minor(), unit2minor() and minor2unit() into macro's. | Ed Schouten | 2008-06-12 | 1 | -7/+3 |
| * | Don't enforce unique device minor number policy anymore. | Ed Schouten | 2008-06-11 | 1 | -0/+1 |
| * | Merge a recent change from the OpenSolaris source tree. | John Birrell | 2008-06-01 | 2 | -13/+96 |
| * | Fix namespace collision after src/sys/sys/file.h:1.78. | Pawel Jakub Dawidek | 2008-05-25 | 3 | -4/+5 |
| * | Comment out the code that breaks with invariants. This is stuff that is | John Birrell | 2008-05-25 | 1 | -0/+2 |
| * | Remove redundant redeclaration of 'zone_drain'. | Bjoern A. Zeeb | 2008-05-24 | 1 | -1/+0 |
| * | Make the zfs module depend on the opensolaris module in preparation for it | John Birrell | 2008-05-24 | 1 | -0/+1 |
| * | Messing with the endian defines breaks the use of other FreeBSD headers. | John Birrell | 2008-05-23 | 1 | -44/+0 |
| * | Delete a couple of OpenSolaris headers which get in the way of our | John Birrell | 2008-05-23 | 2 | -318/+0 |
| * | OpenSolaris kernel module compatibility sources. | John Birrell | 2008-05-23 | 2 | -0/+165 |
| * | The cyclic timer device. This is a cut down version of the one in | John Birrell | 2008-05-23 | 4 | -0/+1988 |
| * | Custom DTrace kernel module files plus FreeBSD-specific DTrace providers. | John Birrell | 2008-05-23 | 30 | -0/+15340 |
| * | A 'special' compatibility header to plug OpenSolaris code. | John Birrell | 2008-05-22 | 1 | -0/+35 |