aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* .Roland McGrath2000-02-281-0/+5
|
* .Roland McGrath2000-01-251-0/+5
|
* .Roland McGrath2000-01-241-0/+5
|
* .Roland McGrath1999-12-141-0/+8
|
* *** empty log message ***Mark Kettenis1999-12-021-0/+5
|
* .Roland McGrath1999-11-091-0/+5
|
* .Roland McGrath1999-11-081-0/+4
|
* .Roland McGrath1999-10-281-0/+6
|
* .Roland McGrath1999-10-231-0/+5
|
* .Roland McGrath1999-10-141-0/+5
|
* .Roland McGrath1999-10-141-0/+5
|
* .Roland McGrath1999-10-141-0/+5
|
* .Roland McGrath1999-10-131-0/+6
|
* .Roland McGrath1999-10-121-0/+4
|
* .Roland McGrath1999-10-111-0/+4
|
* .Roland McGrath1999-10-091-2/+8
|
* 1999-10-06 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-10-061-0/+13
| | | | | | | | | | | | | * lookup.c (diskfs_lookup): NAME is no longer const. Update documentation Strip leading and trailing slashes from NAME before using it. * diskfs.h (diskfs_lookup): NAME is no longer const. Update documentation. 1999-10-05 Thomas Bushnell, BSG <tb@mit.edu> * priv.h (CHANGE_NODE_FIELD): Use diskfs_check_readonly instead of directly reading diskfs_readonly.
* 1999-09-20 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-09-201-0/+8
| | | | | | | | * node-times.c (diskfs_set_node_times): Don't implement _diskfs_noatime here. * conch-fetch.c (iohelp_fetch_shared_data): Don't update dn_set_atime on affected node if _diskfs_noatime. * rdwr-internal.c (_diskfs_rdwr_internal): Likewise.
* .Roland McGrath1999-09-191-0/+23
|
* Reverted changes related to io_map_segment.Roland McGrath1999-09-131-0/+5
|
* 1999-09-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-09-091-0/+5
| | | | | * io-pathconf.c: Include <unistd.h>. (diskfs_S_io_pathconf): Provide real definition.
* 1999-09-07 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-09-081-0/+9
| | | | | | | | | * io-map-segment.c: New file. Guts from io-map.c. * io-map.c (diskfs_S_io_map): Just call diskfs_S_io_map_segment. * diskfs.h (diskfs_get_filemap): New parameter `index'. * rdwr-internal.c (_diskfs_rdwr_internal): Pass additional parameter to diskfs_get_filemap. * Makefile (IOSRCS): Add io-map-segment.c.
* .Roland McGrath1999-07-241-0/+6
|
* .Roland McGrath1999-07-181-0/+6
|
* .Roland McGrath1999-07-111-0/+4
|
* 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-111-0/+9
| | | | | | | | | * boot-start.c (diskfs_S_exec_startup_get_info): Use mmap instead of vm_allocate. (diskfs_S_fsys_init): Likewise. * file-get-trans.c (diskfs_S_file_get_translator): Likewise. * file-getfh.c (diskfs_S_file_getfh): Likewise. * io-read.c (diskfs_S_io_read): Likewise.
* .Roland McGrath1999-07-111-3/+7
|
* Mon Jul 5 20:03:18 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-061-0/+6
| | | | | | * node-nputl.c (diskfs_nput_light): Fix typo in function declaration. Reported by Yamashita TAKAO (jargon@lares.dti.ne.jp).
* 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-031-0/+7
| | | | | | | * file-get-trans.c (diskfs_S_file_get_translator): Use munmap instead of vm_deallocate. * io-read.c (diskfs_S_io_read): Likewise. * protid-rele.c (diskfs_protid_rele): Likewise.
* 1999-07-01 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-011-0/+17
| | | | | | | | | | | | | | | | | * node-nref.c: New file; guts from diskfs.h. * node-nput.c: Likewise. * node-nrele.c: Likewise. * node-nrefl.c: Likewise. * node-nputl.c: Likewise. * node-nrelel.c: LIkewise. * diskfs.h (diskfs_nref, diskfs_nput, diskfs_nrele, diskfs_nref_light, diskfs_nput_light, diskfs_nrele_light): Replace inline definitions with ordinary declarations. (DISKFS_EI): Removed macro. * diskfs.c: Deleted file. * Makefile (OTHERSRCS): Added node-nref.c, node-nput.c node-nrele.c, node-nrefl.c, node-nputl.c, node-nrelel.c. Removed diskfs.c.
* 1999-06-29 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-06-291-0/+2
| | | | | * hyper.c (diskfs_readonly_changed): Adjust whether the store should permit writes too.
* 1999-06-29 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-06-291-1/+9
| | | | | | | | | | | | * lookup.c (diskfs_lookup): If we get an error from fshelp_checkdirmod, clear *NP as well as returning the error. Use diskfs_nrele instead of diskfs_nput in case *NP and DP are the same. 1999-06-28 Thomas Bushnell, BSG <tb@mit.edu> * dir-rmdir.c (diskfs_S_dir_rmdir): Reorganized to make clearer; several little buglets fixed too.
* 1999-06-28 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-06-291-0/+4
| | | | * dir-rmdir.c (diskfs_S_dir_rmdir): Reorganized to make clearer.
* 1999-06-27 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-06-271-0/+7
| | | | | | | * sync-default.c (diskfs_default_sync_interval): Reduce to five seconds. Hardware is much different than when Unix originally picked thirty, plus we manage VM differently than the Unix buffer cache did, and tend to delay many more writes than Unix did.
* .Roland McGrath1999-06-131-0/+3
|
* .Roland McGrath1999-06-131-0/+6
|
* .Roland McGrath1999-06-041-0/+6
|
* .Roland McGrath1999-05-191-0/+5
|
* .Roland McGrath1999-05-161-0/+5
|
* .Roland McGrath1999-05-151-0/+5
|
* Tue Apr 6 10:05:49 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-04-061-0/+5
| | | | | * dir-renamed.c (diskfs_rename_dir): Stage 1, if TNP == FNP, we have to unlock TNP with diskfs_nput and not just diskfs_nrele it.
* Tue Mar 16 17:20:06 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-03-171-0/+4
| | | | * lookup.c (diskfs_lookup): Reformat for prettiness.
* .Roland McGrath1999-02-281-2/+7
|
* Mon Feb 22 04:28:56 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-221-0/+5
| | | | | * io-revoke.c (diskfs_S_io_revoke): Protect the actual revocation by blocking all other rpcs.
* Sat Feb 20 20:46:21 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-211-0/+5
| | | | | * io-revoke.c (diskfs_S_io_revoke): Release NP->lock before beginning iteration.
* .Roland McGrath1999-02-171-0/+6
|
* Tue Feb 16 05:31:23 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-161-0/+5
| | | | | * io-revoke.c: New file. * Makefile (IOSRCS): Add io-revoke.c.
* Sat Feb 13 04:29:29 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-131-0/+6
| | | | | | * peropen-make.c (diskfs_make_peropen): If there is no existing context, then set the shadow_root iff we are a chrooted virtual root filesystem.
* 1999-02-12 Gordon Matzigkeit <gord@trick.fig.org>Thomas Bushnell1999-02-131-0/+6
| | | | | | * init-startup.c (diskfs_startup_diskfs): Release the virtual root's lock as soon as we've checked that it's a valid directory. Ignore leading slashes in _diskfs_chroot_directory.
* Sun Jan 31 18:24:33 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-01-311-0/+5
| | | | | * file-utimes.c (diskfs_S_file_utimes): Implement new semantics for setting to exactly present time.