aboutsummaryrefslogtreecommitdiff
path: root/ufs
Commit message (Expand)AuthorAgeFilesLines
...
* (block_extended, diskfs_grow):Miles Bader1996-09-231-6/+8
* (sync_disk):Miles Bader1996-09-231-1/+1
* (pager_report_extent):Miles Bader1996-09-231-20/+37
* (parse_opt):Miles Bader1996-09-231-31/+35
* (diskfs_S_file_getfh):Miles Bader1996-09-231-84/+50
* (zeroblock):Miles Bader1996-09-231-25/+33
* (diskfs_direnter_hard):Miles Bader1996-09-231-1/+1
* (diskfs_extra_version):Miles Bader1996-09-231-0/+1
* *** empty log message ***Thomas Bushnell1996-09-172-1/+8
* *** empty log message ***Thomas Bushnell1996-09-062-4/+10
* *** empty log message ***Thomas Bushnell1996-08-294-12/+65
* *** empty log message ***Thomas Bushnell1996-08-124-81/+29
* *** empty log message ***Thomas Bushnell1996-08-072-0/+135
* (write_node, read_disknode):Miles Bader1996-07-231-12/+12
* .Miles Bader1996-07-231-0/+5
* Initial revisionRoland McGrath1996-07-171-0/+1586
* (ufs_version): Variable removed.Miles Bader1996-07-061-2/+0
* (read_disknode): Don't set allocsize based on st->size for kludgedMichael I. Bushnell1996-07-061-3/+10
* (diskfs_truncate): Call record_poke after truncating a kludgedMichael I. Bushnell1996-07-061-0/+1
* Include <argz.h>.Michael I. Bushnell1996-07-031-2/+3
* (diskfs_get_options): Include `--compat=' in options.Miles Bader1996-06-251-2/+5
* (diskfs_lookup_hard): Use diskfs_check_readonly instead ofMichael I. Bushnell1996-06-241-5/+5
* (diskfs_cached_lookup): Use diskfs_check_readonly instead of diskfs_readonly.Michael I. Bushnell1996-06-241-2/+2
* (diskfs_truncate): Call diskfs_check_readonly.Michael I. Bushnell1996-06-241-0/+2
* (diskfs_set_hypermetadata): If CLEAN is not set, make sure we clearMichael I. Bushnell1996-06-241-16/+10
* (diskfs_shutdown_pager): Don't shutdown DISKPAGER ever, just sync itMichael I. Bushnell1996-06-241-2/+2
* (options): Make const.Miles Bader1996-06-221-1/+1
* (diskfs_get_options): New function.Miles Bader1996-06-221-13/+30
* (parse_opt):Miles Bader1996-06-211-7/+44
* (options): New variable.Miles Bader1996-06-151-1/+37
* foo.Michael I. Bushnell1996-05-141-29/+37
* (diskfs_set_statfs): Fix one reference to old name of ST member.Michael I. Bushnell1996-05-101-1/+1
* (ufs.static ufs): s/ioserver/iohelp/gMichael I. Bushnell1996-05-091-1/+1
* (diskfs_set_statfs): Use and fill in new statfs structure.Michael I. Bushnell1996-05-091-12/+12
* ioserver.h -> iohelp.h.Michael I. Bushnell1996-05-091-1/+1
* (ufs_version): Upgrade to 0.0.Michael I. Bushnell1996-05-061-1/+1
* (block_extended): more fixupMichael I. Bushnell1996-05-031-4/+4
* fixupMichael I. Bushnell1996-05-031-10/+7
* (block_extended): Rewrite code that moves pages to be more efficient,Michael I. Bushnell1996-05-031-37/+55
* (diskfs_get_filemap): Initialize UPI->allow_unlocked_pagein andMichael I. Bushnell1996-05-031-9/+62
* (struct user_pager_info): New members `allow_unlocked_pagein' andMichael I. Bushnell1996-05-031-0/+5
* fixupMichael I. Bushnell1996-05-021-4/+5
* (block_extended): When moving data, sync in-core pager both beforeMichael I. Bushnell1996-05-021-7/+26
* (offer_data): Offer pages at ADDR each time through the loop, not theMichael I. Bushnell1996-05-021-1/+1
* (diskfs_grow): In last offer_data, don't offer a block number as anMichael I. Bushnell1996-04-301-1/+1
* (makemode): Now `servers'.Michael I. Bushnell1996-04-261-6/+7
* (DIRECT_NAMLEN) [! LITTLE_ENDIAN]: Deal correctly with the case whereMichael I. Bushnell1996-04-241-2/+4
* (DIRECT_NAMLEN) [LITTLE_ENDIAN]: Deal with case correctly where it wasMichael I. Bushnell1996-04-241-2/+3
* (block_extended):Michael I. Bushnell1996-04-231-1/+1
* (swab_long_long): one more timeMichael I. Bushnell1996-04-231-1/+1