summaryrefslogtreecommitdiff
path: root/ext2fs
AgeCommit message (Expand)Author
1996-01-15(pokel_inherit, pokel_finalize): New functions.Miles Bader
1996-01-15(diskfs_lookup): Patch from ufs/dir.c: If we are returning an error, then setMiles Bader
1996-01-14(diskfs_alloc_node): Set NP->istranslated to 0.Miles Bader
1996-01-14(write_node): If NP isn't translated, force DI->i_translator to 0.Miles Bader
1996-01-14(inode_getblk, block_getblk): Set dn_set_mtime too.Miles Bader
1996-01-06(pager_bucket): Made global.Roland McGrath
1996-01-06(main): Don't map in disk image here; create_disk_pager now does it.Roland McGrath
1996-01-05Declare create_disk_pager.Roland McGrath
1996-01-04(create_disk_pager): Use disk_pager_setup.Roland McGrath
1996-01-04(disk_pager, disk_pager_port, disk_image, create_disk_pager): Decls removed.Roland McGrath
1995-11-21(dirscanblock): Apply mib's changes to ufs/dir.c.Miles Bader
1995-11-06Initial revisionMiles Bader
1995-11-06(main): Add FLAGS arg to diskfs_startup_diskfs call.Miles Bader
1995-10-31(diskfs_get_translator, diskfs_set_translator):Miles Bader
1995-10-21(diskfs_node_reload): New function.Miles Bader
1995-10-21(create_disk_pager, diskfs_get_filemap, pager_clear_user_data):Miles Bader
1995-10-21(_pokel_exec, pokel_flush): New functions.Miles Bader
1995-10-21(main):Miles Bader
1995-10-20Initial revisionMiles Bader
1995-10-20(SRCS): Remove devio.c, add msg.c and storeinfo.c.Miles Bader
1995-10-20(dev_read_sync, dev_write_sync):Miles Bader
1995-10-20(enable_delayed_copies, force_delayed_copies):Miles Bader
1995-10-20(allocate_mod_map): New function (from get_hypermetadata).Miles Bader
1995-10-20(diskfs_lookup, diskfs_dirempty): Give diskfs_get_filemap a protection arg.Miles Bader
1995-10-20(struct user_pager_info): Add max_prot field, remove p.Miles Bader
1995-10-05(diskfs_set_statfs): fsys_stb_bsize -> fsys_stb_iosize.Miles Bader
1995-09-17(pokel_init): Initialize the free_pokes field.Miles Bader
1995-09-17(diskfs_alloc_node): Check for a non-zero ALLOCSIZE.Miles Bader
1995-09-15(trunc_indirect): Only record an indirect block as being modified when itMiles Bader
1995-09-15u32 --> block_tMiles Bader
1995-09-15(diskfs_truncate): Use the new truncate functions.Miles Bader
1995-09-13(diskfs_lookup): Require NPP set for RENAME too.Miles Bader
1995-09-13(diskfs_lookup): Don't attempt to lock NP if NPP is not set. Don'tMiles Bader
1995-09-05(diskfs_pager_users): Ignore the disk pager when seeing if there are anyMiles Bader
1995-09-03(thread_cancel): Removed.Miles Bader
1995-08-25(ext2fs): Put libports in the right place in the linking order.Miles Bader
1995-08-24(LCLHDRS): Put all dependencies here.Miles Bader
1995-07-21(diskfs_get_filemap): Drop initial reference created by pager_create.Michael I. Bushnell
1995-07-21(diskfs_get_filemap): Free initial reference created by pager_create.Michael I. Bushnell
1995-07-09(diskfs_pager_users): New function.Miles Bader
1995-07-06Removed dependencies that are now automatically generated.Michael I. Bushnell
1995-06-27(pager_unlock_page): Declare BLOCK volatile.Michael I. Bushnell
1995-06-24(force_delayed_copies, enable_delayed_copies): Change pager [un]ref calls toMiles Bader
1995-06-24(struct user_pager_info): Remove the next & prevp fields.Miles Bader
1995-06-24(diskfs_direnter): Move assignment out of test.Miles Bader
1995-06-24(diskfs_free_node): Fix print-format types.Miles Bader
1995-06-24(diskfs_lost_hardrefs): Change pager [un]ref calls to use the new ports refMiles Bader
1995-06-24(main): Have the initial thread die when it's done, leaving other thread toMiles Bader
1995-06-24(thread_function): New function.Miles Bader
1995-06-24(HURDLIBS): Add libihash.Miles Bader