move IFMT => VTYPE and VTYPE => IFMT to vnode since stat requires it
[unix-history] / usr / src / sys / ufs /
1992-02-07 Kirk McKusickmove IFMT => VTYPE and VTYPE => IFMT to vnode since...
1992-02-06 Kirk McKusicklint
1992-02-05 Keith Bosticblock at bio when reassigning buffer; handle queue...
1992-02-05 Kirk McKusickufs specific fields move from nameidata into the inode
1992-02-05 Kirk McKusickcleanups and bug fixes from John
1992-02-05 Kirk McKusicknew namei calling convention
1992-02-05 Kirk McKusickmove in ufs specific fields from the nameidata structure
1992-02-05 Kirk McKusicknew namei calling convention
1992-02-05 Keith Bosticmake lfs_fsync really work
1992-02-05 Keith Bosticadd lfs_vflush to flush a single vnode; permit flushing...
1992-02-05 Keith Bosticuse lfs_vflush for lfs_update; update the version numbe...
1992-02-05 Keith Bosticadd lfs_vflush; flush a vnode to disk
1992-02-05 Keith Bosticminor fix, don't set queue count to 0 unless did something
1992-02-05 Keith Bosticcheckpoint
1992-02-04 John Heidemannformating
1992-02-04 John Heidemannmaknode goes away
1992-02-04 John Heidemannnew calling convention
1992-02-04 John Heidemannconverted to CN; throw out unused bits
1992-02-04 John Heidemannconvert to CN
1992-01-31 Keith Bosticinitialize the size field, FFS does it in newfs, we...
1992-01-23 John Heidemannlookup converted to new form
1992-01-20 Keith Bosticfix bp usage, check lastseg in UPDATE_SEGUSE; from...
1992-01-19 Keith Bosticinline lfs_itod; make it handle unassiged disk addresse...
1992-01-19 Keith Bosticcheckpoint
1992-01-19 Keith Bosticfirst cut at the truncate code
1992-01-19 Keith Bosticchanges to make lfs_vget retrieve the IFILE inode like...
1992-01-15 Kirk McKusickbreada generalizes to breadn
1992-01-14 Kirk McKusickextensions for new NFS
1992-01-11 Kirk McKusicknew NFS export options; additional argument to lfs_fhtovp
1992-01-11 Kirk McKusicklfs_fhtovp takes an additional parameter
1992-01-11 Keith Bosticvarious bug fixes to make system calls work; from Carl
1992-01-11 Keith Bosticlfs_bmap uses UNASSIGNED (-1), not LFS_UNUSED_DADDR...
1992-01-10 Kirk McKusickadd support for NFS leases
1992-01-10 Keith Bosticlfs_itod CAN return LFS_UNUSED_ADDRESS since lfs_bmapv...
1992-01-09 Keith Bosticput in a real magic number
1992-01-01 Keith Bosticset time before the checksum...
1992-01-01 Keith Bosticupdate
1992-01-01 Keith Bosticdate and time created 91/12/31 15:10:25 by bostic
1992-01-01 Keith Bosticmake lfs_write really work
1992-01-01 Keith Bosticsync no longer needs single-threading code, it's done...
1992-01-01 Keith Bosticnbytes shouldn't include superblocks or summary blocks
1992-01-01 Keith Bosticfix lfs_markv code to check right order of things,...
1992-01-01 Keith Bosticdelete LFS_IRELEASE, just do a brelse
1992-01-01 Keith Bosticdatosn, sntoda moved to lfs.h; check v_dirtyblkhd in...
1992-01-01 Keith Bosticadd lfs_balloc external declaration
1992-01-01 Keith Bosticfix printf types for disk inode dump routien
1992-01-01 Keith Bosticadd lfs_balloc, routine to allocate a block for writing
1992-01-01 Keith Bosticadd lfs_flush routine, to flush out B_LOCKED queue...
1992-01-01 Keith Bosticextend the IFILE, minor cleanups
1992-01-01 Keith Bosticminor reorg; delete if_st_atime field, not used; move...
1991-12-31 Keith Bosticminor catchup before integrating lfs_truncate
1991-12-31 Keith Bosticlots of minor reworking, lock the IFILE vnode before...
1991-12-20 Kirk McKusickavoid null proc pointers (as when panicking)
1991-12-20 Kirk McKusickdebugging code for tracking down stray locks;
1991-12-20 Kirk McKusickhave to remove lock from waiting chain when giving up
1991-12-20 Kirk McKusickminor lint; initialize modrev time for NFS leases
1991-12-20 Kirk McKusickselect i_size base on _NOQUAD support; update modrev...
1991-12-20 Kirk McKusickselect di_size based on _NOQUAD support
1991-12-20 Kirk McKusickmust cast long argument to vnode_pager_setsize
1991-12-20 Kirk McKusickslight reordering; update modrev time for NFS leases
1991-12-20 Kirk McKusickmust cast di_size passed to printf
1991-12-20 Kirk McKusickmust cast long argument to vnode_pager_setsize
1991-12-20 Kirk McKusickslight reordering; update modrev time for NFS leases
1991-12-20 Kirk McKusickquad => quad_t
1991-12-17 Keith Bosticdon't make routines static
1991-12-17 Kirk McKusickdynamically allocate private part
1991-12-17 Kirk McKusickM_SUPERBLK rolled into M_UFSMNT
1991-12-17 Kirk McKusicknew approach for handling aliases (based on local node...
1991-12-17 Kirk McKusickfree UFS private data area
1991-12-17 Kirk McKusickdynamically allocate private part
1991-12-17 Kirk McKusickM_SUPERBLK rolled into M_UFSMNT
1991-12-17 Kirk McKusickfree dynamically allocated part
1991-12-17 Kirk McKusickdynamically allocate private part
1991-12-17 Kirk McKusickmfs_reclaim becomes a real function
1991-12-17 Kirk McKusickmake hash table size dynamically allocated
1991-12-17 Kirk McKusickreorganize for private allocation; make use of spares...
1991-12-16 Keith Bosticupdate byte count on segments marked clean
1991-12-16 Keith Bosticdon't make routines static
1991-12-16 Kirk McKusickreorder includes to keep kernel and fsck happy
1991-12-15 Kirk McKusickstatfs.f_bsize => statfs.f_iosize; statfs.f_fsize ...
1991-12-15 Kirk McKusickstatfs.f_bsize => statfs.f_iosize; statfs.f_fsize ...
1991-12-15 Keith Bosticcreate LFS_IRELEASE/LFS_IWRITE macros so ifile times...
1991-12-15 Keith Bosticuse LFS_IRELEASE/LFS_IWRITE macros
1991-12-15 Keith Bosticinline lfs_iset in lfs_segment.c
1991-12-15 Keith Bosticuse LFS_IRELEASE/LFS_IWRITE macros
1991-12-15 Keith Bosticmake lfs_write code look like ffs_write again
1991-12-15 Keith Bosticinline lfs_iset in lfs_segment.c; use LFS_IRELEASE...
1991-12-15 Keith Bosticupdate cleaner info when marking a segment clean
1991-12-15 Keith Bosticchange lfs_newseg to do all the lastseg/curseg/newseg...
1991-12-15 Keith BosticCLEANINFO didn't need last_seg, last_time for now
1991-12-15 Keith Bosticadd LFS_CLEANERINFO macro for access to cleaner ifile...
1991-12-14 Keith Bosticupdate the superblock
1991-12-14 Keith Bosticmajor fixes to buffer queueing, segment structure;...
1991-12-14 Keith Bosticif NMI interrupt, don't try to sync
1991-12-14 Keith Bosticno normative chnage, trivial cleanup
1991-12-14 Keith Bosticadd SEGUSE flags
1991-12-12 Keith BosticLFS version 2; cleaner system calls
1991-12-07 Keith BosticLFS version 2; partial segments, new framing structure...
1991-12-07 Keith BosticLFS version 2; minor updates
1991-12-07 Keith BosticLFS version 2; minor cleanups, nothing important
next