Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (diskfs_truncate): Cast DI->di_shortlink to correct type before adding | Michael I. Bushnell | 1996-03-29 | 1 | -1/+1 |
| | | | | a character count to it. | ||||
* | (indir_release): Use `disk_pager' in place of `diskpager->p'. | Roland McGrath | 1996-01-06 | 1 | -58/+58 |
| | |||||
* | (diskfs_lookup, diskfs_dirempty): Give diskfs_get_filemap a protection arg. | Miles Bader | 1995-10-19 | 1 | -2/+2 |
| | |||||
* | (diskfs_grow): | Miles Bader | 1995-10-13 | 1 | -4/+5 |
| | | | | Use diskfs_device_{read,write}_synce instead of dev_{read,write}_sync. | ||||
* | (indir_release): When freeing direct blocks mentioned in a single | Michael I. Bushnell | 1995-08-25 | 1 | -9/+11 |
| | | | | | | indirect block, or single indirect blocks mentioned in a double, only call the free routine (ffs_blkfree or indir_release, respectively) if the block is actually allocated. | ||||
* | (diskfs_truncate): Use ports reference calls directly instead of pager | Michael I. Bushnell | 1995-06-21 | 1 | -4/+4 |
| | | | | wrappers. | ||||
* | (diskfs_grow): Provide initialization of POKE_OFF. | Michael I. Bushnell | 1995-06-20 | 1 | -1/+1 |
| | |||||
* | (diskfs_truncate): Remove assignment from if test. | Michael I. Bushnell | 1995-06-20 | 1 | -1/+2 |
| | |||||
* | (diskfs_truncate): Don't acquire writer lock on NP->dn->allocptrlock | Michael I. Bushnell | 1995-03-31 | 1 | -6/+6 |
| | | | | | | | until after forcing delayed copies through; otherwise the pageins will deadlock attempting to get a reader lock to service them. This is safe, because we only need NP->allocsize here, and that can't change as long as we hold NP->lock. | ||||
* | entered into RCS | Michael I. Bushnell | 1994-10-28 | 1 | -4/+0 |
| | |||||
* | Formerly sizes.c.~24~ | Michael I. Bushnell | 1994-10-04 | 1 | -11/+28 |
| | |||||
* | Formerly sizes.c.~23~ | Michael I. Bushnell | 1994-10-03 | 1 | -55/+126 |
| | |||||
* | Formerly sizes.c.~22~ | Michael I. Bushnell | 1994-09-27 | 1 | -2/+2 |
| | |||||
* | Formerly sizes.c.~21~ | Michael I. Bushnell | 1994-09-27 | 1 | -50/+84 |
| | |||||
* | Formerly sizes.c.~20~ | Michael I. Bushnell | 1994-09-23 | 1 | -362/+357 |
| | |||||
* | Formerly sizes.c.~19~ | Michael I. Bushnell | 1994-09-22 | 1 | -0/+2 |
| | |||||
* | Formerly sizes.c.~18~ | Michael I. Bushnell | 1994-09-21 | 1 | -4/+0 |
| | |||||
* | Formerly sizes.c.~17~ | Michael I. Bushnell | 1994-09-21 | 1 | -1/+6 |
| | |||||
* | Formerly sizes.c.~16~ | Michael I. Bushnell | 1994-07-15 | 1 | -20/+24 |
| | |||||
* | Formerly sizes.c.~15~ | Michael I. Bushnell | 1994-07-14 | 1 | -17/+39 |
| | |||||
* | Formerly sizes.c.~14~ | Michael I. Bushnell | 1994-06-13 | 1 | -8/+16 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1994-06-09 | 1 | -0/+474 |