summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing mkdirp prototypeBrian Behlendorf2010-12-141-0/+34
* Use cv_timedwait_interruptible in arcBrian Behlendorf2010-12-142-3/+4
* Fix block device-related issues in zdb.Ricardo M. Correia2010-12-145-23/+58
* Enable rrwlock.c compilationBrian Behlendorf2010-12-071-3/+0
* Refresh autogen.sh productsBrian Behlendorf2010-12-072-6/+6
* Remove partition from vdev name in zfault.shNed Bass2010-11-291-1/+1
* Skip /dev/hpet during 'zpool import'zfs-0.5.2Brian Behlendorf2010-11-121-1/+2
* Add '-ts' options to zconfig.sh/zfault.sh usageBrian Behlendorf2010-11-112-2/+4
* Remove spl/zfs modules as part of cleanupBrian Behlendorf2010-11-114-0/+4
* Unconditionally load core kernel modulesBrian Behlendorf2010-11-112-3/+8
* Fix for access beyond end of device errorNed Bass2010-11-105-11/+13
* Linux 2.6.36 compat, use fops->unlocked_ioctl()Brian Behlendorf2010-11-101-6/+5
* Linux 2.6.36 compat, blk_* macros removedBrian Behlendorf2010-11-101-0/+10
* Linux 2.6.36 compat, synchronous bio flagBrian Behlendorf2010-11-106-13/+330
* Linux 2.6.36 compat, use REQ_FAILFAST_MASKBrian Behlendorf2010-11-105-13/+329
* Remove inconsistent use of EOPNOTSUPPNed Bass2010-11-101-1/+1
* Add lustre zpios-test workloadBrian Behlendorf2010-11-083-20/+88
* Prep for 0.5.2 tagBrian Behlendorf2010-11-081-1/+1
* Replace custom zpool configs with generic configsBrian Behlendorf2010-11-0817-276/+261
* Make rollbacks fail gracefullyNed Bass2010-11-082-1/+7
* Increate zio write interrupt thread count.Brian Behlendorf2010-11-081-1/+1
* Shorten zio_* thread namesBrian Behlendorf2010-11-082-3/+2
* Fix panic mounting unformatted zvolNed Bass2010-10-291-0/+4
* Call modprobe with absolute pathNed Bass2010-10-221-1/+1
* Fix intermittent 'zpool add' failuresNed Bass2010-10-221-15/+27
* Add zconfig test for adding and removing vdevsNed Bass2010-10-221-0/+101
* Remove solaris-specific code from make_leaf_vdev()Ned Bass2010-10-221-37/+0
* Support shorthand names with zpool removeNed Bass2010-10-221-64/+12
* Add helper functions for manipulating device namesNed Bass2010-10-223-23/+45
* Add zfault zpool configurations and testsBrian Behlendorf2010-10-1222-66/+2069
* Fix missing 'zpool events'Brian Behlendorf2010-10-123-7/+21
* Initial zio delay timingBrian Behlendorf2010-10-125-3/+34
* Add FAILFAST supportBrian Behlendorf2010-10-1249-10/+241
* Fix 'zpool events' formatting for awkBrian Behlendorf2010-10-121-4/+9
* Generate zevents for speculative and soft errorsBrian Behlendorf2010-10-122-16/+3
* Fix negative zio->io_error which must be positive.Brian Behlendorf2010-10-121-2/+19
* Suppress large kmem_alloc() warning.Brian Behlendorf2010-10-121-2/+2
* Fix undersized buffer in is_shorthand_path()Ned Bass2010-10-121-1/+1
* Make commands load zfs module on demandNed Bass2010-10-111-0/+70
* Strip partition from device name for whole disksNed Bass2010-10-041-21/+31
* Use stored whole_disk property when opening a vdevNed Bass2010-10-041-3/+13
* Register the space accounting callback even when we don't have the ZPL.Ricardo M. Correia2010-10-041-1/+3
* Fix missing vdev names in zpool status outputNed Bass2010-09-231-3/+7
* Export ZFS symbols needed by Lustre.Ricardo M. Correia2010-09-171-0/+11
* Quiet down very frequent large allocation warning in ZFS.Ricardo M. Correia2010-09-171-1/+1
* Add missing Makefile.in from zpool_layout commitBrian Behlendorf2010-09-171-0/+520
* Add [-m map] option to zpool_layoutBrian Behlendorf2010-09-178-20/+211
* Fix markdown renderingBrian Behlendorf2010-09-151-2/+2
* Reference new zfsonlinux.org websiteBrian Behlendorf2010-09-141-4/+1
* Wait up to timeout seconds for udev devicezfs-0.5.1Brian Behlendorf2010-09-113-6/+29