Check for out of space condition before extending ifile.
[unix-history] / usr / src / sys /
1992-09-02 Margo SeltzerCheck for out of space condition before extending ifile.
1992-09-02 Margo SeltzerUse new block counts to set statfs structures.
1992-09-02 Margo SeltzerDo not invalidate buffers that you return ENOSPC on...
1992-09-02 Margo SeltzerAdd macros to determine if there are enough free blocks...
1992-09-02 Akito Fujitaadded a line which is including systm.h for min()
1992-09-02 Akito Fujitacalling sequence of hardclock() is changed
1992-09-02 Akito Fujita"clock_on" flag should be turned on
1992-09-02 Akito Fujitaremove kernel striping command line
1992-08-29 Keith BosticYou may create dirty ifile blocks on a checkpoint if...
1992-08-28 Keith BosticMake sure you don't use buffers after you brelse/bwrite...
1992-08-28 Keith BosticDo not lock inode during entire read/write operations...
1992-08-27 Keith BosticHang temporary buffers off the devvp, not the ifile...
1992-08-27 Keith BosticAdd lfs_close to get rid of ITIMES modifying inode...
1992-08-27 Keith BosticMake sure that inodes are locked after you copy content...
1992-08-27 Keith BosticMake an lfs specific copy of close so that we can count...
1992-08-27 Keith BosticWakeup the cleaner when we run out of disk space.
1992-08-27 Keith Bosticlfs_markv only takes 4 longs, now
1992-08-26 Keith BosticSegment structure now takes a vnode, make sure it gets...
1992-08-26 Keith Bosticgetblk cannot return a NULL bp, don't bother checking...
1992-08-26 Keith BosticPut a vnode pointer in the segment structure.
1992-08-26 Keith BosticSEGDEC should look for 0 instead of UNASSIGNED disk...
1992-08-26 Keith BosticCheck for valid bp after balloc instead of later since...
1992-08-26 Keith BosticAdd vnode pointer to segment structure so that updateme...
1992-08-25 Marc Teitelbaumecho quoted ^? correctly
1992-08-25 Marc Teitelbaumsome flags got moved around and code wasen't consistent
1992-08-23 Keith Bosticupdate to 4.4BSD-Alpha
1992-08-22 Keith BosticCreate indirect blocks as soon as the associated data...
1992-08-22 Keith BosticMake lfs_markv perform segment writing. It sets up...
1992-08-22 Keith BosticMove SEGMENT structure definition to include for use...
1992-08-22 Keith BosticAdd lfs_check and lfs_getattr; make lfs_newbuf visible for
1992-08-22 Keith BosticFormatting. Change UBWRITE to VOP_BWRITE, add inode...
1992-08-22 Keith BosticChange LFS_UBWRITE calls to VOP_BWRITE, add inode accou...
1992-08-22 Keith BosticMake a local getattr that doesn't call ITIMES (temporar...
1992-08-22 Keith BosticFix threshholds for kicking off a write. Make lfs_bwri...
1992-08-22 Keith BosticAdd fields in struct lfs for available space accounting...
1992-08-22 Carl Staelinincrease the hpibidtimeout so hpib devices are correctl...
1992-08-16 Jan-Simon Pendryadd local vars for args.
1992-08-15 Keith Sklowerfix typo cpp+) instaed of cpp++)
1992-08-15 Keith Sklowerfix an outright bug in the cloning code (if a cloned...
1992-08-15 Keith Sklowerremoving #define of ac broke ISO code, replace argument...
1992-08-15 Mike Hiblercheck for 0-length IO requests, VJ's prints no longer...
1992-08-15 Mike Hiblermissing "return(0)" in open, check for 0-length IO...
1992-08-15 Mike Hiblermake sure include files come from the /sys tree where...
1992-08-15 Mike Hiblerincrease MESG_IN/OUT field to 7 bytes. Most drives...
1992-08-15 Mike Hiblercheck for corrupt directory entry (d_reclen == 0) in...
1992-08-12 Kirk McKusickdefine nethostaddr locally for NFS
1992-08-12 Kirk McKusickuse radix tree code to match exported host addresses...
1992-08-11 Chris Torekneed to thread the signal stack back to the previous...
1992-08-11 Chris Torekfix comments in sigcode
1992-08-11 Kirk McKusickonly set ctime when setting mtime, not when setting...
1992-08-07 Kirk McKusickfrom Mike Hibler
1992-08-04 Keith Bosticadd FD_COPY
1992-08-04 Mike Hiblerget things working again for a wider range of HP-UX...
1992-08-04 Mike Hiblerifdef ohpuxssig under COMPAT_OHPUX
1992-08-04 Mike Hiblertermios support
1992-08-04 Mike Hibleradded COMPAT_OHPUX for 4.3-ish compatibility
1992-08-04 Mike Hiblereliminate a couple of unneeded includes
1992-08-04 Mike Hiblerexpand tweaksigcode in place and make it work correctly
1992-08-04 Mike Hiblerlabel trap instruction in sigcode to make it easier...
1992-08-04 Mike Hiblerfixup a comment
1992-08-04 Mike Hiblerno longer a mappable clock so change "standard clock"
1992-08-04 Mike Hiblermake the UTAH partition table for the 7937 standard
1992-08-03 Jan-Simon Pendryclean up
1992-08-03 Keith Bostica new one.
1992-08-03 Marc Teitelbaumadd SCCS id, yank to 7.1, by TK for Marc
1992-08-03 Keith Bosticadd SCCS id's
1992-08-03 Keith Bosticdate and time created 92/08/02 19:56:36 by bostic
1992-08-03 Keith Bosticdate and time created 92/08/02 19:55:29 by bostic
1992-08-02 Keith Bosticdelete VERBOSE #ifdef's
1992-08-02 Keith Bosticdelete VERBOSE #ifdef's; move vrele in unmount so if...
1992-08-02 Keith BosticFixed that one.
1992-08-02 Keith Bosticget ifile address out of superblock; fix byte accounting
1992-08-02 Keith Bosticmake sure initseg always gets called before writeseg...
1992-08-02 Keith Bosticupdate for 4.4BSD-Alpha
1992-08-01 Jan-Simon Pendryremove decl of spec_vnodeop_p
1992-08-01 Kirk McKusickupdate from torek to fix running time of swapper
1992-07-31 Keith BosticFix SEGUPD and SEGTABSZ macros.
1992-07-30 Keith Bosticcheck for negative bytes in seguse update; increment...
1992-07-30 Keith Bosticno longer need printfs; extending ifile now works
1992-07-29 Kazumasa UtashiroAdded comments about WIDE
1992-07-29 Kazumasa Utashiroupdate information
1992-07-29 Kazumasa Utashiromodify newvers script
1992-07-29 Kazumasa Utashirovnode_if.o should not be deleted.
1992-07-29 Kazumasa UtashiroNow always uses GCC. And small changes are made.
1992-07-29 Keith Bosticupdate from Kazumasa Utashiro
1992-07-29 Marc Teitelbaumdate and time created 92/07/28 14:16:19 by marc
1992-07-28 Ralph Campbelladded splstatclock
1992-07-28 Ralph Campbelladded changes for clock interrupts/profiling
1992-07-28 Ralph Campbelladded md_coredump struct
1992-07-28 Ralph Campbellfix warning for allproc
1992-07-28 Ralph Campbelladded susword fusword fusintrsword, etc.
1992-07-28 Ralph Campbelluse min() not MIN()
1992-07-28 Ralph Campbellchanges for profiling and bug fixes.
1992-07-28 Ralph Campbelluse min() not MIN()
1992-07-28 Ralph Campbelluse min not MIN()
1992-07-28 Ralph Campbellfix gcc type warnings
1992-07-28 Ralph Campbellchanges for vnode_if.h stuff
1992-07-28 Ralph Campbelluse standard cd and vn device files, fix gcc2 -O bugs
1992-07-28 Keith Bosticdate and time created 92/07/27 09:25:26 by bostic
1992-07-26 Kirk McKusickspec_vnodeops_p now declared in specdev.h
next