History log of /csrg-svn/sys/ufs/lfs/lfs_subr.c (Results 1 – 18 of 18)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 69291 08-May-1995 mckusick

update from margo

# 68550 21-Mar-1995 mckusick

daddr_t => ufs_daddr_t

# 64520 21-Sep-1993 bostic

changes for 4.4BSD-Lite requested by USL

# 63375 11-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

# 57064 10-Dec-1992 margo

Extend lfs_seglock and lfs_segunlock to allow the same process
to continue adding to a segment when it requests a seglock. lfs_seglock
and lfs_segunlock are really the entry and exit routines to wr

Extend lfs_seglock and lfs_segunlock to allow the same process
to continue adding to a segment when it requests a seglock. lfs_seglock
and lfs_segunlock are really the entry and exit routines to writing.

show more ...

# 54691 05-Jul-1992 bostic

describe ap (Kirk); delete lfs_mntinvalbuf, lfs_vinvalbuf, add
lfs_seglock/unlock

# 54264 23-Jun-1992 bostic

directory ops, unmount, minor cleanup; from Margo Seltzer

# 53592 15-May-1992 heideman

vnodeop argument macro expansion

# 53530 14-May-1992 heideman

vnode interface conversion

# 52834 04-Mar-1992 bostic

move lfs_ifind into lfs_inode.c, it's only used in one place

# 52221 18-Jan-1992 bostic

changes to make lfs_vget retrieve the IFILE inode like any other
inode

# 52153 09-Jan-1992 bostic

lfs_itod CAN return LFS_UNUSED_ADDRESS since lfs_bmapv and lfs_markv
can be passed blocks which belong to deleted files.

# 52086 31-Dec-1991 bostic

delete LFS_IRELEASE, just do a brelse

# 51931 14-Dec-1991 bostic

inline lfs_iset in lfs_segment.c; use LFS_IRELEASE/LFS_IWRITE macros

# 51848 06-Dec-1991 bostic

LFS version 2; move lfs_getversion to lfs_segment.c

# 51557 05-Nov-1991 mckusick

reorganization to move ufsmount ops to be vnode ops; blkatoff

# 51503 01-Nov-1991 bostic

fix copyright, this was done from scratch

# 51500 01-Nov-1991 bostic

UFS/FFS split for LFS version 1; lfs moves down one level