maxsymlinklen must be signed comparison
[unix-history] / usr / src / sys / ufs / lfs /
1992-07-14 Keith Bosticnote that next segment pointer no longer needed
1992-07-13 Kirk McKusicknew include location for specdev.h
1992-07-13 Kirk McKusickspecdev.h moves to new location
1992-07-13 Kirk McKusicknew location for specdev.h
1992-07-13 Kirk McKusicknew location for fifofs and specfs
1992-07-08 Kirk McKusickChris sez time is volatile
1992-07-08 Kirk McKusickvolatile poison
1992-07-07 Kirk McKusicknew parameters to fhtovp
1992-07-07 Kirk McKusickexport verification is now done in fhtovp
1992-07-06 Keith Bosticvget becomes a VFS op (Kirk); describe ap (Kirk); use...
1992-07-06 Keith Bosticdelete USES_VOP_whatever (Kirk); vget became a VFS...
1992-07-06 Keith Bosticadd ap description (Kirk); vget becomes a VFS op (Kirk...
1992-07-06 Keith Bosticdescribe ap (Kirk); delete lfs_mntinvalbuf, lfs_vinvalb...
1992-07-06 Keith Bosticdelete USES_VOP_whatever (Kirk); use lfs_seglock/unlock...
1992-07-06 Keith Bosticrestructure vnode walk and dirty block invalidation...
1992-07-06 Keith Bosticneeds <sys/mount.h>
1992-07-06 Keith Bosticdescribe ap structure (Kirk); Melton fix for NULL indir...
1992-07-06 Margo Seltzerdescribe ap structure (Kirk); make VDIROP set right
1992-07-06 Keith Bosticminor cleanups, add seglock to synchronize segment...
1992-07-03 Kirk McKusickdelete USES; VOP_VGET => VFS_VGET
1992-07-03 Kirk McKusickdelete USES_VOP
1992-07-03 Kirk McKusickexpand vop args
1992-06-24 Keith Bosticselect(2) race condition with small timeout values...
1992-06-23 Keith Bosticdirectory ops, unmount, minor cleanup; from Margo Seltzer
1992-06-23 Keith Bosticfix the includes
1992-06-23 Keith Bosticdelete PMAP_BUG_FIX_HACK for now, until see the bug...
1992-06-23 Keith Bosticcheckpoint
1992-06-23 Keith Bosticchecpoint
1992-06-21 Kirk McKusickeliminate the fiction of NOQUAD
1992-06-20 Kirk McKusicktimeval => timespec in vattr and dinode
1992-06-18 Kirk McKusickcleanups of ap->a_*; need to define vfree for spec...
1992-06-05 John Heidemannregisterized vnodeop ops after vnode interface conversion
1992-05-16 John Heidemannvnodeop argument macro expansion
1992-05-16 John Heidemanndirect vop calls cleaned up by hand
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...
next