Kirk's cleanup on block sizes
[unix-history] / usr / src / sys / ufs / ufs /
1988-06-28 Keith Bosticinstall approved copyright notice
1988-06-12 Mike Karels"correct" disk block units on tahoe
1988-06-05 Mike Karelswhy not, print cyl/trk/sect on disk errors
1988-05-28 Mike Karelsnew diskerr routine, replacing harderr
1988-05-25 Kirk McKusicklint
1988-05-23 Mike Karelslint
1988-05-21 Keith Bosticadd Berkeley specific header
1988-05-20 Mike Karelsavoid race between mountfs and update
1988-05-02 Kirk McKusickadd compatibility for dynamic cylinder groups;
1988-04-25 Mike Karelskeep cksum up to date, support variable offset (now...
1987-12-01 Kirk McKusickmajor cleanup of mountfs and fixed a bug too!
1987-11-02 Mike Karelsadd setdisklabel, writedisklabel to check and rewrite...
1987-08-24 Mike Karelslook for disk label at any reasonable offset
1987-06-22 Kirk McKusickgeteblk => malloc for copy of indirect pointers
1987-06-22 Kirk McKusickreplace geteblk and wmemall with malloc to hold superbl...
1987-06-22 Kirk McKusickgeteblk => malloc, so m_bufp => m_fs as it should be
1987-06-21 Kirk McKusickreplace geteblk with malloc/free
1987-06-05 Kirk McKusickchange free() to blkfree() to allow for malloc()/free()
1987-06-05 Mike Karelssave cpg in pack label too
1987-05-04 Sam Lefflercheck ip before dereferencing (can only happen when...
1987-04-19 Mike Karelsdon't clear set-gid when su creates file when not group...
1987-04-03 Mike Karelsworking with pack labels
1987-04-03 Mike Karelsadd ifdefs for dev_bsize (almost working)
1987-04-02 Mike Karelsadd generalized code to read disk label
1987-03-11 Kirk McKusickonly set ICHG when fsync'ing a file descriptor that...
1987-02-20 Mike Karelsdkcksum
1987-01-14 Kirk McKusickadd sanity checks for old file systems
1986-12-23 Keith Bosticbug report 4.1BSD/sys/31
1986-10-14 Mike Karelsmerge in tahoe system
1986-06-05 Kirk McKusick4.3BSD release version
1986-06-05 Kirk McKusick4.3BSD release version
1986-05-05 Kirk McKusickalways round down directory offset to a DIRBLK boundry
1986-04-24 Kirk McKusickclean up block comment at top;
1986-04-24 Kirk McKusickmust invalidate any names for mounted on inode
1986-03-05 Mike Karelsrelax restrictions on *chown: allow owner to change...
1986-02-24 Mike Karelslint
1986-02-21 Mike Karelsrename nch to avoid name conflict
1986-02-21 Mike Karelsrename nch to avoid name collision
1986-02-21 Mike Karelslint and cleanups from Sam
1986-02-19 Mike Karelsdon't close, binval on failed mount because already...
1985-11-27 Mike Karelsnow can use XTRC again instead of IXMOD
1985-11-10 Mike Karelskeep pointer to text in inode, avoiding linear search...
1985-10-29 Mike Karelsuse proper types for uids, gids
1985-09-06 Kirk McKusickallocate file table entry before creating file in case...
1985-09-05 Kirk McKusickinitialize before use
1985-09-05 Kirk McKusickallocate file table entry before creating file in case...
1985-09-05 Jim Bloomlint cleanup
1985-08-27 Jim Bloomfix whole in sticky directories
1985-06-09 Kirk McKusickAdd copyright
1985-05-23 Kirk McKusickreturn EINVAL instead of ENXIO for readlink of a non...
1985-05-23 Kirk McKusickreturn ENAMETOOLONG where appropriate; return EINVAL...
1985-05-23 Kirk McKusickdifferentiate several errors; close special device...
1985-04-20 Kirk McKusickcleanup and tighter semantic checking for blkatoff()
1985-03-21 Kirk McKusickdon't try to truncate inodes on read-only file systems...
1985-03-20 Kirk McKusickeliminate extraneous include of conf.h
1985-03-20 Kirk McKusickdo not follow symbolic links on exclusive open (from...
1985-03-14 Kirk McKusickdon't try to truncate inodes on read-only file systems...
1985-02-25 Kirk McKusickproperly handle cacheing in the presence of `chroot';
1985-02-23 Kirk McKusickspeedups; prevent `chdir ..' out of root when .. is...
1985-02-23 Kirk McKusickinsure that directories are always a multiple of DIRBLK...
1985-02-21 Kirk McKusickprevent infinite loops in dirempty() with trashed direc...
1985-02-21 Kirk McKusickshrinking directories (from kre)
1985-02-12 Kirk McKusickmust zero out unused portion of partial blocks when...
1985-01-22 Kirk McKusickcannot use ni_pdir when `namei' fails
1985-01-11 Kirk McKusickadd cacheinvalall() to invalidate the entire namei...
1985-01-11 Kirk McKusicksimplify (and fix) cacheinval macro
1985-01-11 Kirk McKusickfix "bread 0" panic: must check for cache ptr past...
1984-12-21 Mike Karelsadd IXMOD for now (for text modified with ptrace)
1984-09-29 Kirk McKusickuse macros
1984-08-30 Jim BloomChange to includes. no more ../h
1984-08-04 Kirk McKusickincrease size of hash table header to reduce collisions
1984-07-28 Kirk McKusickrewrite `rename' and `rmdir' to properly invalidate...
1984-07-27 Kirk McKusickadd IRENAME to prevent reentrant rename for same directory
1984-07-20 Kirk McKusickuse new `cacheinval' macro
1984-07-20 Kirk McKusickadd macro `cacheinval' to purge stale entries in the...
1984-07-19 Mike Karelsdon't zero name, zero pad it.
1984-07-16 Mike Karelsiget must lock old inode before dqrele()
1984-07-09 Kirk McKusickuse new interface to `copyinstr' and `copystr'
1984-07-09 Kirk McKusickrework `namei' interface to eliminate global variables
1984-07-09 Kirk McKusickrework namei interface to eliminate global variables;
1984-07-08 Kirk McKusickmaintain our own pool of buffers to avoid alloc/release...
1984-07-05 Kirk McKusickalways use `igrab' to avoid race condition with `iput';
1984-07-05 Kirk McKusicksave time, use ILOCK and IUNLOCK to avoid call overhead
1984-07-03 Kirk McKusickclean up locking protocol in namei cache;
1984-07-03 Kirk McKusickmove most of the directory consistency checks out of...
1984-07-03 Kirk McKusickeliminate unnecessary panic when id's wrap
1984-07-03 Kirk McKusickFollow same protocol as `unlink' to prevent potential...
1984-07-01 Sam Lefflerrename: if source has gone away when time to unlink...
1984-06-28 Sam Leffleradd unique id for namei cache -- allows . and .. to...
1984-06-28 Sam Lefflerconvert namei cache to hold soft references to inodes...
1984-06-27 Mike Karelscheck superblock magic, size before copying; better...
1984-05-25 Sam Lefflercorrect error code for lseek on pipes/sockets; in-line...
1984-05-23 Mike Karelsremove paranoid test; make hashsize a power of two...
1984-02-16 Mike Karelsuse ITIME in irele to update times in irele without...
1984-02-16 Mike Karelsadd IMOD flag, allowing update of times in in-core...
1984-02-16 Mike Karelsuse ISVTX instead of ISUID for append-only directories
1984-02-11 Mike Karelsopen(...,FTRUNC...) requires write permission
1984-02-11 Mike Karelsopen(..,FTRUNC..) requires write permission
1984-02-08 Mike Karelsforce iupdate from irele if count still > 0,
1984-02-08 Mike Karelsmissing iput's on errors
next