aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/diskfs.h
Commit message (Expand)AuthorAgeFilesLines
...
* 1999-07-01 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-011-136/+6
* 1999-01-22 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-241-1/+22
* 1998-12-27 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-12-301-2/+3
* 1998-09-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-10-241-20/+25
* Sun Aug 9 21:09:24 1998 Jose M. Moya <josem@gnu.org>Thomas Bushnell1998-08-101-4/+14
* Wed Aug 20 14:03:41 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-08-201-1/+1
* Mon Jul 7 16:25:49 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-07-091-1/+1
* Mon Jun 30 17:26:38 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-06-301-3/+6
* (diskfs_lookup):Miles Bader1997-02-141-12/+12
* (diskfs_lookup):Miles Bader1997-02-061-4/+14
* (struct node):Miles Bader1996-11-201-0/+2
* (struct node):Miles Bader1996-11-191-1/+0
* Fri Nov 15 14:06:16 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-11-181-1/+1
* Thu Nov 7 01:03:11 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-11-131-94/+8
* Mon Oct 21 21:54:34 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-241-11/+15
* (diskfs_append_args):Miles Bader1996-09-231-90/+20
* *** empty log message ***Thomas Bushnell1996-09-051-5/+7
* *** empty log message ***Thomas Bushnell1996-08-121-1/+1
* (diskfs_checkdirmod): diskfs_isowner returns error or zero, so invertMichael I. Bushnell1996-07-161-1/+1
* (struct node): Remove member `identity'.Michael I. Bushnell1996-07-031-2/+0
* (diskfs_check_readonly): New function.Michael I. Bushnell1996-06-241-0/+4
* Doc fixes.Michael I. Bushnell1996-06-241-3/+6
* (diskfs_validate_mode_change, diskfs_validate_owner_change,Michael I. Bushnell1996-06-241-0/+24
* (diskfs_parse_runtime_options): Decl removed.Miles Bader1996-06-201-21/+27
* Revert last change.Michael I. Bushnell1996-06-131-0/+1
* (diskfs_edit_version): Delete variable.Michael I. Bushnell1996-06-131-1/+0
* (diskfs_fsys_identity): New variable.Michael I. Bushnell1996-05-101-0/+5
* (dsikfs_make_protid): Delete declaration.Michael I. Bushnell1996-05-091-4/+0
* ioserver.h -> iohelp.h.Michael I. Bushnell1996-05-091-1/+1
* (diskfs_shutdown_notification_class): New variable.Michael I. Bushnell1996-04-301-0/+1
* (diskfs_init_completed): Delete function.Michael I. Bushnell1996-04-301-5/+0
* (diskfs_enter_lookup_cache, diskfs_purge_lookup_cache,Miles Bader1996-04-101-6/+5
* (diskfs_cached_lookup): New declaration.Michael I. Bushnell1996-04-031-0/+4
* (struct node): New member `cache_id'.Michael I. Bushnell1996-04-031-0/+2
* (diskfs_enter_cache, diskfs_purge_cache, diskfs_check_cache): Add declarations.Michael I. Bushnell1996-03-221-0/+14
* (diskfs_lookup_hard): Remove mention of ENOTDIR and EACCES errors.Michael I. Bushnell1996-03-201-4/+0
* (diskfs_null_dirstat): New function.Michael I. Bushnell1996-03-201-0/+4
* Fix typo.Michael I. Bushnell1996-03-201-1/+2
* Doc fixes.Michael I. Bushnell1996-03-201-7/+3
* (diskfs_lookup): Renamed to be diskfs_lookup_hard.Michael I. Bushnell1996-03-201-9/+88
* (diskfs_nput): It's not valid to touch *NP (by `mutex_unlockMichael I. Bushnell1996-02-151-2/+5
* (diskfs_nput): Before bumping NP->references (which precedesMichael I. Bushnell1996-02-081-2/+2
* (diskfs_parse_runtime_options): Make STANDARD_ARGP const.Miles Bader1996-02-071-3/+3
* (diskfs_start_protid): Update declaration.Miles Bader1996-01-271-4/+8
* (diskfs_catch_exception, diskfs_end_catch_exception): Macros removed.Roland McGrath1996-01-041-55/+2
* Use size_t instead of int for amounts in diskfs_node_rdwr prototype.Roland McGrath1996-01-041-52/+52
* (diskfs_checkdirmod): Correctly return error code for failure, not 1.Michael I. Bushnell1995-12-141-3/+11
* (diskfs_get_options): Bother providing declaration.Michael I. Bushnell1995-11-211-0/+5
* (diskfs_startup_diskfs, diskfs_execboot_fsys_startup): Add FLAGS arg.Miles Bader1995-11-021-4/+5
* Include <rwlock.h>Miles Bader1995-10-191-7/+43