| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Simplify. | pjd | 2007-04-17 | 1 | -4/+0 |
* | - Fix a leftover - vfs_mount_alloc() is now exported properly. | pjd | 2007-04-17 | 1 | -4/+5 |
* | Ignore hostid check for root-on-ZFS configurations. Making hostid available | pjd | 2007-04-17 | 1 | -1/+5 |
* | Uncomment forgotten check. Without this check in-place, ZFS will panic on | pjd | 2007-04-16 | 1 | -1/+1 |
* | MFp4: Start DNLC after desiredvnodes variable is initialized. | pjd | 2007-04-15 | 1 | -2/+2 |
* | Fix RAID-Z resilvering. | pjd | 2007-04-14 | 1 | -2/+16 |
* | MFp4: Hmm, it seems to work now. | pjd | 2007-04-14 | 1 | -8/+1 |
* | MFp4: Use max_ncpus, which is used in other places in the code. | pjd | 2007-04-14 | 1 | -1/+1 |
* | MFp4: Add more debug, so we can see if zpool.cache was loaded or why it | pjd | 2007-04-14 | 1 | -3/+11 |
* | MFp4: Allow to tune vfs.zfs.debug from loader.conf. | pjd | 2007-04-14 | 1 | -0/+1 |
* | MFp4: - Allow to tune number of spa_zio_* threads. | pjd | 2007-04-14 | 1 | -7/+17 |
* | Fix overflow, which was causing endless loops when 32bit machine had more | pjd | 2007-04-13 | 2 | -3/+3 |
* | Fix vnodes starvation caused by DNLC (ZFS name cache): | pjd | 2007-04-13 | 1 | -1/+20 |
* | MFp4: Synchronize with vendor (mostly 'zfs rename -r'). | pjd | 2007-04-12 | 6 | -20/+142 |
* | MFp4: Bring back comments. | pjd | 2007-04-12 | 2 | -179/+179 |
* | strchr() and strrchr() are already present in the kernel, but with less | wkoszek | 2007-04-10 | 2 | -33/+2 |
* | MFp4: Allow to set zfs_recover via vfs.zfs.recover from /boot/loader.conf. | pjd | 2007-04-10 | 1 | -0/+4 |
* | MFp4: Hide under '#ifdef _KERNEL' only what's really needed. | pjd | 2007-04-10 | 1 | -6/+2 |
* | Try to stabilize ZFS with regard to memory consumption: | pjd | 2007-04-10 | 4 | -24/+61 |
* | Reduce diff against vendor - we have now stronger check for "mutex already | pjd | 2007-04-10 | 1 | -2/+2 |
* | Remove unused #define. | pjd | 2007-04-09 | 1 | -2/+0 |
* | Instead of detecting if lock is already initialized based on standard 1 bit | pjd | 2007-04-09 | 3 | -2/+55 |
* | We don't have to wait for the root file system to be mounted anymore, now that | pjd | 2007-04-09 | 1 | -2/+0 |
* | Drop the Giant lock before calling zfs_domount(), which is held when | pjd | 2007-04-09 | 1 | -1/+4 |
* | Move zpool.cache from /etc/zfs/ to /boot/zfs/, so we can keep it on | pjd | 2007-04-08 | 1 | -1/+1 |
* | Extend kobj compatibility KPI to support operating on files before and | pjd | 2007-04-08 | 2 | -16/+102 |
* | MFp4: Synchronize with recent OpenSolaris changes. | pjd | 2007-04-08 | 10 | -12/+201 |
* | - Use 'name=value' so it can be properly recognized by devd(8). | pjd | 2007-04-08 | 1 | -32/+30 |
* | Take vnode pointer and hold it under znode lock, so we won't race with | pjd | 2007-04-08 | 1 | -2/+3 |
* | Move atomic.S files to directories that better fit OpenSolaris directory | pjd | 2007-04-07 | 2 | -10/+2 |
* | Fix libzpool compilation. | pjd | 2007-04-07 | 1 | -0/+4 |
* | Limit the number of system taskq threads to the number of CPUs. | pjd | 2007-04-07 | 1 | -1/+1 |
* | Fix some type mismatches. | des | 2007-04-07 | 1 | -3/+3 |
* | Allow to tune maximum and minimum memory used by ARC. | pjd | 2007-04-07 | 1 | -5/+13 |
* | Add missing mutex_init() which was causing assertion panic when on clone | pjd | 2007-04-07 | 1 | -0/+1 |
* | Please welcome ZFS - The last word in file systems. | pjd | 2007-04-06 | 233 | -0/+92377 |