Use ufs_inactive instead of lfs-specific inactive routine.
[unix-history] / usr / src / sys / ufs /
1995-06-10 Margo SeltzerUse ufs_inactive instead of lfs-specific inactive routine.
1995-06-10 Margo SeltzerDo wakeup on next seg as well as generic cleaner wakeup...
1995-05-28 Kirk McKusickread-only checking must be done by the filesystem layers
1995-05-27 Kirk McKusickyet more cluster checks
1995-05-23 Kirk McKusickhave to unlock at the end of inactive
1995-05-23 Kirk McKusicksimpler checkalias protocol
1995-05-20 Kirk McKusickmerge vfs_lock and vfs_busy; interlock mount points...
1995-05-20 Kirk McKusickuse nolock* functions
1995-05-20 Kirk McKusickvget no longer returns a reference on failure
1995-05-18 Kirk McKusickmissing vrele in ffs_sync; get rid of hung lock heuristic
1995-05-18 Jan-Simon Pendrylock the inode before putting it on the hash list
1995-05-18 Kirk McKusickallow anyone to remove symbolic links from sticky direc...
1995-05-17 Kirk McKusickIf we have failed part way through block allocation, we
1995-05-14 Kirk McKusickconvert VOP_LOCK to vn_lock; add parameters to VOP_UNLO...
1995-05-14 Kirk McKusickdelete paranoia; get lock status from lock manager
1995-05-14 Kirk McKusicknew lock initialization
1995-05-14 Kirk McKusickufs_reclaim gets proc pointer
1995-05-14 Kirk McKusickconvert VOP_LOCK to vn_lock; add parameters to VOP_UNLO...
1995-05-14 Kirk McKusickufs_reclaim gets proc ptr
1995-05-14 Kirk McKusickconvert VOP_LOCK to vn_lock; add parameters to VOP_UNLO...
1995-05-14 Kirk McKusickconvert VOP_LOCK to vn_lock; add parameters to VOP_UNLO...
1995-05-14 Kirk McKusickreplace locking with lock manager calls
1995-05-14 Kirk McKusickufs_reclaim gets a proc ptr
1995-05-14 Kirk McKusickdelte old locking, replace with lock manager
1995-05-11 Kirk McKusickmountroot should fail, not panic
1995-05-11 Kirk McKusickdefine lfs_mountroot
1995-05-11 Kirk McKusickuse vfs_rootmountalloc
1995-05-11 Kirk McKusickcheck for forcible unmount at syscall level
1995-05-11 Kirk McKusickdoforce is gone
1995-05-11 Kirk McKusickcheck for forcible unmount at syscall level; better...
1995-05-10 Kirk McKusickchange mountlist to CIRCLEQ so we can do unmountall...
1995-05-10 Kirk McKusickchange mountlist to CIRCLEQ so we can do unmountall...
1995-05-09 Kirk McKusickLFS blksize now takes three arguments; lfs_balloc now...
1995-05-09 Kirk McKusickget rid of unused um_relvp
1995-05-09 Kirk McKusickmissing decl
1995-05-09 Kirk McKusickupdate from margo
1995-05-05 Kirk McKusicklint
1995-05-04 Kirk McKusickgive up on rotational layout if there is only one rotat...
1995-04-29 Kirk McKusickmove relookup to vfs_lookup.c as it is not UFS specific...
1995-04-28 Kirk McKusickhave to include <ufs/ufs/dir.h> to get doff_t
1995-04-28 Kirk McKusickmove definition of doff_t to dir.h
1995-04-28 Kirk McKusickmove in definition of doff_t and MAXDIRSIZE
1995-04-22 Kirk McKusickhave to do vnode_pager_setsize after new length is...
1995-04-13 Kirk McKusickhave to initialize mp->mnt_vfc before calling ffs_mount...
1995-04-04 Kirk McKusickget rid of that unwanted declaration
1995-03-31 Kirk McKusickadd ffs_sysctl; MOUNT_MFS goes away
1995-03-31 Kirk McKusickfix declaration for mfs_init
1995-03-31 Kirk McKusickfix prototype for mfs_init
1995-03-31 Kirk McKusicklfs_init moves in from lfs_inode.c; MOUNT_LFS => lfs_mo...
1995-03-31 Kirk McKusickMOUNT_LFS becomes lfs_mount_type
1995-03-31 Kirk McKusicklfs_init moves to lfs_vfsops.c
1995-03-31 Kirk McKusickadd lfs_sysctl and lfs_mount_type
1995-03-31 Kirk McKusickufs_init moves in from ufs_inode.c
1995-03-31 Kirk McKusickufs_init moves to ufs_vfsops.c
1995-03-31 Kirk McKusickadded types needed to keep gcc happy
1995-03-31 Kirk McKusickufs_args and mfs_args move in from mount.h
1995-03-31 Kirk McKusickmountroot now uses vfsconf structure; ffs_init moves...
1995-03-31 Kirk McKusickdoclusterread and doclusterwrite become FFS sysctl...
1995-03-31 Kirk McKusickadd definitions for ffs_sysctl values and names
1995-03-31 Kirk McKusickffs_init moves to vfs_vfsops.c
1995-03-31 Kirk McKusickdoasyncfree and prtrealloc move FFS sysctl variables
1995-03-30 Kirk McKusickconversion of i_blocks to bytes needs to be cast to...
1995-03-30 Kirk McKusickufs_readdir needs to allocate space for cookies
1995-03-30 Kirk McKusickdi_blocks needs to be unsigned so conversion to 64...
1995-03-29 Kirk McKusickgetvfs => vfs_getvfs
1995-03-23 Kirk McKusickhave to reinitialize the fs_maxcluster array as it...
1995-03-22 Kirk McKusickavoid double definition of ufs_daddr_t
1995-03-21 Kirk McKusickdaddr_t => ufs_daddr_t
1995-03-21 Kirk McKusickUse new LIST macros; timespecs go to explicit width...
1995-03-21 Kirk McKusickdaddr_t => ufs_daddr_t; timespecs go to explicit width...
1995-03-21 Kirk McKusicktimespecs go to explicit width fields
1995-03-21 Kirk McKusickUse new LIST macros; timespecs go to explicit width...
1995-03-21 Kirk McKusickdaddr_t => ufs_daddr_t; timespecs go to explicit width...
1995-03-21 Kirk McKusickdaddr_t => ufs_daddr_t
1995-03-21 Kirk McKusickconvert from timespec to explicit types
1995-03-21 Kirk McKusickuse new list macros
1995-03-21 Kirk McKusickhave to save old clsutering info buffer when reloading
1995-03-21 Kirk McKusickhave to check MNT_ASYNC when deciding how to write...
1995-03-19 Kirk McKusickreverse arguments to VOP_LINK (to get them right)
1995-02-23 Kirk McKusickadd vop_revoke
1995-02-23 Kirk McKusickdefine ufs_revoke to use vop_revoke
1995-02-23 Kirk McKusickadd mfs_revoke
1995-02-23 Kirk McKusickdefine mfs_revoke to be vop_revoke
1995-02-23 Kirk McKusickdefine ufs_revoke to use vop_revoke
1995-02-23 Kirk McKusickadd vop_revoke
1995-02-23 Kirk McKusicknull out runp if requested in bmap
1995-02-16 Kirk McKusickSYNC may be done by anyone; select quota type properly...
1995-02-16 Kirk McKusickmore debugging for clustering
1995-02-08 Kirk McKusickgive error when user tries to set high 16-bits of inode...
1995-01-08 Kirk McKusickmerge bn and lbn to make them consistent
1995-01-08 Kirk McKusickget rename of two files linked together correct (from...
1995-01-07 Kirk McKusickreset IN_RENAME flag if doing directory rename and...
1995-01-03 Kirk McKusickmissing header file
1995-01-03 Kirk McKusickquad => int64
1995-01-03 Kirk McKusickquad => int64_t
1995-01-03 Kirk McKusickquad => int64_t
1995-01-03 Kirk McKusickconvert quad => int64_t (from mycroft)
1995-01-03 Kirk McKusickminor cleanup
1995-01-03 Kirk McKusickdelete old vaxisms
1995-01-03 Kirk McKusickYou can't do pointer arithmetic on a void* in ANSI...
next