summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-17btrfs: remove unused parameter from btrfs_prepare_extent_commitDavid Sterba1-2/+1
2017-02-17btrfs: remove unused parameter from btrfs_subvolume_release_metadataDavid Sterba1-2/+1
2017-02-17btrfs: remove unused parameter from clean_tree_blockDavid Sterba1-2/+2
2017-02-17Btrfs: use helper to get used bytes of space_infoLiu Bo1-22/+19
2017-02-17Btrfs: try to avoid acquiring free space ctl's lockLiu Bo1-11/+13
2017-02-14Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_existLiu Bo1-10/+12
2017-02-14Btrfs: pass delayed_refs directly to btrfs_find_delayed_ref_headLiu Bo1-3/+3
2017-02-14btrfs: allow unlink to exceed subvolume quotaJeff Mahoney1-2/+2
2017-02-14Btrfs: constify struct btrfs_{,disk_}key wherever possibleOmar Sandoval1-4/+5
2017-02-14btrfs: fix over-80 lines introduced by previous cleanupsDavid Sterba1-2/+2
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov1-5/+5
2017-02-14btrfs: add wrapper for counting BTRFS_MAX_EXTENT_SIZEDavid Sterba1-8/+4
2017-02-14btrfs: drop unused extent_op arg from btrfs_add_delayed_data_refJeff Mahoney1-4/+3
2017-01-03Btrfs: use down_read_nested to make lockdep silentLiu Bo1-1/+2
2017-01-03btrfs: fix locking when we put back a delayed ref that's too newJeff Mahoney1-1/+1
2017-01-03btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney1-0/+3
2016-12-06btrfs: opencode chunk locking, remove helpersDavid Sterba1-4/+4
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney1-16/+15
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-296/+245
2016-12-06btrfs: simplify btrfs_wait_cache_io prototypeJeff Mahoney1-11/+4
2016-12-06btrfs: convert extent-tree tracepoints to use fs_infoJeff Mahoney1-9/+8
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-358/+393
2016-12-06btrfs: root->fs_info cleanup, update_block_group{,flags}Jeff Mahoney1-14/+14
2016-12-06btrfs: root->fs_info cleanup, lock/unlock_chunksJeff Mahoney1-4/+4
2016-12-06btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney1-16/+19
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-40/+44
2016-12-06btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereJeff Mahoney1-1/+1
2016-12-06btrfs: alloc_reserved_file_extent trace point should use extent_rootJeff Mahoney1-1/+2
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney1-9/+11
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney1-8/+9
2016-11-30btrfs: improve delayed refs iterationsWang Xiaoguang1-6/+9
2016-11-30btrfs: Export and move leaf/subtree qgroup helpers to qgroup.cQu Wenruo1-217/+3
2016-11-30btrfs: qgroup: Rename functions to make it follow reserve,trace,account stepsQu Wenruo1-3/+3
2016-11-30btrfs: Ensure proper sector alignment for btrfs_free_reserved_data_spaceJeff Mahoney1-0/+7
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba1-1/+1
2016-11-30btrfs: remove trivial helper btrfs_find_tree_blockDavid Sterba1-1/+1
2016-11-30btrfs: remove useless commentsXiaoguang Wang1-10/+3
2016-11-29btrfs: cleanup: use already calculated value in btrfs_should_throttle_delayed...Wang Xiaoguang1-1/+1
2016-11-29btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig1-1/+1
2016-10-24btrfs: fix WARNING in btrfs_select_ref_head()Wang Xiaoguang1-0/+3
2016-10-10Revert "btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs"Chris Mason1-1/+1
2016-09-26Btrfs: don't BUG() during drop snapshotJosef Bacik1-11/+27
2016-09-26btrfs: Remove already completed TODO commentGoldwyn Rodrigues1-2/+0
2016-09-26btrfs: Do not reassign count in btrfs_run_delayed_refsGoldwyn Rodrigues1-1/+0
2016-09-26Btrfs: fix memory leak in do_walk_downLiu Bo1-0/+1
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney1-30/+36
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney1-3/+3
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-22/+22
2016-09-26Btrfs: kill BUG_ON in run_delayed_tree_refLiu Bo1-1/+7
2016-09-26btrfs: squash lines for simple wrapper functionsMasahiro Yamada1-10/+2