summaryrefslogtreecommitdiff
path: root/inode-map.c
Commit message (Collapse)AuthorAge
* btrfs-progs: Fix printf format casting errorsAlex Chiang2008-04-01
| | | | | | | | | | | We get lots of warnings of the flavor: utils.c:441: warning: format '%Lu' expects type 'long long unsigned int' but argument 2 has type 'u64' And thanks to -Werror, the build fails. Clean up these printfs by properly casting the arg to the format specified. Signed-off-by: Alex Chiang <achiang@hp.com>
* Fix for btrfs_find_free_objectidYan2008-01-22
| | | | | | btrfs_find_free_objectid may return a used objectid due to arithmetic underflow. This bug may happen when parameter 'root' is tree root, so it may cause serious problems when creating snapshot or sub-volume.
* Update btrfs-progs to match kernel sourcesYan2008-01-04
|
* Allow large blocksChris Mason2007-10-15
|
* add GPLv2Chris Mason2007-06-12
|
* cleanup warnings found with -O2Chris Mason2007-05-22
|
* drop the inode map treeChris Mason2007-04-10
|
* first free objectid fixesChris Mason2007-03-27
|
* Add inode map, and the start of file extent itemsChris Mason2007-03-20