allow cg's to start at frag instead of block boundries
[unix-history] / usr / src / sys / ufs / ffs /
1987-09-10 Kirk McKusickallow cg's to start at frag instead of block boundries
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-14 Keith Bosticbug report 4.2BSD/sys/45
1987-04-03 Mike Karelsworking with pack labels
1987-04-03 Mike Karelsadd ifdefs for dev_bsize (almost working)
1987-04-03 Mike Karelsworking again
1987-04-03 Mike Karelsifdef for dev_bsize
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 trackskew, interleave, npsect, headswitch, and...
1987-01-14 Kirk McKusickadd sanity checks for old file systems
1986-12-23 Keith Bosticbug report 4.1BSD/sys/31
1986-11-04 Mike Karelsmerge in tahoe support
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-05-03 Kirk McKusicksome disks put bad sector replacements at the end of...
1986-04-29 Bob KridleAdded code to define scanc if VAX630 is defined.
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-22 Mike Karelsmake those switches int!
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-20 Mike Karelslint
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-12 Kirk McKusickmust unhash blocks at the beginning of a new fragment
1985-11-10 Mike Karelskeep pointer to text in inode, avoiding linear search...
1985-10-29 Mike Karelsuse proper types for uids, gids
1985-10-24 Kirk McKusickswitch between optimizing for time and space based...
1985-09-18 Eric Allmanfacilities in syslog
1985-09-12 Kirk McKusickallow users to specify optimization preference
1985-09-12 Kirk McKusickadd optimization preference field
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-28 Kirk McKusickadd C definitions of special vax hardware
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-03-13 Ralph Campbelllog file system full, etc. rather than printf.
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-02-09 Kirk McKusickfix comment; parenthesize use of args in blkmap() macro
1985-01-22 Kirk McKusickcannot use ni_pdir when `namei' fails
1985-01-15 Kirk McKusickwhen reallocating fragments, place in block rather...
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...
1985-01-11 Kirk McKusickfully scan inode map before giving up (eg do not depend...
1985-01-11 Kirk McKusicktune up blkpref() routine to better handle fs_maxbpg...
1985-01-08 Kirk McKusickretain use of bcopy as savings of playing with buffers...
1984-12-21 Mike Karelsadd IXMOD for now (for text modified with ptrace)
1984-12-11 Kirk McKusickswap buffers rather than copying when increasing size...
1984-09-29 Kirk McKusickuse macros
1984-09-29 Kirk McKusickfix units bug in fragextend
1984-09-29 Kirk McKusickadd macros to manipulate fragments
1984-08-30 Jim BloomChange to includes. no more ../h
1984-08-10 Kirk McKusickfix `fsync' to work efficiently with big files
1984-08-04 Kirk McKusickincrease size of hash table header to reduce collisions
1984-07-29 Kirk McKusickspeed up inode map search in ialloccg
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-11 Kirk McKusickparenthesis botch (from kre)
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;
next