]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ufs
Remove a KASSERT that can now happen and add a missing setrunnable.
[FreeBSD/FreeBSD.git] / sys / ufs /
2003-01-16 murrayThis commit was generated by cvs2svn to compensate...
2003-01-16 obrienThis commit was generated by cvs2svn to compensate...
2003-01-15 murrayThis commit was generated by cvs2svn to compensate...
2003-01-13 dillonBow to the whining masses and change a union back into...
2003-01-12 dillonChange struct file f_data to un_data, a union of the...
2003-01-10 marcelo Improve wording of the comment that accompanies...
2003-01-09 gordonFix superblock alignment problems on non-i386 platforms...
2003-01-08 gordonSteal some space from fs_fsmnt to create fs_volname...
2003-01-08 peterThis commit was generated by cvs2svn to compensate...
2003-01-07 mckusickThis patch fixes a problem caused by applications that...
2003-01-06 desThis commit was generated by cvs2svn to compensate...
2003-01-06 obrienThis commit was generated by cvs2svn to compensate...
2003-01-06 obrienThis commit was generated by cvs2svn to compensate...
2003-01-04 phkTemporarily introduce a new VOP_SPECSTRATEGY operation...
2003-01-04 phkSince Jeffr made the std* functions the default in...
2003-01-03 phkConvert calls to BUF_STRATEGY to VOP_STRATEGY calls...
2003-01-03 desThis commit was generated by cvs2svn to compensate...
2003-01-01 schweikhCorrect typos, mostly s/ a / an / where appropriate...
2003-01-01 alfredWhen compiling the kernel do not implicitly include...
2002-12-27 phkUse three UMA zones for FFS/UFS inodes instead of mallo...
2002-12-27 phkMove the allocation of the inode contents into ffs_vfso...
2002-12-27 phkMake ffs_mountfs() static.
2002-12-19 obrienThis commit was generated by cvs2svn to compensate...
2002-12-18 mckusickFix corruption introduced in previous delta.
2002-12-18 mckusickKeep comments consistent with the code. Minor optimization.
2002-12-18 mckusickCosmetic cleanup of unsigned buglets.
2002-12-17 phkRemove unused lockcnt variable.
2002-12-16 desThis commit was generated by cvs2svn to compensate...
2002-12-15 mckusickUpdate to previous change (1.54) to use an approperly...
2002-12-14 iedowseUndo the adjustment of the total memory used by dirhash...
2002-12-14 mckusickOnly the most recent snapshot contains the complete...
2002-12-13 obrienThis commit was generated by cvs2svn to compensate...
2002-12-12 trhodesRemove the comment about dump(8) not working properly...
2002-12-06 mckusickMore tightly verify the preference returned for the...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 obrienThis commit was generated by cvs2svn to compensate...
2002-12-04 desThis commit was generated by cvs2svn to compensate...
2002-12-03 mckusickHave to use bread() rather than UFS_BALLOC() when obtai...
2002-12-02 obrienThis commit was generated by cvs2svn to compensate...
2002-12-02 peterThis commit was generated by cvs2svn to compensate...
2002-11-30 mckusickAdd a check to disable the previous patch so that futur...
2002-11-30 mckusickRemove a race condition / deadlock from snapshots....
2002-11-30 mckusickFix two deadlocks in snapshots:
2002-11-29 mckusickCheck to make sure that the fs_sblockloc field was...
2002-11-27 iwasakiThis commit was generated by cvs2svn to compensate...
2002-11-27 mckusickCreate a new 32-bit fs_flags word in the superblock...
2002-11-24 nectarThis commit was generated by cvs2svn to compensate...
2002-11-20 mckusickThe target for the maximum number of dependencies has...
2002-11-20 mckusickIf an error occurs while writing a buffer, then the...
2002-11-15 peterDo not assume that time_t is an int.
2002-11-14 dougbThis commit was generated by cvs2svn to compensate...
2002-11-12 obrienThis commit was generated by cvs2svn to compensate...
2002-11-08 jhbPrint daddr_t's with %j and intmax_t.
2002-11-04 robertoThis commit was generated by cvs2svn to compensate...
2002-11-04 rwatsonUpdate licenses and wording: NAI has authorized the...
2002-10-29 robertoThis commit was generated by cvs2svn to compensate...
2002-10-29 desThis commit was generated by cvs2svn to compensate...
2002-10-27 wollmanImplement the new 1003.1-2001 pathconf() keys, includin...
2002-10-26 rwatsonSlightly change the semantics of vnode labels for MAC...
2002-10-25 mckusickWithin ufs, the ffs_sync and ffs_fsync functions did...
2002-10-23 mckusickWe must be careful to avoid recursive copy-on-write...
2002-10-23 desThis commit was generated by cvs2svn to compensate...
2002-10-23 assarThis commit was generated by cvs2svn to compensate...
2002-10-23 mckusickMissplaced FREE_LOCK causes a panic when hit while...
2002-10-22 assarThis commit was generated by cvs2svn to compensate...
2002-10-22 mckusickThis update further fine tunes the locking of snapshot...
2002-10-22 mckusickThis update is a performance improvement when allocatin...
2002-10-22 mckusickThis checkin reimplements the io-request priority hack...
2002-10-20 rwatsonRename _POSIX_FOO_PRESENT and friends from POSIX.1e...
2002-10-20 rwatsonImplement _POSIX_ACL_PATH_MAX, which returns the maximu...
2002-10-20 rwatsonTeach UFS to respond to pathconf() tests for _POSIX_ACL...
2002-10-19 rwatsonClarify that the UFS1 extended attribute configuration...
2002-10-18 dillonFix a file-rewrite performance case for UFS[2]. When...
2002-10-18 rwatsonUpdate extended attribute readme file to note that...
2002-10-18 rwatsonUpdate instructions for ACLs given recent tunefs, mount...
2002-10-18 rwatsonUse 'size_t' instead of 'int' for the result of sizeof().
2002-10-18 mckusickWith the revised single-lock method used in snapshots...
2002-10-16 mckusickChange locking so that all snapshots on a particular...
2002-10-15 rwatsonPush most UFS ACL behavior behind a check for MNT_ACLS...
2002-10-15 rwatsonIf the FS_MULTILABEL flag is set in a UFS or UFS2 super...
2002-10-15 ruThis commit was generated by cvs2svn to compensate...
2002-10-14 mckusickWhen reading or writing the extended attributes of...
2002-10-14 rwatsonFix two memory leaks in error conditions involving...
2002-10-14 rwatsonDefine two new superblock file system flags:
2002-10-14 ruThis commit was generated by cvs2svn to compensate...
2002-10-14 mckusickRegularize the vop_stdlock'ing protocol across all...
2002-10-12 mpThis commit was generated by cvs2svn to compensate...
2002-10-12 acheThis commit was generated by cvs2svn to compensate...
2002-10-11 ruThis commit was generated by cvs2svn to compensate...
2002-10-11 mikeChange iov_base's type from `char *' to the standard...
2002-10-11 ruThis commit was generated by cvs2svn to compensate...
2002-10-11 obrienThis commit was generated by cvs2svn to compensate...
2002-10-11 ruThis commit was generated by cvs2svn to compensate...
2002-10-11 obrienThis commit was generated by cvs2svn to compensate...
2002-10-11 obrienThis commit was generated by cvs2svn to compensate...
2002-10-10 kanThis commit was generated by cvs2svn to compensate...
2002-10-10 kanThis commit was generated by cvs2svn to compensate...
2002-10-10 kanThis commit was generated by cvs2svn to compensate...
next