Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | 3 | -2/+76 | |
| * | VFS: Integrate zfs_znode_alloc() | Brian Behlendorf | 2011-02-10 | 1 | -59/+27 | |
| * | Enable zfs_znode compilation | Brian Behlendorf | 2011-02-10 | 2 | -18/+21 | |
| * | ACL related changes | Brian Behlendorf | 2011-02-10 | 2 | -5/+27 | |
| * | Init/destroy tsd | Brian Behlendorf | 2011-02-10 | 1 | -2/+1 | |
| * | Replace VOP_* calls with direct zfs_* calls | Brian Behlendorf | 2011-02-10 | 1 | -15/+16 | |
| * | Add basic uio support | Brian Behlendorf | 2011-02-10 | 2 | -0/+256 | |
| * | 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 | 2 | -29/+61 | |
| * | Add HAVE_SCANSTAMP | Brian Behlendorf | 2011-02-10 | 1 | -2/+6 | |
| * | Add initial rw_uio functions to the dmu | Brian Behlendorf | 2011-02-04 | 1 | -3/+109 | |
| * | Documentation updates | Brian Behlendorf | 2011-02-04 | 1 | -1/+1 | |
| * | Fix ZVOL rename minor devices | Brian Behlendorf | 2011-01-07 | 1 | -3/+9 | |
| * | Fix minor compiler warnings | Brian Behlendorf | 2011-01-06 | 5 | -57/+60 | |
| * | Use cv_timedwait_interruptible in arc | Brian Behlendorf | 2010-12-14 | 1 | -3/+3 | |
* | | Add API to wait for pending commit callbacks | Ricardo M. Correia | 2011-02-16 | 2 | -0/+16 | |
|/ | ||||||
* | Enable rrwlock.c compilation | Brian Behlendorf | 2010-12-07 | 1 | -3/+0 | |
* | Fix for access beyond end of device error | Ned Bass | 2010-11-10 | 2 | -1/+3 | |
* | Linux 2.6.36 compat, use fops->unlocked_ioctl() | Brian Behlendorf | 2010-11-10 | 1 | -6/+5 | |
* | Linux 2.6.36 compat, synchronous bio flag | Brian Behlendorf | 2010-11-10 | 1 | -2/+23 | |
* | Remove inconsistent use of EOPNOTSUPP | Ned Bass | 2010-11-10 | 1 | -1/+1 | |
* | Make rollbacks fail gracefully | Ned Bass | 2010-11-08 | 1 | -1/+1 | |
* | Increate zio write interrupt thread count. | Brian Behlendorf | 2010-11-08 | 1 | -1/+1 | |
* | Shorten zio_* thread names | Brian Behlendorf | 2010-11-08 | 2 | -3/+2 | |
* | Fix panic mounting unformatted zvol | Ned Bass | 2010-10-29 | 1 | -0/+4 | |
* | Fix missing 'zpool events' | Brian Behlendorf | 2010-10-12 | 2 | -6/+20 | |
* | Initial zio delay timing | Brian Behlendorf | 2010-10-12 | 3 | -3/+26 | |
* | Add FAILFAST support | Brian Behlendorf | 2010-10-12 | 1 | -10/+4 | |
* | Generate zevents for speculative and soft errors | Brian Behlendorf | 2010-10-12 | 1 | -16/+2 | |
* | Fix negative zio->io_error which must be positive. | Brian Behlendorf | 2010-10-12 | 1 | -2/+19 | |
* | Suppress large kmem_alloc() warning. | Brian Behlendorf | 2010-10-12 | 1 | -2/+2 | |
* | Use stored whole_disk property when opening a vdev | Ned Bass | 2010-10-04 | 1 | -3/+13 | |
* | Register the space accounting callback even when we don't have the ZPL. | Ricardo M. Correia | 2010-10-04 | 1 | -1/+3 | |
* | Export ZFS symbols needed by Lustre. | Ricardo M. Correia | 2010-09-17 | 1 | -0/+11 |