Age | Commit message (Expand) | Author | Files | Lines |
2016-12-06 | btrfs: opencode chunk locking, remove helpers | David Sterba | 1 | -4/+4 |
2016-12-06 | btrfs: remove root parameter from transaction commit/end routines | Jeff Mahoney | 1 | -16/+15 |
2016-12-06 | btrfs: take an fs_info directly when the root is not used otherwise | Jeff Mahoney | 1 | -296/+245 |
2016-12-06 | btrfs: simplify btrfs_wait_cache_io prototype | Jeff Mahoney | 1 | -11/+4 |
2016-12-06 | btrfs: convert extent-tree tracepoints to use fs_info | Jeff Mahoney | 1 | -9/+8 |
2016-12-06 | btrfs: root->fs_info cleanup, add fs_info convenience variables | Jeff Mahoney | 1 | -358/+393 |
2016-12-06 | btrfs: root->fs_info cleanup, update_block_group{,flags} | Jeff Mahoney | 1 | -14/+14 |
2016-12-06 | btrfs: root->fs_info cleanup, lock/unlock_chunks | Jeff Mahoney | 1 | -4/+4 |
2016-12-06 | btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_size | Jeff Mahoney | 1 | -16/+19 |
2016-12-06 | btrfs: pull node/sector/stripe sizes out of root and into fs_info | Jeff Mahoney | 1 | -40/+44 |
2016-12-06 | btrfs: root->fs_info cleanup, use fs_info->dev_root everywhere | Jeff Mahoney | 1 | -1/+1 |
2016-12-06 | btrfs: alloc_reserved_file_extent trace point should use extent_root | Jeff Mahoney | 1 | -1/+2 |
2016-12-06 | btrfs: call functions that always use the same root with fs_info instead | Jeff Mahoney | 1 | -9/+11 |
2016-12-06 | btrfs: call functions that overwrite their root parameter with fs_info | Jeff Mahoney | 1 | -8/+9 |
2016-11-30 | btrfs: improve delayed refs iterations | Wang Xiaoguang | 1 | -6/+9 |
2016-11-30 | btrfs: Export and move leaf/subtree qgroup helpers to qgroup.c | Qu Wenruo | 1 | -217/+3 |
2016-11-30 | btrfs: qgroup: Rename functions to make it follow reserve,trace,account steps | Qu Wenruo | 1 | -3/+3 |
2016-11-30 | btrfs: Ensure proper sector alignment for btrfs_free_reserved_data_space | Jeff Mahoney | 1 | -0/+7 |
2016-11-30 | btrfs: remove constant parameter to memset_extent_buffer and rename it | David Sterba | 1 | -1/+1 |
2016-11-30 | btrfs: remove trivial helper btrfs_find_tree_block | David Sterba | 1 | -1/+1 |
2016-11-30 | btrfs: remove useless comments | Xiaoguang Wang | 1 | -10/+3 |
2016-11-29 | btrfs: cleanup: use already calculated value in btrfs_should_throttle_delayed... | Wang Xiaoguang | 1 | -1/+1 |
2016-11-29 | btrfs: don't abuse REQ_OP_* flags for btrfs_map_block | Christoph Hellwig | 1 | -1/+1 |
2016-10-24 | btrfs: fix WARNING in btrfs_select_ref_head() | Wang Xiaoguang | 1 | -0/+3 |
2016-10-10 | Revert "btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs" | Chris Mason | 1 | -1/+1 |
2016-09-26 | Btrfs: don't BUG() during drop snapshot | Josef Bacik | 1 | -11/+27 |
2016-09-26 | btrfs: Remove already completed TODO comment | Goldwyn Rodrigues | 1 | -2/+0 |
2016-09-26 | btrfs: Do not reassign count in btrfs_run_delayed_refs | Goldwyn Rodrigues | 1 | -1/+0 |
2016-09-26 | Btrfs: fix memory leak in do_walk_down | Liu Bo | 1 | -0/+1 |
2016-09-26 | btrfs: convert pr_* to btrfs_* where possible | Jeff Mahoney | 1 | -30/+36 |
2016-09-26 | btrfs: convert printk(KERN_* to use pr_* calls | Jeff Mahoney | 1 | -3/+3 |
2016-09-26 | btrfs: unsplit printed strings | Jeff Mahoney | 1 | -22/+22 |
2016-09-26 | Btrfs: kill BUG_ON in run_delayed_tree_ref | Liu Bo | 1 | -1/+7 |
2016-09-26 | btrfs: squash lines for simple wrapper functions | Masahiro Yamada | 1 | -10/+2 |
2016-09-26 | Btrfs: add a flags field to btrfs_fs_info | Josef Bacik | 1 | -7/+7 |
2016-09-26 | btrfs: Fix warning "variable ‘blocksize’ set but not used" | Luis Henriques | 1 | -2/+0 |
2016-09-26 | btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs | Naohiro Aota | 1 | -1/+1 |
2016-09-26 | Btrfs: bail out if block group has different mixed flag | Liu Bo | 1 | -0/+14 |
2016-09-26 | Btrfs: fix memory leak of block group cache | Liu Bo | 1 | -0/+2 |
2016-09-23 | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+3 |
2016-09-21 | Btrfs: handle quota reserve failure properly | Josef Bacik | 1 | -6/+3 |
2016-09-09 | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -8/+15 |
2016-09-06 | btrfs: introduce tickets_id to determine whether asynchronous metadata reclai... | Wang Xiaoguang | 1 | -5/+6 |
2016-09-05 | btrfs: do not decrease bytes_may_use when replaying extents | Wang Xiaoguang | 1 | -3/+9 |
2016-09-03 | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -5/+5 |
2016-09-01 | btrfs: fix one bug that process may endlessly wait for ticket in wait_reserve... | Wang Xiaoguang | 1 | -5/+5 |
2016-08-26 | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -99/+86 |
2016-08-25 | Btrfs: fix em leak in find_first_block_group | Josef Bacik | 1 | -0/+1 |
2016-08-25 | Btrfs: clarify do_chunk_alloc()'s return value | Liu Bo | 1 | -0/+9 |
2016-08-25 | btrfs: update btrfs_space_info's bytes_may_use timely | Wang Xiaoguang | 1 | -37/+19 |