MCLALLOC must be called at splimp
[unix-history] / usr / src / sys / ufs / lfs /
1986-06-05 Kirk McKusick4.3BSD release version
1986-04-24 Kirk McKusickmust invalidate any names for mounted on inode
1986-03-05 Mike Karelsrelax restrictions on *chown: allow owner to change...
1986-02-24 Mike Karelslint
1986-02-21 Mike Karelslint and cleanups from Sam
1986-02-20 Mike Karelslint
1986-02-19 Mike Karelsdon't close, binval on failed mount because already...
1985-11-12 Kirk McKusickmust unhash blocks at the beginning of a new fragment
1985-10-24 Kirk McKusickswitch between optimizing for time and space based...
1985-09-18 Eric Allmanfacilities in syslog
1985-09-12 Kirk McKusickallow users to specify optimization preference
1985-09-06 Kirk McKusickallocate file table entry before creating file in case...
1985-09-05 Kirk McKusickallocate file table entry before creating file in case...
1985-09-05 Jim Bloomlint cleanup
1985-08-27 Jim Bloomfix whole in sticky directories
1985-06-09 Kirk McKusickAdd copyright
1985-05-23 Kirk McKusickreturn EINVAL instead of ENXIO for readlink of a non...
1985-05-23 Kirk McKusickdifferentiate several errors; close special device...
1985-03-21 Kirk McKusickdon't try to truncate inodes on read-only file systems...
1985-03-20 Kirk McKusickeliminate extraneous include of conf.h
1985-03-20 Kirk McKusickdo not follow symbolic links on exclusive open (from...
1985-03-14 Kirk McKusickdon't try to truncate inodes on read-only file systems...
1985-03-13 Ralph Campbelllog file system full, etc. rather than printf.
1985-02-23 Kirk McKusickinsure that directories are always a multiple of DIRBLK...
1985-02-12 Kirk McKusickmust zero out unused portion of partial blocks when...
1985-01-22 Kirk McKusickcannot use ni_pdir when `namei' fails
1985-01-15 Kirk McKusickwhen reallocating fragments, place in block rather...
1985-01-11 Kirk McKusickfully scan inode map before giving up (eg do not depend...
1985-01-11 Kirk McKusicktune up blkpref() routine to better handle fs_maxbpg...
1985-01-08 Kirk McKusickretain use of bcopy as savings of playing with buffers...
1984-12-11 Kirk McKusickswap buffers rather than copying when increasing size...
1984-09-29 Kirk McKusickuse macros
1984-09-29 Kirk McKusickfix units bug in fragextend
1984-08-30 Jim BloomChange to includes. no more ../h
1984-08-04 Kirk McKusickincrease size of hash table header to reduce collisions
1984-07-29 Kirk McKusickspeed up inode map search in ialloccg
1984-07-28 Kirk McKusickrewrite `rename' and `rmdir' to properly invalidate...
1984-07-20 Kirk McKusickuse new `cacheinval' macro
1984-07-19 Mike Karelsdon't zero name, zero pad it.
1984-07-16 Mike Karelsiget must lock old inode before dqrele()
1984-07-09 Kirk McKusickuse new interface to `copyinstr' and `copystr'
1984-07-09 Kirk McKusickrework `namei' interface to eliminate global variables
1984-07-05 Kirk McKusicksave time, use ILOCK and IUNLOCK to avoid call overhead
1984-07-03 Kirk McKusickeliminate unnecessary panic when id's wrap
1984-07-03 Kirk McKusickFollow same protocol as `unlink' to prevent potential...
1984-07-01 Sam Lefflerrename: if source has gone away when time to unlink...
1984-06-28 Sam Lefflerconvert namei cache to hold soft references to inodes...
1984-06-27 Mike Karelscheck superblock magic, size before copying; better...
1984-05-25 Sam Lefflercorrect error code for lseek on pipes/sockets; in-line...
1984-05-23 Mike Karelsremove paranoid test; make hashsize a power of two...
1984-02-16 Mike Karelsuse ITIME in irele to update times in irele without...
1984-02-11 Mike Karelsopen(...,FTRUNC...) requires write permission
1984-02-11 Mike Karelsopen(..,FTRUNC..) requires write permission
1984-02-08 Mike Karelsforce iupdate from irele if count still > 0,
1984-02-08 Mike Karelsmissing iput's on errors
1984-02-07 Kirk McKusickmissing brelse() when determining that cylinder group...
1984-02-07 Kirk McKusickmissing brelse() when checking for cylinder group full
1984-01-04 Kirk McKusickadd system wide cacheing of path names in namei() ...
1983-10-01 Sam Lefflercode for interrupted open calls tested (it works)
1983-09-29 Mike Karelsno ifree(NULL,...) on failed iget
1983-09-26 Kirk McKusickkludge to allow `badsect' to set block numbers
1983-08-07 Sam Leffler4.2 distribution
1983-08-07 Sam Lefflertypo
1983-07-29 Sam Leffler4.2 distribution
1983-07-10 Sam Lefflerparameter checking in lseek
1983-07-09 Sam Lefflercorrect lseek to check whence; make code more clear?
1983-06-13 Sam Lefflercleanup fstat
1983-06-11 Sam Lefflerupdate inode time stamps when no work so touch works
1983-05-31 Sam Lefflercollect all the compatibility stuff in single files
1983-05-29 Kirk McKusickmust do a complete path check when moving directories...
1983-05-28 Sam Lefflerdate and time created 83/05/27 14:02:54 by sam
1983-05-28 Sam LefflerMerge ... bill's code plus lint (plus, of course, clean...
1983-05-22 Sam Lefflerpurge mush; stuff for i_blocks
1983-05-22 Sam Lefflerindirtrunc always returns blocks released for use with...
1983-05-22 Sam Lefflerimplement i_blocks field; quota routines now return...
1983-04-02 Sam Lefflerblew it, can't allow anyone but super-user to chown
1983-04-01 Sam Leffleradd utimes call; protection fixes galore
1983-03-23 Sam Leffleroops
1983-03-22 Sam Lefflercheck delete permission on source before doing any...
1983-03-22 Sam Leffleruse freespace macro and fs_fragshift where possible
1983-03-16 Sam Lefflerbotched non-QUOTA code (from kre)
1983-03-16 Sam Lefflerwatch return val from realloccg (from kre)
1983-02-21 Sam Lefflerfix incompatibility between access and setgid
1983-02-11 Sam Lefflergroups set members are shorts, not ints; hz no longer...
1983-02-11 Sam Lefflerguard against negative mod parameters
1983-02-11 Sam Lefflerhave direnter return errors so new inodes can be thrown...
1983-02-11 Kirk McKusickhave to start the brute force search in the right place
1983-02-11 Sam Lefflermissing a cylinder group in brute force search
1983-02-06 Sam Lefflerrewrite itrunc and indirtrunc to work (and handle tripl...
1983-01-23 Sam Lefflerpatch two holes in rename
1983-01-15 Kirk McKusickverify blocks available after reading cylinder group...
1983-01-12 Sam Lefflerirele should be iput in rename
1983-01-02 Sam Leffleravoid linked to directories as targets; iput and irele on
1982-12-29 Sam Lefflercopyin & copyout now return EFAULT and all callers...
1982-12-25 Sam Lefflerzero trash in stat structure
1982-12-20 Sam Leffleruse ENOTEMPTY errno
1982-12-18 Sam Lefflersun merge
1982-12-10 Sam Leffleru.u_pofile flags are now UF_*
1982-11-14 Sam Lefflermerge of 4.1b and 4.1c
1982-10-24 Bill Joymissing declaration of size
next