aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.9Chris Mason1-9/+10
2016-10-03Btrfs: catch invalid free space treesOmar Sandoval1-0/+2
2016-10-03Btrfs: fix free space tree bitmaps on big-endian systemsOmar Sandoval1-9/+8
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney1-1/+1
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-4/+8
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik1-3/+3
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney1-8/+8
2016-01-29Revert "btrfs: synchronize incompat feature bits with sysfs files"Chris Mason1-7/+0
2016-01-27btrfs: don't use GFP_HIGHMEM for free-space-tree bitmap kzallocChris Mason1-1/+1
2016-01-27Merge branch 'dev/fst-followup' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-2/+16
2016-01-22btrfs: tweak free space tree bitmap allocationDavid Sterba1-2/+16
2016-01-21btrfs: synchronize incompat feature bits with sysfs filesDavid Sterba1-0/+7
2015-12-30btrfs: don't run delayed references while we are creating the free space treeChris Mason1-4/+11
2015-12-17Btrfs: implement the free space B-treeOmar Sandoval1-0/+1584