add ufs_pathconf
[unix-history] / usr / src / sys / ufs / ffs /
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 McKusickdo not need to do explicit ufs_ihashrem as it will...
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 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
1993-01-09 Kirk McKusickcorrect fix to deleteing short symbolic links
1993-01-04 Kirk McKusickmake clustered read/write conditional (and off by defau...
1992-12-10 Kirk McKusickpanic if proc doing unlock is not proc that aquired...
1992-12-10 Kirk McKusickcollect lock holder when locking inodes
1992-12-10 Kirk McKusickffs_reload to reload state after fsck runs; code to...
1992-12-10 Margo Seltzermake calls to read and write clustering
1992-12-10 Margo Seltzeradd ihashlookup
1992-12-10 Margo Seltzeradd ufs_ihashlookup that does not lock inode (for LFS...
1992-12-10 Kirk McKusickdebugging check for identifying holder of lock
1992-12-10 Margo Seltzerget rid of explicit 64K check and debugging printf's
1992-12-05 Kirk McKusicktake next available block on drives of unknown geometry
1992-12-02 Chris Torekgotta set ip before you use it, kirk!
1992-11-15 Kirk McKusickdelete ufs_iput, ufs_ilock, and ufs_iunlock
1992-11-15 Kirk McKusickreplace ufs_iput with vput; replace ILOCK and IUNLOCK...
1992-11-15 Kirk McKusickreplace use of ILOCK and IUNLOCK with VOP_LOCK and...
1992-11-15 Kirk McKusickufs_iput, ufs_ilock, and ufs_iunlock are gone, replaced...
1992-11-15 Kirk McKusickjust set lock bit, as it should never be preset
1992-11-15 Kirk McKusickILOCK and IUNLOCK are gone, now always use VOP_LOCK...
1992-11-15 Kirk McKusickufs_iput obsoleted by vput
1992-11-15 Kirk McKusickufs_iput is obsoleted by vput
1992-11-14 Kirk McKusickffs_inactive moves to ufs_inactive
1992-11-14 Kirk McKusickufs_inactive is back
1992-11-14 Kirk McKusickffs_inactive moves back into ufs_inactive
1992-11-14 Kirk McKusickclear IUPD|IACC|ICHG|IMOD flags when skipping update...
1992-11-05 Keith Bosticaccess() is supposed to return 0 if all of the desired...
1992-11-03 Kirk McKusickincrease the size of MAXSYMLINKLEN to include indirect...
1992-11-03 Kirk McKusickAGE flag only set for regular files, not symlinks or...
1992-11-03 Margo SeltzerDetect contiguous allocation at the beginning of files and
1992-10-24 Kirk McKusickhave to malloc temporary inode so lock can be seen...
1992-10-23 Margo SeltzerAdd exists field to indir structure. Make logical...
1992-10-23 Margo Seltzerdate and time created 92/10/22 18:42:00 by margo
1992-10-23 Kirk McKusickcheck for that NULL pointer
1992-10-09 Margo SeltzerWhen truncating indirect blocks, we cannot call bread...
1992-10-09 Margo SeltzerPlace indirect block pointer at correct offset.
1992-10-08 Kirk McKusickuse new queue routines for buffer lists hanging off...
1992-10-08 Margo SeltzerAdd ufs_bmap and ufs_getlbns declarations.
1992-10-08 Margo SeltzerAdd macros to access new fields in ufsmount structure.
1992-10-08 Margo SeltzerAdd indir structure.
1992-10-08 Margo SeltzerAdd fields to ufsmount structure for integration of...
1992-10-08 Margo SeltzerUse ufs_bmap rather than ffs_bmap.
1992-10-08 Margo SeltzerInitialize new fields in ufsmount structure. Pass...
1992-10-08 Margo SeltzerUse negative block numbers for indirect blocks.
1992-10-08 Margo SeltzerRemove ffs_bmap. Modify ffs_balloc to use ufs_bmap.
1992-10-08 Margo SeltzerAdd extra argument to VOP_BMAP.
1992-10-02 Kirk McKusickav_forw/av_back are gone; now use b_actf/b_actb for...
1992-09-25 Keith Bosticprinting buffer statistics is done in the vfs layer
1992-09-25 Keith Bosticprinting buffer statistics is done at a higher level
1992-09-23 Kirk McKusickrootvp and swapvp now done in ?fs_mountroot
1992-09-15 Kirk McKusickadd ufs_check_export
1992-09-15 Kirk McKusickensure that correct value is passed
1992-09-15 Kirk McKusickadd ufs_check_export
1992-09-14 Ralph Campbellfix bug in readdir() for old file systems & LITTLE_ENDIAN.
1992-08-12 Kirk McKusickuse radix tree code to match exported host addresses...
1992-08-11 Kirk McKusickonly set ctime when setting mtime, not when setting...
1992-07-26 Kirk McKusickspec_vnodeops_p now declared in specdev.h
1992-07-23 Kirk McKusicknew hashing scheme
1992-07-20 Kirk McKusicknew hashing scheme
1992-07-20 Kirk McKusickremque => ufs_ihashrem
1992-07-20 Kirk McKusicklint; remque => ufs_ihashrem
1992-07-20 Kirk McKusickupdated hashing scheme
1992-07-20 Kirk McKusicknew parameter types and functions for inode hashing
1992-07-20 Kirk McKusickremque => ufs_ihashrem
1992-07-17 Kirk McKusickmaxsymlinklen must be signed comparison
1992-07-17 Kirk McKusicksigned comparison for maxsymlinklen
1992-07-15 Kirk McKusickbe paranoid about big file sizes
1992-07-14 Kirk McKusickcache_lookup may change cn_flags, so have to check...
1992-07-13 Jan-Simon Pendryspecdev.h moves to new location
1992-07-13 Jan-Simon PendryMIN -> min
1992-07-13 Jan-Simon PendryMAX -> max
1992-07-13 Kirk McKusicknew location for specdev.h
1992-07-13 Kirk McKusicknew location for specdev.h include
1992-07-13 Kirk McKusicknew include location for fifofs and specfs
next