aboutsummaryrefslogtreecommitdiff
path: root/ufs/sizes.c
Commit message (Collapse)AuthorAgeFilesLines
* (diskfs_truncate): Cast DI->di_shortlink to correct type before addingMichael I. Bushnell1996-03-291-1/+1
| | | | a character count to it.
* (indir_release): Use `disk_pager' in place of `diskpager->p'.Roland McGrath1996-01-061-58/+58
|
* (diskfs_lookup, diskfs_dirempty): Give diskfs_get_filemap a protection arg.Miles Bader1995-10-191-2/+2
|
* (diskfs_grow):Miles Bader1995-10-131-4/+5
| | | | Use diskfs_device_{read,write}_synce instead of dev_{read,write}_sync.
* (indir_release): When freeing direct blocks mentioned in a singleMichael I. Bushnell1995-08-251-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 pagerMichael I. Bushnell1995-06-211-4/+4
| | | | wrappers.
* (diskfs_grow): Provide initialization of POKE_OFF.Michael I. Bushnell1995-06-201-1/+1
|
* (diskfs_truncate): Remove assignment from if test.Michael I. Bushnell1995-06-201-1/+2
|
* (diskfs_truncate): Don't acquire writer lock on NP->dn->allocptrlockMichael I. Bushnell1995-03-311-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 RCSMichael I. Bushnell1994-10-281-4/+0
|
* Formerly sizes.c.~24~Michael I. Bushnell1994-10-041-11/+28
|
* Formerly sizes.c.~23~Michael I. Bushnell1994-10-031-55/+126
|
* Formerly sizes.c.~22~Michael I. Bushnell1994-09-271-2/+2
|
* Formerly sizes.c.~21~Michael I. Bushnell1994-09-271-50/+84
|
* Formerly sizes.c.~20~Michael I. Bushnell1994-09-231-362/+357
|
* Formerly sizes.c.~19~Michael I. Bushnell1994-09-221-0/+2
|
* Formerly sizes.c.~18~Michael I. Bushnell1994-09-211-4/+0
|
* Formerly sizes.c.~17~Michael I. Bushnell1994-09-211-1/+6
|
* Formerly sizes.c.~16~Michael I. Bushnell1994-07-151-20/+24
|
* Formerly sizes.c.~15~Michael I. Bushnell1994-07-141-17/+39
|
* Formerly sizes.c.~14~Michael I. Bushnell1994-06-131-8/+16
|
* Initial revisionMichael I. Bushnell1994-06-091-0/+474