Age | Commit message (Collapse) | Author |
|
ctime or mtime has changed). Useful for laptops and news servers.
|
|
|
|
|
|
The following change eliminates an unnecessary synchronous write
from the filesystem. When freeing an indirect block, there is no
need to write it (synchronously, no less!) before tossing it.
|
|
This should, hopefully, be the last UFS changes required.
|
|
gnu/ext2fs: add the second extended filesystem.
Note that I'm commiting this now for the sake of the ufs changes; ext2fs
is not yet fully integrated into the system.
|
|
* Make 2nd and 3rd args timespecs, not timevals.
* Consistently pass a Boolean as the 4th arg (except in LFS).
Also, fix ffs_update() and lfs_update() to actually change the nsec fields.
|
|
|
|
|
|
Fix from Lite-2: when reloading the file system, save fs_maxcluster and
the old summary structure pointers, and recalculate cluster per cyl. grp.
information.
|
|
|
|
|