Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (diskfs_lookup): Require NPP set for RENAME too. | Michael I. Bushnell | 1995-09-13 | 1 | -1/+1 |
| | |||||
* | (diskfs_lookup): Don't attempt to lock NP if NPP is not set. Don't | Michael I. Bushnell | 1995-09-13 | 1 | -7/+11 |
| | | | | | even set NP if NPP is not set; use INUM as "lookup succeeded flag" instead. Lookups for REMOVE now *must* set NPP. | ||||
* | (diskfs_pager_users): Ignore the disk pager when seeing if there are any | Miles Bader | 1995-09-06 | 1 | -3/+2 |
| | | | | active pagers. | ||||
* | (ufs): Depend on ../libshouldbeinlibc/libshouldbeinlibc.a. | Roland McGrath | 1995-08-28 | 1 | -1/+1 |
| | |||||
* | (indir_release): When freeing direct blocks mentioned in a single | Michael I. Bushnell | 1995-08-25 | 1 | -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. | ||||
* | (ufs): Add explicit dependencies. | Miles Bader | 1995-08-24 | 1 | -12/+4 |
| | | | | | (HURDLIBS, LDFLAGS, REMHDRS): Removed. Rules associated with ../lib removed. | ||||
* | (diskfs_get_filemap): Drop initial reference created by pager_create. | Michael I. Bushnell | 1995-07-21 | 1 | -19/+26 |
| | | | | | (pager_clear_user_data): Only clear UPI->np->dn->fileinfo if it still points to us. | ||||
* | (diskfs_get_filemap): Free initial reference created by pager_create. | Michael I. Bushnell | 1995-07-21 | 1 | -1/+9 |
| | |||||
* | (thread_function): Don't have any global timeout here; we don't use it | Michael I. Bushnell | 1995-07-17 | 1 | -4/+2 |
| | | | | anyhow. | ||||
* | Removed dependencies that are now automatically generated. | Michael I. Bushnell | 1995-07-06 | 1 | -12/+0 |
| | |||||
* | (diskfs_pager_users/enable_cache): Fix typo. | Michael I. Bushnell | 1995-06-27 | 1 | -2/+3 |
| | | | | Include <unistd.h>. | ||||
* | (diskfs_pager_users): New function. | Michael I. Bushnell | 1995-06-27 | 1 | -0/+67 |
| | |||||
* | (thread_function): Move thread_function to be non-local, of course, | Michael I. Bushnell | 1995-06-22 | 1 | -11/+10 |
| | | | | because it needs to live even after create_disk_pager returns. | ||||
* | (thread_cancel): Typo. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | (thread_cancel): New function (HACK). | Michael I. Bushnell | 1995-06-22 | 1 | -0/+4 |
| | |||||
* | (HURDLIBS): Add libihash. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | (main): Have main thread exit when done instead of calling a diskfs | Michael I. Bushnell | 1995-06-22 | 1 | -3/+3 |
| | | | | function. | ||||
* | (diskfs_sync_everything, diskfs_shutdown_pager): Conform to prototype. | Michael I. Bushnell | 1995-06-21 | 1 | -2/+4 |
| | |||||
* | (diskfs_shutdown_pager): Typos. | Michael I. Bushnell | 1995-06-21 | 1 | -2/+2 |
| | |||||
* | (struct user_pager_info): Drop members next and prevp. | Michael I. Bushnell | 1995-06-21 | 1 | -2/+1 |
| | |||||
* | (pager_clear_user_data): Don't maintain pager linked list. | Michael I. Bushnell | 1995-06-21 | 1 | -54/+19 |
| | | | | | | | | | (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. | ||||
* | (drop_pager_softrefs): Use ports reference calls directly instead of | Michael I. Bushnell | 1995-06-21 | 1 | -7/+7 |
| | | | | | | | pager wrappers. (allow_pager_softrefs): Likewise. (pager_traverse): Likewise. (diskfs_file_update): Fix typo. | ||||
* | (create_disk_pager): Fork off service thread for pager ports. | Michael I. Bushnell | 1995-06-21 | 1 | -0/+13 |
| | |||||
* | (create_disk_pager): Initialize pager_bucket. | Michael I. Bushnell | 1995-06-21 | 1 | -0/+2 |
| | |||||
* | (pager_bucket): New variable. | Michael I. Bushnell | 1995-06-21 | 1 | -4/+8 |
| | | | | | | | (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. | ||||
* | (diskfs_truncate): Use ports reference calls directly instead of pager | Michael I. Bushnell | 1995-06-21 | 1 | -4/+4 |
| | | | | wrappers. | ||||
* | (diskfs_lookup): Provide initialization for BUFLEN. | Michael I. Bushnell | 1995-06-21 | 1 | -7/+10 |
| | | | | (diskfs_direnter): Move assignment out of if test. | ||||
* | (diskfs_grow): Provide initialization of POKE_OFF. | Michael I. Bushnell | 1995-06-20 | 1 | -1/+1 |
| | |||||
* | (ffs_realloccg): Fix typo. | Michael I. Bushnell | 1995-06-20 | 1 | -1/+1 |
| | |||||
* | (fetch_indir_spec): Remove assignment from if test. | Michael I. Bushnell | 1995-06-20 | 1 | -2/+3 |
| | |||||
* | (diskfs_truncate): Remove assignment from if test. | Michael I. Bushnell | 1995-06-20 | 1 | -1/+2 |
| | |||||
* | (ffs_realloccg): Remove assignments from if tests. | Michael I. Bushnell | 1995-06-20 | 1 | -2/+4 |
| | |||||
* | (write_all_disknodes): Typos. | Michael I. Bushnell | 1995-06-20 | 1 | -0/+3 |
| | |||||
* | (diskfs_node_iterate): New function. | Michael I. Bushnell | 1995-06-20 | 1 | -12/+27 |
| | | | | (write_all_disknodes): Use it. | ||||
* | (diskfs_get_translator): Conform to new memory usage semantic. | Michael I. Bushnell | 1995-06-14 | 1 | -2/+1 |
| | |||||
* | (trans_parse_args): Use options_parse & diskfs_standard_startup_options to | Miles Bader | 1995-05-20 | 1 | -22/+56 |
| | | | | | | parse our translator options. (usage): New function. (parse_opt): New function. | ||||
* | (CPPFLAGS): Add -I../lib, to get include lib include files, | Miles Bader | 1995-05-20 | 1 | -0/+4 |
| | | | | | and $(CPPFLAGS-$(notdir $<)) to get file-specific cpp options. Add a vpath for %.c to ../lib, so we can use source files from there. | ||||
* | (pager_clear_user_data): Doc fix. | Michael I. Bushnell | 1995-05-15 | 1 | -0/+1 |
| | |||||
* | (OBJS): Remove exec_server_image.o. | Roland McGrath | 1995-05-13 | 1 | -8/+1 |
| | | | | (exec_server_image.o): Rule removed. | ||||
* | (pager_clear_user_data): Don't die when called on the disk pager. | Miles Bader | 1995-05-08 | 1 | -10/+12 |
| | |||||
* | (diskfs_lookup): When looping back to try_again: because we're looking up | Miles Bader | 1995-05-08 | 1 | -2/+7 |
| | | | | | | | | "..", be sure and trash the mapping we made of the directory's pager -- otherwise the reference to the pager never gets dropped and we can never free the node. (diskfs_lookup): ds->type was being compared to LOOKING, which value it can never have. Compare ds->stat against LOOKING instead. | ||||
* | (write_all_disknodes): Fix typo `alloc' --> `alloca'. | Miles Bader | 1995-05-08 | 1 | -1/+1 |
| | |||||
* | (pager_clear_user_data): Acquire pagerlistlock around modifications to | Michael I. Bushnell | 1995-05-02 | 1 | -1/+3 |
| | | | | UPI->next/prevp list structure. | ||||
* | (write_all_disknodes): We have to really lock the nodes around the | Michael I. Bushnell | 1995-04-28 | 1 | -3/+19 |
| | | | | | calls to diskfs_set_node_times and write_node; this in turn forces us to have real refereces. | ||||
* | (main): Don't abort if a std file descriptor is already open. | Miles Bader | 1995-04-13 | 1 | -5/+4 |
| | |||||
* | (diskfs_set_translator): When freeing passive translator, account for | Michael I. Bushnell | 1995-04-05 | 1 | -1/+2 |
| | | | | blocks freed in NP->dn_stat.st_blocks. | ||||
* | (diskfs_truncate): Don't acquire writer lock on NP->dn->allocptrlock | Michael I. Bushnell | 1995-03-31 | 1 | -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. | ||||
* | (diskfs_synchronous): New variable. | Michael I. Bushnell | 1995-03-20 | 1 | -1/+2 |
| | |||||
* | More typos. | Michael I. Bushnell | 1995-03-17 | 1 | -4/+4 |
| | |||||
* | (alloc_sync): Typo. | Michael I. Bushnell | 1995-03-17 | 1 | -1/+1 |
| |