Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-12-27 | 1998-12-27 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* inode.c (diskfs_set_statfs): Remove __ from struct members. 1998-12-21 Mark Kettenis <kettenis@phys.uva.nl> * inode.c (diskfs_set_statfs): Fill in statfs members that are used to implement statvfs. | |||
1998-10-20 | 1998-09-04 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* dir.c (diskfs_lookup_hard): Fix defn with `const'. (diskfs_direnter_hard): Likewise. (dirscanblock): Likewise. * inode.c (diskfs_create_symlink_hook, create_symlink_hook): Likewise. (diskfs_set_translator): Likewise. | |||
1997-06-20 | (diskfs_S_file_get_storage_info): | Miles Bader | |
Adjust device addresses for possible differences between DEV_BSIZE & device block size. | |||
1997-02-06 | (diskfs_S_file_getfh, diskfs_S_fsys_getfile): Functions removed. | Miles Bader | |
1997-02-06 | (diskfs_S_fsys_getfile): | Miles Bader | |
Pass new DEPTH argument to diskfs_make_peropen. | |||
1996-11-20 | (read_disknode): | Miles Bader | |
If SBLOCK->fs_inodefmt < FS_44INODEFMT, set ST->st_author to st->st_uid, and NP->author_tracks_uid to true. (diskfs_validate_author_change): New function. | |||
1996-11-19 | (diskfs_set_translator): | Miles Bader | |
Frob S_IPTRANS bit in mode bits instead of NP->istranslated. (write_node): Don't write any bits in S_ITRANS to disk. (read_disknode): When setting ST->st_mode, Clear S_ITRANS bits, and set S_IPTRANS if necessary. Don't set NP->istranslated anymore. | |||
1996-11-18 | Sat Nov 16 17:21:40 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | |
* inode.c (diskfs_S_fsys_getfile): Delete var `fakecred'. diskfs_access -> fshelp_access. * alloc.c (ffs_alloc): diskfs_isuid -> idvec_contains. (ffs_realloccg): Likewise. Thu Nov 14 16:43:36 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * inode.c (diskfs_S_file_getfh): diskfs_isuid -> idvec_contains. (diskfs_S_fsys_getfile): Use idvecs and iousers. | |||
1996-09-23 | (diskfs_S_file_getfh): | Miles Bader | |
Variable ERR removed. (diskfs_S_file_get_storage_info): Narrow scope of RUN. Coalesce adjacent blocks when constructing RUNS. Set *PORTS_TYPE, not *STORAGE_PORT_TYPE. Use fields in STORE instead of DISKFS_DEVICE_* variables. Rewrite to use libstore functions (still has NDADDR block limit, though). | |||
1996-08-29 | *** empty log message *** | Thomas Bushnell | |
1996-08-12 | *** empty log message *** | Thomas Bushnell | |
1996-08-07 | *** empty log message *** | Thomas Bushnell | |
1996-07-23 | (write_node, read_disknode): | Miles Bader | |
`struct timespec' now uses a field prefix of `tv_'. | |||
1996-07-06 | (read_disknode): Don't set allocsize based on st->size for kludged | Michael I. Bushnell | |
symlinks. | |||
1996-06-24 | (diskfs_cached_lookup): Use diskfs_check_readonly instead of diskfs_readonly. | Michael I. Bushnell | |
(read_symlink_hook): Likewise. | |||
1996-05-10 | (diskfs_set_statfs): Fix one reference to old name of ST member. | Michael I. Bushnell | |
1996-05-09 | (diskfs_set_statfs): Use and fill in new statfs structure. | Michael I. Bushnell | |
1996-04-23 | (read_disknode): typo | Michael I. Bushnell | |
1996-04-23 | (read_disknode): Use read/write_disk_entry when reading/writing | Michael I. Bushnell | |
on-disk inode fields. (write_node): Likewise. (diskfs_set_translator): Likewise. (diskfs_get_translator): Likewise. (diskfs_S_file_get_storage_info): Likewise. | |||
1996-04-16 | (diskfs_write_disknode): Only do sync if WAIT is set. | Michael I. Bushnell | |
1996-04-04 | (diskfs_cached_lookup): Intialize NP->cache_id *after* NP exists. | Miles Bader | |
1996-04-03 | (diskfs_cached_lookup): Renamed from `iget'. All callers changed. | Michael I. Bushnell | |
1996-04-03 | (iget): Initialize NP->cache_id. | Michael I. Bushnell | |
1996-03-23 | (read_symlink_hook): Only set NP's atime if !readonly. | Miles Bader | |
1995-11-06 | (diskfs_S_file_get_storage_info): Add FLAGS argument. | Miles Bader | |
1995-10-19 | (diskfs_node_reload): New function. | Miles Bader | |
(iget): Move allocsize setting into read_disknode. | |||
1995-10-13 | (diskfs_S_file_get_storage_info): Use DISKFS_DEVICE instead of UFS_DEVICE, | Miles Bader | |
and DISKFS_DEVICE_NAME instead of UFS_DEVICE_NAME. | |||
1995-10-07 | (diskfs_S_file_get_storage_info): | Miles Bader | |
Change type of ADDRESSES to off_t **, and add the BLOCK_SIZE parameter. | |||
1995-10-05 | (diskfs_set_statfs): fsys_stb_bsize -> fsys_stb_iosize. | Miles Bader | |
fsys_stb_fsize -> fsys_stb_bsize. | |||
1995-09-26 | Include <netinet/in.h>. | Michael I. Bushnell | |
Fix trivial errors in previous change. | |||
1995-09-26 | (diskfs_S_file_get_storage_info): New function. | Michael I. Bushnell | |
1995-06-20 | (write_all_disknodes): Typos. | Michael I. Bushnell | |
1995-06-20 | (diskfs_node_iterate): New function. | Michael I. Bushnell | |
(write_all_disknodes): Use it. | |||
1995-06-14 | (diskfs_get_translator): Conform to new memory usage semantic. | Michael I. Bushnell | |
1995-05-08 | (write_all_disknodes): Fix typo `alloc' --> `alloca'. | Miles Bader | |
1995-04-28 | (write_all_disknodes): We have to really lock the nodes around the | Michael I. Bushnell | |
calls to diskfs_set_node_times and write_node; this in turn forces us to have real refereces. | |||
1995-04-05 | (diskfs_set_translator): When freeing passive translator, account for | Michael I. Bushnell | |
blocks freed in NP->dn_stat.st_blocks. | |||
1994-10-06 | entered into RCS | Hurd Maintainers | |
1994-10-04 | Formerly inode.c.~43~ | Michael I. Bushnell | |
1994-10-03 | Formerly inode.c.~42~ | Michael I. Bushnell | |
1994-09-27 | Formerly inode.c.~41~ | Michael I. Bushnell | |
1994-09-26 | Formerly inode.c.~40~ | Michael I. Bushnell | |
1994-09-23 | Formerly inode.c.~39~ | Michael I. Bushnell | |
1994-09-23 | Formerly inode.c.~38~ | Michael I. Bushnell | |
1994-09-23 | Formerly inode.c.~37~ | Michael I. Bushnell | |
1994-09-22 | Formerly inode.c.~36~ | Michael I. Bushnell | |
1994-09-22 | Formerly inode.c.~35~ | Michael I. Bushnell | |
1994-09-21 | Formerly inode.c.~34~ | Michael I. Bushnell | |
1994-09-19 | Formerly inode.c.~33~ | Michael I. Bushnell | |
1994-09-16 | Formerly inode.c.~32~ | Michael I. Bushnell | |