prototypes cleaned up after vn_if change
[unix-history] / usr / src / sys / ufs / lfs /
1992-05-16 John Heidemannprototypes cleaned up after vn_if change
1992-05-16 John Heidemannlfs_vfree now returns an int
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannlfs_extern.h requires #include <sys/vnode.h>
1992-05-15 John Heidemannlfs_extern.h requires lfs_cksum.c
1992-05-15 John HeidemannFIFOOPS update for vn_if conversion
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannap in lfs_truncate renamed inp because of name conflict...
1992-05-15 John Heidemannlfs_ubwrite change to for new vnode interface
1992-05-15 John Heidemannlfs_ubwrite fixed
1992-05-14 John Heidemannvnode interface conversion
1992-05-14 Kirk McKusickinode times are now timevals
1992-05-14 Kirk McKusicklint; inode times are now timevals
1992-05-05 Keith Bosticsome compilers can't handle the appended increment...
1992-05-05 Keith Bosticlint
1992-05-05 Kirk McKusicklint
1992-04-22 Kirk McKusickVOP_TRUNCATE now takes a cred argument
1992-04-22 Kirk McKusickensure proper types for local variables and parameters
1992-04-09 Keith Bosticremove the rest of the typedef's
1992-04-09 Carl Staelinreacquire the dirtyblk list if write a segment during...
1992-04-09 Carl Staelindelete unnecessary test; check depth in case drop out...
1992-04-09 Carl Staelindon't reassign multiple times; quick hack, don't reassi...
1992-03-19 Carl Staelintypo
1992-03-19 Keith Bosticno changes, just make it a little more obvious
1992-03-19 Keith Bosticfree memory on sleep error
1992-03-19 Keith Bosticincorrect bmap array processing on double-indirect...
1992-03-19 Keith Bostictypo
1992-03-05 Keith Bosticmove lfs_ifind into lfs_inode.c, it's only used in...
1992-03-04 Keith Bosticfree'ing wrong pointer on error
1992-03-04 Keith Bosticfree'ing the wrong pointer when copyin fails; minor...
1992-03-04 Keith Bosticset saveaddr to NULL, otherwise will re-free space...
1992-02-29 Keith Bosticcopy individual buffers into 56K chunks for disk I/O
1992-02-28 Carl Staelinissue wakeup when enter a new segment (previous was...
1992-02-28 Carl Staelinduring truncate, at INDIR/DIRECT boundary, decrement...
1992-02-28 Carl Staelinonly delete space used by inode, on inode deletion...
1992-02-06 Kirk McKusicklint
1992-02-05 Keith Bosticblock at bio when reassigning buffer; handle queue...
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-01-31 Keith Bosticinitialize the size field, FFS does it in newfs, we...
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-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 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 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-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-16 Keith Bosticupdate byte count on segments marked clean
1991-12-16 Keith Bosticdon't make routines static
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...
next