summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney2016-09-261-3/+3
* btrfs: unsplit printed stringsJeff Mahoney2016-09-261-22/+22
* Btrfs: kill BUG_ON in run_delayed_tree_refLiu Bo2016-09-261-1/+7
* btrfs: squash lines for simple wrapper functionsMasahiro Yamada2016-09-261-10/+2
* Btrfs: add a flags field to btrfs_fs_infoJosef Bacik2016-09-261-7/+7
* btrfs: Fix warning "variable ‘blocksize’ set but not used"Luis Henriques2016-09-261-2/+0
* btrfs: let btrfs_delete_unused_bgs() to clean relocated bgsNaohiro Aota2016-09-261-1/+1
* Btrfs: bail out if block group has different mixed flagLiu Bo2016-09-261-0/+14
* Btrfs: fix memory leak of block group cacheLiu Bo2016-09-261-0/+2
* Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-231-6/+3
|\
| * Btrfs: handle quota reserve failure properlyJosef Bacik2016-09-211-6/+3
* | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-091-8/+15
|\|
| * btrfs: introduce tickets_id to determine whether asynchronous metadata reclai...Wang Xiaoguang2016-09-061-5/+6
| * btrfs: do not decrease bytes_may_use when replaying extentsWang Xiaoguang2016-09-051-3/+9
* | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-031-5/+5
|\|
| * btrfs: fix one bug that process may endlessly wait for ticket in wait_reserve...Wang Xiaoguang2016-09-011-5/+5
* | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-261-99/+86
|\|