| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Change type of kmem_used() and kmem_size() functions to uint64_t, so it | pjd | 2008-01-24 | 2 | -6/+6 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 7 | -25/+24 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 9 | -26/+26 |
* | Remove some compatibility stuff that we now get from the Solaris header. | jb | 2007-11-29 | 1 | -13/+0 |
* | * 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 |
* | Add more OpenSolaris compatibility headers. | jb | 2007-11-28 | 11 | -0/+624 |
* | Remove an extern that is defined elsewhere. | jb | 2007-11-28 | 1 | -2/+0 |
* | Add compatibility cruft moved from under _SOLARIS_C_SOURCE in sys/types.h | jb | 2007-11-28 | 1 | -0/+18 |
* | Remove a typedef which was just a hack to avoid including vmem.h. | jb | 2007-11-28 | 1 | -2/+1 |
* | Add a missing volatile so that the code compiles cleanly. | jb | 2007-11-28 | 1 | -1/+1 |
* | Rename the definition of lbolt to LBOLT to avoid a clash with a global | jb | 2007-11-28 | 1 | -2/+19 |
* | 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 |
* | Remove "zfs:" prefix from lock and condvar names and also skip non-letter | pjd | 2007-11-05 | 3 | -3/+24 |
* | - 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 |
* | - Move crfree() outside MNT_ILOCK()/MNT_IUNLOCK() to eliminate a LOR: | pjd | 2007-11-01 | 1 | -2/+6 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 3 | -6/+6 |
* | 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 |
* | Some ZFS threads needs stack larger than the default 8kB, so use 16kB of | pjd | 2007-08-16 | 1 | -1/+8 |
* | Update assertion after revision 1.23. | pjd | 2007-07-24 | 1 | -1/+1 |
* | Correct a reference-counting mistake in the ZFS code which led to abnormal | dfr | 2007-07-09 | 2 | -3/+1 |
* | In zfs_vget, if we fail to translate an inode number to the corresponding | dfr | 2007-06-27 | 1 | -1/+1 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 1 | -17/+12 |
* | Add my copyright. | marcel | 2007-06-08 | 1 | -0/+28 |
* | - Reduce number of atomic operations needed to be implemented in asm by | pjd | 2007-06-08 | 7 | -1707/+277 |
* | Missing atomic operations for ZFS/ia64. | pjd | 2007-06-08 | 1 | -0/+54 |
* | Despite several examples in the kernel, the third argument of | dwmalone | 2007-06-04 | 1 | -2/+2 |
* | Reimplement traverse() helper function: | pjd | 2007-06-04 | 3 | -20/+23 |
* | Revert UF_OPENING workaround for CURRENT. | kib | 2007-05-31 | 2 | -2/+2 |
* | Adjust va_mask for setattr. FreeBSD doesn't have va_mask, so we initialize it | pjd | 2007-05-28 | 1 | -0/+1 |
* | Because we allocate componentname structures on stack, bzero() them before | pjd | 2007-05-28 | 1 | -0/+3 |
* | There are too many false positive LORs reported by WITNESS, so when ZFS | pjd | 2007-05-26 | 2 | -2/+14 |
* | DNLC_NO_VNODE can't be NULL. | pjd | 2007-05-24 | 1 | -1/+1 |
* | Initialize ZFS a bit earlier and block root mounting until | pjd | 2007-05-24 | 1 | -1/+4 |