]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ufs
Add macros VNET_SETNAME and VNET_SYMPREFIX, and expose to userspace if
[FreeBSD/FreeBSD.git] / sys / ufs /
2009-07-11 mpUpdate to tcsh 6.17.00.
2009-07-02 traszFix fpathconf(3) on fifos, in effect making ls(1) properly
2009-07-02 kibIn vn_vget_ino() and their inline equivalents, mnt_ref...
2009-07-01 traszDon't panic on attempt to set ACL on a block device...
2009-06-30 kibFor SU mounts, softdep_fsync() might drop vnode lock...
2009-06-30 kibSoftdep_fsync() may need to lock parent directory of...
2009-06-25 snbFix a bug reported by pho@ where one can induce a panic...
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
2009-06-19 brooksRework the credential code to support larger values...
2009-06-17 snbKeep dirhash tailq locked throughout the entirety of...
2009-06-16 kibDo not use casts (int *)0 and (struct thread *)0 for...
2009-06-14 simonMerge OpenSSL 0.9.8k into head.
2009-06-05 jkimImport ACPICA 20090521.
2009-06-05 rwatsonMove "options MAC" from opt_mac.h to opt_global.h,...
2009-06-03 jkimResync with head.
2009-06-03 snbAdd vm_lowmem event handler for dirhash. This will...
2009-06-02 jkimMFV: ACPICA 20090521
2009-06-02 attilioHandle lock recursion differenty by always checking...
2009-05-31 dougbUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-27 edUpdate ee(1) in the base system to version 1.5.0.
2009-05-27 jamieAdd hierarchical jails. A jail may further virtualize...
2009-05-26 edCopy ee 1.4.2 into the contrib directory.
2009-05-22 desUpgrade to OpenSSH 5.2p1.
2009-05-22 traszMake 'struct acl' larger, as required to support NFSv4...
2009-05-18 delphijMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-17 alcIntroduce vfs_bio_set_valid() and use it from ffs_reall...
2009-05-11 attilioRemove the thread argument from the FSD (File-System...
2009-05-09 kanDo not embed struct ucred into larger netcred parent...
2009-05-04 obrienMerge vendor/file/dist@191739, bringing FILE 5.00 to...
2009-04-27 rmacklem Change the semantics of i_modrev/va_filerev to what...
2009-04-20 kibIn ufs_checkpath(), recheck that '..' still points...
2009-04-19 rwatsonMerge OpenBSM 1.1 from OpenBSM vendor branch to head.
2009-04-19 kibWhen verifying '..' after VFS_VGET() in ufs_lookup...
2009-04-18 traszUse acl_alloc() and acl_free() instead of using uma...
2009-04-16 kibVerify that '..' still exists with the same inode numbe...
2009-04-10 rwatsonRemove VOP_LEASE and supporting functions. This hasn...
2009-04-04 kibWhen removing or renaming snaphost, do not delve into...
2009-03-27 kibCorrect typo.
2009-03-21 rpauloMerge libpcap 1.0.0.
2009-03-21 rpauloMerge tcpdump 4.0.0 from the vendor branch.
2009-03-16 kibFix two issues with bufdaemon, often causing the proces...
2009-03-12 kibThe non-modifying EA VOPs are executed with only shared...
2009-03-11 kibDo not double-free the struct inode when insmntque...
2009-03-11 dfrMerge in support for Xen HVM on amd64 architecture.
2009-03-11 jhbAdd a new internal mount flag (MNTK_EXTENDED_SHARED...
2009-03-09 jhbAdjust some variables (mostly related to the buffer...
2009-03-02 samconnect vendor wpa area to contrib
2009-02-23 traszRight now, when trying to unmount a device that's alrea...
2009-02-23 traszRefactor, moving error checking outside of the
2009-02-13 dfrMake a place for porting the Xen HVM support to 7.x.
2009-02-11 jhb- If the g_access() call for the initial root mount...
2009-02-07 pisoAdd SCTP NAT support.
2009-02-06 traszWhen a device containing mounted UFS filesystem disappe...
2009-01-29 traszMake sure the cdev doesn't go away while the filesystem...
2009-01-28 dasVendor import of gdtoa 20081205.
2009-01-27 rwatsonFollowing a fair amount of real world experience with...
2009-01-21 jhbFix a few style bogons.
2009-01-21 kibMove the code from ufs_lookup.c used to do dotdot looku...
2009-01-21 jhbMove the VA_MARKATIME flag for VOP_SETATTR() out into...
2009-01-20 kibThe r187467 should remove all pages for V_NORMAL case...
2009-01-20 jhbAdd a comment explaining why the "bufwait" / "dirhash...
2009-01-20 kibWhen extending inode size, we call vnode_pager_setsize...
2009-01-20 kibFFS puts the extended attributes blocks at the negative...
2009-01-14 rwatsonMerge OpenBSM alpha 5 from OpenBSM vendor branch to...
2009-01-08 kibLock the uepm_lock around the autostart of extattrs.
2009-01-08 kibIf unmount of the ffs mp failed, reinitialize the exten...
2009-01-05 lulfMerge support for CVSMode (aka. mirror mode) into csup...
2009-01-02 obrienRecord that base/vendor/file/dist@186675 was merged.
2008-12-31 rwatsonMerge OpenBSM alpha 4 from OpenBSM vendor branch to...
2008-12-23 dougbMerge from vendor/bind9/dist as of the 9.4.3 import
2008-12-23 kmacyIF_RELENG7 185850:186420
2008-12-20 samMFH @ 186335
2008-12-19 samimport netbsd makefs tool
2008-12-18 kibDo not busy twice the mount point where a quota operati...
2008-12-18 samApply the big hammer:
2008-12-16 traszAccording to phk@, VOP_STRATEGY should never, _ever_...
2008-12-10 kmacyIF_RELENG7 184527:185849
2008-12-08 kibThe dqrele() function syncs the dq, then acquires the...
2008-12-07 kibImprove usefulness of the panic by printing the pointer...
2008-12-02 rwatsonMerge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branc...
2008-12-02 kibDo not lock vnode interlock around reading of v_iflag...
2008-12-01 samimport ath hal
2008-11-23 samprepare makefs for import to base
2008-11-23 kmacyIF_RELENG_7 184527:185197
2008-11-22 dfrClone Kip's Xen on stable/6 tree so that I can work...
2008-11-22 kibBusy ufs filesystem around block of code that does...
2008-11-19 jhbFix typo.
2008-11-15 rafan- Update ncurses to 5.7-20081102 (5.7 release) and...
2008-11-13 ambriskoFor now on every 10 cyclinder groups flush the buffer...
2008-11-04 jhbQuiet a WITNESS warning with the dirhash sx locks by...
2008-11-04 traszIn UFS, when reading EA that contains ACL fails for...
2008-11-02 attilioImprove VFS locking:
2008-11-01 kmacycopy xen includes
2008-11-01 kmacycopy i386/xen
2008-11-01 kmacycopy xen device drivers
2008-11-01 kmacycopy sys/xen to releng 7 branch
2008-11-01 kmacyIF_RELENG7 183757:184526
2008-10-28 traszIntroduce accmode_t. This is required for NFSv4 ACLs...
2008-10-28 kibProvide an explanation for getinoquota() call in the...
2008-10-23 desFix a number of style issues in the MALLOC / FREE commi...
next