Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix symlink(2) inode reference count | Brian Behlendorf | 2011-02-17 | 1 | -1/+0 |
* | Use -zfs_readlink() error | Brian Behlendorf | 2011-02-17 | 1 | -1/+1 |
* | Improve 'zpool import' safety | Brian Behlendorf | 2011-02-17 | 1 | -9/+12 |
* | Fix readlink(2) | Brian Behlendorf | 2011-02-16 | 2 | -28/+36 |
* | Update 'zfs.sh -u' to umount all zfs filesystems | Brian Behlendorf | 2011-02-16 | 1 | -0/+1 |
* | Suppress share error on mount | Brian Behlendorf | 2011-02-16 | 1 | -1/+2 |
* | Add get/setattr, get/setxattr hooks | Brian Behlendorf | 2011-02-16 | 1 | -4/+11 |
* | Fix FIFO and socket handling | Brian Behlendorf | 2011-02-16 | 1 | -3/+4 |
* | Create minors for all zvols | Brian Behlendorf | 2011-02-16 | 1 | -1/+2 |
* | Linux 2.6.36 compat, sops->evict_inode() | Brian Behlendorf | 2011-02-11 | 50 | -11/+250 |
* | Linux 2.6.33 compat, get/set xattr callbacks | Brian Behlendorf | 2011-02-11 | 6 | -7/+393 |
* | Linux 2.6.35 compat, fops->fsync() | Brian Behlendorf | 2011-02-11 | 52 | -7/+257 |
* | Linux 2.6.35 compat, const struct xattr_handler | Brian Behlendorf | 2011-02-10 | 52 | -5/+284 |
* | Prefer /lib/modules/$(uname -r)/ links | Brian Behlendorf | 2011-02-10 | 2 | -9/+24 |
* | MS_DIRSYNC and MS_REC compat | Brian Behlendorf | 2011-02-10 | 2 | -0/+11 |
* | Add missing -ldl linker option | Brian Behlendorf | 2011-02-10 | 10 | -10/+10 |
* | Update AUTHORS file | Brian Behlendorf | 2011-02-10 | 1 | -4/+34 |
* | Use 'noop' IO Scheduler | Brian Behlendorf | 2011-02-10 | 2 | -0/+49 |
* | Suppress large kmem_alloc() warning | Brian Behlendorf | 2011-02-10 | 1 | -1/+1 |
* | Update META to 0.6.0 | Brian Behlendorf | 2011-02-10 | 1 | -1/+1 |
* | Invalidate dcache and inode cache | Brian Behlendorf | 2011-02-10 | 1 | -7/+7 |
* | Remove useless libefi warnings | Brian Behlendorf | 2011-02-10 | 1 | -10/+3 |
* | Move cv_destroy() outside zp->z_range_lock() | Brian Behlendorf | 2011-02-10 | 1 | -23/+36 |
* | Add mmap(2) support | Brian Behlendorf | 2011-02-10 | 3 | -104/+245 |
* | Add Hooks for Linux Xattr Operations | Brian Behlendorf | 2011-02-10 | 1 | -0/+432 |
* | Add Hooks for Linux Super Block Operations | Brian Behlendorf | 2011-02-10 | 1 | -0/+168 |
* | Add Hooks for Linux Inode Operations | Brian Behlendorf | 2011-02-10 | 1 | -0/+331 |
* | Add Hooks for Linux File Operations | Brian Behlendorf | 2011-02-10 | 7 | -0/+251 |
* | Wrap with HAVE_XVATTR | Brian Behlendorf | 2011-02-10 | 2 | -167/+213 |
* | Add zp->z_is_zvol flag | Brian Behlendorf | 2011-02-10 | 3 | -3/+5 |
* | Prototype/structure update for Linux | Brian Behlendorf | 2011-02-10 | 22 | -3344/+2096 |
* | Remove dmu_write_pages() support | Brian Behlendorf | 2011-02-10 | 2 | -61/+0 |
* | Create a root znode without VFS dependencies | Brian Behlendorf | 2011-02-10 | 1 | -85/+4 |
* | Remove zfs_ctldir.[ch] | Brian Behlendorf | 2011-02-10 | 12 | -1429/+30 |
* | Disable fuid features | Brian Behlendorf | 2011-02-10 | 1 | -0/+6 |
* | Disable zfs_sync during oops/panic | Brian Behlendorf | 2011-02-10 | 1 | -1/+1 |
* | Disable Shutdown/Reboot | Brian Behlendorf | 2011-02-10 | 1 | -1/+5 |
* | Remove SYNC_ATTR check | Brian Behlendorf | 2011-02-10 | 1 | -9/+0 |
* | Remove mount options | Brian Behlendorf | 2011-02-10 | 1 | -21/+0 |
* | Remove zfs_active_fs_count | Brian Behlendorf | 2011-02-10 | 1 | -11/+0 |
* | Remove unused mount functions | Brian Behlendorf | 2011-02-10 | 1 | -333/+0 |
* | Remove zfs_major/zfs_minor/zfsfstype | Brian Behlendorf | 2011-02-10 | 1 | -105/+2 |
* | Remove Solaris VFS Hooks | Brian Behlendorf | 2011-02-10 | 3 | -159/+0 |
* | VFS: Add zfs_inode_update() helper | Brian Behlendorf | 2011-02-10 | 4 | -2/+77 |
* | VFS: Integrate zfs_znode_alloc() | Brian Behlendorf | 2011-02-10 | 2 | -61/+36 |
* | Enable zfs_znode compilation | Brian Behlendorf | 2011-02-10 | 2 | -18/+21 |
* | ACL related changes | Brian Behlendorf | 2011-02-10 | 3 | -7/+27 |
* | Init/destroy tsd | Brian Behlendorf | 2011-02-10 | 1 | -2/+1 |
* | Add Linux Compat Infrastructure | Brian Behlendorf | 2011-02-10 | 8 | -3/+625 |
* | Replace VOP_* calls with direct zfs_* calls | Brian Behlendorf | 2011-02-10 | 1 | -15/+16 |