zfs.git
2011-10-06 Brian BehlendorfPrep zfs-0.6.0-rc6 tag
2011-10-05 Brian BehlendorfExport symbols for the full SA API
2011-09-30 Brian BehlendorfSynchronize initramfs and system hostid
2011-09-29 Oleg StepuraFix 'unexpected operator' bashism
2011-09-28 Andreas Dilgerzpl: Fix "df -i" to have better free inodes value
2011-09-27 Brian BehlendorfFix uninitialized varible in zfs_do_userspace()
2011-09-27 Brian BehlendorfExport symbols for the full ZAP API
2011-09-26 Zachary BedellMake libefi-created GPT compatible with gptfdisk
2011-09-26 Zachary BedellFix boot failure in Dracut scripts.
2011-09-26 Ned BassUse automatic variable in Makefile
2011-09-16 Brian BehlendorfSuppress kmem_alloc() warning in zfs_prop_set_special()
2011-09-12 Brian BehlendorfInstall zfs-devel headers in /usr/include
2011-09-09 Brian BehlendorfFix usage of zsb after free
2011-09-06 Jeremy GillEnsure FC15 boots when zfs isn't used for boot partition
2011-09-06 Prakash SuryaFix zfs.spec.in to use @LICENSE@ variable
2011-09-06 Prakash SuryaFix package URLs to use the github repository
2011-09-06 Prakash SuryaConvert 'if' statements to AS_IF in kernel.m4
2011-09-06 Prakash SuryaFix minor autoconf error message inconsistencies
2011-08-22 Brian BehlendorfFix incorrect zpool_cache substitution
2011-08-22 Brian BehlendorfMerge branch 'udev'
2011-08-19 Brian BehlendorfFix autoconf variable substitution in init scripts.
2011-08-19 Kyle FullerMake dracut module-setup.sh an autoconf config file
2011-08-19 Kyle FullerMove 90-zfs udev rule from dracut to udev/rules.d
2011-08-19 Brian BehlendorfBuildbot suppression rules
2011-08-19 Brian BehlendorfFixed uninitialized variable
2011-08-19 Brian BehlendorfFix missing format arguments
2011-08-19 Brian BehlendorfFix incompatible pointer type warning
2011-08-19 Brian BehlendorfDisable zfs /etc/mtab updates
2011-08-08 Brian BehlendorfImprove HAVE_EVICT_INODE check
2011-08-08 Brian BehlendorfAutogen refresh for udev changes
2011-08-08 Kyle FullerMove udev rules from /etc/udev to /lib/udev
2011-08-08 Brian BehlendorfCorrectly lock pages for .readpages()
2011-08-04 Brian BehlendorfAdd backing_device_info per-filesystem
2011-08-02 Brian BehlendorfCleanup mmap(2) writes
2011-08-01 Gunnar BeutnerUse libzfs_run_process() in libshare.
2011-08-01 Gunnar BeutnerUse /dev/null for stdout/stderr in libzfs_run_process().
2011-08-01 James HCall exportfs -v once for NFS shares.
2011-08-01 Brian BehlendorfMerge branch 'illumos'
2011-08-01 Martin MatuskaIllumos #1313: Integer overflow in txg_delay()
2011-08-01 Alexander StetsenkoIllumos #278: get rid zfs of python and pyzfs dependencies
2011-08-01 Martin MatuskaIllumos #1043: Recursive zfs snapshot destroy fails
2011-08-01 Eric SchrockIllumos #883: ZIL reuse during remount corruption
2011-08-01 Matt AhrensIllumos #1092: zfs refratio property
2011-08-01 George WilsonIllumos #1051: zfs should handle imbalanced luns
2011-08-01 ShampavmanIllumos #510: 'zfs get' enhancement - mountpoint as...
2011-08-01 Garrett D'AmoreIllumos #175: zfs vdev cache consumes excessive memory
2011-08-01 Gordon RossIllumos #764: panic in zfs:dbuf_sync_list
2011-08-01 Tim HaleyIllumos #xxx: zdb -vvv broken after zfs diff integration
2011-08-01 Brian BehlendorfAdd .gitignore for zfs.<distro> init scripts
2011-08-01 Kyle FullerTurn the init.d scripts into autoconf config files
2011-07-31 Zachary BedellWrap dracut scripts to 79 chars
2011-07-26 Kyle FullerMake autogen.sh executable
2011-07-25 Zachary BedellCatch return errors from zpool commands
2011-07-25 Zachary BedellSoft to hard tabs
2011-07-22 Brian BehlendorfFix txg_sync_thread deadlock
2011-07-22 Brian BehlendorfAdd missing <pool> option
2011-07-22 Brian BehlendorfFix the configure CONFIG_* option detection
2011-07-21 Brian BehlendorfUse zfs_mknode() to create dataset root
2011-07-20 Brian BehlendorfHonor setgit bit on directories
2011-07-20 Brian BehlendorfFix 'make install' overly broad 'rm'
2011-07-19 Brian BehlendorfFix zpl_writepage() deadlock
2011-07-19 Brian BehlendorfFix zio_execute() deadlock
2011-07-19 Brian BehlendorfFix mmap(2)/write(2)/read(2) deadlock
2011-07-19 Brian BehlendorfUpdate 'zpool import' man page
2011-07-15 Brian BehlendorfFix send/recv 'dataset is busy' errors
2011-07-11 Kyle FullerProvide a rc.d script for archlinux
2011-07-11 Brian BehlendorfImprove fstat(2) performance
2011-07-08 Brian BehlendorfAdd L2ARC tunables
2011-07-08 Brian BehlendorfUpdate 'zfs send' documentation
2011-07-08 Fajar A. NugrahaRemove zfs service only on uninstall, not on upgrade
2011-07-08 Fajar A. NugrahaCheck for "udevadm settle" vs "udevsettle"
2011-07-06 Brian BehlendorfUpdate ztest paths
2011-07-06 Brian BehlendorfAdd proper library versioning
2011-07-06 Gunnar BeutnerUpdated init scripts to enable automatic sharing of...
2011-07-06 Gunnar BeutnerRenamed HAVE_SHARE ifdefs to HAVE_SMB_SHARE.
2011-07-06 Gunnar BeutnerLink libshare directly to libzfs
2011-07-06 Gunnar BeutnerImplemented sharing datasets via NFS using libshare.
2011-07-06 Zachary BedellDocument initramfs process
2011-07-06 Zachary BedellUpdate for Dracut-010
2011-07-06 Zachary BedellUpdate zfs.gentoo/zfs.lsb init script
2011-07-05 Gunnar BeutnerRemoved erroneous backticks in the zfs.lunar init script.
2011-07-05 Gunnar BeutnerFixed indentation in the zfs.lunar init script.
2011-07-05 Prasad JoshiUse consistent error message in zpool sub-command
2011-07-04 Andrew TselischevFix 'rc_parallel="YES"' error
2011-07-01 Brian BehlendorfPrep zfs-0.6.0-rc5 tag
2011-07-01 Brian BehlendorfAlways allow non-user xattrs
2011-07-01 Brian BehlendorfFix implicit declaration of 'mkdirp'
2011-07-01 Rohan PuriSupport mandatory locks (nbmand)
2011-07-01 Brian BehlendorfLinux compat 2.6.39: mount_nodev()
2011-07-01 Brian BehlendorfLinux compat 2.6.39: security_inode_init_security()
2011-07-01 Brian BehlendorfAvoid 'rpm -q' bug for 'make pkg'
2011-07-01 Brian BehlendorfAdd ZFS specific mmap() checks
2011-07-01 Brian BehlendorfRemove unused MMAP functions
2011-07-01 Prasad JoshiMMAP Optimization
2011-06-30 Brian BehlendorfEnsure all block devices are available
2011-06-27 Prasad JoshiUse truncate_setsize in zfs_setattr
2011-06-27 Prasad JoshiTear down and flush the mmap region
2011-06-23 Ned A. BassMultipath device manageability improvements
2011-06-21 Brian BehlendorfLinux 3.0 compat, shrinker compatibility
2011-06-20 Gunnar BeutnerFix unlink/xattr deadlock
next