summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Illumos #1092: zfs refratio propertyMatt Ahrens2011-08-015-7/+31
* Illumos #1051: zfs should handle imbalanced lunsGeorge Wilson2011-08-018-28/+123
* Illumos #510: 'zfs get' enhancement - mountpoint as an argumentShampavman2011-08-011-1/+2
* Illumos #175: zfs vdev cache consumes excessive memoryGarrett D'Amore2011-08-011-1/+8
* Illumos #764: panic in zfs:dbuf_sync_listGordon Ross2011-08-011-4/+16
* Illumos #xxx: zdb -vvv broken after zfs diff integrationTim Haley2011-08-011-14/+14
* Add .gitignore for zfs.<distro> init scriptsBrian Behlendorf2011-08-011-0/+6
* Turn the init.d scripts into autoconf config filesKyle Fuller2011-08-019-35/+73
* Wrap dracut scripts to 79 charsZachary Bedell2011-07-313-10/+14
* Make autogen.sh executableKyle Fuller2011-07-261-0/+0
* Catch return errors from zpool commandsZachary Bedell2011-07-251-2/+3
* Soft to hard tabsZachary Bedell2011-07-253-114/+114
* Fix txg_sync_thread deadlockBrian Behlendorf2011-07-221-2/+2
* Add missing <pool> optionBrian Behlendorf2011-07-221-1/+1
* Fix the configure CONFIG_* option detectionBrian Behlendorf2011-07-222-15/+5
* Use zfs_mknode() to create dataset rootBrian Behlendorf2011-07-201-31/+68
* Honor setgit bit on directoriesBrian Behlendorf2011-07-201-20/+22
* Fix 'make install' overly broad 'rm'Brian Behlendorf2011-07-201-1/+5
* Fix zpl_writepage() deadlockBrian Behlendorf2011-07-191-0/+9
* Fix zio_execute() deadlockBrian Behlendorf2011-07-191-1/+2
* Fix mmap(2)/write(2)/read(2) deadlockBrian Behlendorf2011-07-191-5/+0
* Update 'zpool import' man pageBrian Behlendorf2011-07-191-5/+78
* Fix send/recv 'dataset is busy' errorsBrian Behlendorf2011-07-151-2/+1
* Provide a rc.d script for archlinuxzfs-0.6.0-rc5Kyle Fuller2011-07-1158-18/+157
* Improve fstat(2) performanceBrian Behlendorf2011-07-113-27/+40
* Add L2ARC tunablesBrian Behlendorf2011-07-081-8/+32
* Update 'zfs send' documentationBrian Behlendorf2011-07-082-5/+29
* Remove zfs service only on uninstall, not on upgradeFajar A. Nugraha2011-07-081-1/+1
* Check for "udevadm settle" vs "udevsettle"Fajar A. Nugraha2011-07-081-1/+5
* Update ztest pathsBrian Behlendorf2011-07-061-1/+3
* Add proper library versioningBrian Behlendorf2011-07-0616-13/+43
* Updated init scripts to enable automatic sharing of ZFS datasets.Gunnar Beutner2011-07-065-0/+25
* Renamed HAVE_SHARE ifdefs to HAVE_SMB_SHARE.Gunnar Beutner2011-07-062-12/+12
* Link libshare directly to libzfsGunnar Beutner2011-07-063-157/+18
* Implemented sharing datasets via NFS using libshare.Gunnar Beutner2011-07-0613-167/+2380
* Document initramfs processZachary Bedell2011-07-061-0/+137
* Update for Dracut-010Zachary Bedell2011-07-0610-87/+159
* Update zfs.gentoo/zfs.lsb init scriptZachary Bedell2011-07-062-11/+11
* Removed erroneous backticks in the zfs.lunar init script.Gunnar Beutner2011-07-051-2/+2
* Fixed indentation in the zfs.lunar init script.Gunnar Beutner2011-07-051-10/+10
* Use consistent error message in zpool sub-commandPrasad Joshi2011-07-041-32/+40
* Fix 'rc_parallel="YES"' errorAndrew Tselischev2011-07-041-1/+1
* Prep zfs-0.6.0-rc5 tagBrian Behlendorf2011-07-011-1/+1
* Always allow non-user xattrsBrian Behlendorf2011-07-011-8/+0
* Fix implicit declaration of 'mkdirp'Brian Behlendorf2011-07-012-0/+2
* Support mandatory locks (nbmand)Rohan Puri2011-07-012-21/+9
* Linux compat 2.6.39: mount_nodev()Brian Behlendorf2011-07-0173-220/+347
* Linux compat 2.6.39: security_inode_init_security()Brian Behlendorf2011-07-0161-9/+239
* Avoid 'rpm -q' bug for 'make pkg'Brian Behlendorf2011-07-013-8/+8
* Add ZFS specific mmap() checksBrian Behlendorf2011-07-013-116/+30