aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-22Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+2
2016-01-20btrfs: merge functions for wait snapshot creationZhao Lei1-0/+1
2016-01-19Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana1-1/+1
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-11/+167
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-3/+4
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-4/+5
2016-01-07btrfs: use smaller type for btrfs_path locksDavid Sterba1-1/+1
2016-01-07btrfs: use smaller type for btrfs_path lowest_levelDavid Sterba1-1/+1
2016-01-07btrfs: use smaller type for btrfs_path readaDavid Sterba1-1/+1
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba1-0/+1
2016-01-07btrfs: constify static arraysDavid Sterba1-1/+1
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee1-2/+3
2016-01-07btrfs: switch __btrfs_fs_incompat return type from int to boolAlexandru Moise1-1/+1
2016-01-01btrfs: use new dedupe data function pointerDarrick J. Wong1-0/+2
2015-12-30btrfs: don't run delayed references while we are creating the free space treeChris Mason1-0/+2
2015-12-23Merge branch 'freespace-4.5' into for-linus-4.5Chris Mason1-2/+155
2015-12-23Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-2/+1
2015-12-18Merge branch 'freespace-tree' into for-linus-4.5Chris Mason1-2/+155
2015-12-17Btrfs: add free space tree mount optionOmar Sandoval1-1/+6
2015-12-17Btrfs: implement the free space B-treeOmar Sandoval1-1/+26
2015-12-17Btrfs: introduce the free space B-tree on-disk formatOmar Sandoval1-0/+38
2015-12-17Btrfs: refactor caching_thread()Omar Sandoval1-0/+3
2015-12-17Btrfs: add helpers for read-only compat bitsOmar Sandoval1-0/+82
2015-12-07vfs: pull btrfs clone API to vfs layerChristoph Hellwig1-1/+2
2015-12-03btrfs: remove wait from struct btrfs_delalloc_workDavid Sterba1-1/+0
2015-12-03btrfs: sink parameter wait to btrfs_alloc_delalloc_workDavid Sterba1-1/+1
2015-12-01btrfs: add .copy_file_range file operationZach Brown1-0/+3
2015-11-27Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+4
2015-11-25Btrfs: fix scrub preventing unused block groups from being deletedFilipe Manana1-0/+1
2015-11-25Btrfs: fix the number of transaction units needed to remove a block groupFilipe Manana1-1/+2
2015-11-25Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana1-0/+2
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko1-1/+1
2015-10-26btrfs: qgroup: Fix a race in delayed_ref which leads to abort transQu Wenruo1-1/+2
2015-10-26btrfs: extend balance filter usage to take minimum and maximumDavid Sterba1-2/+12
2015-10-26btrfs: add balance filter for stripesGabríel Arthúr Pétursson1-1/+8
2015-10-26btrfs: extend balance filter limit to take minimum and maximumDavid Sterba1-2/+12
2015-10-25Btrfs: fix regression running delayed references when using qgroupsFilipe Manana1-2/+2
2015-10-21Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason1-0/+21
2015-10-21Btrfs: don't keep trying to build clusters if we are fragmentedJosef Bacik1-0/+3
2015-10-21Btrfs: keep track of max_extent_size per space_infoJosef Bacik1-0/+4
2015-10-21Btrfs: add fragment=* debug mount optionJosef Bacik1-0/+14
2015-10-21btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hookQu Wenruo1-0/+2
2015-10-21btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo1-8/+4
2015-10-21btrfs: extent-tree: Add new version of btrfs_delalloc_reserve/release_spaceQu Wenruo1-0/+2
2015-10-21btrfs: extent-tree: Add new version of btrfs_check_data_free_space and btrfs_free_reserved_data_space.Qu Wenruo1-0/+3
2015-10-21btrfs: qgroup: Introduce new functions to reserve/free metadataQu Wenruo1-0/+3
2015-10-12Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4Chris Mason1-10/+3
2015-10-08btrfs: introduce ratelimited variants of message printing functionsDavid Sterba1-0/+21
2015-10-08btrfs: introduce ratelimited _in_rcu variants of message printing functionsDavid Sterba1-0/+38