Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Illumos #764: panic in zfs:dbuf_sync_list | Gordon Ross | 2011-08-01 | 1 | -4/+16 | |
| * | Illumos #xxx: zdb -vvv broken after zfs diff integration | Tim Haley | 2011-08-01 | 1 | -14/+14 | |
|/ | ||||||
* | Add .gitignore for zfs.<distro> init scripts | Brian Behlendorf | 2011-08-01 | 1 | -0/+6 | |
* | Turn the init.d scripts into autoconf config files | Kyle Fuller | 2011-08-01 | 9 | -35/+73 | |
* | Wrap dracut scripts to 79 chars | Zachary Bedell | 2011-07-31 | 3 | -10/+14 | |
* | Make autogen.sh executable | Kyle Fuller | 2011-07-26 | 1 | -0/+0 | |
* | Catch return errors from zpool commands | Zachary Bedell | 2011-07-25 | 1 | -2/+3 | |
* | Soft to hard tabs | Zachary Bedell | 2011-07-25 | 3 | -114/+114 | |
* | Fix txg_sync_thread deadlock | Brian Behlendorf | 2011-07-22 | 1 | -2/+2 | |
* | Add missing <pool> option | Brian Behlendorf | 2011-07-22 | 1 | -1/+1 | |
* | Fix the configure CONFIG_* option detection | Brian Behlendorf | 2011-07-22 | 2 | -15/+5 | |
* | Use zfs_mknode() to create dataset root | Brian Behlendorf | 2011-07-20 | 1 | -31/+68 | |
* | Honor setgit bit on directories | Brian Behlendorf | 2011-07-20 | 1 | -20/+22 | |
* | Fix 'make install' overly broad 'rm' | Brian Behlendorf | 2011-07-20 | 1 | -1/+5 | |
* | Fix zpl_writepage() deadlock | Brian Behlendorf | 2011-07-19 | 1 | -0/+9 | |
* | Fix zio_execute() deadlock | Brian Behlendorf | 2011-07-19 | 1 | -1/+2 | |
* | Fix mmap(2)/write(2)/read(2) deadlock | Brian Behlendorf | 2011-07-19 | 1 | -5/+0 | |
* | Update 'zpool import' man page | Brian Behlendorf | 2011-07-19 | 1 | -5/+78 | |
* | Fix send/recv 'dataset is busy' errors | Brian Behlendorf | 2011-07-15 | 1 | -2/+1 | |
* | Provide a rc.d script for archlinuxzfs-0.6.0-rc5 | Kyle Fuller | 2011-07-11 | 58 | -18/+157 | |
* | Improve fstat(2) performance | Brian Behlendorf | 2011-07-11 | 3 | -27/+40 | |
* | Add L2ARC tunables | Brian Behlendorf | 2011-07-08 | 1 | -8/+32 | |
* | Update 'zfs send' documentation | Brian Behlendorf | 2011-07-08 | 2 | -5/+29 | |
* | Remove zfs service only on uninstall, not on upgrade | Fajar A. Nugraha | 2011-07-08 | 1 | -1/+1 | |
* | Check for "udevadm settle" vs "udevsettle" | Fajar A. Nugraha | 2011-07-08 | 1 | -1/+5 | |
* | Update ztest paths | Brian Behlendorf | 2011-07-06 | 1 | -1/+3 | |
* | 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 |