have to protect acct_process from acctwatch closing the vnode
[unix-history] / usr / src / sys / ufs /
1994-11-29 Kirk McKusickcleanup of cred usage
1994-11-22 Kirk McKusickclean up use of cred
1994-11-22 Kirk McKusickget rid of FSCRED; clean up use of NOCRED
1994-11-22 Kirk McKusickFSCRED goes away; clean up use of NOCRED
1994-10-28 Kirk McKusickadd more debugging code for ffs_reallocblks
1994-10-28 Kirk McKusickuse and maintain fs_maxcluster array
1994-10-28 Kirk McKusickallocate space and initialize fs_maxcluster array;
1994-10-28 Kirk McKusickadd fs_maxcluster to track cluster sizes per cylinder...
1994-10-28 Kirk McKusickadd um_savedmaxfilesize to save real value
1994-10-28 Kirk McKusickpass correct flags to VOP_CLOSE when unmounting
1994-10-26 Kirk McKusickconvert blocked list to use queue.h
1994-10-20 Kirk McKusickdo not allow truncation beyond the maximum file size
1994-10-10 Kirk McKusickfix checksum so it does not use illegal lvalue cast...
1994-10-10 Kirk McKusickdon't give an error if trying to chgrp to existing...
1994-09-14 Kirk McKusickadd whiteout type
1994-08-19 Kirk McKusickconvert freelist and hash list to use queue.h macros
1994-08-15 Kirk McKusickrename fisrt field to be more descriptive
1994-08-11 Kirk McKusickno longer need DT_WHTD
1994-08-11 Kirk McKusickno longer need DT_WHTD
1994-08-11 Kirk McKusickadd vop_lease
1994-08-11 Jan-Simon Pendryadd whiteout inode number
1994-08-11 Jan-Simon Pendryadd whiteout type
1994-08-11 Kirk McKusickadd ufs_lease_check (dependent on NFS being present)
1994-08-11 Kirk McKusickadd entries for leases
1994-08-05 Kirk McKusickfensepost error (from Torek)
1994-07-28 Jan-Simon Pendrychanges for whiteouts and union filesystem
1994-07-23 Kirk McKusickget rid of complaint about inode size
1994-07-15 Kirk McKusickfirst pass at allowing user mounts/unmounts
1994-07-15 Kirk McKusickupdates for user permissible mounts
1994-07-09 Kirk McKusickchanges for 64-bit machines (from bostic)
1994-06-30 Kirk McKusickmake MNT_RELOAD work after fsck -c2 (from mycroft)
1994-06-17 Kirk McKusickbreak out reclaim operations (from mycroft)
1994-06-17 Kirk McKusickdumb error (from mycroft)
1994-06-16 Marshall Kirk McKusickavoid trashing old format superblocks (from cgd)
1994-06-16 Marshall Kirk McKusickavoid crash if attempting to truncate to a negative...
1994-06-16 Marshall Kirk McKusickadd initialization of mnt_maxsymlinklen (from mycroft)
1994-06-16 Marshall Kirk McKusickadd lfs_maxsymlinklen (from mycroft)
1994-06-16 Marshall Kirk McKusickdqinit needs to be ifdef QUOTA
1994-06-16 Marshall Kirk McKusickdebugging sysctl needs to be ifdef DEBUG (from mycroft)
1994-06-05 Kirk McKusickcalculate cookies and eofflag if requested to do so...
1994-06-05 Kirk McKusickcalculate cookies and eoffalg if requested to do so
1994-06-01 Kirk McKusickgotta keep those flags straight (from mycroft@sun-lamp...
1994-05-30 Kirk McKusickdon't check name of directory entries with zero'ed...
1994-04-21 Keith BosticIn lfs_markv, we need to check if there are blocks...
1994-04-19 Keith Bosticspelling
1994-04-19 Kirk McKusickmove in definition of MINFREE from newfs so it can...
1994-04-19 Kirk McKusickdelete dead code
1994-04-16 Keith Bosticmerge ffs_root and lfs_root into ufs_root
1994-04-09 Jan-Simon Pendrypass V_SAVE to vinvalbuf
1994-04-01 Keith Bosticiget() is gone, VFS_VGET is loading the vnode
1994-04-01 Keith Bosticiget is gone, getnewvnode() does initialization, mostly
1994-02-27 Marshall Kirk McKusickincluding cluster map info in CGSIZE is dependent on...
1994-02-21 Kirk McKusickconditionally avoid synchronous writes (and indicate...
1994-02-15 Kirk McKusickIf the offset within the indirect block of the "end...
1994-02-05 Kirk McKusickfirst cut at improving cluster allocation
1994-02-03 Kirk McKusickadd definitions for reallocblks
1994-02-03 Kirk McKusickadd definition for ffs_reallocblks
1994-02-02 Marshall Kirk McKusickCGSIZE macro moves in from mkfs.c (for use by fsck...
1994-02-02 Marshall Kirk McKusickadd fields for improving cluster allocation
1994-01-22 Keith Bosticcopyright typo
1994-01-22 Keith Bosticadd USL's copyright notice
1994-01-14 Keith Bosticthe Sparc isn't handling structures passed to the kerne...
1994-01-14 Keith Bosticlint and KNF conversion
1994-01-14 Keith Bosticlint
1994-01-13 Mike Hiblerexport routine and ufs_mountedon defns moved to mount.h.
1994-01-13 Mike Hiblerexport routines and ufs_mountedon moved to vfs_subr.c.
1994-01-13 Mike Hiblerreflect FS independent nature of export info.
1994-01-13 Mike Hiblerallow (optional) exporting to NFS,
1994-01-13 Mike Hibleruse new vfs_export routine, ufs_mountedon -> vfs_mountedon.
1994-01-13 Mike Hiblerdefine docluster{read,write} as 1 if DEBUG not defined.
1994-01-13 Mike Hibleruse new vfs_export routine, ufs_mountedon -> vfs_mountedon.
1994-01-12 Kirk McKusickfix panic message to print a string rather than a funct...
1994-01-07 Kirk McKusickavoid panic when process is signaled and lock clears...
1994-01-05 Keith Bosticlint
1993-12-31 Kirk McKusicknew queue structure
1993-12-31 Kirk McKusickvget now locks optionally; new queue structure; no...
1993-12-31 Kirk McKusicknew queue structure
1993-12-31 Kirk McKusickstub to avoid ufs_inactive
1993-12-31 Kirk McKusicknew queue structure
1993-12-31 Kirk McKusickvget now locks optionally; new queue structure
1993-12-31 Kirk McKusicknew queue structure
1993-12-31 Kirk McKusickvget now locks optionally
1993-12-31 Kirk McKusickvget now locks optionally; new queue structures
1993-12-31 Kirk McKusickvget now locks optionally
1993-11-15 Kirk McKusickIN_CHANGE should set flags not mode
1993-11-15 Keith Bosticfix access check for requests covering multiple modes
1993-09-24 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-09-21 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-09-21 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-09-21 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-09-06 Keith Bosticftp didn't transfer the last N bytes...
1993-09-06 Keith BosticCleanups for 4.4BSD-Lite
1993-09-06 Keith BosticCleanups for 4.4BSD-Lite
1993-09-06 Keith Bosticmerge {lfs,ffs}_{read,write}; Cleanups for 4.4BSD-Lite
1993-09-06 Kirk McKusickcommon version for ffs and lfs
1993-09-06 Kirk McKusickffs_read and ffs_write shared with lfs in <ufs/ufs...
1993-08-12 Kirk McKusickadd mfs_pathconf
1993-06-12 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-12 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-12 Keith Bosticupdate for 4.4BSD
next