summaryrefslogtreecommitdiff
path: root/ext2fs/ialloc.c
AgeCommit message (Collapse)Author
2000-03-102000-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-021999-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-231999-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-231999-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-231999-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-11Replace references to the NUMBER field in a node's disknode structures withMiles 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-12Change uses of the ext2_{warning,error,panic} functions to not have theMiles Bader
initial function name argument (it's now supplied automagically).
1995-05-09entered into RCSMiles Bader
1995-05-07Formerly ialloc.c.~23~Miles Bader
1995-04-28Formerly ialloc.c.~22~Miles Bader
1995-04-27Formerly ialloc.c.~21~Miles Bader
1995-04-26Formerly ialloc.c.~20~Miles Bader
1995-04-21Formerly ialloc.c.~18~Miles Bader
1995-04-20Formerly ialloc.c.~17~Miles Bader
1995-04-19Formerly ialloc.c.~16~Miles Bader
1995-04-17Formerly ialloc.c.~15~Miles Bader
1995-04-17Formerly ialloc.c.~14~Miles Bader
1995-04-17Formerly ialloc.c.~13~Miles Bader
1995-04-17Formerly ialloc.c.~12~Miles Bader
1995-04-17Formerly ialloc.c.~11~Miles Bader
1995-04-16Formerly ialloc.c.~10~Miles Bader
1995-04-16Formerly ialloc.c.~9~Miles Bader
1995-04-16Formerly ialloc.c.~8~Miles Bader
1995-04-15Formerly ialloc.c.~7~Miles Bader
1995-04-12Formerly ialloc.c.~6~Miles Bader
1995-04-12Formerly ialloc.c.~5~Miles Bader
1995-04-12Formerly ialloc.c.~4~Miles Bader
1995-04-12Formerly ialloc.c.~3~Miles Bader
1995-04-11Formerly ialloc.c.~2~Miles Bader
1995-04-11Initial revisionMiles Bader