Age | Commit message (Expand) | Author | Files | Lines |
2017-02-28 | btrfs: Make btrfs_orphan_add take btrfs_inode | Nikolay Borisov | 1 | -1/+1 |
2017-02-28 | btrfs: all btrfs_delalloc_release_metadata take btrfs_inode | Nikolay Borisov | 1 | -9/+9 |
2017-02-28 | btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inode | Nikolay Borisov | 1 | -35/+34 |
2017-02-28 | btrfs: Make btrfs_orphan_release_metadata take btrfs_inode | Nikolay Borisov | 1 | -5/+5 |
2017-02-28 | btrfs: Make btrfs_orphan_reserve_metadata take btrfs_inode | Nikolay Borisov | 1 | -5/+5 |
2017-02-28 | btrfs: Make calc_csum_metadata_size take btrfs_inode | Nikolay Borisov | 1 | -15/+12 |
2017-02-28 | btrfs: Make drop_outstanding_extent take btrfs_inode | Nikolay Borisov | 1 | -12/+11 |
2017-02-28 | btrfs: make btrfs_alloc_data_chunk_ondemand take btrfs_inode | Nikolay Borisov | 1 | -4/+4 |
2017-02-28 | btrfs: make btrfs_is_free_space_inode take btrfs_inode | Nikolay Borisov | 1 | -2/+2 |
2017-02-17 | btrfs: free-space-cache, clean up unnecessary root arguments | Jeff Mahoney | 1 | -4/+5 |
2017-02-17 | btrfs: convert btrfs_inc_block_group_ro to accept fs_info | Jeff Mahoney | 1 | -3/+2 |
2017-02-17 | btrfs: flush_space always takes fs_info->fs_root | Jeff Mahoney | 1 | -10/+10 |
2017-02-17 | btrfs: pass fs_info to (more) routines that are only called with extent_root | Jeff Mahoney | 1 | -50/+53 |
2017-02-17 | btrfs: remove unused parameter from btrfs_prepare_extent_commit | David Sterba | 1 | -2/+1 |
2017-02-17 | btrfs: remove unused parameter from btrfs_subvolume_release_metadata | David Sterba | 1 | -2/+1 |
2017-02-17 | btrfs: remove unused parameter from clean_tree_block | David Sterba | 1 | -2/+2 |
2017-02-17 | Btrfs: use helper to get used bytes of space_info | Liu Bo | 1 | -22/+19 |
2017-02-17 | Btrfs: try to avoid acquiring free space ctl's lock | Liu Bo | 1 | -11/+13 |
2017-02-14 | Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_exist | Liu Bo | 1 | -10/+12 |
2017-02-14 | Btrfs: pass delayed_refs directly to btrfs_find_delayed_ref_head | Liu Bo | 1 | -3/+3 |
2017-02-14 | btrfs: allow unlink to exceed subvolume quota | Jeff Mahoney | 1 | -2/+2 |
2017-02-14 | Btrfs: constify struct btrfs_{,disk_}key wherever possible | Omar Sandoval | 1 | -4/+5 |
2017-02-14 | btrfs: fix over-80 lines introduced by previous cleanups | David Sterba | 1 | -2/+2 |
2017-02-14 | btrfs: Make btrfs_ino take a struct btrfs_inode | Nikolay Borisov | 1 | -5/+5 |
2017-02-14 | btrfs: add wrapper for counting BTRFS_MAX_EXTENT_SIZE | David Sterba | 1 | -8/+4 |
2017-02-14 | btrfs: drop unused extent_op arg from btrfs_add_delayed_data_ref | Jeff Mahoney | 1 | -4/+3 |
2017-01-03 | Btrfs: use down_read_nested to make lockdep silent | Liu Bo | 1 | -1/+2 |
2017-01-03 | btrfs: fix locking when we put back a delayed ref that's too new | Jeff Mahoney | 1 | -1/+1 |
2017-01-03 | btrfs: fix error handling when run_delayed_extent_op fails | Jeff Mahoney | 1 | -0/+3 |
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 |