]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/contrib
Missing atomic operations for ZFS/ia64.
[FreeBSD/FreeBSD.git] / sys / contrib /
2007-06-08 pjdMissing atomic operations for ZFS/ia64.
2007-06-05 dougbThis commit was generated by cvs2svn to compensate...
2007-06-05 rafanThis commit was generated by cvs2svn to compensate...
2007-06-04 pjdReimplement traverse() helper function:
2007-06-04 darrenrMerge IPFilter 4.1.23 back to HEAD
2007-06-04 darrenrThis commit was generated by cvs2svn to compensate...
2007-06-04 darrenrImport IPFilter 4.1.23 to vendor branch.
2007-06-04 delphijThis commit was generated by cvs2svn to compensate...
2007-06-03 umeThis commit was generated by cvs2svn to compensate...
2007-06-02 dougbThis commit was generated by cvs2svn to compensate...
2007-05-28 pjdAdjust va_mask for setattr. FreeBSD doesn't have va_mas...
2007-05-28 pjdBecause we allocate componentname structures on stack...
2007-05-24 obrienThis commit was generated by cvs2svn to compensate...
2007-05-24 obrienThis commit was generated by cvs2svn to compensate...
2007-05-24 pjdInitialize ZFS a bit earlier and block root mounting...
2007-05-23 pjdFreeBSD's namecache works quite well with ZFS, so remov...
2007-05-23 pjdAll objects we create using GFS are directories, so...
2007-05-22 pjdLock vnode on lookup. This fixes ZIL replay for rmdir...
2007-05-21 dhartmeiFrom OpenBSD, rev. 1.524, 1.528, 1.529
2007-05-21 wollmanThis commit was generated by cvs2svn to compensate...
2007-05-19 muxThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-09 pjdIncrease debug level - this message is not that important.
2007-05-06 pjd- Add missing lock destruction and remove duplicate...
2007-05-06 pjdUse provider's ident to handle situations when disks...
2007-05-06 pjdMFp4: We don't need to cover vnode_pager_setsize()...
2007-05-02 pjdShare-lock a vnode where possible.
2007-05-02 pjdWhen parent directory has to be unlocked, lock it back...
2007-05-02 pjdLock vnode using cn_lkflags in case the caller wants...
2007-05-02 pjdThe getnewvnode() function sets LK_NOSHARE by default...
2007-05-02 pjdZFS should update timestamps upon the creat() of an...
2007-05-02 pjd- Lock vnode with flags passed in as argument in zfs_vg...
2007-05-01 marcelThis commit was generated by cvs2svn to compensate...
2007-05-01 pjdMFp4: Remove LK_RETRY flag when locking vnode in zfs_lo...
2007-05-01 pjdWhite space fixes.
2007-05-01 pjdAdd a comment explaining why we call dmu_write() uncond...
2007-04-29 pjd- Define d_type for ".", ".." and ".zfs" directories.
2007-04-29 pjdOops, correct important typo in last commit.
2007-04-29 pjdAvoid freeing NULL pointer in case of an error.
2007-04-29 pjdFix two use-after-free cases.
2007-04-26 pjdMFp4: Optimize mappedwrite() and mappedread() functions...
2007-04-26 pjd- Always try to write one whole page at a time.
2007-04-26 pjdMFV: Free znodes immediatelly, allowing the ARC to...
2007-04-26 pjdMFV: Functions name change.
2007-04-24 pjdZIL (ZFS Intent Log) can be safely turned on and off...
2007-04-24 pjdMFp4: Now that ZFS can use FreeBSD's namecache, turn...
2007-04-24 pjdMFp4: Rearange the code so vobject is destroyed from...
2007-04-24 pjdMFp4: Once page is written successfully, we should...
2007-04-24 pjdMFp4: Reduce diff against vendor.
2007-04-24 pjdMFp4: We have stronger 'lock already initialized' check...
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-23 bmahMostly-cosmetic fixes in low-memory warning messages:
2007-04-23 pjdToo much diff reduction. 'cmd' has to be u_long.
2007-04-23 pjdMFp4: Reduce diff against vendor code:
2007-04-22 pjdFix 'zpool status -v'. To get object number we should...
2007-04-22 pjdFix st_rdev handling (implement it, actually).
2007-04-21 pjdMFp4:
2007-04-18 pjdMFp4: We check for PRIV_VFS_MOUNT already in mount...
2007-04-17 pjdSimplify.
2007-04-17 pjdIgnore hostid check for root-on-ZFS configurations...
2007-04-16 rwatsonThis commit was generated by cvs2svn to compensate...
2007-04-16 pjdUncomment forgotten check. Without this check in-place...
2007-04-15 pjdMFp4: Start DNLC after desiredvnodes variable is initia...
2007-04-14 pjdFix RAID-Z resilvering.
2007-04-14 pjdMFp4: Hmm, it seems to work now.
2007-04-14 pjdMFp4: Use max_ncpus, which is used in other places...
2007-04-14 pjdMFp4: Add more debug, so we can see if zpool.cache...
2007-04-14 pjdMFp4: Allow to tune vfs.zfs.debug from loader.conf.
2007-04-14 pjdMFp4: - Allow to tune number of spa_zio_* threads.
2007-04-14 bmsIn member interface detach event handler, do not attemp...
2007-04-13 pjdFix overflow, which was causing endless loops when...
2007-04-13 pjdFix vnodes starvation caused by DNLC (ZFS name cache):
2007-04-12 pjdMFp4: Synchronize with vendor (mostly 'zfs rename ...
2007-04-12 pjdMFp4: Bring back comments.
2007-04-11 ruThis commit was generated by cvs2svn to compensate...
2007-04-11 ruUnbreak world build.
2007-04-11 njlPut some overly verbose prints under bootverbose. ...
2007-04-11 njlThis commit was generated by cvs2svn to compensate...
2007-04-10 pjdMFp4: Allow to set zfs_recover via vfs.zfs.recover...
2007-04-10 pjdMFp4: Hide under '#ifdef _KERNEL' only what's really...
2007-04-10 pjdTry to stabilize ZFS with regard to memory consumption:
2007-04-10 pjdReduce diff against vendor - we have now stronger check...
2007-04-09 pjdRemove unused #define.
2007-04-09 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-09 pjdWe don't have to wait for the root file system to be...
2007-04-09 pjdDrop the Giant lock before calling zfs_domount(), which...
2007-04-08 pjdMove zpool.cache from /etc/zfs/ to /boot/zfs/, so we...
2007-04-08 pjdMFp4: Synchronize with recent OpenSolaris changes.
2007-04-08 pjd- Use 'name=value' so it can be properly recognized...
2007-04-08 pjdTake vnode pointer and hold it under znode lock, so...
2007-04-07 pjdMove atomic.S files to directories that better fit...
2007-04-07 pjdFix libzpool compilation.
2007-04-07 pjdLimit the number of system taskq threads to the number...
2007-04-07 desFix some type mismatches.
2007-04-07 pjdAllow to tune maximum and minimum memory used by ARC.
2007-04-07 desThis commit was generated by cvs2svn to compensate...
next