Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Add basic uio support | Brian Behlendorf | 2011-02-10 | 8 | -6/+325 |
* | Add trivial acl helpers | Brian Behlendorf | 2011-02-10 | 1 | -1/+120 |
* | Remove dead ACL code | Brian Behlendorf | 2011-02-10 | 1 | -75/+1 |
* | Remove zfs_parse_bootfs() support | Brian Behlendorf | 2011-02-10 | 1 | -55/+0 |
* | VFS: Wrap with HAVE_SHARE | Brian Behlendorf | 2011-02-10 | 2 | -18/+22 |
* | Wrap with HAVE_MLSLABEL | Brian Behlendorf | 2011-02-10 | 1 | -0/+2 |
* | Remove znode move functionality | Brian Behlendorf | 2011-02-10 | 1 | -184/+0 |
* | Conserve stack in zfs_mkdir() | Brian Behlendorf | 2011-02-10 | 1 | -1/+3 |
* | Conserve stack in zfs_sa_upgrade() | Brian Behlendorf | 2011-02-10 | 1 | -4/+8 |
* | Export required vfs/vn symbols | Brian Behlendorf | 2011-02-10 | 6 | -29/+153 |
* | Add HAVE_SCANSTAMP | Brian Behlendorf | 2011-02-10 | 1 | -2/+6 |
* | Add initial rw_uio functions to the dmu | Brian Behlendorf | 2011-02-04 | 2 | -5/+117 |