summaryrefslogtreecommitdiff
path: root/libdiskfs
AgeCommit message (Collapse)Author
1996-05-09(diskfs_S_io_release_conch): s/ioserver/iohelp/g.Michael I. Bushnell
1996-05-09(diskfs_S_io_readable): s/ioserver/iohelp/g.Michael I. Bushnell
1996-05-09(diskfs_S_io_read): s/ioserver/iohelp/gMichael I. Bushnell
1996-05-09(diskfs_S_io_prenotify): s/ioserver/iohelp/g.Michael I. Bushnell
1996-05-09(diskfs_S_io_set_all_openmodes): ioserver_get_conch ->Michael I. Bushnell
iohelp_get_conch.
1996-05-09(diskfs_S_io_set_some_openmodes): ioserver_get_conch ->Michael I. Bushnell
iohelp_get_conch.
1996-05-09(diskfs_S_io_clear_some_openmodes): ioserver_get_conch ->Michael I. Bushnell
iohelp_get_conch.
1996-05-09(diskfs_S_io_get_conch): ioserver_handle_io_get_conch ->Michael I. Bushnell
iohelp_handle_io_get_conch.
1996-05-09(_diskfs_init_completed): Provide helpful name to init.Michael I. Bushnell
1996-05-09(diskfs_S_fsys_get_options): Accept and ignore replyport parameters.Michael I. Bushnell
1996-05-09(diskfs_S_file_sync): ioserver_get_conch -> iohelp_get_conch.Michael I. Bushnell
1996-05-09(diskfs_S_file_sync): Accept and ignore new parm OMITMETADATA.Michael I. Bushnell
1996-05-09(diskfs_S_dir_rename): Understand new parm EXCL and do the right thingMichael I. Bushnell
with it.
1996-05-09(diskfs_S_dir_link): Accept new parm EXCL and do the right thing withMichael I. Bushnell
it.
1996-05-09(diskfs_S_io_reauthenticate): Don't pass CRED port inRoland McGrath
auth_server_authenticate.
1996-05-09(diskfs_S_io_select): Removed TAG arg.Roland McGrath
1996-05-09(diskfs_get_file_device):Miles Bader
Deallocate most things we got back from file_get_storage_info even if we didn't get an error. Fix type of DATA & _DATA. BLOCKSIZE -> BLOCK_SIZE. Copy name from DATA, not DEV_NAME_BUF.
1996-05-09ioserver.h -> iohelp.h.Michael I. Bushnell
1996-05-07(diskfs_get_file_device): Rewrite to use new interface.Miles Bader
1996-04-30Include <string.h> and <hurd/startup.h>.Michael I. Bushnell
(diskfs_startup_diskfs): If not bootstrap filesystem, call _diskfs_init_completed here. (diskfs_S_startup_dosync): New function (commented out). (_diskfs_init_completed): New function.
1996-04-30(diskfs_shutdown_notification_class): New variable.Michael I. Bushnell
(diskfs_init_diskfs): Initialize diskfs_shutdown_notification_class.
1996-04-30(diskfs_shutdown_notification_class): New variable.Michael I. Bushnell
1996-04-30(diskfs_S_fsys_init): diskfs_init_completed -> _diskfs_init_completed.Michael I. Bushnell
1996-04-30(_diskfs_init_completed): New declaration.Michael I. Bushnell
1996-04-30(diskfs_init_completed): Delete function.Michael I. Bushnell
1996-04-29(struct lookup_cache): Add HDR, remove NEXT & PREV.Miles Bader
(lookup_cache): Change type to struct cacheq. (mru_cache, lru_cache): Variables removed. (make_mru, make_lru, init_lookup_cache): Functions removed. (find_cache, diskfs_purge_lookup_cache, diskfs_check_lookup_cache): Use cacheq functions.
1996-04-28Add obsolescence link warning.Roland McGrath
1996-04-23(diskfs_S_ifsock_getsockaddr):Michael I. Bushnell
1996-04-23(diskfs_S_ifsock_getsockaddr): fixupMichael I. Bushnell
1996-04-23(ports_dead_name): whoops.Michael I. Bushnell
1996-04-23(diskfs_drop_node): Don't do anything special for socket namingMichael I. Bushnell
points. In fact, if this node still is one, there is a bug, because such naming points hold references now.
1996-04-23(OTHERSRCS): Add dead-name.c.Michael I. Bushnell
1996-04-23(ports_dead_name):Michael I. Bushnell
1996-04-23Initial revisionMichael I. Bushnell
1996-04-23(diskfs_S_ifsock_getsockaddr): Request notification for new SOCKADDR;Michael I. Bushnell
count that notification as a reference.
1996-04-16(diskfs_lookup): Never mind.Michael I. Bushnell
1996-04-16(diskfs_dirrewrite): Never mind.Michael I. Bushnell
1996-04-16(diskfs_dirremove): Never mind.Michael I. Bushnell
1996-04-16(diskfs_direnter): Never mind.Michael I. Bushnell
1996-04-16(diskfs_lookup):Michael I. Bushnell
1996-04-16(diskfs_lookup): But only if not readonly.Michael I. Bushnell
1996-04-16(diskfs_lookup): Always update atime after I/O.Michael I. Bushnell
1996-04-16(diskfs_dirrewrite): Update mtime.Michael I. Bushnell
1996-04-16(diskfs_dirremove): Update mtime.Michael I. Bushnell
1996-04-16(diskfs_direnter): Update mtime.Michael I. Bushnell
1996-04-12(diskfs_enter_lookup_cache): Never cache . or ..Michael I. Bushnell
1996-04-11Include <hurd.h>.Michael I. Bushnell
1996-04-11(fsys-MIGSFLAGS, fs-MIGSFLAGS, io-MIGSFLAGS, ifsock-MIGSFLAGS):Michael I. Bushnell
Reference fsmutations.h in $(srcdir).
1996-04-11(diskfs_start_bootstrap): Print helpful message before doing anythingMichael I. Bushnell
else.
1996-04-10(struct lookup_cache):Miles Bader
Add NEXT & PREV fields. Rename LEN back to NAME_LEN. (lru_cache, mru_cache): New variables. (first_cache, last_cache): Variables removed. (make_mru, make_lru, find_cache, init_lookup_cache): New functions. (diskfs_enter_lookup_cache, diskfs_purge_lookup_cache, diskfs_check_lookup_cache): Rewrite to use the linked list. Deal with negative entries. Reuse old entries for the given name.