#
69673 |
| 24-May-1995 |
margo |
Set segment summary magic numbers and add support for fragments. |
#
69161 |
| 01-May-1995 |
mckusick |
new dinode format |
#
68998 |
| 28-Apr-1995 |
bostic |
prettiness police; From: Charles Hannum <mycroft@NetBSD.ORG> |
#
67384 |
| 14-Jun-1994 |
mkm |
add lfs_maxsymlinklen (from mycroft) |
#
61524 |
| 05-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
56891 |
| 18-Nov-1992 |
bostic |
2^31 doesn't work in C |
#
56863 |
| 17-Nov-1992 |
margo |
Add lock pid to lfs structure. |
#
56861 |
| 17-Nov-1992 |
margo |
Use union for inode number. Compute disk blocks per seg correctly. |
#
56192 |
| 03-Sep-1992 |
margo |
Initialize dsize in terms of number of segments (i.e. don't count extra space that doesn't live in any segment). |
#
56031 |
| 25-Aug-1992 |
bostic |
Add available space accounting, so that the cleaner can be woken up explicitly when we need space and so we can return ENOSPC accurately. |
#
55713 |
| 27-Jul-1992 |
bostic |
Initialize empty segment "nsum" field to 0 so that bytes don't go negative as soon as you reclaim the segment. |
#
55654 |
| 24-Jul-1992 |
bostic |
fix checksum |
#
55648 |
| 23-Jul-1992 |
bostic |
rip out unnecessary includes |
#
55596 |
| 23-Jul-1992 |
bostic |
Add number of segment summary blocks and number of inodes to segment usage table. Since SEGUSE is now power of 2, allow fast arithmetic. Change block accounting to use sectors rather than file sy
Add number of segment summary blocks and number of inodes to segment usage table. Since SEGUSE is now power of 2, allow fast arithmetic. Change block accounting to use sectors rather than file system blocks.
show more ...
|
#
55480 |
| 21-Jul-1992 |
bostic |
Write an empty summary block after the first complete partial |
#
55440 |
| 20-Jul-1992 |
bostic |
block sizes in inodes (dinodes too) are measured in disk blocks not file system blocks. Fix make_dinode to perform this calculation. |
#
55389 |
| 19-Jul-1992 |
bostic |
add lfs_maxfilesize in the superblock |
#
54715 |
| 06-Jul-1992 |
bostic |
struct direct now contains a type; times are now quad |
#
54712 |
| 06-Jul-1992 |
bostic |
DIRSIZ now takes two args |
#
54710 |
| 06-Jul-1992 |
bostic |
add lfs_seglock, delete lfs_segtab, lfs_seglist |
#
54263 |
| 22-Jun-1992 |
bostic |
add directory ops |
#
53248 |
| 22-Apr-1992 |
bostic |
typo |
#
52205 |
| 14-Jan-1992 |
bostic |
needs moutn.h |
#
52095 |
| 31-Dec-1991 |
bostic |
delete if_st_atime |
#
52088 |
| 31-Dec-1991 |
bostic |
nbytes shouldn't include superblocks or summary blocks |