| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow file system owner to modify system flags if securelevel permits. | pjd | 2009-10-08 | 3 | -12/+17 |
* | File system owner is when uid matches and jail matches. | pjd | 2009-10-08 | 1 | -3/+2 |
* | On FreeBSD it is enough to report provider removal when orphan event is | pjd | 2009-10-07 | 1 | -20/+0 |
* | Fix white-spaces. | pjd | 2009-10-07 | 1 | -6/+6 |
* | Fix situation where Mac OS X NFS client creates a file and when it tries | pjd | 2009-10-07 | 1 | -1/+17 |
* | Prevent paging pressure from draining arc too much | kmacy | 2009-10-06 | 1 | -3/+6 |
* | Return EOPNOTSUPP instead of EINVAL when doing chflags(2) over an old | delphij | 2009-10-01 | 1 | -0/+4 |
* | Handle cases where virtual (GFS) vnodes are referenced when doing forced | pjd | 2009-09-26 | 2 | -15/+22 |
* | On lookup error VFS expects *vpp to be set to NULL, be sure to do that. | pjd | 2009-09-26 | 1 | -0/+2 |
* | Use traverse() function to find and return mount point's vnode instead of | pjd | 2009-09-26 | 1 | -3/+6 |
* | - Don't depend on value returned by gfs_*_inactive(), it doesn't work | pjd | 2009-09-26 | 1 | -13/+5 |
* | Switch to fletcher4 as the default checksum algorithm. Fletcher2 was proven to | pjd | 2009-09-25 | 2 | -3/+103 |
* | Before calling vflush(FORCECLOSE) mark file system as unmounted so the | pjd | 2009-09-24 | 2 | -1/+16 |
* | Close race in zfs_zget(). We have to increase usecount first and then | pjd | 2009-09-24 | 1 | -9/+19 |
* | In VOP_SETACL(9) and VOP_GETACL(9), specifying wrong ACL type should result | trasz | 2009-09-23 | 1 | -2/+2 |
* | Restore BSD behaviour - when creating new directory entry use parent directory | pjd | 2009-09-23 | 1 | -1/+1 |
* | Purge namecache in the same place OpenSolaris does. | pjd | 2009-09-20 | 2 | -6/+3 |
* | Purge file system namecache when receiving incremental stream and rolling back | pjd | 2009-09-17 | 1 | -0/+3 |
* | Purge namecache for the file system being rolled back, so it doesn't point at | pjd | 2009-09-17 | 1 | -0/+3 |
* | Forced unmounts work just fine in my tests under heavy load. There might | pjd | 2009-09-15 | 1 | -5/+0 |
* | We believe ZFS is ready for production use. Remove a warning about it being | pjd | 2009-09-15 | 1 | -2/+0 |
* | - Mount ZFS snapshots with MNT_IGNORE flag, so they are not visible in regular | pjd | 2009-09-14 | 3 | -53/+36 |
* | Support both case: when snapshot is already mounted and when it is not yet | pjd | 2009-09-13 | 1 | -5/+3 |
* | Add missing \n. | pjd | 2009-09-13 | 1 | -1/+1 |
* | Work-around READDIRPLUS problem with .zfs/ and .zfs/snapshot/ directories | pjd | 2009-09-13 | 1 | -0/+14 |
* | When zfs.ko is compiled with debug, make sure that znode and vnode point at | pjd | 2009-09-13 | 3 | -3/+22 |
* | Extend scope of the z_teardown_lock lock for consistency and "just in case". | pjd | 2009-09-13 | 1 | -2/+3 |
* | Be sure not to overflow struct fid. | pjd | 2009-09-13 | 1 | -0/+2 |
* | There is a bug where mze_insert() can trigger an assert() of inserting | pjd | 2009-09-13 | 1 | -5/+16 |
* | - Protect reclaim with z_teardown_inactive_lock. | pjd | 2009-09-12 | 2 | -5/+29 |
* | Tighten up the check for race in zfs_zget() - ZTOV(zp) can not only contain | pjd | 2009-09-12 | 1 | -2/+10 |
* | Only log successful commands! Without this fix we log even unsuccessful | pjd | 2009-09-08 | 1 | -2/+4 |
* | We don't export individual snapshots, so mnt_export field in snapshot's | pjd | 2009-09-08 | 1 | -0/+23 |
* | When we automatically mount snapshot we want to return vnode of the mount point | pjd | 2009-09-08 | 1 | -3/+19 |
* | On FreeBSD we don't have to look for snapshot's mount point, | pjd | 2009-09-08 | 1 | -0/+6 |
* | Call ZFS_EXIT() after locking the vnode. | pjd | 2009-09-08 | 1 | -3/+1 |
* | Lock Giant around vn_open_cred(). | kib | 2009-09-08 | 1 | -2/+4 |
* | Fix reference count leak for a case where snapshot's mount point is updated. | pjd | 2009-09-08 | 1 | -0/+7 |
* | If we have to use avl_find(), optimize a bit and use avl_insert() instead of | pjd | 2009-09-07 | 1 | -5/+10 |
* | When snapshot mount point is busy (for example we are still in it) | pjd | 2009-09-07 | 1 | -1/+9 |
* | Enable NFSv4 ACL support in ZFS. | trasz | 2009-09-07 | 1 | -6/+31 |
* | Defer thread start until we set priority. | pjd | 2009-09-07 | 1 | -1/+3 |
* | Don't recheck ownership on update mount. This will eliminate LOR between | pjd | 2009-09-07 | 1 | -5/+6 |
* | - Avoid holding mutex around M_WAITOK allocations. | pjd | 2009-09-07 | 1 | -6/+26 |
* | Prevent the line from wrapping. | trasz | 2009-09-07 | 1 | -1/+1 |
* | Changing provider size is not really supported by GEOM, but doing so when | pjd | 2009-09-07 | 1 | -5/+16 |
* | bzero() on-stack argument, so mutex_init() won't misinterpret that the | pjd | 2009-09-07 | 1 | -0/+1 |
* | Improve wording. | trasz | 2009-09-05 | 1 | -4/+8 |
* | Backport the 'dirtying dbuf' panic fix from newer ZFS version. | pjd | 2009-08-31 | 4 | -22/+40 |
* | Add missing mountpoint vnode locking. | pjd | 2009-08-30 | 1 | -0/+5 |