]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ufs
Remove redundant assignment of `p'.
[FreeBSD/FreeBSD.git] / sys / ufs /
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-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-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-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-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-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...
2008-10-23 desRetire the MALLOC and FREE macros. They are an abomina...
2008-10-20 kibAssert that v_holdcnt is non-zero before entering lockm...
2008-10-19 lulf- Import the Makefile from HEAD for building csup.
2008-10-19 lulf- Import the HEAD csup code which is the basis for...
2008-10-13 kibSync up summary information for cylinder groups while...
2008-10-10 attilioRemove the struct thread unuseful argument from bufobj...
2008-09-24 jhbEnable shared lookups on UFS. There are some remaining...
2008-09-22 jhbClose a race between concurrent calls to ufsdirhash_rec...
2008-09-20 kibInitialize va_flags and va_filerev properly in VOP_GETA...
2008-09-16 jhbRetire the 'i_reclen' field from the in-memory i-node...
2008-09-16 jhbFix a race with shared lookups on UFS. If the the...
2008-09-16 jhb- Only set i_offset in the parent directory's i-node...
2008-09-16 jhbvdropl() drops the vnode interlock. Thus, the code...
2008-09-16 kibSuspend the write operations on the UFS filesystem...
2008-09-16 kibWhen attempt is made to suspend a filesystem that is...
2008-09-16 kibAdd the ffs structures introspection functions for...
2008-09-16 kibWhen downgrading the read-write mount to read-only...
2008-09-16 kibThe struct inode *ip supplied to softdep_freefile is...
2008-09-05 rpauloMerge ath again (addition of wisoc files).
2008-09-03 traszWhen calling extattr_check_cred, use V{READ,WRITE}...
2008-08-31 attilioDecontextualize vfs_busy(), vfs_unbusy() and vfs_mount_...
2008-08-28 attilioDecontextualize the couplet VOP_GETATTR / VOP_SETATTR...
2008-08-28 kibIn ffs_valloc(), ffs_vget() may fail because insmntque...
2008-08-28 kibSoftdep code may need to instantiate vnode when processing
2008-08-24 kibPut the relocked variable from the r182111 into the...
2008-08-24 kibRevert the r167541: "Remove unneeded getinoquota()...
2008-08-22 robertoMerge ntpd & friends 4.2.4p5 from vendor/ntp/dist into...
2008-08-10 kibRevert r181345.
2008-08-06 kibUser may do "mount -o snapshot ...", that causes new...
2008-08-05 desufsmount.h uses "struct\tfoo *bar;", except where it...
2008-08-05 desWhitespace, prototypes
2008-08-01 desUpgrade to OpenSSH 5.1p1.
2008-07-30 jhbWhitespace tweak.
2008-07-23 kibThe ffs_balloc_ufs{1,2} functions call bdwrite() while...
2008-07-19 pjdSay hi to svn, by simplifing ffs_vget() function a...
2008-07-10 peterMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-05-29 obrienThis commit was generated by cvs2svn to compensate...
2008-05-24 rodrigcFix comments to replace SBSIZE with SBLOCKSIZE, since...
2008-05-24 rodrigcAfter converting the "snapshot" mount option to the...
2008-05-24 rodrigcFor the following mount options, do not perform the...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-20 upsAllow VM object creation in ufs_lookup. (If vfs.vmiodir...
2008-05-09 rafanThis commit was generated by cvs2svn to compensate...
2008-05-08 cokaneThis commit was generated by cvs2svn to compensate...
2008-05-08 dfrThis commit was generated by cvs2svn to compensate...
2008-05-07 dfrThis commit was generated by cvs2svn to compensate...
2008-04-26 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-22 jeff - Use a local variable for i_ino in ufs_lookup. It...
2008-04-21 mariusThis commit was generated by cvs2svn to compensate...
2008-04-21 delphijThis commit was generated by cvs2svn to compensate...
2008-04-16 kibMove the head of byte-level advisory lock list from the
2008-04-11 jeff - Use a lockmgr lock rather than a mtx to protect...
next