aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Oops, correct important typo in last commit.Pawel Jakub Dawidek2007-04-291-1/+1
* | | | Avoid freeing NULL pointer in case of an error.Pawel Jakub Dawidek2007-04-291-1/+1
* | | | Fix two use-after-free cases.Pawel Jakub Dawidek2007-04-291-2/+2
* | | | MFp4: Optimize mappedwrite() and mappedread() functions to write/read as muchPawel Jakub Dawidek2007-04-261-31/+58
* | | | - Always try to write one whole page at a time.Pawel Jakub Dawidek2007-04-261-7/+9
* | | | MFV: Free znodes immediatelly, allowing the ARC to hold onto less memory.Pawel Jakub Dawidek2007-04-261-1/+1
* | | | MFV: Functions name change.Pawel Jakub Dawidek2007-04-261-4/+4
* | | | ZIL (ZFS Intent Log) can be safely turned on and off at run time, becausePawel Jakub Dawidek2007-04-241-1/+1
* | | | MFp4: Now that ZFS can use FreeBSD's namecache, turn it off by default andPawel Jakub Dawidek2007-04-241-0/+4
* | | | MFp4: Rearange the code so vobject is destroyed from reclaim() method likePawel Jakub Dawidek2007-04-242-21/+22
* | | | MFp4: Once page is written successfully, we should clear the dirty bits.Pawel Jakub Dawidek2007-04-241-0/+3
* | | | MFp4: Reduce diff against vendor.Pawel Jakub Dawidek2007-04-243-2/+4
* | | | MFp4: We have stronger 'lock already initialized' check now, so we canPawel Jakub Dawidek2007-04-241-1/+0
* | | | Mostly-cosmetic fixes in low-memory warning messages:Bruce A. Mah2007-04-231-6/+7
* | | | Too much diff reduction. 'cmd' has to be u_long.Pawel Jakub Dawidek2007-04-231-3/+3
* | | | MFp4: Reduce diff against vendor code:Pawel Jakub Dawidek2007-04-237-469/+784
* | | | Fix 'zpool status -v'. To get object number we should use ZFS_DIRENT_OBJ()Pawel Jakub Dawidek2007-04-221-1/+2
* | | | Fix st_rdev handling (implement it, actually).Pawel Jakub Dawidek2007-04-222-2/+9
* | | | MFp4:Pawel Jakub Dawidek2007-04-214-24/+37
* | | | MFp4: We check for PRIV_VFS_MOUNT already in mount(2) syscall and we don'tPawel Jakub Dawidek2007-04-181-4/+0
* | | | Simplify.Pawel Jakub Dawidek2007-04-171-4/+0
* | | | Ignore hostid check for root-on-ZFS configurations. Making hostid availablePawel Jakub Dawidek2007-04-171-1/+5
* | | | Uncomment forgotten check. Without this check in-place, ZFS will panic onPawel Jakub Dawidek2007-04-161-1/+1
* | | | MFp4: Start DNLC after desiredvnodes variable is initialized.Pawel Jakub Dawidek2007-04-151-2/+2
* | | | Fix RAID-Z resilvering.Pawel Jakub Dawidek2007-04-141-2/+16
* | | | MFp4: Hmm, it seems to work now.Pawel Jakub Dawidek2007-04-141-8/+1
* | | | MFp4: Use max_ncpus, which is used in other places in the code.Pawel Jakub Dawidek2007-04-141-1/+1
* | | | MFp4: Add more debug, so we can see if zpool.cache was loaded or why itPawel Jakub Dawidek2007-04-141-3/+11
* | | | MFp4: Allow to tune vfs.zfs.debug from loader.conf.Pawel Jakub Dawidek2007-04-141-0/+1
* | | | MFp4: - Allow to tune number of spa_zio_* threads.Pawel Jakub Dawidek2007-04-141-7/+17
* | | | In member interface detach event handler, do not attempt to free stateBruce M Simpson2007-04-141-1/+9
* | | | Fix overflow, which was causing endless loops when 32bit machine had morePawel Jakub Dawidek2007-04-132-3/+3
* | | | Fix vnodes starvation caused by DNLC (ZFS name cache):Pawel Jakub Dawidek2007-04-131-1/+20
* | | | MFp4: Synchronize with vendor (mostly 'zfs rename -r').Pawel Jakub Dawidek2007-04-126-20/+142
* | | | MFp4: Bring back comments.Pawel Jakub Dawidek2007-04-122-179/+179
* | | | This commit was generated by cvs2svn to compensate for changes in r168616,Ruslan Ermilov2007-04-111-0/+2
|\ \ \ \
| * | | | Unbreak world build.Ruslan Ermilov2007-04-111-0/+2
* | | | | This commit was generated by cvs2svn to compensate for changes in r168609,Nate Lawson2007-04-111-0/+3
|\| | | |
| * | | | Put some overly verbose prints under bootverbose. This is on the vendorNate Lawson2007-04-111-0/+3
* | | | | MFp4: Allow to set zfs_recover via vfs.zfs.recover from /boot/loader.conf.Pawel Jakub Dawidek2007-04-101-0/+4
* | | | | MFp4: Hide under '#ifdef _KERNEL' only what's really needed.Pawel Jakub Dawidek2007-04-101-6/+2
* | | | | Try to stabilize ZFS with regard to memory consumption:Pawel Jakub Dawidek2007-04-102-16/+35
* | | | | Reduce diff against vendor - we have now stronger check for "mutex alreadyPawel Jakub Dawidek2007-04-101-2/+2
* | | | | Remove unused #define.Pawel Jakub Dawidek2007-04-091-2/+0
* | | | | We don't have to wait for the root file system to be mounted anymore, now thatPawel Jakub Dawidek2007-04-091-2/+0
* | | | | Drop the Giant lock before calling zfs_domount(), which is held whenPawel Jakub Dawidek2007-04-091-1/+4
* | | | | Move zpool.cache from /etc/zfs/ to /boot/zfs/, so we can keep it onPawel Jakub Dawidek2007-04-081-1/+1
* | | | | MFp4: Synchronize with recent OpenSolaris changes.Pawel Jakub Dawidek2007-04-088-12/+106
* | | | | - Use 'name=value' so it can be properly recognized by devd(8).Pawel Jakub Dawidek2007-04-081-32/+30
* | | | | Take vnode pointer and hold it under znode lock, so we won't race withPawel Jakub Dawidek2007-04-081-2/+3