aboutsummaryrefslogtreecommitdiffstats
path: root/free-space-cache.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-12btrfs-progs: check the free space tree in btrfsckOmar Sandoval1-2/+2
2015-08-31btrfs-progs: add newline to some error messagesTsutomu Itoh1-9/+15
2015-04-24btrfs-progs: check for matching free space in cacheJosef Bacik1-0/+11
2014-12-19btrfs-progs: Remove a unused function offset_to_bitmap()Qu Wenruo1-16/+0
2014-10-10btrfs-progs: make free space checker work on non-4k sectorsize filesystemsDavid Sterba1-15/+24
2014-08-22btrfs-progs: clean fsck noise for free inode generation 0Gui Hecheng1-3/+7
2014-03-21btrfs-progs: cleanup nonsense ret value assignmentGui Hecheng1-2/+0
2014-01-31Btrfs-progs: check return value of read_tree_block() in check_chunks_and_exte...Eryu Guan1-1/+1
2014-01-31btrfs-progs: remove NULL-ptr judge before free for btrfs-progsGui Hecheng1-2/+1
2013-09-03btrfs-progs: make many private symbols staticZach Brown1-2/+2
2013-09-03btrfs-progs: mark static & remove unused from shared kernel codeEric Sandeen1-1/+1
2013-09-03btrfs-progs: drop unused parameter from btrfs_release_pathEric Sandeen1-6/+6
2013-06-19Btrfs-progs: add a newline to a free space cache messageJosef Bacik1-1/+1
2013-05-06Btrfs-progs: init free space ctl with proper unitJosef Bacik1-2/+0
2013-04-23Btrfs-progs: add a free space cache checker to fsck V2Josef Bacik1-0/+869