aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs
Commit message (Collapse)AuthorAgeFilesLines
* (diskfs_S_dir_lookup): Check cache before normal diskfs_lookup call.Michael I. Bushnell1996-03-191-1/+18
|
* *** empty log message ***Michael I. Bushnell1996-03-191-7/+9
|
* (diskfs_rename_dir): Call diskfs_purge_cache before calls toMichael I. Bushnell1996-03-191-0/+2
| | | | diskfs_dirrewrite.
* (diskfs_S_dir_rename): Call diskfs_purge_cache beforeMichael I. Bushnell1996-03-191-0/+1
| | | | diskfs_dirrewrite for old node.
* (diskfs_create_node): Call diskfs_enter_cache if diskfs_direnter isMichael I. Bushnell1996-03-191-1/+3
| | | | successful.
* (diskfs_S_dir_rename): Call diskfs_enter_cache ifMichael I. Bushnell1996-03-192-0/+3
| | | | diskfs_direnter/diskfs_dirrewrite is successful.
* (diskfs_S_dir_link): Call diskfs_enter_cache if diskfs_direnter isMichael I. Bushnell1996-03-191-1/+3
| | | | successful.
* (diskfs_init_dir): Doc fix.Michael I. Bushnell1996-03-191-1/+4
|
* (diskfs_S_dir_unlink): Call diskfs_purge_cache_node beforeMichael I. Bushnell1996-03-191-1/+2
| | | | diskfs_dirremove.
* (diskfs_S_dir_rmdir): Call diskfs_purge_cache_node beforeMichael I. Bushnell1996-03-191-1/+2
| | | | diskfs_dirremove.
* (diskfs_clear_directory): Call diskfs_purge_cache_node beforeMichael I. Bushnell1996-03-191-0/+2
| | | | diskfs_dirremove.
* (diskfs_S_dir_rename): Call diskfs_purge_cache_node beforeMichael I. Bushnell1996-03-191-1/+2
| | | | diskfs_dirremove.
* (diskfs_rename_dir): Call diskfs_purge_cache_node beforeMichael I. Bushnell1996-03-191-1/+2
| | | | diskfs_dirremove.
* (diskfs_drop_node): Fixup.Michael I. Bushnell1996-03-191-1/+1
|
* (diskfs_drop_node): Call _diskfs_purge_cache before releasing nodeMichael I. Bushnell1996-03-191-1/+2
| | | | structure with diskfs_node_norefs.
* (OTHERSRCS): Add name-cache.c.Michael I. Bushnell1996-03-191-1/+2
|
* Initial revisionMichael I. Bushnell1996-03-191-0/+166
|
* (diskfs_S_dir_lookup): Don't leak a send right to the anonymous handle on DNPMiles Bader1996-03-161-0/+4
| | | | when calling fetch_root.
* (diskfs_S_file_set_translator): Deallocate ref on CONTROL when we areMichael I. Bushnell1996-03-121-0/+3
| | | | done with it.
* (diskfs_set_readonly): Don't sleep(1) after syncing.Miles Bader1996-03-071-1/+0
|
* (OTHERSRCS):Miles Bader1996-03-051-3/+4
| | | | | Change `opts-runtime-def.c' to `opts-runtime-parse.c'. Add `opts-runtime-unparse.c'.
* (diskfs_S_file_set_translator): Add EROFS check.Roland McGrath1996-02-211-11/+14
|
* (diskfs_parse_runtime_options): STANDARD_ARGP is const.Miles Bader1996-02-201-2/+2
|
* (diskfs_init_diskfs): Use maptime_map.Miles Bader1996-02-201-19/+20
|
* (diskfs_set_node_times): Use maptime_read.Miles Bader1996-02-201-22/+18
|
* (diskfs_nput): It's not valid to touch *NP (by `mutex_unlockMichael I. Bushnell1996-02-151-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 precedesMichael I. Bushnell1996-02-081-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 Bader1996-02-071-3/+3
| | | | (diskfs_startup_argp, diskfs_device_startup_argp): Make const.
* (diskfs_common_options): Make const.Miles Bader1996-02-071-2/+2
|
* (std_runtime_options): Make const.Miles Bader1996-02-071-5/+5
| | | | (diskfs_set_options): Make argp structures const.
* (startup_options, dev_startup_options, dev_start_argp_parents,Miles Bader1996-02-071-10/+10
| | | | | | dev_startup_argp, startup_common_argp, startup_argp_parents, startup_argp, diskfs_startup_argp): Make const.
* (diskfs_S_dir_lookup): Revert last change.Michael I. Bushnell1996-02-071-2/+1
|
* (diskfs_S_dir_lookup): Make the new peropen we'll pass as dotdot to theMiles Bader1996-02-061-1/+3
| | | | fetch_root with the same flags as DIRCRED->po.
* (diskfs_node_rdwr): Handle null AMTREAD.Roland McGrath1996-01-311-1/+4
|
* (diskfs_S_fsys_set_options): Use rwlock_writer_lock instead ofRoland McGrath1996-01-311-5/+5
| | | | rwlock_reader_lock in DO_CHILDREN case.
* (diskfs_release_peropen): Free dotdotport when deallocate peropen.Michael I. Bushnell1996-01-301-1/+2
|
* (diskfs_set_readonly): Deal with ports_inhibit_class_rpcs returning an error.Miles Bader1996-01-271-28/+30
|
* (diskfs_remount): Deal with ports_inhibit_class_rpcs returning an error.Miles Bader1996-01-271-2/+4
|
* (diskfs_startup_diskfs): Use ports_create_port instead of ports_allocate_port.Miles Bader1996-01-271-8/+10
|
* (diskfs_shutdown): Deal with ports_inhibit_class_rpcs returning an error.Miles Bader1996-01-271-2/+7
|
* (diskfs_S_io_reauthenticate): Use new version of diskfs_start_protid.Miles Bader1996-01-271-2/+8
|
* (_diskfs_translator_callback2_fn): Use diskfs_create_protid instead ofMiles Bader1996-01-271-11/+13
| | | | diskfs_make_protid, and deal with an error return.
* (diskfs_S_dir_lookup): Use diskfs_create_protid instead ofMiles Bader1996-01-271-12/+18
| | | | diskfs_make_protid, and deal with an error return.
* Include <fcntl.h>.Miles Bader1996-01-271-0/+1
|
* (diskfs_S_file_getcontrol):Miles Bader1996-01-271-10/+12
| | | | Use ports_create_port instead of ports_allocate_port.
* (diskfs_set_sync_interval):Miles Bader1996-01-271-13/+21
| | | | | | | Use ports_create_port instead of ports_allocate_port. Deal with ports_inhibit_class_rpcs returning an error. (periodic_sync): Pass in the MSG_ID arg to ports_begin_rpc, and deal with any error returned.
* (diskfs_start_protid): Return an error now, and use ports_create_port insteadMiles Bader1996-01-271-19/+31
| | | | | | of ports_allocate_port. (diskfs_create_protid): New function. (diskfs_make_protid): Call diskfs_create_protid.
* (diskfs_start_bootstrap, diskfs_S_exec_startup_get_info,Miles Bader1996-01-271-22/+28
| | | | | | | | diskfs_execboot_fsys_startup, diskfs_S_fsys_init): Use diskfs_create_protid instead of diskfs_make_protid, and deal with an error return. (start_execserver, diskfs_start_bootstrap): Use ports_create_port instead of ports_allocate_port.
* (diskfs_S_fsys_getroot): Use diskfs_create_protid instead ofMiles Bader1996-01-271-9/+12
| | | | diskfs_make_protid, and deal with an error return.
* (diskfs_S_dir_mkfile): Use diskfs_create_protid instead ofMiles Bader1996-01-271-7/+12
| | | | diskfs_make_protid, and deal with an error return.