aboutsummaryrefslogtreecommitdiff
path: root/ufs/inode.c
Commit message (Collapse)AuthorAgeFilesLines
* (diskfs_write_disknode): Only do sync if WAIT is set.Michael I. Bushnell1996-04-161-1/+2
|
* (diskfs_cached_lookup): Intialize NP->cache_id *after* NP exists.Miles Bader1996-04-041-1/+3
|
* (diskfs_cached_lookup): Renamed from `iget'. All callers changed.Michael I. Bushnell1996-04-031-1/+1
|
* (iget): Initialize NP->cache_id.Michael I. Bushnell1996-04-031-1/+1
|
* (read_symlink_hook): Only set NP's atime if !readonly.Miles Bader1996-03-231-2/+4
|
* (diskfs_S_file_get_storage_info): Add FLAGS argument.Miles Bader1995-11-061-1/+3
|
* (diskfs_node_reload): New function.Miles Bader1995-10-191-5/+18
| | | | (iget): Move allocsize setting into read_disknode.
* (diskfs_S_file_get_storage_info): Use DISKFS_DEVICE instead of UFS_DEVICE,Miles Bader1995-10-131-2/+3
| | | | and DISKFS_DEVICE_NAME instead of UFS_DEVICE_NAME.
* (diskfs_S_file_get_storage_info):Miles Bader1995-10-071-2/+4
| | | | Change type of ADDRESSES to off_t **, and add the BLOCK_SIZE parameter.
* (diskfs_set_statfs): fsys_stb_bsize -> fsys_stb_iosize.Miles Bader1995-10-051-2/+2
| | | | fsys_stb_fsize -> fsys_stb_bsize.
* Include <netinet/in.h>.Michael I. Bushnell1995-09-261-7/+10
| | | | Fix trivial errors in previous change.
* (diskfs_S_file_get_storage_info): New function.Michael I. Bushnell1995-09-261-0/+106
|
* (write_all_disknodes): Typos.Michael I. Bushnell1995-06-201-0/+3
|
* (diskfs_node_iterate): New function.Michael I. Bushnell1995-06-201-12/+27
| | | | (write_all_disknodes): Use it.
* (diskfs_get_translator): Conform to new memory usage semantic.Michael I. Bushnell1995-06-141-2/+1
|
* (write_all_disknodes): Fix typo `alloc' --> `alloca'.Miles Bader1995-05-081-1/+1
|
* (write_all_disknodes): We have to really lock the nodes around theMichael I. Bushnell1995-04-281-3/+19
| | | | | calls to diskfs_set_node_times and write_node; this in turn forces us to have real refereces.
* (diskfs_set_translator): When freeing passive translator, account forMichael I. Bushnell1995-04-051-1/+2
| | | | blocks freed in NP->dn_stat.st_blocks.
* entered into RCSHurd Maintainers1994-10-061-2/+8
|
* Formerly inode.c.~43~Michael I. Bushnell1994-10-041-0/+2
|
* Formerly inode.c.~42~Michael I. Bushnell1994-10-031-5/+13
|
* Formerly inode.c.~41~Michael I. Bushnell1994-09-271-9/+11
|
* Formerly inode.c.~40~Michael I. Bushnell1994-09-261-3/+5
|
* Formerly inode.c.~39~Michael I. Bushnell1994-09-231-8/+6
|
* Formerly inode.c.~38~Michael I. Bushnell1994-09-231-1/+1
|
* Formerly inode.c.~37~Michael I. Bushnell1994-09-231-57/+69
|
* Formerly inode.c.~36~Michael I. Bushnell1994-09-221-2/+0
|
* Formerly inode.c.~35~Michael I. Bushnell1994-09-221-3/+14
|
* Formerly inode.c.~34~Michael I. Bushnell1994-09-211-0/+3
|
* Formerly inode.c.~33~Michael I. Bushnell1994-09-191-2/+4
|
* Formerly inode.c.~32~Michael I. Bushnell1994-09-161-2/+2
|
* Formerly inode.c.~31~Michael I. Bushnell1994-09-061-3/+0
|
* Initial revisionMichael I. Bushnell1994-08-301-0/+510