summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-05-10(diskfs_set_statfs): Fix one reference to old name of ST member.Michael I. Bushnell
1996-05-10(pass1b): Bother to initialize NUMBER.Michael I. Bushnell
1996-05-09(ufs.static ufs): s/ioserver/iohelp/gMichael I. Bushnell
1996-05-09(diskfs_set_statfs): Use and fill in new statfs structure.Michael I. Bushnell
1996-05-09(trivfs_S_file_get_storage_info): Fix param type.Miles Bader
1996-05-09(trivfs_S_io_select): Remove TAG arg.Miles Bader
1996-05-09ioserver.h -> iohelp.h.Michael I. Bushnell
1996-05-07(trivfs_S_file_get_storage_info): Swap PORTS_TYPE & NUM_PORTS.Miles Bader
1996-05-07(trivfs_S_file_get_storage_info): Rewrite for new interface.Miles Bader
1996-05-06(ufs_version): Upgrade to 0.0.Michael I. Bushnell
1996-05-03(block_extended): more fixupMichael I. Bushnell
1996-05-03fixupMichael I. Bushnell
1996-05-03(block_extended): Rewrite code that moves pages to be more efficient,Michael I. Bushnell
and not deadlock too, using unlocked pagein permission feature (read "hack"). Return value now indicates whether we expect a sync. (diskfs_grow): If a call to block_extended returns nonzero, then sync the file before returning.
1996-05-03(diskfs_get_filemap): Initialize UPI->allow_unlocked_pagein andMichael I. Bushnell
UPI->unlocked_pagein_length. (unlocked_pagein_lock): New variable. (find_address): New parameter `isread'; all callers changed. If ISREAD and we are in the unlocked pagein region, don't attempt to acquire NP->dn->allocptrlock.
1996-05-03(struct user_pager_info): New members `allow_unlocked_pagein' andMichael I. Bushnell
`unlocked_pagein_length'. (unlocked_pagein_lock): New variable.
1996-05-03(show_stats): Fiddle with formatting.Miles Bader
1996-05-03(nice_size, show_stats): New functions.Miles Bader
(main): Use show_stats.
1996-05-02fixupMichael I. Bushnell
1996-05-02(block_extended): When moving data, sync in-core pager both beforeMichael I. Bushnell
reading from disk and after providing data to kernel. (diskfs_grow): Always call block_extended or offer_data before adjusting block pointer.
1996-05-02(offer_data): Offer pages at ADDR each time through the loop, not theMichael I. Bushnell
same page over and over.
1996-05-02(main): Shorten summary message so that it fits on one line.Miles Bader
1996-05-02Get rid of extraneous calls to pfail.Miles Bader
1996-05-02Fix up recovery logic for when reconnecting an inode fails.Miles Bader
Get rid of extraneous calls to pfail.
1996-05-02(linkup): Consistently put quotes around filenames.Miles Bader
1996-05-02(warning): Don't flush all pending problems, just our own.Miles Bader
(no_preen): New function. (problem, warning, pinode): Use it.
1996-05-02(setup): Use new printing functions; use error to print error msgs.Miles Bader
<error.h>, <errno.h>: New includes.
1996-05-02(pass4): Use new printing functions.Miles Bader
1996-05-02(pass3): Use new printing functions.Miles Bader
1996-05-02(pass2): Use new printing functions.Miles Bader
1996-05-02(pass1b): Use new printing functions.Miles Bader
1996-05-02(validdir, makeentry, linkup): Use new printing functions.Miles Bader
1996-05-02(problem, warning, pextend, pfail): New functions.Miles Bader
(pinode, pfix, reply): Use new problem recording stuff. (push_problem, resolve_problem, flush_problems): New functions. (struct problem): New type. (problems, free_problems): New variables. (retch, punt): New functions.
1996-05-02(problem, warning, pextend, pfail, force): New declarations.Miles Bader
(pinode): Update declaration.
1996-05-02(allocino, freeino): Frob NUM_FILES.Miles Bader
1996-05-02(pass1):Miles Bader
Increment NUM_FILES. When clearing inode due to bad blocks, continue. Use new printing functions.
1996-05-02(main): Implement clean-bit checking in preen mode; print summary statistics.Miles Bader
(main, options): Add --force & --silent options. (preen, num_files): New variables.
1996-05-02(pass5):Miles Bader
Vary clean msg depending on whether FSMODIFIED. Use new printing functions.
1996-05-01(makefiles): Add Makeconf:build.mkcf.in.Roland McGrath
1996-05-01(AC_OUTPUT): If not in $srcdir, create Makeconf does includes real one.Roland McGrath
1996-05-01(pass5): Be sure to call pwarn before pfix.Miles Bader
1996-05-01(main): Don't print large obnoxious banner if PREEN.Miles Bader
1996-04-30(diskfs_grow): In last offer_data, don't offer a block number as anMichael I. Bushnell
address.
1996-04-30($(targets)): do it right...Michael I. Bushnell
1996-04-30(include ../Makeconf): BEFORE dependencies.Michael I. Bushnell
(all): Delete target. ($(targets)): Each target depends on its associated .o.
1996-04-30(include ../Makeconf): BEFORE dependencies.Michael I. Bushnell
($(prefix)/dev/MAKEDEV): Find MAKEDEV in $(srcdir).
1996-04-26(allocino): Parenthesize test correctly.Michael I. Bushnell
1996-04-26(pass5): If not marked clean, but now it is, then offer to mark itMichael I. Bushnell
clean.
1996-04-26(reply): Set fix_denied anytime we return 0.Michael I. Bushnell
1996-04-26(fix_denied): New variable.Michael I. Bushnell
1996-04-26(makemode): Now `servers'.Michael I. Bushnell
(targets): Renamed from `target'; now include ufs.static. (ufs.static-LDFLAGS): Renamed from `LDFLAGS'. (ufs.static): Depend on same things as `ufs'. (include ../Makeconf): Must come before dependency information.