Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2000-03-09 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 2000-03-10 | 1 | -4/+4 |
| | | | | | | | | | * balloc.c (ext2_free_blocks, ext2_new_block): Fix formats to avoid -Wformat warnings. * getblk.c (ext2_alloc_block, inode_getblk, ext2_getblk): Likewise. * ialloc.c (ext2_count_free_inodes): Likewise. * truncate.c (trunc_direct): Likewise. * pager.c (pending_blocks_write, diskfs_grow): Likewise. | ||||
* | 1999-08-23 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-08-23 | 1 | -7/+11 |
| | | | | | | | | | | | | | * balloc.c (ext2_new_block): Take new arg PREALLOC_GOAL. Use that instead of hard-coded 8 as maximum of blocks to preallocate. Also test that instead of PREALLOC_COUNT to decide whether to try any preallocation at all. * getblk.c (ext2_alloc_block): Pass new arg to ext2_new_block. Use EXT2_DEFAULT_PREALLOC_BLOCKS as default (replaces hard-coded 8); For a regular file, use SBLOCK->s_prealloc_blocks before default. For a directory, use SBLOCK->s_dir_prealloc_blocks if the EXT2_FEATURE_COMPAT_DIR_PREALLOC flag is set, otherwise zero. * inode.c (diskfs_set_translator): Pass new arg (zero). | ||||
* | 1999-05-23 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-05-23 | 1 | -5/+5 |
| | | | | | | | * ialloc.c (diskfs_alloc_node): Frob printf format to suppress warning. * getblk.c (ext2_getblk): Likewise. * balloc.c (ext2_free_blocks): Likewise. * hyper.c (get_hypermetadata): Likewise. | ||||
* | Replace references to the NUMBER field in a node's disknode structures with | Miles Bader | 1996-04-11 | 1 | -2/+2 |
| | | | | references to the CACHE_ID field in the node. | ||||
* | (inode_getblk, block_getblk): Set dn_set_mtime too. | Miles Bader | 1996-01-14 | 1 | -2/+2 |
| | |||||
* | u32 --> block_t | Miles Bader | 1995-09-15 | 1 | -7/+6 |
| | |||||
* | Change uses of the ext2_{warning,error,panic} functions to not have the | Miles Bader | 1995-05-12 | 1 | -1/+1 |
| | | | | initial function name argument (it's now supplied automagically). | ||||
* | (block_getblk, inode_getblk): Return ENOSPC instead of EIO when we can't | Miles Bader | 1995-05-10 | 1 | -2/+2 |
| | | | | allocate a new block. | ||||
* | entered into RCS | Miles Bader | 1995-05-09 | 1 | -1/+1 |
| | |||||
* | Formerly getblk.c.~15~ | Miles Bader | 1995-05-01 | 1 | -1/+4 |
| | |||||
* | Formerly getblk.c.~14~ | Miles Bader | 1995-04-29 | 1 | -78/+68 |
| | |||||
* | Formerly getblk.c.~13~ | Miles Bader | 1995-04-27 | 1 | -6/+14 |
| | |||||
* | Formerly getblk.c.~12~ | Miles Bader | 1995-04-24 | 1 | -1/+1 |
| | |||||
* | Formerly getblk.c.~11~ | Miles Bader | 1995-04-22 | 1 | -1/+3 |
| | |||||
* | Formerly getblk.c.~10~ | Miles Bader | 1995-04-20 | 1 | -2/+2 |
| | |||||
* | Formerly getblk.c.~9~ | Miles Bader | 1995-04-17 | 1 | -16/+15 |
| | |||||
* | Formerly getblk.c.~8~ | Miles Bader | 1995-04-16 | 1 | -13/+17 |
| | |||||
* | Formerly getblk.c.~7~ | Miles Bader | 1995-04-16 | 1 | -5/+5 |
| | |||||
* | Formerly getblk.c.~6~ | Miles Bader | 1995-04-16 | 1 | -5/+5 |
| | |||||
* | Formerly getblk.c.~5~ | Miles Bader | 1995-04-16 | 1 | -5/+5 |
| | |||||
* | Formerly getblk.c.~4~ | Miles Bader | 1995-04-15 | 1 | -69/+71 |
| | |||||
* | Formerly getblk.c.~3~ | Miles Bader | 1995-04-12 | 1 | -238/+71 |
| | |||||
* | Formerly getblk.c.~2~ | Miles Bader | 1995-04-12 | 1 | -374/+391 |
| | |||||
* | Initial revision | Miles Bader | 1995-04-12 | 1 | -0/+442 |