Convert 'if' statements to AS_IF in kernel.m4
[zfs.git] / cmd /
2011-08-19 Brian BehlendorfFixed uninitialized variable
2011-08-19 Brian BehlendorfFix missing format arguments
2011-08-19 Brian BehlendorfDisable zfs /etc/mtab updates
2011-08-08 Brian BehlendorfAutogen refresh for udev changes
2011-08-08 Kyle FullerMove udev rules from /etc/udev to /lib/udev
2011-08-04 Brian BehlendorfAdd backing_device_info per-filesystem
2011-08-01 Alexander StetsenkoIllumos #278: get rid zfs of python and pyzfs dependencies
2011-08-01 Eric SchrockIllumos #883: ZIL reuse during remount corruption
2011-08-01 George WilsonIllumos #1051: zfs should handle imbalanced luns
2011-08-01 ShampavmanIllumos #510: 'zfs get' enhancement - mountpoint as...
2011-07-11 Kyle FullerProvide a rc.d script for archlinux
2011-07-08 Brian BehlendorfUpdate 'zfs send' documentation
2011-07-06 Brian BehlendorfUpdate ztest paths
2011-07-05 Prasad JoshiUse consistent error message in zpool sub-command
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-06-27 Prasad JoshiTear down and flush the mmap region
2011-06-23 Ned A. BassMultipath device manageability improvements
2011-06-17 Christian KohlschütterAdd "ashift" property to zpool create
2011-06-14 Brian BehlendorfHandle /etc/mtab -> /proc/mounts symlink
2011-06-14 Brian BehlendorfAlways check -Wno-unused-but-set-variable gcc support
2011-06-14 Brian BehlendorfCheck for -Wno-unused-but-set-variable gcc support
2011-05-20 Brian BehlendorfDefault to internal 'zfs userspace' implementation
2011-05-06 Brian BehlendorfFix awk usage
2011-05-05 Brian BehlendorfAllow mounting of read-only snapshots
2011-05-02 Brian BehlendorfFix 'zfs set volsize=N pool/dataset'
2011-04-29 Gunnar BeutnerImplemented NFS export_operations.
2011-04-25 Darik HornUse gethostid in the Linux convention.
2011-04-19 Brian BehlendorfSet -Wno-unused-but-set-variable globally
2011-04-19 Brian BehlendorfFix gcc compiler warning, parse_option()
2011-04-07 Manuel Amador (Rudd-O)Added .gitignore for mount.zfs and zvol_id
2011-04-05 Ned BassCall udevadm trigger more safely
2011-03-24 Fajar A. NugrahaFixes to enable zvol symlink creation
2011-03-22 Brian BehlendorfLinux 2.6.28 compat, insert_inode_locked()
2011-03-22 Brian BehlendorfMerge branch 'dracut'
2011-03-18 Brian BehlendorfFix 'LDFLAGS=-Wl,--as-needed' build error
2011-03-18 Brian BehlendorfFix getcwd() warning
2011-03-17 Brian BehlendorfAdd init scripts
2011-03-15 Brian BehlendorfStrip 'zfsutil,remount' from /etc/mtab
2011-03-15 Brian BehlendorfAlways allow '-o remount,ro'
2011-03-10 Brian BehlendorfCheck for trailing '/' in mount.zfs
2011-03-09 Brian BehlendorfFix mount helper
2011-03-02 Brian BehlendorfAdd xvattr support
2011-02-25 Fajar A. NugrahaUse udev to create /dev/zvol/[dataset_name] links
2011-02-23 Brian BehlendorfFix uninitialized variable
2011-02-23 Brian BehlendorfLinux 2.6.38 compat, blkdev_get_by_path()
2011-02-11 Brian BehlendorfLinux 2.6.36 compat, sops->evict_inode()
2011-02-11 Brian BehlendorfLinux 2.6.35 compat, fops->fsync()
2011-02-11 Brian BehlendorfLinux 2.6.35 compat, const struct xattr_handler
2011-02-10 Brian BehlendorfMS_DIRSYNC and MS_REC compat
2011-02-10 Brian BehlendorfAdd missing -ldl linker option
2011-02-05 Brian BehlendorfRemove HAVE_ZPL from commands and libraries
2011-02-05 Brian BehlendorfDocumentation updates
2011-02-05 Brian BehlendorfMinimal libshare infrastructure
2011-02-05 Brian BehlendorfAdd 'zfs mount' support
2011-01-28 Brian BehlendorfDisable umount.zfs helper
2011-01-28 Brian BehlendorfEnable mount.zfs helper
2011-01-28 Brian BehlendorfAutoconf selinux support
2011-01-06 Brian BehlendorfFix minor compiler warnings
2010-12-14 Ricardo M. CorreiaFix block device-related issues in zdb.
2010-11-08 Ned BassMake rollbacks fail gracefully
2010-10-22 Ned BassFix intermittent 'zpool add' failures
2010-10-22 Ned BassRemove solaris-specific code from make_leaf_vdev()
2010-10-22 Ned BassAdd helper functions for manipulating device names
2010-10-12 Brian BehlendorfAdd FAILFAST support
2010-10-12 Brian BehlendorfFix 'zpool events' formatting for awk
2010-10-12 Ned BassFix undersized buffer in is_shorthand_path()
2010-09-17 Brian BehlendorfAdd [-m map] option to zpool_layout
2010-09-08 Brian BehlendorfSupport custom build directories and move includes
2010-08-31 Brian BehlendorfAdd initial autoconf products
2010-08-31 Brian BehlendorfAdd linux ztest support
2010-08-31 Brian BehlendorfAdd linux zpios support
2010-08-31 Brian BehlendorfAdd linux user util support
2010-08-31 Brian BehlendorfAdd linux user disk support
2010-08-31 Brian BehlendorfAdd linux events
2010-08-31 Brian BehlendorfAdd build system
2010-08-31 Brian BehlendorfFix stack ztest
2010-08-31 Brian BehlendorfFix Solaris thread dependency by using pthreads
2010-08-31 Brian BehlendorfFix deadcode
2010-08-31 Ricardo M. CorreiaFix commit callbacks
2010-08-31 Brian BehlendorfFix gcc uninitialized variable warnings
2010-08-31 Brian BehlendorfFix gcc unused variable warnings
2010-08-31 Brian BehlendorfFix gcc missing parenthesis warnings
2010-08-27 Brian BehlendorfFix gcc missing case warnings
2010-08-27 Brian BehlendorfFix gcc missing braces warnings
2010-08-27 Brian BehlendorfFix gcc invalid prototype warnings
2010-08-27 Ricardo M. CorreiaFix gcc ident pragma warnings
2010-08-27 Brian BehlendorfFix gcc fortify source warnings
2010-08-27 Brian BehlendorfFix gcc cast warnings
2010-08-27 Brian BehlendorfFix gcc c90 compliance warnings
2010-08-26 Ricardo M. CorreiaFix gcc 64-bit constant warnings
2010-08-26 Brian BehlendorfUpdate to onnv_147
2010-05-28 Brian BehlendorfUpdate core ZFS code from build 121 to build 141.
2010-01-08 Brian BehlendorfAdd .gitignore files to exclude build products
2009-08-18 Brian BehlendorfRebase master to b121
2009-07-02 Brian BehlendorfRebase master to b117
2009-02-18 Brian BehlendorfRebase master to b108
2009-01-15 Brian BehlendorfRebase master to b105
2009-01-05 Brian BehlendorfRemove zdump, it's an unrelateds command which I added...
2008-12-11 Brian BehlendorfMove the world out of /zfs/ and seperate out module...