| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove files that have been repo copied to their new location | jb | 2008-03-28 | 176 | -80231/+0 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | - Reduce number of atomic operations needed to be implemented in asm by | pjd | 2007-06-08 | 3 | -655/+27 |
* | Reimplement traverse() helper function: | pjd | 2007-06-04 | 1 | -10/+9 |
* | 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 |
* | Initialize ZFS a bit earlier and block root mounting until | pjd | 2007-05-24 | 1 | -1/+4 |
* | FreeBSD's namecache works quite well with ZFS, so remove DNLC. | pjd | 2007-05-23 | 2 | -1075/+0 |
* | All objects we create using GFS are directories, so initialize d_type | pjd | 2007-05-23 | 1 | -2/+2 |
* | Lock vnode on lookup. This fixes ZIL replay for rmdir/unlink/rename. | pjd | 2007-05-22 | 1 | -0/+3 |
* | Increase debug level - this message is not that important. | pjd | 2007-05-09 | 1 | -1/+1 |
* | - Add missing lock destruction and remove duplicate initializations. | pjd | 2007-05-06 | 6 | -5/+14 |
* | Use provider's ident to handle situations when disks are moved around | pjd | 2007-05-06 | 1 | -10/+161 |
* | MFp4: We don't need to cover vnode_pager_setsize() with the z_map_lock. | pjd | 2007-05-06 | 1 | -1/+2 |
* | Share-lock a vnode where possible. | pjd | 2007-05-02 | 1 | -1/+1 |
* | When parent directory has to be unlocked, lock it back with the same lock | pjd | 2007-05-02 | 1 | -2/+6 |
* | Lock vnode using cn_lkflags in case the caller wants the vnode to be | pjd | 2007-05-02 | 1 | -1/+1 |
* | The getnewvnode() function sets LK_NOSHARE by default, so if we want to | pjd | 2007-05-02 | 1 | -3/+9 |
* | ZFS should update timestamps upon the creat() of an existing file. | pjd | 2007-05-02 | 2 | -2/+5 |
* | - Lock vnode with flags passed in as argument in zfs_vget() and zfs_root(). | pjd | 2007-05-02 | 1 | -2/+4 |
* | MFp4: Remove LK_RETRY flag when locking vnode in zfs_lookup, we don't want | pjd | 2007-05-01 | 1 | -1/+6 |
* | White space fixes. | pjd | 2007-05-01 | 4 | -34/+34 |
* | Add a comment explaining why we call dmu_write() unconditionally, even if | pjd | 2007-05-01 | 1 | -0/+9 |
* | - Define d_type for ".", ".." and ".zfs" directories. | pjd | 2007-04-29 | 2 | -0/+5 |
* | Oops, correct important typo in last commit. | pjd | 2007-04-29 | 1 | -1/+1 |
* | Avoid freeing NULL pointer in case of an error. | pjd | 2007-04-29 | 1 | -1/+1 |