Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2002-06-08 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-06-11 | 1 | -3/+3 |
| | | | | | | | * ialloc.c (diskfs_free_node): Use %Ld format for ino_t/off_t values. * pager.c (diskfs_grow, pager_unlock_page): Likewise. * inode.c (read_node): Likewise. * dir.c (diskfs_get_directs): Likewise. | ||||
* | 2001-08-17 Marcus Brinkmann <marcus@gnu.org> | Marcus Brinkmann | 2001-08-17 | 1 | -4/+0 |
| | | | | | * ialloc.c (diskfs_alloc_node): Remove warnings about stale nonzero st_blocks or st_size. | ||||
* | 2000-03-09 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 2000-03-10 | 1 | -3/+3 |
| | | | | | | | | | * 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-10-02 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-10-02 | 1 | -0/+1 |
| | | | | | | | | | | | | * bitmap.c (count_free, find_next_zero_bit, find_first_zero_bit): Make these all static inline. (ffz, ffz_nibble_map): Function and variable removed. (ffz): Replace decl with macro defined in terms of ffs. * ext2fs.h (count_free, find_next_zero_bit, find_first_zero_bit, ffz): Remove these declarations. * Makefile (SRCS): Remove bitmap.c. (LCLHDRS): Add bitmap.c here instead. * balloc.c, ialloc.c: #include "bitmap.c" here. | ||||
* | 1999-08-23 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-08-23 | 1 | -0/+5 |
| | | | | | * ialloc.c (diskfs_alloc_node): Propagate initial value of i_flags from directory, as Linux 2.3.14 does. | ||||
* | 1999-05-23 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-05-23 | 1 | -1/+1 |
| | | | | | | | * 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. | ||||
* | 1999-05-23 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-05-23 | 1 | -8/+10 |
| | | | | | * ialloc.c (diskfs_alloc_node): If creator_os is not EXT2_OS_HURD, suppress warnings about stale nonzero st_blocks or st_size. | ||||
* | (diskfs_alloc_node): | Miles Bader | 1996-11-19 | 1 | -1/+1 |
| | | | | Clear S_IPTRANS bit in ST->st_mode instead of NP->istranslated. | ||||
* | (ext2_alloc_inode, diskfs_free_node): | Miles Bader | 1996-08-15 | 1 | -2/+2 |
| | | | | Pass SBLOCK as a parameter to EXT2_FIRST_INO (v2.x change). | ||||
* | Replace references to the NUMBER field in a node's disknode structures with | Miles Bader | 1996-04-11 | 1 | -4/+4 |
| | | | | references to the CACHE_ID field in the node. | ||||
* | (diskfs_alloc_node): Set NP->istranslated to 0. | Miles Bader | 1996-01-14 | 1 | -0/+1 |
| | |||||
* | (diskfs_alloc_node): Check for a non-zero ALLOCSIZE. | Miles Bader | 1995-09-17 | 1 | -6/+15 |
| | |||||
* | (diskfs_free_node): Fix print-format types. | Miles Bader | 1995-06-24 | 1 | -1/+1 |
| | |||||
* | Change uses of the ext2_{warning,error,panic} functions to not have the | Miles Bader | 1995-05-12 | 1 | -16/+10 |
| | | | | initial function name argument (it's now supplied automagically). | ||||
* | entered into RCS | Miles Bader | 1995-05-09 | 1 | -2/+0 |
| | |||||
* | Formerly ialloc.c.~23~ | Miles Bader | 1995-05-07 | 1 | -0/+2 |
| | |||||
* | Formerly ialloc.c.~22~ | Miles Bader | 1995-04-28 | 1 | -1/+9 |
| | |||||
* | Formerly ialloc.c.~21~ | Miles Bader | 1995-04-27 | 1 | -5/+7 |
| | |||||
* | Formerly ialloc.c.~20~ | Miles Bader | 1995-04-26 | 1 | -5/+3 |
| | |||||
* | Formerly ialloc.c.~18~ | Miles Bader | 1995-04-21 | 1 | -3/+0 |
| | |||||
* | Formerly ialloc.c.~17~ | Miles Bader | 1995-04-20 | 1 | -5/+2 |
| | |||||
* | Formerly ialloc.c.~16~ | Miles Bader | 1995-04-19 | 1 | -1/+10 |
| | |||||
* | Formerly ialloc.c.~15~ | Miles Bader | 1995-04-17 | 1 | -4/+4 |
| | |||||
* | Formerly ialloc.c.~14~ | Miles Bader | 1995-04-17 | 1 | -3/+3 |
| | |||||
* | Formerly ialloc.c.~13~ | Miles Bader | 1995-04-17 | 1 | -2/+2 |
| | |||||
* | Formerly ialloc.c.~12~ | Miles Bader | 1995-04-17 | 1 | -4/+4 |
| | |||||
* | Formerly ialloc.c.~11~ | Miles Bader | 1995-04-17 | 1 | -10/+10 |
| | |||||
* | Formerly ialloc.c.~10~ | Miles Bader | 1995-04-16 | 1 | -3/+3 |
| | |||||
* | Formerly ialloc.c.~9~ | Miles Bader | 1995-04-16 | 1 | -3/+3 |
| | |||||
* | Formerly ialloc.c.~8~ | Miles Bader | 1995-04-16 | 1 | -3/+3 |
| | |||||
* | Formerly ialloc.c.~7~ | Miles Bader | 1995-04-15 | 1 | -22/+50 |
| | |||||
* | Formerly ialloc.c.~6~ | Miles Bader | 1995-04-12 | 1 | -186/+168 |
| | |||||
* | Formerly ialloc.c.~5~ | Miles Bader | 1995-04-12 | 1 | -265/+295 |
| | |||||
* | Formerly ialloc.c.~4~ | Miles Bader | 1995-04-12 | 1 | -225/+12 |
| | |||||
* | Formerly ialloc.c.~3~ | Miles Bader | 1995-04-12 | 1 | -6/+6 |
| | |||||
* | Formerly ialloc.c.~2~ | Miles Bader | 1995-04-11 | 1 | -9/+9 |
| | |||||
* | Initial revision | Miles Bader | 1995-04-11 | 1 | -0/+555 |