summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: merge functions for wait snapshot creationZhao Lei2016-01-201-0/+1
* Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana2016-01-191-1/+1
* Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-111-3/+4
|\
| * Btrfs: use linux/sizes.h to represent constantsByongho Lee2016-01-071-2/+3
| * btrfs: switch __btrfs_fs_incompat return type from int to boolAlexandru Moise2016-01-071-1/+1
* | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-111-4/+5
|\ \
| * | btrfs: use smaller type for btrfs_path locksDavid Sterba2016-01-071-1/+1
| * | btrfs: use smaller type for btrfs_path lowest_levelDavid Sterba2016-01-071-1/+1
| * | btrfs: use smaller type for btrfs_path readaDavid Sterba2016-01-071-1/+1
| * | btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba2016-01-071-0/+1
| * | btrfs: constify static arraysDavid Sterba2016-01-071-1/+1
| |/
* | btrfs: don't run delayed references while we are creating the free space treeChris Mason2015-12-301-0/+2
* | Merge branch 'freespace-4.5' into for-linus-4.5Chris Mason2015-12-231-2/+155
|\ \
| * \ Merge branch 'freespace-tree' into for-linus-4.5Chris Mason2015-12-181-2/+155
| |\ \ | | |/ | |/|
| | * Btrfs: add free space tree mount optionOmar Sandoval2015-12-171-1/+6
| | * Btrfs: implement the free space B-treeOmar Sandoval2015-12-171-1/+26
| | * Btrfs: introduce the free space B-tree on-disk formatOmar Sandoval2015-12-171-0/+38
| | * Btrfs: refactor caching_thread()Omar Sandoval2015-12-171-0/+3
| | * Btrfs: add helpers for read-only compat bitsOmar Sandoval2015-12-171-0/+82
* | | Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason2015-12-231-2/+1
|\ \ \ | |/ / |/| |
| * | btrfs: remove wait from struct btrfs_delalloc_workDavid Sterba2015-12-031-1/+0
| * | btrfs: sink parameter wait to btrfs_alloc_delalloc_workDavid Sterba2015-12-031-1/+1
* | | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-271-0/+4
|\ \ \ | |/ / |/| |
| * | Btrfs: fix scrub preventing unused block groups from being deletedFilipe Manana2015-11-251-0/+1
| * | Btrfs: fix the number of transaction units needed to remove a block groupFilipe Manana2015-11-251-1/+2
| * | Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana2015-11-251-0/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-071-1/+1
|\ \ \ | |/ / |/| |
| * | mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-061-1/+1
| |/
* | btrfs: qgroup: Fix a race in delayed_ref which leads to abort transQu Wenruo2015-10-261-1/+2
* | btrfs: extend balance filter usage to take minimum and maximumDavid Sterba2015-10-261-2/+12
* | btrfs: add balance filter for stripesGabríel Arthúr Pétursson2015-10-261-1/+8
* | btrfs: extend balance filter limit to take minimum and maximumDavid Sterba2015-10-261-2/+12
* | Btrfs: fix regression running delayed references when using qgroupsFilipe Manana2015-10-251-2/+2
* | Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason2015-10-211-0/+21
|\ \
| * | Btrfs: don't keep trying to build clusters if we are fragmentedJosef Bacik2015-10-211-0/+3
| * | Btrfs: keep track of max_extent_size per space_infoJosef Bacik2015-10-211-0/+4
| * | Btrfs: add fragment=* debug mount optionJosef Bacik2015-10-211-0/+14
* | | btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hookQu Wenruo2015-10-211-0/+2
* | | btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo2015-10-211-8/+4
* | | btrfs: extent-tree: Add new version of btrfs_delalloc_reserve/release_spaceQu Wenruo2015-10-211-0/+2
* | | btrfs: extent-tree: Add new version of btrfs_check_data_free_space and btrfs_...Qu Wenruo2015-10-211-0/+3
* | | btrfs: qgroup: Introduce new functions to reserve/free metadataQu Wenruo2015-10-211-0/+3
|/ /
* | Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Chris Mason2015-10-121-10/+3
|\ \
| * | Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain2015-09-291-8/+1
| * | Btrfs: rename btrfs_sysfs_remove_one to btrfs_sysfs_remove_mountedAnand Jain2015-09-291-1/+1
| * | Btrfs: rename btrfs_sysfs_add_one to btrfs_sysfs_add_mountedAnand Jain2015-09-291-1/+1
| |/
* | btrfs: introduce ratelimited variants of message printing functionsDavid Sterba2015-10-081-0/+21
* | btrfs: introduce ratelimited _in_rcu variants of message printing functionsDavid Sterba2015-10-081-0/+38
* | btrfs: introduce _in_rcu variants of message printing functionsDavid Sterba2015-10-081-0/+29
|/
* Merge branch 'jeffm-discard-4.3' into for-linus-4.3Chris Mason2015-08-091-0/+3
|\
OpenPOWER on IntegriCloud