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