Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-08 | 2002-10-08 Roland McGrath <roland@frob.com> | Roland McGrath | |
* ext2fs.h (struct disknode): New member `info_i_translator'. * inode.c (diskfs_set_translator): Update NP->dn->info_i_translator. * ialloc.c (diskfs_alloc_node): Clear a nonzero translator block in the on-disk inode just as we do for data blocks. | |||
2002-06-11 | 2002-06-08 Roland McGrath <roland@frob.com> | Roland McGrath | |
* 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 | 2001-08-17 Marcus Brinkmann <marcus@gnu.org> | Marcus Brinkmann | |
* ialloc.c (diskfs_alloc_node): Remove warnings about stale nonzero st_blocks or st_size. | |||
2000-03-10 | 2000-03-09 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* 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 | 1999-10-02 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* 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 | 1999-08-23 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* ialloc.c (diskfs_alloc_node): Propagate initial value of i_flags from directory, as Linux 2.3.14 does. | |||
1999-05-23 | 1999-05-23 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* 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 | 1999-05-23 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* ialloc.c (diskfs_alloc_node): If creator_os is not EXT2_OS_HURD, suppress warnings about stale nonzero st_blocks or st_size. | |||
1996-11-19 | (diskfs_alloc_node): | Miles Bader | |
Clear S_IPTRANS bit in ST->st_mode instead of NP->istranslated. | |||
1996-08-15 | (ext2_alloc_inode, diskfs_free_node): | Miles Bader | |
Pass SBLOCK as a parameter to EXT2_FIRST_INO (v2.x change). | |||
1996-04-11 | Replace references to the NUMBER field in a node's disknode structures with | Miles Bader | |
references to the CACHE_ID field in the node. | |||
1996-01-14 | (diskfs_alloc_node): Set NP->istranslated to 0. | Miles Bader | |
1995-09-17 | (diskfs_alloc_node): Check for a non-zero ALLOCSIZE. | Miles Bader | |
1995-06-24 | (diskfs_free_node): Fix print-format types. | Miles Bader | |
1995-05-12 | Change uses of the ext2_{warning,error,panic} functions to not have the | Miles Bader | |
initial function name argument (it's now supplied automagically). | |||
1995-05-09 | entered into RCS | Miles Bader | |
1995-05-07 | Formerly ialloc.c.~23~ | Miles Bader | |
1995-04-28 | Formerly ialloc.c.~22~ | Miles Bader | |
1995-04-27 | Formerly ialloc.c.~21~ | Miles Bader | |
1995-04-26 | Formerly ialloc.c.~20~ | Miles Bader | |
1995-04-21 | Formerly ialloc.c.~18~ | Miles Bader | |
1995-04-20 | Formerly ialloc.c.~17~ | Miles Bader | |
1995-04-19 | Formerly ialloc.c.~16~ | Miles Bader | |
1995-04-17 | Formerly ialloc.c.~15~ | Miles Bader | |
1995-04-17 | Formerly ialloc.c.~14~ | Miles Bader | |
1995-04-17 | Formerly ialloc.c.~13~ | Miles Bader | |
1995-04-17 | Formerly ialloc.c.~12~ | Miles Bader | |
1995-04-17 | Formerly ialloc.c.~11~ | Miles Bader | |
1995-04-16 | Formerly ialloc.c.~10~ | Miles Bader | |
1995-04-16 | Formerly ialloc.c.~9~ | Miles Bader | |
1995-04-16 | Formerly ialloc.c.~8~ | Miles Bader | |
1995-04-15 | Formerly ialloc.c.~7~ | Miles Bader | |
1995-04-12 | Formerly ialloc.c.~6~ | Miles Bader | |
1995-04-12 | Formerly ialloc.c.~5~ | Miles Bader | |
1995-04-12 | Formerly ialloc.c.~4~ | Miles Bader | |
1995-04-12 | Formerly ialloc.c.~3~ | Miles Bader | |
1995-04-11 | Formerly ialloc.c.~2~ | Miles Bader | |
1995-04-11 | Initial revision | Miles Bader | |