merge in some of the netbsd changes.
[unix-history] / usr / src / sys / ufs /
1994-06-05 Kirk McKusickcalculate cookies and eofflag if requested to do so...
1994-06-05 Kirk McKusickcalculate cookies and eoffalg if requested to do so
1994-06-01 Kirk McKusickgotta keep those flags straight (from mycroft@sun-lamp...
1994-05-30 Kirk McKusickdon't check name of directory entries with zero'ed...
1994-04-21 Keith BosticIn lfs_markv, we need to check if there are blocks...
1994-04-19 Keith Bosticspelling
1994-04-19 Kirk McKusickmove in definition of MINFREE from newfs so it can...
1994-04-19 Kirk McKusickdelete dead code
1994-04-16 Keith Bosticmerge ffs_root and lfs_root into ufs_root
1994-04-09 Jan-Simon Pendrypass V_SAVE to vinvalbuf
1994-04-01 Keith Bosticiget() is gone, VFS_VGET is loading the vnode
1994-04-01 Keith Bosticiget is gone, getnewvnode() does initialization, mostly
1994-02-27 Marshall Kirk McKusickincluding cluster map info in CGSIZE is dependent on...
1994-02-21 Kirk McKusickconditionally avoid synchronous writes (and indicate...
1994-02-15 Kirk McKusickIf the offset within the indirect block of the "end...
1994-02-05 Kirk McKusickfirst cut at improving cluster allocation
1994-02-03 Kirk McKusickadd definitions for reallocblks
1994-02-03 Kirk McKusickadd definition for ffs_reallocblks
1994-02-02 Marshall Kirk McKusickCGSIZE macro moves in from mkfs.c (for use by fsck...
1994-02-02 Marshall Kirk McKusickadd fields for improving cluster allocation
1994-01-22 Keith Bosticcopyright typo
1994-01-22 Keith Bosticadd USL's copyright notice
1994-01-14 Keith Bosticthe Sparc isn't handling structures passed to the kerne...
1994-01-14 Keith Bosticlint and KNF conversion
1994-01-14 Keith Bosticlint
1994-01-13 Mike Hiblerexport routine and ufs_mountedon defns moved to mount.h.
1994-01-13 Mike Hiblerexport routines and ufs_mountedon moved to vfs_subr.c.
1994-01-13 Mike Hiblerreflect FS independent nature of export info.
1994-01-13 Mike Hiblerallow (optional) exporting to NFS,
1994-01-13 Mike Hibleruse new vfs_export routine, ufs_mountedon -> vfs_mountedon.
1994-01-13 Mike Hiblerdefine docluster{read,write} as 1 if DEBUG not defined.
1994-01-13 Mike Hibleruse new vfs_export routine, ufs_mountedon -> vfs_mountedon.
1994-01-12 Kirk McKusickfix panic message to print a string rather than a funct...
1994-01-07 Kirk McKusickavoid panic when process is signaled and lock clears...
1994-01-05 Keith Bosticlint
1993-12-31 Kirk McKusicknew queue structure
1993-12-31 Kirk McKusickvget now locks optionally; new queue structure; no...
1993-12-31 Kirk McKusicknew queue structure
1993-12-31 Kirk McKusickstub to avoid ufs_inactive
1993-12-31 Kirk McKusicknew queue structure
1993-12-31 Kirk McKusickvget now locks optionally; new queue structure
1993-12-31 Kirk McKusicknew queue structure
1993-12-31 Kirk McKusickvget now locks optionally
1993-12-31 Kirk McKusickvget now locks optionally; new queue structures
1993-12-31 Kirk McKusickvget now locks optionally
1993-11-15 Kirk McKusickIN_CHANGE should set flags not mode
1993-11-15 Keith Bosticfix access check for requests covering multiple modes
1993-09-24 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-09-21 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-09-21 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-09-21 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-09-06 Keith Bosticftp didn't transfer the last N bytes...
1993-09-06 Keith BosticCleanups for 4.4BSD-Lite
1993-09-06 Keith BosticCleanups for 4.4BSD-Lite
1993-09-06 Keith Bosticmerge {lfs,ffs}_{read,write}; Cleanups for 4.4BSD-Lite
1993-09-06 Kirk McKusickcommon version for ffs and lfs
1993-09-06 Kirk McKusickffs_read and ffs_write shared with lfs in <ufs/ufs...
1993-08-12 Kirk McKusickadd mfs_pathconf
1993-06-12 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-12 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-12 Keith Bosticupdate for 4.4BSD
1993-06-12 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-02 Kirk McKusickfix bug when expanding the size of a file with truncate
1993-05-31 Kirk McKusickmv spares to allow for quad alignment of dinode
1993-05-29 Kirk McKusickadjust spares to account for bigger pid's
1993-05-26 Kirk McKusickadd pathconf
1993-05-26 Kirk McKusickadd ufs_pathconf
1993-05-26 Kirk McKusickadd pathconf
1993-05-11 Kirk McKusickuse definitions of user and super-user changeable flags
1993-05-10 Kirk McKusicklike ffs, do not need to do explicit ufs_ihashrem as...
1993-05-10 Kirk McKusickdo not need to do explicit ufs_ihashrem as it will...
1993-04-29 Kirk McKusickvfinddev returns 1 for success
1993-04-29 Kirk McKusickpass special credential to allow opening of disks
1993-04-28 Kirk McKusickupdate comments to reflect reality
1993-04-27 Kirk McKusicksymbolic links take on user ownership of their containi...
1993-04-27 Kirk McKusickadd sysctl debugging; lint
1993-04-19 Kirk McKusickenable clustered read/write by default as we now believ...
1993-04-18 Kirk McKusickallow truncate to grow files as well as shrink them
1993-04-18 Kirk McKusickenable clustered read/write by default
1993-04-17 Kirk McKusickhave to call the tree delete function before freeing...
1993-04-17 Kirk McKusickufs_free_netcred needs a return value
1993-04-09 Keith Sklowernew conventions for calling routing layer
1993-04-03 Kirk McKusickmake truncate of file to the same length asynchronous
1993-03-23 Kirk McKusickavoid null references (from Torek)
1993-03-09 Keith Bostictest on VA_UTIMES_NULL was reversed
1993-03-09 Keith Bosticrename va_cflags -> va_vaflags
1993-03-06 Keith Bosticmake utime(NULL) work for POSIX 1003.1 compatibility
1993-03-05 Keith Bosticrename file flags to UF_* and SF_*, minimize name space...
1993-03-04 Keith Bosticit's used now, it's also a u_long
1993-03-04 Kirk McKusickadd checks for immutability and append-only
1993-03-04 Kirk McKusickenforce append-only mode (for NFS requests)
1993-03-01 Kirk McKusickcheck blkno on every call to try and track down the...
1993-03-01 Kirk McKusicknew approach to avoid temporary inode
1993-02-03 Kirk McKusickvinvalbuf takes parameter to indicate interrupt
1993-02-03 Kirk McKusickgetblk takes parameter to indicate interrupt
1993-02-03 Kirk McKusickvinvalbuf takes parameter to indicate interrupt
1993-02-03 Kirk McKusickparameter to indicate interrupt
1993-02-03 Kirk McKusickgetblk takes parameter to indicate interrupt
1993-02-03 Kirk McKusickvinvalbuf and getblk take parameter to indicate interrupt
1993-02-03 Kirk McKusickgetblk takes parameter to indicate interrupt
next