Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-02-17 | (main): Check error return from diskfs_init_diskfs. | Miles Bader | |
1996-01-06 | (diskpager, diskpagerport, disk_image): Variables removed. | Roland McGrath | |
Include <hurd/diskfs-pager.h> instead. (sync_disk_blocks): Use `disk_pager' in place of `diskpager->p'. | |||
1996-01-06 | (diskfs_shutdown_pager, diskfs_sync_everything): Use `disk_pager' in place | Roland McGrath | |
of `diskpager->p'. (create_disk_pager): Rewritten using disk_pager_setup. | |||
1996-01-06 | (sync_disk): Use `disk_pager' in place of `diskpager->p'. | Roland McGrath | |
1996-01-06 | (indir_release): Use `disk_pager' in place of `diskpager->p'. | Roland McGrath | |
1996-01-06 | (diskfs_reload_global_state): Use `disk_pager' in place of `diskpager->p'. | Roland McGrath | |
1996-01-05 | (get_hypermetadata, copy_sblock): Don't put diskfs_catch_exception () | Roland McGrath | |
inside assert, bonehead! Use assert_perror on a variable of its result. | |||
1996-01-05 | (main): Don't map disk image here; create_disk_pager now does it. | Roland McGrath | |
1996-01-01 | (pager_unlock_page): When allocating block in direct array, clear it | Michael I. Bushnell | |
synchronously just like we do when it goes in the indirect array. | |||
1995-12-14 | (diskfs_lookup): If we are returning an error, then set the dirstat to | Michael I. Bushnell | |
be ignored by drop_dirstat. | |||
1995-11-09 | (struct dirstat): New member `nbytes'. | Michael I. Bushnell | |
(dirscanblock): If DS->type is COMPRESS, still look for TAKE/SHRINK possibilities. Also, if it's COMPRESS, still look to see if the current block can be compressed with fewer byte copies. | |||
1995-11-06 | (diskfs_S_file_get_storage_info): Add FLAGS argument. | Miles Bader | |
1995-11-06 | (main): Add FLAGS arg to diskfs_startup_diskfs call. | Miles Bader | |
1995-10-21 | (diskfs_max_user_pager_prot): Return what we discovered, instead of 1. | Miles Bader | |
1995-10-19 | (flush_pokes): New function. | Miles Bader | |
1995-10-19 | (diskfs_node_reload): New function. | Miles Bader | |
(iget): Move allocsize setting into read_disknode. | |||
1995-10-19 | (main): | Miles Bader | |
Always include VM_PROT_WRITE in max prot. Move stuff into get_hypermetadata. Writable init code moved to diskfs_readonly_changed. (diskfs_reload_global_state): New function. | |||
1995-10-19 | (struct user_pager_info): Add max_prot field. | Miles Bader | |
(struct rwlock): Structure deleted. (rwlock_init, rwlock_reader_unlock, rwlock_reader_lock, rwlock_writer_lock, rwlock_writer_unlock): Functions deleted. (zeroblock, sblock, csum): Declare extern. (flush_node_pager, flush_pokes): New declarations. | |||
1995-10-19 | (diskfs_get_filemap): Add PROT parameter, & use it. | Miles Bader | |
(diskfs_pager_users): Split out block_caching & enable_caching. (block_caching, enable_caching, diskfs_max_user_pager_prot): New functions. (flush_node_pager): New function. | |||
1995-10-19 | (diskfs_readonly_changed): New function. | Miles Bader | |
(get_hypermetadata): Move compat_mode futzing & disk size validation here from main. Only allocate SBLOCK if not already done. Deallocate any old ZEROBLOCK and CSUM storage. (zeroblock, sblock, csum): Define (were common). (diskfs_readonly_changed): New function. | |||
1995-10-19 | (diskfs_lookup, diskfs_dirempty): Give diskfs_get_filemap a protection arg. | Miles Bader | |
1995-10-13 | (main): Use new handy diskfs routines and get rid of tons of junk. Main | Miles Bader | |
should be almost all ufs-specific now. (USAGE, usage, SHORT_OPTS, long_opts, parse_opt, trans_parse_arg): RIP. (printf_lock): Initialize. (diskfs_init_completed): Function deleted (now in libdiskfs). (thread_cancel): Function deleted. | |||
1995-10-13 | (SRCS): Remove devio.c. | Miles Bader | |
1995-10-13 | (dev_read_sync, dev_write_sync, dev_write, diskpagersize): Decls removed. | Miles Bader | |
1995-10-13 | (diskfs_set_hypermetadata): | Miles Bader | |
Use diskfs_device_{read,write}_synce instead of dev_{read,write}_sync. | |||
1995-10-13 | (pager_unlock_page, pager_write_page, pager_read_page): | Miles Bader | |
Use diskfs_device_{read,write}_synce instead of dev_{read,write}_sync. (pager_report_extent): Calculate the pager size. | |||
1995-10-13 | (diskfs_grow): | Miles Bader | |
Use diskfs_device_{read,write}_synce instead of dev_{read,write}_sync. | |||
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-10-04 | (parse_opt): Rearrange slightly. | Miles Bader | |
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-09-26 | (main): Delete var `devname'. Use `ufs_device_name' throughout | Michael I. Bushnell | |
instead. | |||
1995-09-26 | (ufs_device_name): New var. | Michael I. Bushnell | |
1995-09-22 | (LDFLAGS): New variable. | Miles Bader | |
1995-09-22 | (get_hypermetadata): Use %Zd format for result of sizeof. | Roland McGrath | |
1995-09-13 | (diskfs_lookup): Require NPP set for RENAME too. | Michael I. Bushnell | |
1995-09-13 | (diskfs_lookup): Don't attempt to lock NP if NPP is not set. Don't | Michael I. Bushnell | |
even set NP if NPP is not set; use INUM as "lookup succeeded flag" instead. Lookups for REMOVE now *must* set NPP. | |||
1995-09-06 | (diskfs_pager_users): Ignore the disk pager when seeing if there are any | Miles Bader | |
active pagers. | |||
1995-08-28 | (ufs): Depend on ../libshouldbeinlibc/libshouldbeinlibc.a. | Roland McGrath | |
1995-08-25 | (indir_release): When freeing direct blocks mentioned in a single | Michael I. Bushnell | |
indirect block, or single indirect blocks mentioned in a double, only call the free routine (ffs_blkfree or indir_release, respectively) if the block is actually allocated. | |||
1995-08-24 | (ufs): Add explicit dependencies. | Miles Bader | |
(HURDLIBS, LDFLAGS, REMHDRS): Removed. Rules associated with ../lib removed. | |||
1995-07-21 | (diskfs_get_filemap): Drop initial reference created by pager_create. | Michael I. Bushnell | |
(pager_clear_user_data): Only clear UPI->np->dn->fileinfo if it still points to us. | |||
1995-07-21 | (diskfs_get_filemap): Free initial reference created by pager_create. | Michael I. Bushnell | |
1995-07-17 | (thread_function): Don't have any global timeout here; we don't use it | Michael I. Bushnell | |
anyhow. | |||
1995-07-06 | Removed dependencies that are now automatically generated. | Michael I. Bushnell | |
1995-06-27 | (diskfs_pager_users/enable_cache): Fix typo. | Michael I. Bushnell | |
Include <unistd.h>. | |||
1995-06-27 | (diskfs_pager_users): New function. | Michael I. Bushnell | |
1995-06-22 | (thread_function): Move thread_function to be non-local, of course, | Michael I. Bushnell | |
because it needs to live even after create_disk_pager returns. |