#
69419 |
| 14-May-1995 |
mckusick |
new lock initialization
|
#
69285 |
| 08-May-1995 |
mckusick |
update from margo
|
#
68550 |
| 21-Mar-1995 |
mckusick |
daddr_t => ufs_daddr_t
|
#
65472 |
| 04-Jan-1994 |
bostic |
lint
|
#
64609 |
| 23-Sep-1993 |
bostic |
changes for 4.4BSD-Lite requested by USL
|
#
64524 |
| 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
|
#
57069 |
| 10-Dec-1992 |
margo |
Use balloc to extend Ifile.
|
#
56866 |
| 17-Nov-1992 |
margo |
Initialize on-disk inode structure correctly. Use di_inumber.
|
#
56157 |
| 02-Sep-1992 |
margo |
Check for out of space condition before extending ifile.
|
#
56028 |
| 25-Aug-1992 |
bostic |
getblk cannot return a NULL bp, don't bother checking for it.
|
#
55937 |
| 21-Aug-1992 |
bostic |
Change LFS_UBWRITE calls to VOP_BWRITE, add inode accounting.
|
#
55807 |
| 01-Aug-1992 |
bostic |
delete VERBOSE #ifdef's
|
#
55785 |
| 29-Jul-1992 |
bostic |
no longer need printfs; extending ifile now works
|
#
55590 |
| 23-Jul-1992 |
bostic |
Do block accounting in terms of disk sectors, not file system blocks. When initializing an inode, set blocks to 0 (ffs doesn't do this because it has read the inode from disk where it was zeroed).
|
#
55455 |
| 20-Jul-1992 |
bostic |
compute number of inode blocks in terms of disk blocks
|
#
54686 |
| 05-Jul-1992 |
margo |
describe ap structure (Kirk); make VDIROP set right
|
#
54264 |
| 23-Jun-1992 |
bostic |
directory ops, unmount, minor cleanup; from Margo Seltzer
|
#
53591 |
| 15-May-1992 |
heideman |
vnodeop argument macro expansion
|
#
53572 |
| 15-May-1992 |
heideman |
lfs_vfree now returns an int
|
#
53528 |
| 14-May-1992 |
heideman |
vnode interface conversion
|
#
53320 |
| 04-May-1992 |
mckusick |
lint
|
#
52680 |
| 27-Feb-1992 |
staelin |
only delete space used by inode, on inode deletion; required corresponding change in lfs_segment.c on inode allocation
|
#
52273 |
| 30-Jan-1992 |
bostic |
initialize the size field, FFS does it in newfs, we don't
|
#
52080 |
| 31-Dec-1991 |
bostic |
extend the IFILE, minor cleanups
|