summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* MFp4:pjd2007-04-214-24/+37
* MFp4: We check for PRIV_VFS_MOUNT already in mount(2) syscall and we don'tpjd2007-04-181-4/+0
* Simplify.pjd2007-04-171-4/+0
* Ignore hostid check for root-on-ZFS configurations. Making hostid availablepjd2007-04-171-1/+5
* Uncomment forgotten check. Without this check in-place, ZFS will panic onpjd2007-04-161-1/+1
* MFp4: Start DNLC after desiredvnodes variable is initialized.pjd2007-04-151-2/+2
* Fix RAID-Z resilvering.pjd2007-04-141-2/+16
* MFp4: Hmm, it seems to work now.pjd2007-04-141-8/+1
* MFp4: Use max_ncpus, which is used in other places in the code.pjd2007-04-141-1/+1
* MFp4: Add more debug, so we can see if zpool.cache was loaded or why itpjd2007-04-141-3/+11
* MFp4: Allow to tune vfs.zfs.debug from loader.conf.pjd2007-04-141-0/+1
* MFp4: - Allow to tune number of spa_zio_* threads.pjd2007-04-141-7/+17
* In member interface detach event handler, do not attempt to free statebms2007-04-141-1/+9
* Fix overflow, which was causing endless loops when 32bit machine had morepjd2007-04-132-3/+3
* Fix vnodes starvation caused by DNLC (ZFS name cache):pjd2007-04-131-1/+20
* MFp4: Synchronize with vendor (mostly 'zfs rename -r').pjd2007-04-126-20/+142
* MFp4: Bring back comments.pjd2007-04-122-179/+179
* This commit was generated by cvs2svn to compensate for changes in r168616,ru2007-04-111-0/+2
|\
| * Unbreak world build.ru2007-04-111-0/+2
* | This commit was generated by cvs2svn to compensate for changes in r168609,njl2007-04-111-0/+3
|\ \ | |/
| * Put some overly verbose prints under bootverbose. This is on the vendornjl2007-04-111-0/+3
* | MFp4: Allow to set zfs_recover via vfs.zfs.recover from /boot/loader.conf.pjd2007-04-101-0/+4
* | MFp4: Hide under '#ifdef _KERNEL' only what's really needed.pjd2007-04-101-6/+2
* | Try to stabilize ZFS with regard to memory consumption:pjd2007-04-102-16/+35
* | Reduce diff against vendor - we have now stronger check for "mutex alreadypjd2007-04-101-2/+2
* | Remove unused #define.pjd2007-04-091-2/+0
* | We don't have to wait for the root file system to be mounted anymore, now thatpjd2007-04-091-2/+0
* | Drop the Giant lock before calling zfs_domount(), which is held whenpjd2007-04-091-1/+4
* | Move zpool.cache from /etc/zfs/ to /boot/zfs/, so we can keep it onpjd2007-04-081-1/+1
* | MFp4: Synchronize with recent OpenSolaris changes.pjd2007-04-088-12/+106
* | - Use 'name=value' so it can be properly recognized by devd(8).pjd2007-04-081-32/+30
* | Take vnode pointer and hold it under znode lock, so we won't race withpjd2007-04-081-2/+3
* | Move atomic.S files to directories that better fit OpenSolaris directorypjd2007-04-072-10/+2
* | Fix libzpool compilation.pjd2007-04-071-0/+4
* | Limit the number of system taskq threads to the number of CPUs.pjd2007-04-071-1/+1
* | Fix some type mismatches.des2007-04-071-3/+3
* | Allow to tune maximum and minimum memory used by ARC.pjd2007-04-071-5/+13
* | Add missing mutex_init() which was causing assertion panic when on clonepjd2007-04-071-0/+1
* | Please welcome ZFS - The last word in file systems.pjd2007-04-06191-0/+88133
* | Add an interface for drivers to be notified of changes to CPU frequency.njl2007-03-261-0/+19
* | Merge from vendor branch to fix tinderbox breakage.jkim2007-03-221-2/+4
* | This commit was generated by cvs2svn to compensate for changes in r167817,jkim2007-03-221-1/+2
|\ \ | |/
| * Fix tinderbox build breakage.jkim2007-03-222-3/+6
| * Remove files that are no longer needed or removed by vendor.jkim2007-03-225-3071/+0
* | Update to reflect import of ACPI-CA 20070320.jkim2007-03-221-7/+6
* | Resolve conflicts from import of Intel ACPI-CA 20070320.jkim2007-03-223-103/+143
* | Resolve conflicts of unchanged files that are off the vendor branch.jkim2007-03-2221-1056/+1410
* | Remove files that removed on the vendor branch.jkim2007-03-222-1549/+0
* | This commit was generated by cvs2svn to compensate for changes in r167807,jkim2007-03-223-1522/+0
* | This commit was generated by cvs2svn to compensate for changes in r167805,jkim2007-03-224-5/+21
|\ \ | |/
OpenPOWER on IntegriCloud