Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase fragment size to block size | Brian Behlendorf | 2011-02-23 | 1 | -4/+8 |
* | Fix 'statement with no effect' warning | Brian Behlendorf | 2011-02-23 | 1 | -1/+1 |
* | Fix uninitialized variable | Brian Behlendorf | 2011-02-23 | 1 | -1/+1 |
* | Fix enum compiler warning | Brian Behlendorf | 2011-02-23 | 1 | -2/+2 |
* | Linux 2.6.38 compat, blkdev_get_by_path() | Brian Behlendorf | 2011-02-23 | 49 | -3/+159 |
* | Linux 2.6.x compat, blkdev_compat.h | Brian Behlendorf | 2011-02-23 | 7 | -64/+69 |
* | Prep zfs-0.6.0-rc1 tagzfs-0.6.0-rc1 | Brian Behlendorf | 2011-02-18 | 1 | -1/+1 |
* | Merge branch 'zpl' | Brian Behlendorf | 2011-02-18 | 128 | -6848/+7785 |
|\ | |||||
| * | Use provided uid/gid for setattr | Brian Behlendorf | 2011-02-17 | 2 | -5/+5 |
| * | 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 |