BSD 4_4 release
[unix-history] / usr / src / sys / ufs / ffs / ffs_alloc.c
1995-07-25 CSRGBSD 4_4 release BSD-4_4
1992-12-05 Kirk McKusicktake next available block on drives of unknown geometry
1992-11-03 Margo SeltzerDetect contiguous allocation at the beginning of files and
1992-07-03 Kirk McKusickdelete USES; add parameter declarations; streamline...
1992-06-05 John Heidemannregisterized vnodeop ops after vnode interface conversion
1992-05-16 John Heidemannvnodeop argument macro expansion
1992-05-16 John Heidemannffs_vfree now returns a (0) error
1992-05-15 John Heidemannvnode interface conversion
1992-05-14 John Heidemannvnode interface conversion
1992-05-05 Kirk McKusicklint
1992-04-22 Kirk McKusickhave to pass down cred to block allocation routines
1992-03-27 Kirk McKusickensure proper types for local variables and parameters
1991-11-21 Marc Teitelbaumdeclared static but wasn't
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops
1991-11-02 Keith BosticUFS/FFS split for LFS version 1; move inode pref into...
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...
1991-01-02 CSRGBSD 4_3_Reno release BSD-4_3_Reno
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)
1990-01-05 CSRGBSD 4_3_Tahoe release BSD-4_3_Tahoe
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)
1987-03-04 CSRGBSD 4_3 release BSD-4_3
1988-03-09 CSRGBSD 4_2 release BSD-4_2
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-04-02 CSRGBSD 4_1c_2 release BSD-4_1c_2
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-12-17 CSRGBSD 4_1_snap release BSD-4_1_snap
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...
next