Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (diskfs_lookup): Renamed to be diskfs_lookup_hard. | Michael I. Bushnell | 1996-03-20 | 1 | -9/+88 | |
| | | | | | | | | (diskfs_direnter): Renamed to be diskfs_direnter_hard. (diskfs_dirrewrite): Renamed to be diskfs_dirrewrite_hard. (diskfs_dirremove): Renamed to be diskfs_dirremove_hard. (diskfs_lookup, diskfs_direnter, diskfs_dirrewrite, diskfs_dirremove): New functions. | |||||
* | (diskfs_nput): It's not valid to touch *NP (by `mutex_unlock | Michael I. Bushnell | 1996-02-15 | 1 | -2/+5 | |
| | | | | | (&np->lock);') after we have called diskfs_drop_node. So don't do it in that case. | |||||
* | (diskfs_nput): Before bumping NP->references (which precedes | Michael I. Bushnell | 1996-02-08 | 1 | -2/+2 | |
| | | | | | | diskfs_try_dropping_softrefs), *lock* diskfs_node_refcnt_lock, not mutant unlock. (diskfs_nrele): Likewise. | |||||
* | (diskfs_parse_runtime_options): Make STANDARD_ARGP const. | Miles Bader | 1996-02-07 | 1 | -3/+3 | |
| | | | | (diskfs_startup_argp, diskfs_device_startup_argp): Make const. | |||||
* | (diskfs_start_protid): Update declaration. | Miles Bader | 1996-01-27 | 1 | -4/+8 | |
| | | | | (diskfs_create_protid): New declaration. | |||||
* | (diskfs_catch_exception, diskfs_end_catch_exception): Macros removed. | Roland McGrath | 1996-01-04 | 1 | -55/+2 | |
| | | | | | (diskfs_register_memory_fault_area, diskfs_unregister_memory_fault_area): Decls removed. | |||||
* | Use size_t instead of int for amounts in diskfs_node_rdwr prototype. | Roland McGrath | 1996-01-04 | 1 | -52/+52 | |
| | ||||||
* | (diskfs_checkdirmod): Correctly return error code for failure, not 1. | Michael I. Bushnell | 1995-12-14 | 1 | -3/+11 | |
| | ||||||
* | (diskfs_get_options): Bother providing declaration. | Michael I. Bushnell | 1995-11-21 | 1 | -0/+5 | |
| | ||||||
* | (diskfs_startup_diskfs, diskfs_execboot_fsys_startup): Add FLAGS arg. | Miles Bader | 1995-11-02 | 1 | -4/+5 | |
| | ||||||
* | Include <rwlock.h> | Miles Bader | 1995-10-19 | 1 | -7/+43 | |
| | | | | | | | | | | | (diskfs_fsys_lock): Renamed from diskfs_shutdown_lock. Change to a struct rwlock. (diskfs_readonly_changed, diskfs_reload_global_state, diskfs_node_reload, diskfs_max_user_pager_prot, diskfs_set_readonly, diskfs_remount): New declarations. (diskfs_readonly_changed): New declaration. (disksf_get_filemap): Add prot parameter. (diskfs_main_request_loop): Declaration removed. | |||||
* | (diskfs_start_bootstrap): Get rid of ARGV argument. | Miles Bader | 1995-10-13 | 1 | -18/+81 | |
| | | | | | | | | | | | | (diskfs_argv): New declaration. (diskfs_device, diskfs_device_name, diskfs_device_start, diskfs_device_size, diskfs_device_block_size, diskfs_log2_device_block_size, diskfs_log2_device_blocks_per_page, diskfs_device_write_sync, diskfs_device_write_sync, diskfs_device_open, diskfs_console_stdio): New declarations. (diskfs_parse_runtime_options, diskfs_standard_startup_argp): Use argp, not options. Include <argp.h> instead of <options.h>. | |||||
* | (diskfs_init_completed): must --> may. | Miles Bader | 1995-10-11 | 1 | -1/+5 | |
| | | | | Add necessary includes. | |||||
* | (diskfs_host_priv, diskfs_master_device): Variables deleted. | Miles Bader | 1995-10-07 | 1 | -16/+34 | |
| | | | | | | | | (diskfs_parse_bootargs): Function deleted. (diskfs_init_diskfs): Now returns error_t. (diskfs_get_file_device, diskfs_get_mach_device): New funcs. (diskfs_boot_flags): New variable. (diskfs_bootflags, diskfs_bootflagarg): Variables deleted. | |||||
* | (diskfs_lookup): Doc fix. | Michael I. Bushnell | 1995-09-13 | 1 | -1/+4 | |
| | ||||||
* | (diskfs_node_iterate): New (user-provided) function. | Michael I. Bushnell | 1995-06-20 | 1 | -0/+6 | |
| | ||||||
* | (diskfs_get_translator): Specify new calling interface. | Michael I. Bushnell | 1995-06-14 | 1 | -3/+2 | |
| | ||||||
* | (diskfs_start_translator, diskfs_destroy_translator, | Michael I. Bushnell | 1995-06-14 | 1 | -18/+1 | |
| | | | | | diskfs_sync_translators): Delete functions. (struct node): Replace TRANSLATOR member with new TRANSBOX member. | |||||
* | (diskfs_transboot_class): Delete var. | Michael I. Bushnell | 1995-06-09 | 1 | -1/+0 | |
| | ||||||
* | (diskfs_shutdown_lock, diskfs_protid_class, diskfs_transboot_class, | Michael I. Bushnell | 1995-06-09 | 1 | -0/+15 | |
| | | | | | | diskfs_control_class, diskfs_execboot_class, diskfs_initboot_class, diskfs_port_bucket): New variables. (diskfs_pager_users): New function declaration. | |||||
* | (diskfs_shutdown_soft_ports): Deleted decl. | Michael I. Bushnell | 1995-06-06 | 1 | -51/+7 | |
| | | | | | (ports_demuxer): Deleted decl. (diskfs_demuxer): New decl. | |||||
* | (diskfs_standard_startup_options): Declare new variable. | Miles Bader | 1995-05-20 | 1 | -0/+22 | |
| | | | | | | (diskfs_set_options): Declare new function. (diskfs_parse_runtime_options): Ditto. Include <options.h> (currently in ../lib). | |||||
* | Add declarations of diskfs_set_sync_interval and diskfs_default_sync_interval. | Miles Bader | 1995-05-12 | 1 | -0/+12 | |
| | ||||||
* | (diskfs_nrele, diskfs_nput): We need to hold a real reference around | Michael I. Bushnell | 1995-04-28 | 1 | -4/+41 | |
| | | | | | | the call to diskfs_try_dropping_softrefs, because that's a user-supplied routine that might itself rely on the reference counting system. | |||||
* | Back out changes to protid and associated permission checking | Michael I. Bushnell | 1995-03-17 | 1 | -101/+33 | |
| | | | | functions. | |||||
* | (_diskfs_idcheckdirmod): Remove underscore. | Michael I. Bushnell | 1995-03-17 | 1 | -1/+1 | |
| | ||||||
* | (_diskfs_idcheckdirmod): `cred' -> `id'. | Michael I. Bushnell | 1995-03-17 | 1 | -3/+3 | |
| | | | | (diskfs_idhasgid): Likewise. | |||||
* | (diskfs_synchronous): New variable. | Michael I. Bushnell | 1995-03-08 | 1 | -0/+3 | |
| | ||||||
* | (struct userid): New type. | Michael I. Bushnell | 1995-03-07 | 1 | -28/+99 | |
| | | | | | | | | | | (struct protid): Replace UIDS, GIDS, NUIDS, and NGIDS with ID. (diskfs_isuid): Replace with new function diskfs_idhasuid. (diskfs_groupmember): Replace with new function diskfs_idhasgid. (_diskfs_idisowner, _diskfs_idaccess, _diskfs_idcheckdirmod): New functions. (diskfs_isowner): Check each ID in the chain with _diskfs_idisowner. (diskfs_access): Check each ID in the chain with _diskfs_idaccess. (diskfs_checkdirmod): Check each ID in the chain with _diskfs_idcheckdirmod. | |||||
* | entered into RCS | Roland McGrath | 1994-10-07 | 1 | -2/+3 | |
| | ||||||
* | Formerly diskfs.h.~38~ | Michael I. Bushnell | 1994-09-23 | 1 | -4/+2 | |
| | ||||||
* | Formerly diskfs.h.~37~ | Michael I. Bushnell | 1994-09-23 | 1 | -19/+32 | |
| | ||||||
* | Formerly diskfs.h.~36~ | Michael I. Bushnell | 1994-09-23 | 1 | -4/+1 | |
| | ||||||
* | Formerly diskfs.h.~35~ | Roland McGrath | 1994-09-10 | 1 | -5/+10 | |
| | ||||||
* | Formerly diskfs.h.~34~ | Michael I. Bushnell | 1994-09-01 | 1 | -2/+4 | |
| | ||||||
* | Formerly diskfs.h.~33~ | Michael I. Bushnell | 1994-07-22 | 1 | -6/+27 | |
| | ||||||
* | Formerly diskfs.h.~32~ | Michael I. Bushnell | 1994-07-19 | 1 | -4/+2 | |
| | ||||||
* | Formerly diskfs.h.~31~ | Michael I. Bushnell | 1994-07-15 | 1 | -2/+12 | |
| | ||||||
* | Formerly diskfs.h.~30~ | Michael I. Bushnell | 1994-07-14 | 1 | -2/+11 | |
| | ||||||
* | Formerly diskfs.h.~29~ | Michael I. Bushnell | 1994-07-13 | 1 | -10/+42 | |
| | ||||||
* | Formerly diskfs.h.~28~ | Michael I. Bushnell | 1994-06-29 | 1 | -0/+2 | |
| | ||||||
* | Formerly diskfs.h.~27~ | Michael I. Bushnell | 1994-06-16 | 1 | -7/+35 | |
| | ||||||
* | Formerly diskfs.h.~26~ | Michael I. Bushnell | 1994-06-14 | 1 | -0/+10 | |
| | ||||||
* | Initial revision | Michael I. Bushnell | 1994-06-02 | 1 | -0/+775 | |