Add extra argument to VOP_BMAP.
[unix-history] / usr / src / sys / ufs /
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...
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-12 Kirk McKusickuse radix tree code to match exported host addresses...
1992-08-11 Kirk McKusickonly set ctime when setting mtime, not when setting...
1992-08-03 Keith Bostica new one.
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-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-26 Kirk McKusickspec_vnodeops_p now declared in specdev.h
1992-07-26 Keith BosticIfile inode address is maintained in the superblock...
1992-07-25 Keith BosticLogical block number in BLOCK_INFO should be daddr_t...
1992-07-24 Keith BosticDo block accounting when lfs_balloc allocates an indire...
1992-07-24 Keith BosticDo block accounting in terms of sectors. Do block...
1992-07-24 Keith BosticDo block accounting in terms of disk sectors, not file...
1992-07-24 Keith BosticPrint out new fields in superblock.
1992-07-24 Keith BosticDo block accounting in terms of disk sectors, not file...
1992-07-24 Keith BosticDo block accounting in terms of disk sectors, not file...
1992-07-24 Keith BosticDo block accounting in terms of sectors not file system...
1992-07-24 Keith BosticAdd number of summary blocks and number of inode blocks...
1992-07-23 Keith Bosticdon't end up with dirty ifile buffers after vflush...
1992-07-23 Keith Bostictruncate doesn't need to be synchronous
1992-07-23 Keith Bosticfix fs assignment; clear seglock and set clean on mount
1992-07-23 Keith Bosticdelete unnecessary splbio's;
1992-07-23 Keith Bosticadd LFS_SYNC, so that "synchronous" operations don...
1992-07-23 Kirk McKusicknew hashing scheme
1992-07-21 Keith Bosticcreation miscfs; rewrite lfs_read to make it look like...
1992-07-21 Keith Bosticindirect block count should be fixed by revision 7...
1992-07-21 Keith Bosticfix count allocation of indirect blocks
1992-07-21 Keith BosticNULL pointer deref fix; fix block counts
1992-07-21 Keith Bosticput in short symlink support; fix block counts
1992-07-21 Keith Bosticcompute number of inode blocks in terms of disk blocks
1992-07-21 Keith Bosticadd lfs_maxfilesize
1992-07-21 Keith Bosticupdate
1992-07-20 Kirk McKusicknew hashing scheme
1992-07-20 Kirk McKusickremque => ufs_ihashrem
1992-07-20 Kirk McKusicklint; remque => ufs_ihashrem
1992-07-20 Kirk McKusickupdated hashing scheme
1992-07-20 Kirk McKusicknew parameter types and functions for inode hashing
1992-07-20 Kirk McKusickremque => ufs_ihashrem
1992-07-17 Kirk McKusickmaxsymlinklen must be signed comparison
1992-07-17 Kirk McKusicksigned comparison for maxsymlinklen
1992-07-15 Kirk McKusickbe paranoid about big file sizes
1992-07-14 Kirk McKusickcache_lookup may change cn_flags, so have to check...
1992-07-14 Keith Bosticnote that next segment pointer no longer needed
1992-07-13 Jan-Simon Pendryspecdev.h moves to new location
1992-07-13 Jan-Simon PendryMIN -> min
1992-07-13 Jan-Simon PendryMAX -> max
1992-07-13 Kirk McKusicknew include location for specdev.h
next