summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move udev rules from /etc/udev to /lib/udevKyle Fuller2011-08-0818-30/+45
* Correctly lock pages for .readpages()Brian Behlendorf2011-08-081-54/+13
* Add backing_device_info per-filesystemBrian Behlendorf2011-08-0461-0/+255
* Cleanup mmap(2) writesBrian Behlendorf2011-08-023-111/+91
* Use libzfs_run_process() in libshare.Gunnar Beutner2011-08-011-59/+29
* Use /dev/null for stdout/stderr in libzfs_run_process().Gunnar Beutner2011-08-011-3/+10
* Call exportfs -v once for NFS shares.James H2011-08-011-90/+74
* Merge branch 'illumos'Brian Behlendorf2011-08-0123-106/+2700
|\
| * Illumos #1313: Integer overflow in txg_delay()Martin Matuska2011-08-011-1/+1
| * Illumos #278: get rid zfs of python and pyzfs dependenciesAlexander Stetsenko2011-08-015-34/+2440
| * Illumos #1043: Recursive zfs snapshot destroy failsMartin Matuska2011-08-011-0/+5
| * Illumos #883: ZIL reuse during remount corruptionEric Schrock2011-08-012-16/+60
| * 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