summaryrefslogtreecommitdiff
path: root/ufs/sizes.c
AgeCommit message (Collapse)Author
1996-01-06(indir_release): Use `disk_pager' in place of `diskpager->p'.Roland McGrath
1995-10-19(diskfs_lookup, diskfs_dirempty): Give diskfs_get_filemap a protection arg.Miles Bader
1995-10-13(diskfs_grow):Miles Bader
Use diskfs_device_{read,write}_synce instead of dev_{read,write}_sync.
1995-08-25(indir_release): When freeing direct blocks mentioned in a singleMichael I. Bushnell
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.
1995-06-21(diskfs_truncate): Use ports reference calls directly instead of pagerMichael I. Bushnell
wrappers.
1995-06-20(diskfs_grow): Provide initialization of POKE_OFF.Michael I. Bushnell
1995-06-20(diskfs_truncate): Remove assignment from if test.Michael I. Bushnell
1995-03-31(diskfs_truncate): Don't acquire writer lock on NP->dn->allocptrlockMichael I. Bushnell
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.
1994-10-28entered into RCSMichael I. Bushnell
1994-10-04Formerly sizes.c.~24~Michael I. Bushnell
1994-10-03Formerly sizes.c.~23~Michael I. Bushnell
1994-09-27Formerly sizes.c.~22~Michael I. Bushnell
1994-09-27Formerly sizes.c.~21~Michael I. Bushnell
1994-09-23Formerly sizes.c.~20~Michael I. Bushnell
1994-09-22Formerly sizes.c.~19~Michael I. Bushnell
1994-09-21Formerly sizes.c.~18~Michael I. Bushnell
1994-09-21Formerly sizes.c.~17~Michael I. Bushnell
1994-07-15Formerly sizes.c.~16~Michael I. Bushnell
1994-07-14Formerly sizes.c.~15~Michael I. Bushnell
1994-06-13Formerly sizes.c.~14~Michael I. Bushnell
1994-06-09Initial revisionMichael I. Bushnell