#
54128 |
| 20-Jun-1992 |
mckusick |
eliminate the fiction of NOQUAD |
#
54103 |
| 19-Jun-1992 |
mckusick |
timeval => timespec in vattr and dinode |
#
53867 |
| 04-Jun-1992 |
heideman |
registerized vnodeop ops after vnode interface conversion |
#
53592 |
| 15-May-1992 |
heideman |
vnodeop argument macro expansion |
#
53529 |
| 14-May-1992 |
heideman |
vnode interface conversion |
#
53505 |
| 14-May-1992 |
heideman |
ap in lfs_truncate renamed inp because of name conflict with vnode arguments pointer "ap" |
#
53477 |
| 13-May-1992 |
mckusick |
lint; inode times are now timevals |
#
53242 |
| 21-Apr-1992 |
mckusick |
VOP_TRUNCATE now takes a cred argument |
#
53233 |
| 21-Apr-1992 |
mckusick |
ensure proper types for local variables and parameters |
#
53144 |
| 08-Apr-1992 |
staelin |
delete unnecessary test; check depth in case drop out of loop early |
#
52834 |
| 04-Mar-1992 |
bostic |
move lfs_ifind into lfs_inode.c, it's only used in one place |
#
52681 |
| 27-Feb-1992 |
staelin |
during truncate, at INDIR/DIRECT boundary, decrement lbn by 1 |
#
52327 |
| 04-Feb-1992 |
bostic |
use lfs_vflush for lfs_update; update the version number in truncate |
#
52225 |
| 19-Jan-1992 |
bostic |
fix bp usage, check lastseg in UPDATE_SEGUSE; from Carl |
#
52224 |
| 18-Jan-1992 |
bostic |
inline lfs_itod; make it handle unassiged disk addresses, this can happen when the cleaner requests information about a dead file. |
#
52222 |
| 18-Jan-1992 |
bostic |
first cut at the truncate code |
#
52221 |
| 18-Jan-1992 |
bostic |
changes to make lfs_vget retrieve the IFILE inode like any other inode |
#
52078 |
| 30-Dec-1991 |
bostic |
minor catchup before integrating lfs_truncate |
#
52018 |
| 19-Dec-1991 |
mckusick |
slight reordering; update modrev time for NFS leases |
#
51857 |
| 06-Dec-1991 |
bostic |
LFS version 2; truncate must do vinvalbuf |
#
51595 |
| 08-Nov-1991 |
mckusick |
proper setup for FIFO's |
#
51562 |
| 05-Nov-1991 |
mckusick |
reorganization to move ufsmount ops to be vnode ops |
#
51498 |
| 01-Nov-1991 |
bostic |
cleanup ufs_vinit interface, don't typedef struct lfs now UFS/FFS split for LFS version 1; lfs moves down one level |
#
51484 |
| 01-Nov-1991 |
bostic |
delete code common with FFS; add inode truncation code checkpoint before integration |
#
51346 |
| 09-Oct-1991 |
bostic |
lint |