Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (diskfs_S_file_getfh): | Miles Bader | 1996-09-23 | 1 | -84/+50 | |
* | (zeroblock): | Miles Bader | 1996-09-23 | 1 | -25/+33 | |
* | (diskfs_direnter_hard): | Miles Bader | 1996-09-23 | 1 | -1/+1 | |
* | (diskfs_extra_version): | Miles Bader | 1996-09-23 | 1 | -0/+1 | |
* | *** empty log message *** | Thomas Bushnell | 1996-09-17 | 2 | -1/+8 | |
* | *** empty log message *** | Thomas Bushnell | 1996-09-06 | 2 | -4/+10 | |
* | *** empty log message *** | Thomas Bushnell | 1996-08-29 | 4 | -12/+65 | |
* | *** empty log message *** | Thomas Bushnell | 1996-08-12 | 4 | -81/+29 | |
* | *** empty log message *** | Thomas Bushnell | 1996-08-07 | 2 | -0/+135 | |
* | (write_node, read_disknode): | Miles Bader | 1996-07-23 | 1 | -12/+12 | |
* | . | Miles Bader | 1996-07-23 | 1 | -0/+5 | |
* | Initial revision | Roland McGrath | 1996-07-17 | 1 | -0/+1586 | |
* | (ufs_version): Variable removed. | Miles Bader | 1996-07-06 | 1 | -2/+0 | |
* | (read_disknode): Don't set allocsize based on st->size for kludged | Michael I. Bushnell | 1996-07-06 | 1 | -3/+10 | |
* | (diskfs_truncate): Call record_poke after truncating a kludged | Michael I. Bushnell | 1996-07-06 | 1 | -0/+1 | |
* | Include <argz.h>. | Michael I. Bushnell | 1996-07-03 | 1 | -2/+3 | |
* | (diskfs_get_options): Include `--compat=' in options. | Miles Bader | 1996-06-25 | 1 | -2/+5 | |
* | (diskfs_lookup_hard): Use diskfs_check_readonly instead of | Michael I. Bushnell | 1996-06-24 | 1 | -5/+5 | |
* | (diskfs_cached_lookup): Use diskfs_check_readonly instead of diskfs_readonly. | Michael I. Bushnell | 1996-06-24 | 1 | -2/+2 | |
* | (diskfs_truncate): Call diskfs_check_readonly. | Michael I. Bushnell | 1996-06-24 | 1 | -0/+2 | |
* | (diskfs_set_hypermetadata): If CLEAN is not set, make sure we clear | Michael I. Bushnell | 1996-06-24 | 1 | -16/+10 | |
* | (diskfs_shutdown_pager): Don't shutdown DISKPAGER ever, just sync it | Michael I. Bushnell | 1996-06-24 | 1 | -2/+2 | |
* | (options): Make const. | Miles Bader | 1996-06-22 | 1 | -1/+1 | |
* | (diskfs_get_options): New function. | Miles Bader | 1996-06-22 | 1 | -13/+30 | |
* | (parse_opt): | Miles Bader | 1996-06-21 | 1 | -7/+44 | |
* | (options): New variable. | Miles Bader | 1996-06-15 | 1 | -1/+37 | |
* | foo. | Michael I. Bushnell | 1996-05-14 | 1 | -29/+37 | |
* | (diskfs_set_statfs): Fix one reference to old name of ST member. | Michael I. Bushnell | 1996-05-10 | 1 | -1/+1 | |
* | (ufs.static ufs): s/ioserver/iohelp/g | Michael I. Bushnell | 1996-05-09 | 1 | -1/+1 | |
* | (diskfs_set_statfs): Use and fill in new statfs structure. | Michael I. Bushnell | 1996-05-09 | 1 | -12/+12 | |
* | ioserver.h -> iohelp.h. | Michael I. Bushnell | 1996-05-09 | 1 | -1/+1 | |
* | (ufs_version): Upgrade to 0.0. | Michael I. Bushnell | 1996-05-06 | 1 | -1/+1 | |
* | (block_extended): more fixup | Michael I. Bushnell | 1996-05-03 | 1 | -4/+4 | |
* | fixup | Michael I. Bushnell | 1996-05-03 | 1 | -10/+7 | |
* | (block_extended): Rewrite code that moves pages to be more efficient, | Michael I. Bushnell | 1996-05-03 | 1 | -37/+55 | |
* | (diskfs_get_filemap): Initialize UPI->allow_unlocked_pagein and | Michael I. Bushnell | 1996-05-03 | 1 | -9/+62 | |
* | (struct user_pager_info): New members `allow_unlocked_pagein' and | Michael I. Bushnell | 1996-05-03 | 1 | -0/+5 | |
* | fixup | Michael I. Bushnell | 1996-05-02 | 1 | -4/+5 | |
* | (block_extended): When moving data, sync in-core pager both before | Michael I. Bushnell | 1996-05-02 | 1 | -7/+26 | |
* | (offer_data): Offer pages at ADDR each time through the loop, not the | Michael I. Bushnell | 1996-05-02 | 1 | -1/+1 | |
* | (diskfs_grow): In last offer_data, don't offer a block number as an | Michael I. Bushnell | 1996-04-30 | 1 | -1/+1 | |
* | (makemode): Now `servers'. | Michael I. Bushnell | 1996-04-26 | 1 | -6/+7 | |
* | (DIRECT_NAMLEN) [! LITTLE_ENDIAN]: Deal correctly with the case where | Michael I. Bushnell | 1996-04-24 | 1 | -2/+4 | |
* | (DIRECT_NAMLEN) [LITTLE_ENDIAN]: Deal with case correctly where it was | Michael I. Bushnell | 1996-04-24 | 1 | -2/+3 | |
* | (block_extended): | Michael I. Bushnell | 1996-04-23 | 1 | -1/+1 | |
* | (swab_long_long): one more time | Michael I. Bushnell | 1996-04-23 | 1 | -1/+1 | |
* | and even better | Michael I. Bushnell | 1996-04-23 | 1 | -2/+2 | |
* | (swab_long_long, swab_long): better now. | Michael I. Bushnell | 1996-04-23 | 1 | -2/+2 | |
* | fixup | Michael I. Bushnell | 1996-04-23 | 1 | -2/+3 | |
* | (swab_long): Cleaner now. | Michael I. Bushnell | 1996-04-23 | 1 | -4/+9 |