summaryrefslogtreecommitdiff
path: root/ufs/pager.c
AgeCommit message (Collapse)Author
1995-09-06(diskfs_pager_users): Ignore the disk pager when seeing if there are anyMiles Bader
active pagers.
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 itMichael I. Bushnell
anyhow.
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.
1995-06-21(diskfs_sync_everything, diskfs_shutdown_pager): Conform to prototype.Michael I. Bushnell
1995-06-21(diskfs_shutdown_pager): Typos.Michael I. Bushnell
1995-06-21(pager_clear_user_data): Don't maintain pager linked list.Michael I. Bushnell
(diskfs_get_filemap): Don't maintain pager linked list. (pager_dropweak): New function. (pager_traverse): Delete function. (diskfs_shutdown_pager): Use ports_bucket_iterate instead of pager_traverse. (diskfs_sync_everything): Use ports_bucket_iterate instead of pager_traverse.
1995-06-21(drop_pager_softrefs): Use ports reference calls directly instead ofMichael I. Bushnell
pager wrappers. (allow_pager_softrefs): Likewise. (pager_traverse): Likewise. (diskfs_file_update): Fix typo.
1995-06-21(create_disk_pager): Fork off service thread for pager ports.Michael I. Bushnell
1995-06-21(create_disk_pager): Initialize pager_bucket.Michael I. Bushnell
1995-06-21(pager_bucket): New variable.Michael I. Bushnell
(create_disk_pager): Provide pager_bucket in call to pager_create. (diskfs_get_filemap): Likewise. (diskfs_file_update): Use ports reference calls directly instead of pager wrappers.
1995-05-15(pager_clear_user_data): Doc fix.Michael I. Bushnell
1995-05-08(pager_clear_user_data): Don't die when called on the disk pager.Miles Bader
1995-05-02(pager_clear_user_data): Acquire pagerlistlock around modifications toMichael I. Bushnell
UPI->next/prevp list structure.
1994-11-08entered into RCSRoland McGrath
1994-10-25Formerly pager.c.~41~Michael I. Bushnell
1994-10-04Formerly pager.c.~40~Hurd Maintainers
1994-10-04Formerly pager.c.~39~Michael I. Bushnell
1994-09-27Formerly pager.c.~38~Michael I. Bushnell
1994-09-23Formerly pager.c.~35~Michael I. Bushnell
1994-09-23Formerly pager.c.~34~Michael I. Bushnell
1994-09-23Formerly pager.c.~33~Michael I. Bushnell
1994-09-22Formerly pager.c.~32~Michael I. Bushnell
1994-09-22Formerly pager.c.~31~Michael I. Bushnell
1994-09-21Formerly pager.c.~30~Michael I. Bushnell
1994-09-21Formerly pager.c.~29~Michael I. Bushnell
1994-09-21Formerly pager.c.~28~Michael I. Bushnell
1994-09-20Formerly pager.c.~27~Michael I. Bushnell
1994-07-19Initial revisionMichael I. Bushnell