| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 4 | -11/+7 |
* | 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 |
* | 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 |
* | Make the zfs module depend on the opensolaris module in preparation for it | jb | 2008-05-24 | 1 | -0/+1 |
* | Delete a couple of OpenSolaris headers which get in the way of our | jb | 2008-05-23 | 2 | -318/+0 |
* | FreeBSD changes to vendor source. | jb | 2008-05-22 | 9 | -240/+1290 |
* | This commit was generated by cvs2svn to compensate for changes in r179193, | jb | 2008-05-22 | 18 | -0/+25785 |
|\ |
|
| * | Vendor import of the src/sys OpenSolaris bits for DTrace. | jb | 2008-05-22 | 18 | -0/+25785 |
* | Move the head of byte-level advisory lock list from the | kib | 2008-04-16 | 3 | -41/+0 |
* | Add atomic operations for ZFS/sparc64. | marius | 2008-04-11 | 1 | -0/+115 |
* | - Fix the path encoded in the multiple inclusion protection. | marius | 2008-04-11 | 1 | -36/+13 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | dfr | 2008-03-26 | 1 | -0/+20 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 2 | -2/+2 |
* | Fix mmap(2) on ZFS after some changes in VM subsystem. | pjd | 2008-03-15 | 1 | -0/+4 |
* | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is | attilio | 2008-02-25 | 1 | -3/+3 |
* | Introduce some functions in the vnode locks namespace and in the ffs | attilio | 2008-02-24 | 1 | -4/+4 |
* | - Reduce how much ZFS caches by default. This is another change to mitigate | pjd | 2008-01-24 | 1 | -4/+5 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 4 | -14/+14 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 6 | -21/+21 |
* | * Check endianness the FreeBSD way. | jb | 2007-11-28 | 12 | -30/+43 |
* | Fix a prototype definition. | jb | 2007-11-28 | 1 | -1/+1 |
* | Check endianness the FreeBSD way. | jb | 2007-11-28 | 1 | -1/+1 |
* | Include an extra header to get this to compile cleanly. | jb | 2007-11-28 | 1 | -0/+1 |
* | Warn if kmem_map size is set to less than 512MB. Previous warning was a bit | pjd | 2007-11-07 | 1 | -5/+5 |
* | Remove unused header. | pjd | 2007-11-05 | 1 | -569/+0 |
* | If setting a state to anything but open state, close access to vdev. | pjd | 2007-11-05 | 1 | -0/+11 |
* | - Add sysctl for sizeof(znode_t), which will be used by fstat(1). | lulf | 2007-11-02 | 1 | -0/+4 |
* | Call zil_commit() (if ZIL is not disabled) after every non-read request | pjd | 2007-11-01 | 1 | -11/+11 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 2 | -4/+4 |
* | ZFS_LOG adds a newline by itself. | thompsa | 2007-10-14 | 1 | -1/+1 |
* | Print the ZFS ereport to the console if vfs.zfs.debug is set to help diagnose | thompsa | 2007-10-14 | 1 | -0/+1 |
* | Fix lock leak leading to the 'System call <name> returning with 1 locks held' | pjd | 2007-10-04 | 1 | -0/+2 |
* | Now that we have CDDLed code in the tree, add CDDL license. | pjd | 2007-09-23 | 1 | -0/+384 |
* | Reduce the limit of vnodes on i386 when ZFS is loaded to 3/4 of the original | pjd | 2007-09-10 | 1 | -0/+41 |
* | After dfr@ vnode leak fix, we can allow ARC to consume more memory. | pjd | 2007-09-10 | 1 | -2/+2 |
* | Use CTLFLAG_RDTUN for tunable sysctls. | pjd | 2007-09-01 | 1 | -2/+2 |