aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs
Commit message (Collapse)AuthorAgeFilesLines
* (_diskfs_translator_callback): Must be extern to force inclusion ofMichael I. Bushnell1995-06-221-1/+1
| | | | trans-callback.c.
* (diskfs_S_dir_lookup): Correctly parethenize O_NOTRANS flags test.Michael I. Bushnell1995-06-221-1/+1
|
* (diskfs_shutdown): Fix first arg to fshelp_fetch_control.Michael I. Bushnell1995-06-201-1/+1
|
* (diskfs_node_rdwr): Remove assignment from if test.Michael I. Bushnell1995-06-201-2/+5
|
* (diskfs_make_node): Fix function name fshelp_init_transbox ->Michael I. Bushnell1995-06-201-1/+1
| | | | fshelp_transbox_init.
* Include <hurd/fsys.h>.Michael I. Bushnell1995-06-201-1/+2
| | | | (diskfs_S_fsys_syncfs): Fix first arg to fshelp_fetch_control.
* (diskfs_S_fsys_set_options): [helper] Fix first arg toMichael I. Bushnell1995-06-201-1/+1
| | | | fshelp_fetch_control.
* Include <hurd/fsys.h>Michael I. Bushnell1995-06-201-1/+2
| | | | | (diskfs_S_file_syncfs) [helper]: First arg to fshelp_fetch_control should be &NP->transbox, not NP.
* (diskfs_S_file_set_translator): Remove assignment from if test.Michael I. Bushnell1995-06-201-22/+28
|
* (diskfs_S_fsys_set_options):Michael I. Bushnell1995-06-201-1/+5
|
* (diskfs_shutdown):Michael I. Bushnell1995-06-201-1/+5
|
* (diskfs_S_file_syncfs):Michael I. Bushnell1995-06-201-0/+1
|
* (diskfs_S_fsys_syncfs):Michael I. Bushnell1995-06-201-0/+1
|
* (diskfs_S_fsys_set_options): Use diskfs_node_iterate instead ofMichael I. Bushnell1995-06-201-5/+17
| | | | fshelp_translator_iterate.
* (diskfs_S_file_syncfs): Typo.Michael I. Bushnell1995-06-201-1/+1
|
* (diskfs_S_fsys_syncfs): Typo.Michael I. Bushnell1995-06-201-1/+1
|
* (diskfs_shutdown): Use diskfs_node_iterate instead ofMichael I. Bushnell1995-06-201-5/+17
| | | | diskfs_translator_iterate.
* (diskfs_S_file_syncfs): Use diskfs_node_iterate instead ofMichael I. Bushnell1995-06-201-1/+15
| | | | diskfs_sync_translators.
* (diskfs_S_fsys_syncfs): Use diskfs_node_iterate instead ofMichael I. Bushnell1995-06-201-1/+14
| | | | diskfs_sync_translators.
* (diskfs_node_iterate): New (user-provided) function.Michael I. Bushnell1995-06-201-0/+6
|
* (diskfs_S_dir_rmdir): Don't attempt anything for translatedMichael I. Bushnell1995-06-201-32/+3
| | | | directories here; just return EBUSY.
* (diskfs_S_dir_unlink): Don't do massively complicated fsys_goaway.Michael I. Bushnell1995-06-201-34/+17
| | | | | Instead, call it at the end (but only if this was the last link) and ignore errors.
* (diskfs_drop_node): Fix typo.Michael I. Bushnell1995-06-201-1/+1
|
* (diskfs_S_fsys_startup): Strip out support for translators; fshelp nowMichael I. Bushnell1995-06-201-12/+1
| | | | does that itself.
* (_diskfs_translator_callback_fn): Fix typos so it compiles.Michael I. Bushnell1995-06-191-6/+7
|
* Include <hurd/fsys.h>Michael I. Bushnell1995-06-191-2/+4
| | | | (diskfs_S_file_set_translator): Fix typo.
* (diskfs_S_file_set_translator): Use new translator interfaceMichael I. Bushnell1995-06-191-18/+14
| | | | throughout.
* (diskfs_S_fsys_getroot): Fix typo.Michael I. Bushnell1995-06-191-1/+1
|
* (diskfs_S_dir_lookup): Fix typos.Michael I. Bushnell1995-06-191-1/+2
|
* (diskfs_S_dir_lookup): Use new translator startup interface.Michael I. Bushnell1995-06-191-129/+38
|
* (diskfs_S_file_get_translator_cntl): Use fshelp_fetch_control insteadMichael I. Bushnell1995-06-161-10/+6
| | | | of old interface.
* (diskfs_drop_node): Call fshelp_drop_transbox instead ofMichael I. Bushnell1995-06-141-1/+2
| | | | fshelp_kill_translator; do it *after* the truncate.
* (diskfs_make_node): Initialize TRANSBOX member using newMichael I. Bushnell1995-06-141-2/+2
| | | | function. Drop initialization of TRANSLATOR member.
* (diskfs_S_fsys_getroot): Use new translator startup interface.Michael I. Bushnell1995-06-141-42/+14
|
* fooMichael I. Bushnell1995-06-141-3/+7
|
* Initial revisionMichael I. Bushnell1995-06-141-0/+54
|
* (diskfs_get_translator): Specify new calling interface.Michael I. Bushnell1995-06-141-3/+2
|
* Really do last change.Michael I. Bushnell1995-06-141-2/+1
|
* (_diskfs_translator_callback): Declare with typedef.Michael I. Bushnell1995-06-141-1/+1
|
* (_diskfs_translator_callback): New function.Michael I. Bushnell1995-06-141-0/+4
|
* (OTHERSRCS): Added trans-callback.c.Michael I. Bushnell1995-06-141-10/+7
|
* (OTHERSRCS): Removed trans-start.c, trans-destroy.c, and trans-sync.c.Michael I. Bushnell1995-06-141-2/+2
|
* (diskfs_start_translator, diskfs_destroy_translator,Michael I. Bushnell1995-06-141-18/+1
| | | | | diskfs_sync_translators): Delete functions. (struct node): Replace TRANSLATOR member with new TRANSBOX member.
* (diskfs_do_seqnos_mach_notify_dead_name): Typo.Michael I. Bushnell1995-06-091-1/+1
|
* Include <hurd/fsys.h>.Michael I. Bushnell1995-06-091-1/+2
| | | | (diskfs_S_fsys_set_options/dochild): Declare ARG unused.
* (_diskfs_rdwr_internal): Cast __VM_PAGE_SIZE in comparisen.Michael I. Bushnell1995-06-091-1/+1
|
* Mark all parms to all functions unused.Michael I. Bushnell1995-06-091-15/+29
|
* (diskfs_S_io_write): Cast DATALEN to off_t in comparisons.Michael I. Bushnell1995-06-091-2/+2
|
* (diskfs_S_io_postnotify): Declare parms START and END unused.Michael I. Bushnell1995-06-091-2/+3
|
* (diskfs_S_io_select): Declare ATTRIBUTE unused.Michael I. Bushnell1995-06-091-1/+1
|