Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (diskfs_lookup_hard): Set atime appropriately, and sync the new atime if we | Miles Bader | 1996-04-17 | 1 | -15/+36 |
| | | | | | | | | are running synchronously (!). (diskfs_dirempty): Likewise. (diskfs_direnter_hard): Set mtime appropriately. (diskfs_dirremove_hard): Likewise. (diskfs_dirrewrite_hard): Likewise. | ||||
* | Replace references to the NUMBER field in a node's disknode structures with | Miles Bader | 1996-04-11 | 1 | -16/+16 |
| | | | | | references to the CACHE_ID field in the node. Replace references to iget with diskfs_cached_lookup. | ||||
* | (diskfs_null_dirstat): New function. | Miles Bader | 1996-03-29 | 1 | -38/+14 |
| | | | | | | | (diskfs_lookup_hard, diskfs_direnter, diskfs_dirremove_hard, diskfs_dirrewrite_hard): Renamed from versions without `_hard' suffix. Get rid of stuff now done by diskfs. | ||||
* | (diskfs_get_directs): When BUFSIZ is 0, allocate enough extra space over the | Miles Bader | 1996-02-06 | 1 | -4/+39 |
| | | | | | directory size to account for the worst case difference between the ext2 and canonical formats. | ||||
* | (diskfs_direnter): | Miles Bader | 1996-01-15 | 1 | -4/+4 |
| | | | | Don't include the terminating '\0' in on-disk directory entry names. | ||||
* | (diskfs_lookup): Patch from ufs/dir.c: If we are returning an error, then set | Miles Bader | 1996-01-15 | 1 | -1/+5 |
| | | | | the dirstat to be ignored by drop_dirstat. | ||||
* | (dirscanblock): Apply mib's changes to ufs/dir.c. | Miles Bader | 1995-11-21 | 1 | -16/+42 |
| | |||||
* | (diskfs_lookup, diskfs_dirempty): Give diskfs_get_filemap a protection arg. | Miles Bader | 1995-10-20 | 1 | -9/+6 |
| | |||||
* | (diskfs_lookup): Require NPP set for RENAME too. | Miles Bader | 1995-09-13 | 1 | -1/+1 |
| | |||||
* | (diskfs_lookup): Don't attempt to lock NP if NPP is not set. Don't | Miles Bader | 1995-09-13 | 1 | -7/+11 |
| | | | | | even set NP if NPP is not set; use INUM as "lookup succeeded flag" instead. Lookups for REMOVE now *must* set NPP. | ||||
* | (diskfs_direnter): Move assignment out of test. | Miles Bader | 1995-06-24 | 1 | -7/+10 |
| | | | | (diskfs_get_directs): Fix print-format types. | ||||
* | Change uses of the ext2_{warning,error,panic} functions to not have the | Miles Bader | 1995-05-12 | 1 | -6/+3 |
| | | | | initial function name argument (it's now supplied automagically). | ||||
* | entered into RCS | Miles Bader | 1995-05-08 | 1 | -1/+1 |
| | |||||
* | Formerly dir.c.~12~ | Miles Bader | 1995-05-07 | 1 | -2/+7 |
| | |||||
* | Formerly dir.c.~11~ | Miles Bader | 1995-05-04 | 1 | -2/+1 |
| | |||||
* | Formerly dir.c.~10~ | Miles Bader | 1995-05-03 | 1 | -0/+19 |
| | |||||
* | Formerly dir.c.~9~ | Miles Bader | 1995-04-20 | 1 | -6/+3 |
| | |||||
* | Formerly dir.c.~8~ | Miles Bader | 1995-04-19 | 1 | -5/+23 |
| | |||||
* | Formerly dir.c.~7~ | Miles Bader | 1995-04-19 | 1 | -5/+10 |
| | |||||
* | Formerly dir.c.~6~ | Miles Bader | 1995-04-16 | 1 | -1/+1 |
| | |||||
* | Formerly dir.c.~5~ | Miles Bader | 1995-04-15 | 1 | -18/+19 |
| | |||||
* | Formerly dir.c.~4~ | Miles Bader | 1995-04-12 | 1 | -88/+78 |
| | |||||
* | Initial revision | Miles Bader | 1995-04-12 | 1 | -0/+884 |