Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add proper library versioning | Brian Behlendorf | 2011-07-06 | 16 | -13/+43 |
* | Updated init scripts to enable automatic sharing of ZFS datasets. | Gunnar Beutner | 2011-07-06 | 5 | -0/+25 |
* | Renamed HAVE_SHARE ifdefs to HAVE_SMB_SHARE. | Gunnar Beutner | 2011-07-06 | 2 | -12/+12 |
* | Link libshare directly to libzfs | Gunnar Beutner | 2011-07-06 | 3 | -157/+18 |
* | Implemented sharing datasets via NFS using libshare. | Gunnar Beutner | 2011-07-06 | 13 | -167/+2380 |
* | Document initramfs process | Zachary Bedell | 2011-07-06 | 1 | -0/+137 |
* | Update for Dracut-010 | Zachary Bedell | 2011-07-06 | 10 | -87/+159 |
* | Update zfs.gentoo/zfs.lsb init script | Zachary Bedell | 2011-07-06 | 2 | -11/+11 |
* | Removed erroneous backticks in the zfs.lunar init script. | Gunnar Beutner | 2011-07-05 | 1 | -2/+2 |
* | Fixed indentation in the zfs.lunar init script. | Gunnar Beutner | 2011-07-05 | 1 | -10/+10 |
* | Use consistent error message in zpool sub-command | Prasad Joshi | 2011-07-04 | 1 | -32/+40 |
* | Fix 'rc_parallel="YES"' error | Andrew Tselischev | 2011-07-04 | 1 | -1/+1 |
* | Prep zfs-0.6.0-rc5 tag | Brian Behlendorf | 2011-07-01 | 1 | -1/+1 |
* | Always allow non-user xattrs | Brian Behlendorf | 2011-07-01 | 1 | -8/+0 |
* | Fix implicit declaration of 'mkdirp' | Brian Behlendorf | 2011-07-01 | 2 | -0/+2 |
* | Support mandatory locks (nbmand) | Rohan Puri | 2011-07-01 | 2 | -21/+9 |
* | Linux compat 2.6.39: mount_nodev() | Brian Behlendorf | 2011-07-01 | 73 | -220/+347 |
* | Linux compat 2.6.39: security_inode_init_security() | Brian Behlendorf | 2011-07-01 | 61 | -9/+239 |
* | Avoid 'rpm -q' bug for 'make pkg' | Brian Behlendorf | 2011-07-01 | 3 | -8/+8 |
* | Add ZFS specific mmap() checks | Brian Behlendorf | 2011-07-01 | 3 | -116/+30 |
* | Remove unused MMAP functions | Brian Behlendorf | 2011-07-01 | 2 | -61/+0 |
* | MMAP Optimization | Prasad Joshi | 2011-07-01 | 4 | -327/+178 |
* | Ensure all block devices are available | Brian Behlendorf | 2011-06-30 | 5 | -0/+16 |
* | Use truncate_setsize in zfs_setattr | Prasad Joshi | 2011-06-27 | 1 | -5/+3 |
* | Tear down and flush the mmap region | Prasad Joshi | 2011-06-27 | 59 | -2/+172 |
* | Multipath device manageability improvements | Ned A. Bass | 2011-06-23 | 10 | -62/+803 |
* | Linux 3.0 compat, shrinker compatibility | Brian Behlendorf | 2011-06-21 | 1 | -3/+5 |
* | Fix unlink/xattr deadlock | Gunnar Beutner | 2011-06-20 | 2 | -55/+90 |
* | Removed erroneous zfs_inode_destroy() calls from zfs_rmnode(). | Gunnar Beutner | 2011-06-20 | 1 | -3/+0 |
* | Add "ashift" property to zpool create | Christian Kohlschütter | 2011-06-17 | 8 | -12/+69 |
* | Linux 2.6.37 compat, WRITE_FLUSH_FUA | Brian Behlendorf | 2011-06-17 | 2 | -1/+15 |
* | Update rpm/deb packages to be FHS compliant | Brian Behlendorf | 2011-06-17 | 1 | -1/+4 |
* | Autogen refresh. | Darik Horn | 2011-06-17 | 3 | -12/+11 |
* | Use datadir not datarootdir for dracut | Brian Behlendorf | 2011-06-17 | 1 | -1/+1 |
* | Fix autoconf variable substitution in udev rules. | Darik Horn | 2011-06-17 | 4 | -5/+8 |
* | Handle /etc/mtab -> /proc/mounts symlink | Brian Behlendorf | 2011-06-14 | 1 | -1/+1 |
* | Always check -Wno-unused-but-set-variable gcc support | Brian Behlendorf | 2011-06-14 | 56 | -213/+142 |
* | Check for -Wno-unused-but-set-variable gcc support | Brian Behlendorf | 2011-06-14 | 57 | -35/+326 |
* | Add default stack checking | Brian Behlendorf | 2011-06-13 | 2 | -0/+28 |
* | Pass -f option for import | Brian Behlendorf | 2011-06-10 | 1 | -1/+1 |
* | Fix 'zfs send -D' segfault | Brian Behlendorf | 2011-06-09 | 1 | -1/+2 |
* | Sanatize zpios-sanity.sh environment | Brian Behlendorf | 2011-06-03 | 1 | -0/+7 |
* | Delay before destroying loopback devices | Brian Behlendorf | 2011-06-03 | 4 | -0/+12 |
* | Always unload zpios.ko on exit | Brian Behlendorf | 2011-06-02 | 1 | -2/+11 |
* | Fix zpios-sanity.sh return code | Brian Behlendorf | 2011-06-02 | 1 | -1/+4 |
* | Fix stack ddt_class_contains() | Brian Behlendorf | 2011-05-31 | 1 | -5/+11 |
* | Fix stack ddt_zap_lookup() | Brian Behlendorf | 2011-05-31 | 1 | -4/+8 |
* | Revert "Fix stack traverse_visitbp()" | Brian Behlendorf | 2011-05-31 | 1 | -177/+98 |
* | Make tgx_sync_thread zio's async | Brian Behlendorf | 2011-05-31 | 1 | -4/+13 |
* | Fix 4K sector support | Brian Behlendorf | 2011-05-27 | 1 | -7/+6 |