dynamically allocate private part
[unix-history] / usr / src / sys / ufs / lfs / lfs_alloc.c
1991-12-17 Kirk McKusickdynamically allocate private part
1991-12-15 Keith Bosticuse LFS_IRELEASE/LFS_IWRITE macros
1991-12-07 Keith BosticLFS version 2; minor cleanups, nothing important
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops
1991-11-02 Keith Bosticdon't typedef struct lfs for now
1991-11-02 Keith Bosticmove ENTRY macro into lfs.h; reorganize source, checkpo...
1991-10-10 Keith Bosticlint
1991-10-04 Keith Bosticminor cleanups
1991-10-03 Keith Bosticcheckpoint
1991-09-26 Keith Bosticcheckpoint, but not because it's working
1991-09-21 Keith Bosticcheckpoint before lfs_iupdat -> ITIMES; reads almost...
1991-08-24 Kirk McKusickuse fs->fs_fmod = 1, not fs->fs_mod++
1991-05-03 Kirk McKusickresize buffer only after successful allocation (avoid...
1991-04-17 Kirk McKusickdo not panic on "freeing free inode" if filesystem...
1991-03-20 Mike Karelsfirst cut for new proc & user structs (still need to...
1990-12-06 Kirk McKusickupdate for new VM
1990-09-02 Kirk McKusickneed to restore quota credit if allocation fails
1990-08-25 Kirk McKusickbrealloc => allocbuf
1990-06-29 Keith Bosticnew copyright notice
1990-05-25 Kirk McKusickprint out offending uid for filesystem full error messages
1990-05-05 Kirk McKusickdelete unneeded headers
1990-05-03 Kirk McKusicknew interface to chkdq; clean up u. area access
1990-01-06 Kirk McKusickmissing fsbtodb (from noemi@osf.org)
1989-12-31 Kirk McKusickbadblock moves into this file
1989-12-22 Kirk McKusickonly account for disk blocks when they are actually...
1989-12-01 Kirk McKusickmajor overhaul to handle logical buffer pool (not quite...
1989-11-13 Kirk McKusickclear i_flags when allocating new inodes
1989-08-27 Kirk McKusickgeneralize the buffer pool so that NFS can become a...
1989-06-08 Kirk McKusickassign a new generation number when allocating an inode
1989-05-10 Kirk McKusickmerge in vnodes
1988-06-30 Keith Bosticinstall approved copyright notice
1988-05-25 Kirk McKusicklint
1988-05-24 Keith Bosticadded Berkeley specific header
1988-05-02 Kirk McKusickmacroize cylinder group array references to allow dynam...
1987-11-24 Kirk McKusicklint from torek
1987-09-10 Kirk McKusickallow cg's to start at frag instead of block boundries
1987-06-05 Kirk McKusickchange free() to blkfree() to allow for malloc()/free()
1987-04-03 Mike Karelsworking with pack labels
1987-04-03 Mike Karelsadd ifdefs for dev_bsize (almost working)
1986-06-05 Kirk McKusick4.3BSD release version
1986-02-20 Mike Karelslint
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-06-09 Kirk McKusickAdd copyright
1985-03-20 Kirk McKusickeliminate extraneous include of conf.h
1985-03-13 Ralph Campbelllog file system full, etc. rather than printf.
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 McKusickfix units bug in fragextend
1984-08-30 Jim BloomChange to includes. no more ../h
1984-07-29 Kirk McKusickspeed up inode map search in ialloccg
1984-02-07 Kirk McKusickmissing brelse() when determining that cylinder group...
1984-02-07 Kirk McKusickmissing brelse() when checking for cylinder group full
1983-09-29 Mike Karelsno ifree(NULL,...) on failed iget
1983-07-29 Sam Leffler4.2 distribution
1983-05-28 Sam LefflerMerge ... bill's code plus lint (plus, of course, clean...
1983-05-22 Sam Lefflerimplement i_blocks field; quota routines now return...
1983-03-22 Sam Leffleruse freespace macro and fs_fragshift where possible
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-01-15 Kirk McKusickverify blocks available after reading cylinder group...
1982-12-18 Sam Lefflersun merge
1982-11-14 Sam Lefflermerge of 4.1b and 4.1c
1982-10-22 Bill Joylint
1982-10-20 Bill Joymore lint
1982-10-18 Bill Joymore lint
1982-10-18 Bill Joylint
1982-10-18 Bill Joyfix lint
1982-10-17 Bill Joyadd ufs_subr.c
1982-10-11 Bill Joymove vax header files to their own directory
1982-09-07 Bill Joy(no message)
1982-08-04 Sam Lefflercosmetics
1982-07-23 Robert Elzdisc quotas
1982-07-16 Bill Joyblkclr->bzero
1982-06-15 Bill Joyfixes to interactions of new fs and buffer cache with...
1982-06-08 Kirk McKusickupdate mod times of cylinder groups
1982-05-08 Kirk McKusickput in more info before panics
1982-04-20 Kirk McKusickmerge into new file system
1982-04-12 Kirk McKusickfloat cylinder group info, reclaim redundant boot blocks
1982-04-09 Kirk McKusickbring back changes from calder
1982-03-25 Kirk McKusickmerge into the kernel!
1982-03-25 Kirk McKusickupdate to current system
1982-03-24 Kirk McKusickincorporate sam's changes
1982-03-24 Kirk McKusickcompress frag tables
1982-02-26 Kirk McKusickkeep "fs" cached in incore inode to avoid constant...
1982-02-26 Kirk McKusickuse speed-up macros in fs.h
1982-02-22 Kirk McKusickconversion to flexable length directory names
1982-01-14 Kirk McKusickfix mapsearch to check for fragments at the end of...
1982-01-13 Kirk McKusickchange all macros taking "fs" to have it as their first...
1982-01-13 Kirk McKusickadd cg_btot to summarize cg_b
1982-01-11 Kirk McKusickfix rotational layout code to work with disks with...
1982-01-07 Kirk McKusickincorporate fs.h -r1.10, and param.h -r1.10 reorganization
1982-01-05 Kirk McKusickparameterize BSIZE, FSIZE, and FRAG into fs_bsize,...
1981-12-10 Kirk McKusicklint cleanup
1981-11-20 Kirk McKusickcheck for bprefs to be out of legal range and if so...
next