aboutsummaryrefslogtreecommitdiff
path: root/ext2fs/ialloc.c
Commit message (Collapse)AuthorAgeFilesLines
* 2002-06-08 Roland McGrath <roland@frob.com>Roland McGrath2002-06-111-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 Brinkmann2001-08-171-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 McGrath2000-03-101-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 McGrath1999-10-021-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 McGrath1999-08-231-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 McGrath1999-05-231-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 McGrath1999-05-231-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 Bader1996-11-191-1/+1
| | | | Clear S_IPTRANS bit in ST->st_mode instead of NP->istranslated.
* (ext2_alloc_inode, diskfs_free_node):Miles Bader1996-08-151-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 withMiles Bader1996-04-111-4/+4
| | | | references to the CACHE_ID field in the node.
* (diskfs_alloc_node): Set NP->istranslated to 0.Miles Bader1996-01-141-0/+1
|
* (diskfs_alloc_node): Check for a non-zero ALLOCSIZE.Miles Bader1995-09-171-6/+15
|
* (diskfs_free_node): Fix print-format types.Miles Bader1995-06-241-1/+1
|
* Change uses of the ext2_{warning,error,panic} functions to not have theMiles Bader1995-05-121-16/+10
| | | | initial function name argument (it's now supplied automagically).
* entered into RCSMiles Bader1995-05-091-2/+0
|
* Formerly ialloc.c.~23~Miles Bader1995-05-071-0/+2
|
* Formerly ialloc.c.~22~Miles Bader1995-04-281-1/+9
|
* Formerly ialloc.c.~21~Miles Bader1995-04-271-5/+7
|
* Formerly ialloc.c.~20~Miles Bader1995-04-261-5/+3
|
* Formerly ialloc.c.~18~Miles Bader1995-04-211-3/+0
|
* Formerly ialloc.c.~17~Miles Bader1995-04-201-5/+2
|
* Formerly ialloc.c.~16~Miles Bader1995-04-191-1/+10
|
* Formerly ialloc.c.~15~Miles Bader1995-04-171-4/+4
|
* Formerly ialloc.c.~14~Miles Bader1995-04-171-3/+3
|
* Formerly ialloc.c.~13~Miles Bader1995-04-171-2/+2
|
* Formerly ialloc.c.~12~Miles Bader1995-04-171-4/+4
|
* Formerly ialloc.c.~11~Miles Bader1995-04-171-10/+10
|
* Formerly ialloc.c.~10~Miles Bader1995-04-161-3/+3
|
* Formerly ialloc.c.~9~Miles Bader1995-04-161-3/+3
|
* Formerly ialloc.c.~8~Miles Bader1995-04-161-3/+3
|
* Formerly ialloc.c.~7~Miles Bader1995-04-151-22/+50
|
* Formerly ialloc.c.~6~Miles Bader1995-04-121-186/+168
|
* Formerly ialloc.c.~5~Miles Bader1995-04-121-265/+295
|
* Formerly ialloc.c.~4~Miles Bader1995-04-121-225/+12
|
* Formerly ialloc.c.~3~Miles Bader1995-04-121-6/+6
|
* Formerly ialloc.c.~2~Miles Bader1995-04-111-9/+9
|
* Initial revisionMiles Bader1995-04-111-0/+555