summaryrefslogtreecommitdiff
path: root/ufs
AgeCommit message (Collapse)Author
1995-10-13(main): Use new handy diskfs routines and get rid of tons of junk. MainMiles Bader
should be almost all ufs-specific now. (USAGE, usage, SHORT_OPTS, long_opts, parse_opt, trans_parse_arg): RIP. (printf_lock): Initialize. (diskfs_init_completed): Function deleted (now in libdiskfs). (thread_cancel): Function deleted.
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
Use diskfs_device_{read,write}_synce instead of dev_{read,write}_sync.
1995-10-13(pager_unlock_page, pager_write_page, pager_read_page):Miles Bader
Use diskfs_device_{read,write}_synce instead of dev_{read,write}_sync. (pager_report_extent): Calculate the pager size.
1995-10-13(diskfs_grow):Miles Bader
Use diskfs_device_{read,write}_synce instead of dev_{read,write}_sync.
1995-10-13(diskfs_S_file_get_storage_info): Use DISKFS_DEVICE instead of UFS_DEVICE,Miles Bader
and DISKFS_DEVICE_NAME instead of UFS_DEVICE_NAME.
1995-10-07(diskfs_S_file_get_storage_info):Miles Bader
Change type of ADDRESSES to off_t **, and add the BLOCK_SIZE parameter.
1995-10-05(diskfs_set_statfs): fsys_stb_bsize -> fsys_stb_iosize.Miles Bader
fsys_stb_fsize -> fsys_stb_bsize.
1995-10-04(parse_opt): Rearrange slightly.Miles Bader
1995-09-26Include <netinet/in.h>.Michael I. Bushnell
Fix trivial errors in previous change.
1995-09-26(diskfs_S_file_get_storage_info): New function.Michael I. Bushnell
1995-09-26(main): Delete var `devname'. Use `ufs_device_name' throughoutMichael I. Bushnell
instead.
1995-09-26(ufs_device_name): New var.Michael I. Bushnell
1995-09-22(LDFLAGS): New variable.Miles Bader
1995-09-22(get_hypermetadata): Use %Zd format for result of sizeof.Roland McGrath
1995-09-13(diskfs_lookup): Require NPP set for RENAME too.Michael I. Bushnell
1995-09-13(diskfs_lookup): Don't attempt to lock NP if NPP is not set. Don'tMichael I. Bushnell
even set NP if NPP is not set; use INUM as "lookup succeeded flag" instead. Lookups for REMOVE now *must* set NPP.
1995-09-06(diskfs_pager_users): Ignore the disk pager when seeing if there are anyMiles Bader
active pagers.
1995-08-28(ufs): Depend on ../libshouldbeinlibc/libshouldbeinlibc.a.Roland McGrath
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-08-24(ufs): Add explicit dependencies.Miles Bader
(HURDLIBS, LDFLAGS, REMHDRS): Removed. Rules associated with ../lib removed.
1995-07-21(diskfs_get_filemap): Drop initial reference created by pager_create.Michael I. Bushnell
(pager_clear_user_data): Only clear UPI->np->dn->fileinfo if it still points to us.
1995-07-21(diskfs_get_filemap): Free initial reference created by pager_create.Michael I. Bushnell
1995-07-17(thread_function): Don't have any global timeout here; we don't use itMichael I. Bushnell
anyhow.
1995-07-06Removed dependencies that are now automatically generated.Michael I. Bushnell
1995-06-27(diskfs_pager_users/enable_cache): Fix typo.Michael I. Bushnell
Include <unistd.h>.
1995-06-27(diskfs_pager_users): New function.Michael I. Bushnell
1995-06-22(thread_function): Move thread_function to be non-local, of course,Michael I. Bushnell
because it needs to live even after create_disk_pager returns.
1995-06-22(thread_cancel): Typo.Michael I. Bushnell
1995-06-22(thread_cancel): New function (HACK).Michael I. Bushnell
1995-06-22(HURDLIBS): Add libihash.Michael I. Bushnell
1995-06-22(main): Have main thread exit when done instead of calling a diskfsMichael I. Bushnell
function.
1995-06-21(diskfs_sync_everything, diskfs_shutdown_pager): Conform to prototype.Michael I. Bushnell
1995-06-21(diskfs_shutdown_pager): Typos.Michael I. Bushnell
1995-06-21(struct user_pager_info): Drop members next and prevp.Michael I. Bushnell
1995-06-21(pager_clear_user_data): Don't maintain pager linked list.Michael I. Bushnell
(diskfs_get_filemap): Don't maintain pager linked list. (pager_dropweak): New function. (pager_traverse): Delete function. (diskfs_shutdown_pager): Use ports_bucket_iterate instead of pager_traverse. (diskfs_sync_everything): Use ports_bucket_iterate instead of pager_traverse.
1995-06-21(drop_pager_softrefs): Use ports reference calls directly instead ofMichael I. Bushnell
pager wrappers. (allow_pager_softrefs): Likewise. (pager_traverse): Likewise. (diskfs_file_update): Fix typo.
1995-06-21(create_disk_pager): Fork off service thread for pager ports.Michael I. Bushnell
1995-06-21(create_disk_pager): Initialize pager_bucket.Michael I. Bushnell
1995-06-21(pager_bucket): New variable.Michael I. Bushnell
(create_disk_pager): Provide pager_bucket in call to pager_create. (diskfs_get_filemap): Likewise. (diskfs_file_update): Use ports reference calls directly instead of pager wrappers.
1995-06-21(diskfs_truncate): Use ports reference calls directly instead of pagerMichael I. Bushnell
wrappers.
1995-06-21(diskfs_lookup): Provide initialization for BUFLEN.Michael I. Bushnell
(diskfs_direnter): Move assignment out of if test.
1995-06-20(diskfs_grow): Provide initialization of POKE_OFF.Michael I. Bushnell
1995-06-20(ffs_realloccg): Fix typo.Michael I. Bushnell
1995-06-20(fetch_indir_spec): Remove assignment from if test.Michael I. Bushnell
1995-06-20(diskfs_truncate): Remove assignment from if test.Michael I. Bushnell
1995-06-20(ffs_realloccg): Remove assignments from if tests.Michael I. Bushnell
1995-06-20(write_all_disknodes): Typos.Michael I. Bushnell
1995-06-20(diskfs_node_iterate): New function.Michael I. Bushnell
(write_all_disknodes): Use it.