| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't set f_bsize to recordsize. It might confuse some software (like squid). | pjd | 2010-02-19 | 1 | -5/+6 |
* | Add tunable and sysctl to skip hostid check on pool import. | pjd | 2010-02-18 | 1 | -1/+9 |
* | Remove two files that are not needed by FreeBSD. | delphij | 2010-02-05 | 2 | -774/+0 |
* | Open provider for writting when we find the right one. Opening too much | pjd | 2010-02-04 | 1 | -17/+27 |
* | On FreeBSD, time_t is 64-bit for all platforms except i386 and powerpc, | delphij | 2010-01-25 | 1 | -0/+5 |
* | Report ZFS filesystem version instead of the zpool version when we say it. | delphij | 2010-01-11 | 1 | -1/+1 |
* | Re-apply onnv-gate revisions 7994 and 8986 (corresponds to FreeBSD | delphij | 2010-01-07 | 1 | -7/+6 |
* | Instead of assuming all vdevs are healthy, check the newest vdev label | delphij | 2010-01-06 | 1 | -1/+12 |
* | Teach the (gpt)zfsboot and zfsloader raidz code to use its buffers | pjd | 2010-01-06 | 1 | -21/+29 |
* | Reduce diff against OpenSolaris - move Giant acquire/release to | delphij | 2010-01-02 | 2 | -5/+3 |
* | Apply OpenSolaris revision 8012 which brings our zpool to version 14, | delphij | 2009-12-28 | 6 | -97/+121 |
* | Apply fix for Solaris bug 6462803: zfs snapshot -r failed because | delphij | 2009-12-19 | 1 | -7/+9 |
* | Apply fix for Solaris bug 6801979: zfs recv can fail with E2BIG | delphij | 2009-12-19 | 4 | -64/+64 |
* | Apply fix Solaris bug 6462803 zfs snapshot -r failed because | delphij | 2009-12-19 | 2 | -23/+44 |
* | Change VOP_FSYNC for zfs vnode from VOP_PANIC to zfs_freebsd_fsync(), | kib | 2009-12-05 | 1 | -1/+1 |
* | We have to eventually look for provider without checking guid as this is need | pjd | 2009-12-05 | 1 | -3/+5 |
* | Fix deadlock when ZVOLs are present and we are replacing dead component or | pjd | 2009-12-05 | 2 | -2/+10 |
* | Always check guid when opening by path, because we may end up with provider | pjd | 2009-12-05 | 1 | -5/+3 |
* | Avoid using additional variable for storing an error if we are not going | pjd | 2009-12-05 | 1 | -3/+2 |
* | Correct another case of not doing 64bit math. This allows mine and | ps | 2009-11-13 | 1 | -1/+2 |
* | Be careful which vattr fields are set during setattr replay. | pjd | 2009-11-10 | 1 | -4/+8 |
* | Avoid passing invalid mountpoint to getnewvnode(). | pjd | 2009-11-10 | 1 | -21/+18 |
* | - zfs_zaccess() can handle VAPPEND too, so map V_APPEND to VAPPEND and call | pjd | 2009-10-30 | 3 | -10/+23 |
* | Correct some issues with zfs boot. | rnoland | 2009-10-23 | 1 | -0/+18 |
* | 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 |