summaryrefslogtreecommitdiff
path: root/ufs
AgeCommit message (Expand)Author
1996-04-18(diskfs_grow): New variable `pagerpt'.Michael I. Bushnell
1996-04-18(ffs_realloccg): If we are allocating a new block, don't actually freeMichael I. Bushnell
1996-04-16(diskfs_lookup_hard): Set atime appropriately, and sync the new atimeMichael I. Bushnell
1996-04-16(diskfs_write_disknode): Only do sync if WAIT is set.Michael I. Bushnell
1996-04-04(diskfs_cached_lookup): Intialize NP->cache_id *after* NP exists.Miles Bader
1996-04-03*** empty log message ***Michael I. Bushnell
1996-04-03(diskfs_cached_lookup): Renamed from `iget'. All callers changed.Michael I. Bushnell
1996-04-03(diskfs_lookup_hard):Michael I. Bushnell
1996-04-03(warp_root):Michael I. Bushnell
1996-04-03(diskfs_lookup_hard):Michael I. Bushnell
1996-04-03(iget): Initialize NP->cache_id.Michael I. Bushnell
1996-03-29(diskfs_truncate): Cast DI->di_shortlink to correct type before addingMichael I. Bushnell
1996-03-25(diskfs_null_dirstat): doc fixMichael I. Bushnell
1996-03-25(diskfs_null_dirstat): New function.Michael I. Bushnell
1996-03-23(read_symlink_hook): Only set NP's atime if !readonly.Miles Bader
1996-03-20(diskfs_lookup_hard): Don't do final permission checking here.Michael I. Bushnell
1996-03-20(diskfs_lookup_hard): Don't do initial permission checking here.Michael I. Bushnell
1996-03-20(diskfs_dirrewrite_hard): Renamed from diskfs_dirrewrite. No longerMichael I. Bushnell
1996-03-19(main): Pass new arg to argp_parse.Miles Bader
1996-03-18(diskfs_max_user_pager_prot) [add_pager_max_prot]:Michael I. Bushnell
1996-02-23(get_hypermetadata): Use diskfs_device_arg in unclean msgs.Roland McGrath
1996-02-21Implement proper handling of the filesystem `clean bit'.Roland McGrath
1996-02-17(main): Check error return from diskfs_init_diskfs.Miles Bader
1996-01-06(diskpager, diskpagerport, disk_image): Variables removed.Roland McGrath
1996-01-06(diskfs_shutdown_pager, diskfs_sync_everything): Use `disk_pager' in placeRoland McGrath
1996-01-06(sync_disk): Use `disk_pager' in place of `diskpager->p'.Roland McGrath
1996-01-06(indir_release): Use `disk_pager' in place of `diskpager->p'.Roland McGrath
1996-01-06(diskfs_reload_global_state): Use `disk_pager' in place of `diskpager->p'.Roland McGrath
1996-01-05(get_hypermetadata, copy_sblock): Don't put diskfs_catch_exception ()Roland McGrath
1996-01-05(main): Don't map disk image here; create_disk_pager now does it.Roland McGrath
1996-01-01(pager_unlock_page): When allocating block in direct array, clear itMichael I. Bushnell
1995-12-14(diskfs_lookup): If we are returning an error, then set the dirstat toMichael I. Bushnell
1995-11-09(struct dirstat): New member `nbytes'.Michael I. Bushnell
1995-11-06(diskfs_S_file_get_storage_info): Add FLAGS argument.Miles Bader
1995-11-06(main): Add FLAGS arg to diskfs_startup_diskfs call.Miles Bader
1995-10-21(diskfs_max_user_pager_prot): Return what we discovered, instead of 1.Miles Bader
1995-10-19(flush_pokes): New function.Miles Bader
1995-10-19(diskfs_node_reload): New function.Miles Bader
1995-10-19(main):Miles Bader
1995-10-19(struct user_pager_info): Add max_prot field.Miles Bader
1995-10-19(diskfs_get_filemap): Add PROT parameter, & use it.Miles Bader
1995-10-19(diskfs_readonly_changed): New function.Miles Bader
1995-10-19(diskfs_lookup, diskfs_dirempty): Give diskfs_get_filemap a protection arg.Miles Bader
1995-10-13(main): Use new handy diskfs routines and get rid of tons of junk. MainMiles Bader
1995-10-13(SRCS): Remove devio.c.Miles Bader
1995-10-13(dev_read_sync, dev_write_sync, dev_write, diskpagersize): Decls removed.Miles Bader
1995-10-13(diskfs_set_hypermetadata):Miles Bader
1995-10-13(pager_unlock_page, pager_write_page, pager_read_page):Miles Bader
1995-10-13(diskfs_grow):Miles Bader
1995-10-13(diskfs_S_file_get_storage_info): Use DISKFS_DEVICE instead of UFS_DEVICE,Miles Bader