zfs.git
2011-02-10 Brian BehlendorfAdd Linux Compat Infrastructure
2011-02-10 Brian BehlendorfReplace VOP_* calls with direct zfs_* calls
2011-02-10 Brian BehlendorfAdd basic uio support
2011-02-10 Brian BehlendorfAdd trivial acl helpers
2011-02-10 Brian BehlendorfRemove dead ACL code
2011-02-10 Brian BehlendorfRemove zfs_parse_bootfs() support
2011-02-10 Brian BehlendorfVFS: Wrap with HAVE_SHARE
2011-02-10 Brian BehlendorfWrap with HAVE_MLSLABEL
2011-02-10 Brian BehlendorfRemove znode move functionality
2011-02-10 Brian BehlendorfConserve stack in zfs_mkdir()
2011-02-10 Brian BehlendorfConserve stack in zfs_sa_upgrade()
2011-02-10 Brian BehlendorfExport required vfs/vn symbols
2011-02-10 Brian BehlendorfAdd HAVE_SCANSTAMP
2011-02-05 Brian BehlendorfAdd initial rw_uio functions to the dmu
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 BehlendorfOpen up libzfs_run_process/libzfs_load_module
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-07 Brian BehlendorfFix ZVOL rename minor devices
2011-01-06 Brian BehlendorfFix minor compiler warnings
2010-12-14 Brian BehlendorfAdd missing mkdirp prototype
2010-12-14 Brian BehlendorfUse cv_timedwait_interruptible in arc
2010-12-14 Ricardo M.... Fix block device-related issues in zdb.
2010-12-08 Brian BehlendorfEnable rrwlock.c compilation
2010-12-07 Brian BehlendorfRefresh autogen.sh products
2010-11-29 Ned BassRemove partition from vdev name in zfault.sh
2010-11-12 Brian BehlendorfSkip /dev/hpet during 'zpool import'
2010-11-11 Brian BehlendorfAdd '-ts' options to zconfig.sh/zfault.sh usage
2010-11-11 Brian BehlendorfRemove spl/zfs modules as part of cleanup
2010-11-11 Brian BehlendorfUnconditionally load core kernel modules
2010-11-11 Ned BassFix for access beyond end of device error
2010-11-11 Brian BehlendorfLinux 2.6.36 compat, use fops->unlocked_ioctl()
2010-11-11 Brian BehlendorfLinux 2.6.36 compat, blk_* macros removed
2010-11-11 Brian BehlendorfLinux 2.6.36 compat, synchronous bio flag
2010-11-11 Brian BehlendorfLinux 2.6.36 compat, use REQ_FAILFAST_MASK
2010-11-10 Ned BassRemove inconsistent use of EOPNOTSUPP
2010-11-08 Brian BehlendorfAdd lustre zpios-test workload
2010-11-08 Brian BehlendorfPrep for 0.5.2 tag
2010-11-08 Brian BehlendorfReplace custom zpool configs with generic configs
2010-11-08 Ned BassMake rollbacks fail gracefully
2010-11-08 Brian BehlendorfIncreate zio write interrupt thread count.
2010-11-08 Brian BehlendorfShorten zio_* thread names
2010-10-29 Ned BassFix panic mounting unformatted zvol
2010-10-22 Ned BassCall modprobe with absolute path
2010-10-22 Ned BassFix intermittent 'zpool add' failures
2010-10-22 Ned BassAdd zconfig test for adding and removing vdevs
2010-10-22 Ned BassRemove solaris-specific code from make_leaf_vdev()
2010-10-22 Ned BassSupport shorthand names with zpool remove
2010-10-22 Ned BassAdd helper functions for manipulating device names
2010-10-12 Brian BehlendorfAdd zfault zpool configurations and tests
2010-10-12 Brian BehlendorfFix missing 'zpool events'
2010-10-12 Brian BehlendorfInitial zio delay timing
2010-10-12 Brian BehlendorfAdd FAILFAST support
2010-10-12 Brian BehlendorfFix 'zpool events' formatting for awk
2010-10-12 Brian BehlendorfGenerate zevents for speculative and soft errors
2010-10-12 Brian BehlendorfFix negative zio->io_error which must be positive.
2010-10-12 Brian BehlendorfSuppress large kmem_alloc() warning.
2010-10-12 Ned BassFix undersized buffer in is_shorthand_path()
2010-10-11 Ned BassMake commands load zfs module on demand
2010-10-04 Ned BassStrip partition from device name for whole disks
2010-10-04 Ned BassUse stored whole_disk property when opening a vdev
2010-10-04 Ricardo M.... Register the space accounting callback even when we...
2010-09-23 Ned BassFix missing vdev names in zpool status output
2010-09-17 Ricardo M.... Export ZFS symbols needed by Lustre.
2010-09-17 Ricardo M.... Quiet down very frequent large allocation warning in...
2010-09-17 Brian BehlendorfAdd missing Makefile.in from zpool_layout commit
2010-09-17 Brian BehlendorfAdd [-m map] option to zpool_layout
2010-09-15 Brian BehlendorfFix markdown rendering
2010-09-14 Brian BehlendorfReference new zfsonlinux.org website
2010-09-12 Brian BehlendorfWait up to timeout seconds for udev device
2010-09-11 Brian BehlendorfReduce volume size in zconfig.sh
2010-09-10 Brian BehlendorfUse top level object directory in zfs-module.spec
2010-09-10 Brian BehlendorfExclude atomic.S source from dist rules
2010-09-10 Brian BehlendorfUse linux __KERNEL__ define
2010-09-09 Brian BehlendorfFix "format not a string literal" warning
2010-09-08 Brian BehlendorfSupport custom build directories and move includes
2010-09-03 Brian BehlendorfFix spl version check
2010-09-02 Brian BehlendorfRemove zfs-x.y.z.zip creation in 'make dist'
2010-09-01 Brian BehlendorfPrep for zfs-0.5.1 tag
2010-09-01 Brian BehlendorfFix zfsdev_compat_ioctl() case
2010-09-01 Brian BehlendorfMinor packaging fixes
2010-09-01 Brian BehlendorfRemove scripts/common.sh
2010-09-01 Brian BehlendorfAdd quick build instructions
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 unused code tracking
2010-08-31 Brian BehlendorfAdd linux topology support
2010-08-31 Brian BehlendorfAdd linux compatibility
2010-08-31 Brian BehlendorfAdd linux spa thread support
2010-08-31 Brian BehlendorfAdd linux sha2 support
2010-08-31 Brian BehlendorfAdd linux libspl support
2010-08-31 Brian BehlendorfAdd linux kernel module support
2010-08-31 Brian BehlendorfAdd linux kernel memory support
next