summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/delalloc-space.c
Commit message (Collapse)AuthorAgeFilesLines
* btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik2019-07-041-0/+494
We have code for data and metadata reservations for delalloc. There's quite a bit of code here, and it's used in a lot of places so I've separated it out to it's own file. inode.c and file.c are already pretty large, and this code is complicated enough to live in its own space. Signed-off-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: David Sterba <dsterba@suse.com>