add fpregs entry point
[unix-history] / usr / src / sys / ufs /
1992-12-10 Margo Seltzeradd ufs_ihashlookup that does not lock inode (for LFS...
1992-12-10 Kirk McKusickdebugging check for identifying holder of lock
1992-12-10 Margo Seltzerget rid of explicit 64K check and debugging printf's
1992-12-05 Kirk McKusicktake next available block on drives of unknown geometry
1992-12-02 Chris Torekgotta set ip before you use it, kirk!
1992-11-18 Margo Seltzeruse di_inumber not di_inum.
1992-11-18 Margo SeltzerInitialize on-disk inode structure correctly. Use...
1992-11-18 Margo SeltzerIf out of buffers, sleep rather than return ENOSPC
1992-11-18 Margo SeltzerSeg read flag.
1992-11-16 Kirk McKusickMNT_NOFORCE no longer has its own flag
1992-11-15 Kirk McKusickdelete ufs_iput, ufs_ilock, and ufs_iunlock
1992-11-15 Kirk McKusickreplace ufs_iput with vput; replace ILOCK and IUNLOCK...
1992-11-15 Kirk McKusickreplace use of ILOCK and IUNLOCK with VOP_LOCK and...
1992-11-15 Kirk McKusickufs_iput, ufs_ilock, and ufs_iunlock are gone, replaced...
1992-11-15 Kirk McKusickjust set lock bit, as it should never be preset
1992-11-15 Kirk McKusickILOCK and IUNLOCK are gone, now always use VOP_LOCK...
1992-11-15 Kirk McKusickufs_iput is obsoleted by vput
1992-11-15 Kirk McKusickufs_iput obsoleted by vput
1992-11-15 Kirk McKusickufs_iput is obsoleted by vput
1992-11-14 Kirk McKusickffs_inactive moves to ufs_inactive
1992-11-14 Kirk McKusickufs_inactive is back
1992-11-14 Kirk McKusickffs_inactive moves back into ufs_inactive
1992-11-14 Kirk McKusickclear IUPD|IACC|ICHG|IMOD flags when skipping update...
1992-11-05 Keith Bosticaccess() is supposed to return 0 if all of the desired...
1992-11-05 Keith BosticAGE flag only set for regular files, not symlinks or...
1992-11-03 Kirk McKusickincrease the size of MAXSYMLINKLEN to include indirect...
1992-11-03 Kirk McKusickAGE flag only set for regular files, not symlinks or...
1992-11-03 Margo SeltzerDetect contiguous allocation at the beginning of files and
1992-10-25 Margo SeltzerCheck all flags, not just B_CACHE to determine if block...
1992-10-25 Margo SeltzerDon't construct 0 length partials
1992-10-24 Kirk McKusickhave to malloc temporary inode so lock can be seen...
1992-10-23 Margo SeltzerAdd exists field to indir structure. Make logical...
1992-10-23 Margo Seltzerdate and time created 92/10/22 18:42:00 by margo
1992-10-23 Margo SeltzerDo indirect block allocation in balloc instead of bmap.
1992-10-23 Kirk McKusickcheck for that NULL pointer
1992-10-09 Margo SeltzerWhen truncating indirect blocks, we cannot call bread...
1992-10-09 Margo SeltzerPlace indirect block pointer at correct offset.
1992-10-09 Margo SeltzerAdd argument to bmap. Fix accounting of segment summar...
1992-10-09 Margo SeltzerUse new queue structures. Count finfos before you...
1992-10-09 Margo SeltzerRemove lfs_bmap and lfs_bmaparray calls (use ufs ones...
1992-10-09 Margo SeltzerPass flags to vinvalbuf. Use new queue structures.
1992-10-09 Margo SeltzerUse new queue structures. Initialize new fields in...
1992-10-09 Margo SeltzerUse combined ufs_bmap instead of lfs_bmap. Make lfs_re...
1992-10-09 Margo SeltzerMerge ffs/lfs bmap into ufs_bmap. Move structures...
1992-10-08 Kirk McKusickuse new queue routines for buffer lists hanging off...
1992-10-08 Margo SeltzerAdd comment in argument list to bmap.
1992-10-08 Margo SeltzerAdd ufs_bmap and ufs_getlbns declarations.
1992-10-08 Margo SeltzerAdd macros to access new fields in ufsmount structure.
1992-10-08 Margo SeltzerAdd indir structure.
1992-10-08 Margo SeltzerAdd fields to ufsmount structure for integration of...
1992-10-08 Margo SeltzerUse ufs_bmap rather than ffs_bmap.
1992-10-08 Margo SeltzerInitialize new fields in ufsmount structure. Pass...
1992-10-08 Margo SeltzerUse negative block numbers for indirect blocks.
1992-10-08 Margo SeltzerRemove ffs_bmap. Modify ffs_balloc to use ufs_bmap.
1992-10-08 Margo SeltzerAdd extra argument to VOP_BMAP.
1992-10-02 Kirk McKusickav_forw/av_back are gone; now use b_actf/b_actb for...
1992-10-02 Margo SeltzerDon't change inode and superblock free count until...
1992-10-02 Margo SeltzerInitialize file info pointer fields for first iteration...
1992-10-02 Margo SeltzerAssign lfs_avail using lfs_bfree, not bfree from the...
1992-10-02 Margo SeltzerMake lfs_avail signed since it can temporarily go negative.
1992-09-30 Margo SeltzerIncrement blocks available after truncate rather than...
1992-09-25 Keith Bosticprinting buffer statistics is done in the vfs layer
1992-09-25 Keith Bosticprinting buffer statistics is done at a higher level
1992-09-23 Kirk McKusickrootvp and swapvp now done in ?fs_mountroot
1992-09-15 Kirk McKusickadd ufs_check_export
1992-09-15 Kirk McKusickensure that correct value is passed
1992-09-15 Kirk McKusickadd ufs_check_export
1992-09-14 Ralph Campbellfix bug in readdir() for old file systems & LITTLE_ENDIAN.
1992-09-03 Margo SeltzerMake sure inode MOD bit gets set lfs_markv. Make lfs_m...
1992-09-03 Margo SeltzerMake writeinode always return a value! Get rid of...
1992-09-03 Margo SeltzerRemove INODE_INFOs. Add version to BLOCK_INFOs.
1992-09-02 Keith BosticGet ifile inode address from superblock not ifile....
1992-09-02 Margo SeltzerCheck for free space during allocation (need to figure...
1992-09-02 Margo SeltzerMake lfs_vflush perform a checkpoint if necessary....
1992-09-02 Margo Seltzerlfs_truncate may be removing blocks that have been...
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-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-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-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...
next