dynamically allocate private part
[unix-history] / usr / src / sys / ufs /
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
1991-12-07 Keith BosticLFS version 2; truncate must do vinvalbuf
1991-12-07 Keith BosticLFS version 2; no changes required
1991-12-07 Keith BosticLFS version 2; break bmap into three routines, using...
1991-12-07 Keith BosticLFS version 2; minor cleanups, nothing important
1991-12-07 Keith BosticLFS version 2; no longer read the segusage table, it...
1991-12-07 Keith BosticLFS version 2; minor cleanups, nothing important
1991-12-07 Keith BosticLFS version 2; use B_LOCKED queue for buffers
1991-12-07 Keith BosticLFS version 2; describe partial segments, new framing...
1991-12-07 Keith BosticLFS version 2; describe partial segments, new framing...
1991-12-07 Keith BosticLFS version 2; move lfs_getversion to lfs_segment.c
1991-12-07 Keith Bosticnew addressing conventions, using negative numbers...
1991-12-07 Keith Bosticmake triply indirected blocks work
1991-12-07 Keith Bosticadd SCCS header
1991-12-07 Keith Bosticdate and time created 91/12/06 16:11:46 by bostic
1991-11-21 Marc Teitelbaumforward declared static but wasn't
1991-11-21 Marc Teitelbaumdeclared static but wasn't
1991-11-12 Keith Bosticmake ffs_subr.c work with fsck(8) again
1991-11-12 Keith Bosticmove ROOTINO to dinode.h, so applications don't have...
1991-11-12 Keith Bosticmove ROOTINO here, so applications don't have to includ...
1991-11-09 Kirk McKusickproper setup for FIFO's
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops;
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops;
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops;
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops...
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops;
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops;
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops;
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops...
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops;
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops;
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops
1991-11-06 Keith BosticROOTINO is in common code
1991-11-04 Keith Bostichave to grab information before the vnode is released
1991-11-02 Keith BosticUFS/FFS split for LFS version 1
1991-11-02 Keith Bosticprototype cleanups
1991-11-02 Keith BosticUFS/FFS split for LFS version 1; delete file system...
1991-11-02 Keith BosticUFS/FFS split for LFS version 1; delete file layout...
1991-11-02 Keith BosticUFS/FFS split for LFS version 1; inode can no longer...
1991-11-02 Keith BosticUFS/FFS split for LFS version 1; move blockatoff into...
1991-11-02 Keith Bosticprototype cleanups
1991-11-02 Keith Bosticmoved hashing into ufs_ihash.c; deleted FFS specific...
1991-11-02 Keith Bosticprototyping fixes
1991-11-02 Keith Bosticadded LFS version 1; add inode ops routines, include...
1991-11-02 Keith Bosticclean up prototypes
1991-11-02 Keith Bosticadd LFS version 1, UFS/FFS split for LFS version 1;
1991-11-02 Keith Bosticdon't assume unless BYTE_ORDER is defined
1991-11-02 Keith Bosticfix copyright, this was done from scratch
1991-11-02 Keith Bosticdon't typedef struct lfs for now
1991-11-02 Keith BosticUFS/FFS split for LFS version 1; lfs moves down one...
1991-11-02 Keith Bosticdon't typedef struct lfs for now
1991-11-02 Keith Bosticcleanup ufs_vinit interface, don't typedef struct lfs now
1991-11-02 Keith Bosticdon't typedef struct lfs for now
1991-11-02 Keith Bosticdon't typedef struct lfs
1991-11-02 Keith BosticUFS/FFS split for LFS version 1; lfs moves down one...
1991-11-02 Keith Bosticdon't typedef struct lfs for now
1991-11-02 Keith Bosticminor cleanup/explanation
1991-11-02 Keith Bosticdon't typedef struct lfs for now
1991-11-02 Keith Bosticminor cleanups, checkpoint before integration
1991-11-02 Keith Bosticcheckpoint before integration
1991-11-02 Keith Bosticcheckpoint before integration, clean up printfs, but...
next