summaryrefslogtreecommitdiff
path: root/libdiskfs
AgeCommit message (Collapse)Author
1995-06-26(periodic_sync_thread, periodic_sync_lock): Declare static.Michael I. Bushnell
(control): Delete var. (pi): New var. (diskfs_set_sync_interval): Set PI instead of CONTROL. (periodic_sync): Do sync by hand; use ports routines around it properly.
1995-06-26(master_thread_function): Exit when shutdown returns zero.Michael I. Bushnell
1995-06-26(diskfs_shutdown): Fix parentheses on bitwise tests.Michael I. Bushnell
1995-06-26(diskfs_S_fsys_goaway): If diskfs_shutdown returns zero, then exitMichael I. Bushnell
here.
1995-06-26(diskfs_shutdown): Don't actually exit; return zero instead.Michael I. Bushnell
1995-06-26(diskfs_S_file_set_translator): Ignore harmless errors fromMichael I. Bushnell
fsys_goaway.
1995-06-26(diskfs_S_file_set_translator): dittoMichael I. Bushnell
1995-06-26(diskfs_S_file_set_translator): Fix parentheses on first active EXCLMichael I. Bushnell
check.
1995-06-23(diskfs_shutdown) [helper]: Unlock NP around fsys call.Michael I. Bushnell
1995-06-23(diskfs_S_fsys_syncfs) [helper]: Unlock NP around fsys call.Michael I. Bushnell
1995-06-23(diskfs_S_fsys_set_options): Unlock NP around fsys call.Michael I. Bushnell
1995-06-23(diskfs_S_file_syncfs): Unlock NP around fsys call.Michael I. Bushnell
1995-06-22(_diskfs_translator_callback): Must be extern to force inclusion ofMichael I. Bushnell
trans-callback.c.
1995-06-22(diskfs_S_dir_lookup): Correctly parethenize O_NOTRANS flags test.Michael I. Bushnell
1995-06-20(diskfs_shutdown): Fix first arg to fshelp_fetch_control.Michael I. Bushnell
1995-06-20(diskfs_node_rdwr): Remove assignment from if test.Michael I. Bushnell
1995-06-20(diskfs_make_node): Fix function name fshelp_init_transbox ->Michael I. Bushnell
fshelp_transbox_init.
1995-06-20Include <hurd/fsys.h>.Michael I. Bushnell
(diskfs_S_fsys_syncfs): Fix first arg to fshelp_fetch_control.
1995-06-20(diskfs_S_fsys_set_options): [helper] Fix first arg toMichael I. Bushnell
fshelp_fetch_control.
1995-06-20Include <hurd/fsys.h>Michael I. Bushnell
(diskfs_S_file_syncfs) [helper]: First arg to fshelp_fetch_control should be &NP->transbox, not NP.
1995-06-20(diskfs_S_file_set_translator): Remove assignment from if test.Michael I. Bushnell
1995-06-20(diskfs_S_fsys_set_options):Michael I. Bushnell
1995-06-20(diskfs_shutdown):Michael I. Bushnell
1995-06-20(diskfs_S_file_syncfs):Michael I. Bushnell
1995-06-20(diskfs_S_fsys_syncfs):Michael I. Bushnell
1995-06-20(diskfs_S_fsys_set_options): Use diskfs_node_iterate instead ofMichael I. Bushnell
fshelp_translator_iterate.
1995-06-20(diskfs_S_file_syncfs): Typo.Michael I. Bushnell
1995-06-20(diskfs_S_fsys_syncfs): Typo.Michael I. Bushnell
1995-06-20(diskfs_shutdown): Use diskfs_node_iterate instead ofMichael I. Bushnell
diskfs_translator_iterate.
1995-06-20(diskfs_S_file_syncfs): Use diskfs_node_iterate instead ofMichael I. Bushnell
diskfs_sync_translators.
1995-06-20(diskfs_S_fsys_syncfs): Use diskfs_node_iterate instead ofMichael I. Bushnell
diskfs_sync_translators.
1995-06-20(diskfs_node_iterate): New (user-provided) function.Michael I. Bushnell
1995-06-20(diskfs_S_dir_rmdir): Don't attempt anything for translatedMichael I. Bushnell
directories here; just return EBUSY.
1995-06-20(diskfs_S_dir_unlink): Don't do massively complicated fsys_goaway.Michael I. Bushnell
Instead, call it at the end (but only if this was the last link) and ignore errors.
1995-06-20(diskfs_drop_node): Fix typo.Michael I. Bushnell
1995-06-20(diskfs_S_fsys_startup): Strip out support for translators; fshelp nowMichael I. Bushnell
does that itself.
1995-06-19(_diskfs_translator_callback_fn): Fix typos so it compiles.Michael I. Bushnell
1995-06-19Include <hurd/fsys.h>Michael I. Bushnell
(diskfs_S_file_set_translator): Fix typo.
1995-06-19(diskfs_S_file_set_translator): Use new translator interfaceMichael I. Bushnell
throughout.
1995-06-19(diskfs_S_fsys_getroot): Fix typo.Michael I. Bushnell
1995-06-19(diskfs_S_dir_lookup): Fix typos.Michael I. Bushnell
1995-06-19(diskfs_S_dir_lookup): Use new translator startup interface.Michael I. Bushnell
1995-06-16(diskfs_S_file_get_translator_cntl): Use fshelp_fetch_control insteadMichael I. Bushnell
of old interface.
1995-06-14(diskfs_drop_node): Call fshelp_drop_transbox instead ofMichael I. Bushnell
fshelp_kill_translator; do it *after* the truncate.
1995-06-14(diskfs_make_node): Initialize TRANSBOX member using newMichael I. Bushnell
function. Drop initialization of TRANSLATOR member.
1995-06-14(diskfs_S_fsys_getroot): Use new translator startup interface.Michael I. Bushnell
1995-06-14fooMichael I. Bushnell
1995-06-14Initial revisionMichael I. Bushnell
1995-06-14(diskfs_get_translator): Specify new calling interface.Michael I. Bushnell
1995-06-14Really do last change.Michael I. Bushnell