]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/cddl
This commit was generated by cvs2svn to compensate for changes in r173932,
[FreeBSD/FreeBSD.git] / sys / cddl /
2007-11-26 delphijThis commit was generated by cvs2svn to compensate...
2007-11-16 delphijThis commit was generated by cvs2svn to compensate...
2007-11-14 obrienThis commit was generated by cvs2svn to compensate...
2007-11-07 pjdWarn if kmem_map size is set to less than 512MB. Previo...
2007-11-07 acheThis commit was generated by cvs2svn to compensate...
2007-11-05 pjdRemove unused header.
2007-11-05 pjdIf setting a state to anything but open state, close...
2007-11-05 pjdRemove "zfs:" prefix from lock and condvar names and...
2007-11-05 gshapiroThis commit was generated by cvs2svn to compensate...
2007-11-02 lulf- Add sysctl for sizeof(znode_t), which will be used...
2007-11-01 pjdCall zil_commit() (if ZIL is not disabled) after every...
2007-11-01 pjd- Move crfree() outside MNT_ILOCK()/MNT_IUNLOCK() to...
2007-10-29 rwatsonThis commit was generated by cvs2svn to compensate...
2007-10-25 obrienThis commit was generated by cvs2svn to compensate...
2007-10-20 julianRename the kthread_xxx (e.g. kthread_create()) calls
2007-10-18 darrenrThis commit was generated by cvs2svn to compensate...
2007-10-18 simonThis commit was generated by cvs2svn to compensate...
2007-10-16 mlaierThis commit was generated by cvs2svn to compensate...
2007-10-16 mlaierThis commit was generated by cvs2svn to compensate...
2007-10-15 mpThis commit was generated by cvs2svn to compensate...
2007-10-15 mpThis commit was generated by cvs2svn to compensate...
2007-10-14 thompsaZFS_LOG adds a newline by itself.
2007-10-14 thompsaPrint the ZFS ereport to the console if vfs.zfs.debug...
2007-10-12 delphijThis commit was generated by cvs2svn to compensate...
2007-10-08 delphijThis commit was generated by cvs2svn to compensate...
2007-10-04 pjdFix lock leak leading to the 'System call <name> return...
2007-10-03 ruThis commit was generated by cvs2svn to compensate...
2007-09-24 jkimThis commit was generated by cvs2svn to compensate...
2007-09-23 pjdNow that we have CDDLed code in the tree, add CDDL...
2007-09-10 pjdReduce the limit of vnodes on i386 when ZFS is loaded...
2007-09-10 pjdAfter dfr@ vnode leak fix, we can allow ARC to consume...
2007-09-01 pjdUse CTLFLAG_RDTUN for tunable sysctls.
2007-08-24 edwinThis commit was generated by cvs2svn to compensate...
2007-08-16 pjdSome ZFS threads needs stack larger than the default...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-01 simonThis commit was generated by cvs2svn to compensate...
2007-07-25 dougbThis commit was generated by cvs2svn to compensate...
2007-07-24 pjdUpdate assertion after revision 1.23.
2007-07-22 rwatsonThis commit was generated by cvs2svn to compensate...
2007-07-11 samThis commit was generated by cvs2svn to compensate...
2007-07-11 hartiThis commit was generated by cvs2svn to compensate...
2007-07-09 samThis commit was generated by cvs2svn to compensate...
2007-07-09 dfrCorrect a reference-counting mistake in the ZFS code...
2007-07-03 mlaierThis commit was generated by cvs2svn to compensate...
2007-07-03 mlaierThis commit was generated by cvs2svn to compensate...
2007-06-27 dfrIn zfs_vget, if we fail to translate an inode number...
2007-06-21 delphijThis commit was generated by cvs2svn to compensate...
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-12 rwatsonEliminate now-unused SUSER_ALLOWJAIL arguments to priv_...
2007-06-08 marcelAdd my copyright.
2007-06-08 pjd- Reduce number of atomic operations needed to be imple...
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 dwmaloneDespite several examples in the kernel, the third argum...
2007-06-04 pjdReimplement traverse() helper function:
2007-06-04 darrenrThis commit was generated by cvs2svn to compensate...
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-31 kibRevert UF_OPENING workaround for CURRENT.
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-26 pjdThere are too many false positive LORs reported by...
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 pjdDNLC_NO_VNODE can't be NULL.
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 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...
next