summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: free-space-cache, clean up unnecessary root argumentsJeff Mahoney2017-02-171-4/+5
* btrfs: convert btrfs_inc_block_group_ro to accept fs_infoJeff Mahoney2017-02-171-3/+2
* btrfs: flush_space always takes fs_info->fs_rootJeff Mahoney2017-02-171-10/+10
* btrfs: pass fs_info to (more) routines that are only called with extent_rootJeff Mahoney2017-02-171-50/+53
* btrfs: remove unused parameter from btrfs_prepare_extent_commitDavid Sterba2017-02-171-2/+1
* btrfs: remove unused parameter from btrfs_subvolume_release_metadataDavid Sterba2017-02-171-2/+1
* btrfs: remove unused parameter from clean_tree_blockDavid Sterba2017-02-171-2/+2
* Btrfs: use helper to get used bytes of space_infoLiu Bo2017-02-171-22/+19
* Btrfs: try to avoid acquiring free space ctl's lockLiu Bo2017-02-171-11/+13
* Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_existLiu Bo2017-02-141-10/+12
* Btrfs: pass delayed_refs directly to btrfs_find_delayed_ref_headLiu Bo2017-02-141-3/+3
* btrfs: allow unlink to exceed subvolume quotaJeff Mahoney2017-02-141-2/+2
* Btrfs: constify struct btrfs_{,disk_}key wherever possibleOmar Sandoval2017-02-141-4/+5
* btrfs: fix over-80 lines introduced by previous cleanupsDavid Sterba2017-02-141-2/+2
* btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov2017-02-141-5/+5
* btrfs: add wrapper for counting BTRFS_MAX_EXTENT_SIZEDavid Sterba2017-02-141-8/+4
* btrfs: drop unused extent_op arg from btrfs_add_delayed_data_refJeff Mahoney2017-02-141-4/+3
* Btrfs: use down_read_nested to make lockdep silentLiu Bo2017-01-031-1/+2
* btrfs: fix locking when we put back a delayed ref that's too newJeff Mahoney2017-01-031-1/+1
* btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney2017-01-031-0/+3
* btrfs: opencode chunk locking, remove helpersDavid Sterba2016-12-061-4/+4
* btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-061-16/+15
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-296/+245
* btrfs: simplify btrfs_wait_cache_io prototypeJeff Mahoney2016-12-061-11/+4
* btrfs: convert extent-tree tracepoints to use fs_infoJeff Mahoney2016-12-061-9/+8
* btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-358/+393
* btrfs: root->fs_info cleanup, update_block_group{,flags}Jeff Mahoney2016-12-061-14/+14
* btrfs: root->fs_info cleanup, lock/unlock_chunksJeff Mahoney2016-12-061-4/+4
* btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney2016-12-061-16/+19
* btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-40/+44
* btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereJeff Mahoney2016-12-061-1/+1
* btrfs: alloc_reserved_file_extent trace point should use extent_rootJeff Mahoney2016-12-061-1/+2
* btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney2016-12-061-9/+11
* btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney2016-12-061-8/+9
* btrfs: improve delayed refs iterationsWang Xiaoguang2016-11-301-6/+9
* btrfs: Export and move leaf/subtree qgroup helpers to qgroup.cQu Wenruo2016-11-301-217/+3
* btrfs: qgroup: Rename functions to make it follow reserve,trace,account stepsQu Wenruo2016-11-301-3/+3
* btrfs: Ensure proper sector alignment for btrfs_free_reserved_data_spaceJeff Mahoney2016-11-301-0/+7
* btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba2016-11-301-1/+1
* btrfs: remove trivial helper btrfs_find_tree_blockDavid Sterba2016-11-301-1/+1
* btrfs: remove useless commentsXiaoguang Wang2016-11-301-10/+3
* btrfs: cleanup: use already calculated value in btrfs_should_throttle_delayed...Wang Xiaoguang2016-11-291-1/+1
* btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig2016-11-291-1/+1
* btrfs: fix WARNING in btrfs_select_ref_head()Wang Xiaoguang2016-10-241-0/+3
* Revert "btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs"Chris Mason2016-10-101-1/+1
* Btrfs: don't BUG() during drop snapshotJosef Bacik2016-09-261-11/+27
* btrfs: Remove already completed TODO commentGoldwyn Rodrigues2016-09-261-2/+0
* btrfs: Do not reassign count in btrfs_run_delayed_refsGoldwyn Rodrigues2016-09-261-1/+0
* Btrfs: fix memory leak in do_walk_downLiu Bo2016-09-261-0/+1
* btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-261-30/+36
OpenPOWER on IntegriCloud