aboutsummaryrefslogtreecommitdiff
path: root/ufs
Commit message (Expand)AuthorAgeFilesLines
* (diskpager, diskpagerport, disk_image): Variables removed.Roland McGrath1996-01-061-14/+11
* (diskfs_shutdown_pager, diskfs_sync_everything): Use `disk_pager' in placeRoland McGrath1996-01-061-71/+65
* (sync_disk): Use `disk_pager' in place of `diskpager->p'.Roland McGrath1996-01-061-5/+5
* (indir_release): Use `disk_pager' in place of `diskpager->p'.Roland McGrath1996-01-061-58/+58
* (diskfs_reload_global_state): Use `disk_pager' in place of `diskpager->p'.Roland McGrath1996-01-061-1/+1
* (get_hypermetadata, copy_sblock): Don't put diskfs_catch_exception ()Roland McGrath1996-01-051-10/+16
* (main): Don't map disk image here; create_disk_pager now does it.Roland McGrath1996-01-051-12/+5
* (pager_unlock_page): When allocating block in direct array, clear itMichael I. Bushnell1996-01-011-1/+3
* (diskfs_lookup): If we are returning an error, then set the dirstat toMichael I. Bushnell1995-12-141-1/+5
* (struct dirstat): New member `nbytes'.Michael I. Bushnell1995-11-091-16/+42
* (diskfs_S_file_get_storage_info): Add FLAGS argument.Miles Bader1995-11-061-1/+3
* (main): Add FLAGS arg to diskfs_startup_diskfs call.Miles Bader1995-11-061-1/+1
* (diskfs_max_user_pager_prot): Return what we discovered, instead of 1.Miles Bader1995-10-211-1/+1
* (flush_pokes): New function.Miles Bader1995-10-191-0/+19
* (diskfs_node_reload): New function.Miles Bader1995-10-191-5/+18
* (main):Miles Bader1995-10-191-28/+10
* (struct user_pager_info): Add max_prot field.Miles Bader1995-10-191-82/+6
* (diskfs_get_filemap): Add PROT parameter, & use it.Miles Bader1995-10-191-27/+107
* (diskfs_readonly_changed): New function.Miles Bader1995-10-191-2/+51
* (diskfs_lookup, diskfs_dirempty): Give diskfs_get_filemap a protection arg.Miles Bader1995-10-192-11/+8
* (main): Use new handy diskfs routines and get rid of tons of junk. MainMiles Bader1995-10-131-175/+38
* (SRCS): Remove devio.c.Miles Bader1995-10-131-1/+1
* (dev_read_sync, dev_write_sync, dev_write, diskpagersize): Decls removed.Miles Bader1995-10-131-9/+0
* (diskfs_set_hypermetadata):Miles Bader1995-10-131-2/+4
* (pager_unlock_page, pager_write_page, pager_read_page):Miles Bader1995-10-131-4/+5
* (diskfs_grow):Miles Bader1995-10-131-4/+5
* (diskfs_S_file_get_storage_info): Use DISKFS_DEVICE instead of UFS_DEVICE,Miles Bader1995-10-131-2/+3
* (diskfs_S_file_get_storage_info):Miles Bader1995-10-071-2/+4
* (diskfs_set_statfs): fsys_stb_bsize -> fsys_stb_iosize.Miles Bader1995-10-051-2/+2
* (parse_opt): Rearrange slightly.Miles Bader1995-10-041-3/+7
* Include <netinet/in.h>.Michael I. Bushnell1995-09-261-7/+10
* (diskfs_S_file_get_storage_info): New function.Michael I. Bushnell1995-09-261-0/+106
* (main): Delete var `devname'. Use `ufs_device_name' throughoutMichael I. Bushnell1995-09-261-7/+6
* (ufs_device_name): New var.Michael I. Bushnell1995-09-261-0/+1
* (LDFLAGS): New variable.Miles Bader1995-09-221-0/+2
* (get_hypermetadata): Use %Zd format for result of sizeof.Roland McGrath1995-09-221-3/+3
* (diskfs_lookup): Require NPP set for RENAME too.Michael I. Bushnell1995-09-131-1/+1
* (diskfs_lookup): Don't attempt to lock NP if NPP is not set. Don'tMichael I. Bushnell1995-09-131-7/+11
* (diskfs_pager_users): Ignore the disk pager when seeing if there are anyMiles Bader1995-09-061-3/+2
* (ufs): Depend on ../libshouldbeinlibc/libshouldbeinlibc.a.Roland McGrath1995-08-281-1/+1
* (indir_release): When freeing direct blocks mentioned in a singleMichael I. Bushnell1995-08-251-9/+11
* (ufs): Add explicit dependencies.Miles Bader1995-08-241-12/+4
* (diskfs_get_filemap): Drop initial reference created by pager_create.Michael I. Bushnell1995-07-211-19/+26
* (diskfs_get_filemap): Free initial reference created by pager_create.Michael I. Bushnell1995-07-211-1/+9
* (thread_function): Don't have any global timeout here; we don't use itMichael I. Bushnell1995-07-171-4/+2
* Removed dependencies that are now automatically generated.Michael I. Bushnell1995-07-061-12/+0
* (diskfs_pager_users/enable_cache): Fix typo.Michael I. Bushnell1995-06-271-2/+3
* (diskfs_pager_users): New function.Michael I. Bushnell1995-06-271-0/+67
* (thread_function): Move thread_function to be non-local, of course,Michael I. Bushnell1995-06-221-11/+10
* (thread_cancel): Typo.Michael I. Bushnell1995-06-221-1/+1