Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (diskfs_lookup_hard): Set atime appropriately, and sync the new atime | Michael I. Bushnell | 1996-04-16 | 1 | -0/+29 |
| | | | | | | | | if we are running synchronously (!). (diskfs_dirempty): Likewise. (diskfs_direnter_hard): Set mtime appropriately. (diskfs_dirremove_hard): Likewise. (diskfs_dirrewrite_hard): Likewise. | ||||
* | (diskfs_lookup_hard): | Michael I. Bushnell | 1996-04-03 | 1 | -5/+5 |
| | |||||
* | (diskfs_lookup_hard): | Michael I. Bushnell | 1996-04-03 | 1 | -1/+1 |
| | |||||
* | (diskfs_null_dirstat): doc fix | Michael I. Bushnell | 1996-03-25 | 1 | -2/+1 |
| | |||||
* | (diskfs_null_dirstat): New function. | Michael I. Bushnell | 1996-03-25 | 1 | -0/+8 |
| | |||||
* | (diskfs_lookup_hard): Don't do final permission checking here. | Michael I. Bushnell | 1996-03-20 | 1 | -10/+0 |
| | |||||
* | (diskfs_lookup_hard): Don't do initial permission checking here. | Michael I. Bushnell | 1996-03-20 | 1 | -6/+0 |
| | |||||
* | (diskfs_dirrewrite_hard): Renamed from diskfs_dirrewrite. No longer | Michael I. Bushnell | 1996-03-20 | 1 | -22/+13 |
| | | | | | | | | | call modification tracking routines. (diskfs_dirremove_hard): Renamed from diskfs_dirremove. No longer call modification tracking routines. (diskfs_direnter_hard): Renamed from diskfs_direnter. No longer call modification tracking routines. (diskfs_lookup_hard): Renamed from diskfs_lookup. | ||||
* | (diskfs_lookup): If we are returning an error, then set the dirstat to | Michael I. Bushnell | 1995-12-14 | 1 | -1/+5 |
| | | | | be ignored by drop_dirstat. | ||||
* | (struct dirstat): New member `nbytes'. | Michael I. Bushnell | 1995-11-09 | 1 | -16/+42 |
| | | | | | | (dirscanblock): If DS->type is COMPRESS, still look for TAKE/SHRINK possibilities. Also, if it's COMPRESS, still look to see if the current block can be compressed with fewer byte copies. | ||||
* | (diskfs_lookup, diskfs_dirempty): Give diskfs_get_filemap a protection arg. | Miles Bader | 1995-10-19 | 1 | -9/+6 |
| | |||||
* | (diskfs_lookup): Require NPP set for RENAME too. | Michael I. Bushnell | 1995-09-13 | 1 | -1/+1 |
| | |||||
* | (diskfs_lookup): Don't attempt to lock NP if NPP is not set. Don't | Michael I. Bushnell | 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_lookup): Provide initialization for BUFLEN. | Michael I. Bushnell | 1995-06-21 | 1 | -7/+10 |
| | | | | (diskfs_direnter): Move assignment out of if test. | ||||
* | (diskfs_lookup): When looping back to try_again: because we're looking up | Miles Bader | 1995-05-08 | 1 | -2/+7 |
| | | | | | | | | "..", be sure and trash the mapping we made of the directory's pager -- otherwise the reference to the pager never gets dropped and we can never free the node. (diskfs_lookup): ds->type was being compared to LOOKING, which value it can never have. Compare ds->stat against LOOKING instead. | ||||
* | entered into RCS | Michael I. Bushnell | 1994-10-28 | 1 | -4/+0 |
| | |||||
* | Formerly dir.c.~29~ | Michael I. Bushnell | 1994-09-30 | 1 | -3/+1 |
| | |||||
* | Formerly dir.c.~28~ | Michael I. Bushnell | 1994-09-19 | 1 | -8/+11 |
| | |||||
* | Formerly dir.c.~27~ | Michael I. Bushnell | 1994-09-16 | 1 | -1/+1 |
| | |||||
* | Formerly dir.c.~26~ | Michael I. Bushnell | 1994-09-16 | 1 | -47/+32 |
| | |||||
* | Formerly dir.c.~25~ | Michael I. Bushnell | 1994-08-05 | 1 | -1/+7 |
| | |||||
* | Formerly dir.c.~24~ | Michael I. Bushnell | 1994-07-19 | 1 | -1/+25 |
| | |||||
* | Formerly dir.c.~23~ | Michael I. Bushnell | 1994-07-15 | 1 | -6/+6 |
| | |||||
* | Formerly dir.c.~22~ | Michael I. Bushnell | 1994-07-14 | 1 | -16/+26 |
| | |||||
* | Formerly dir.c.~21~ | Michael I. Bushnell | 1994-07-11 | 1 | -0/+1 |
| | |||||
* | Formerly dir.c.~20~ | Michael I. Bushnell | 1994-07-06 | 1 | -2/+2 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1994-06-21 | 1 | -0/+861 |