| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r190676,190677 | thompsa | 2009-04-10 | 1 | -1/+1 |
* | Add a how argument to root_mount_hold() so it can be passed NOWAIT and be called | thompsa | 2009-04-03 | 1 | -1/+1 |
* | Move dtnfsclient.c in the cddl tree to nfs_kdtrace.c in the nfsclient | rwatson | 2009-03-25 | 1 | -545/+0 |
* | Add DTrace probes to the NFS access and attribute caches. Access cache | rwatson | 2009-03-24 | 1 | -54/+256 |
* | Add dtnfsclient, a first cut at an NFSv2/v3 client reuest DTrace | rwatson | 2009-03-22 | 1 | -0/+343 |
* | The zfs_get_xattrdir() function is used to find the extended attribute | jhb | 2009-03-18 | 1 | -0/+2 |
* | Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that a | jhb | 2009-03-11 | 1 | -1/+3 |
* | 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 |
* | 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 |