index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: extent-tree: Fix a bug that btrfs is unable to add pinned bytes
Qu Wenruo
2019-05-16
1
-5
/
+7
*
btrfs: sysfs: Fix error path kobject memory leak
Tobin C. Harding
2019-05-16
1
-2
/
+1
*
btrfs: reserve delalloc metadata differently
Josef Bacik
2019-05-02
1
-92
/
+52
*
btrfs: track DIO bytes in flight
Josef Bacik
2019-04-29
1
-2
/
+13
*
btrfs: remove unused parameter fs_info from btrfs_set_disk_extent_flags
David Sterba
2019-04-29
1
-2
/
+1
*
btrfs: remove unused parameter fs_info from btrfs_add_delayed_extent_op
David Sterba
2019-04-29
1
-2
/
+1
*
btrfs: remove unused parameter fs_info from btrfs_extend_item
David Sterba
2019-04-29
1
-1
/
+1
*
btrfs: remove unused parameter fs_info from btrfs_truncate_item
David Sterba
2019-04-29
1
-2
/
+1
*
btrfs: qgroup: Don't scan leaf if we're modifying reloc tree
Qu Wenruo
2019-04-29
1
-4
/
+6
*
btrfs: extent-tree: Use btrfs_ref to refactor btrfs_free_extent()
Qu Wenruo
2019-04-29
1
-29
/
+23
*
btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()
Qu Wenruo
2019-04-29
1
-25
/
+32
*
btrfs: extent-tree: Use btrfs_ref to refactor add_pinned_bytes()
Qu Wenruo
2019-04-29
1
-16
/
+10
*
btrfs: ref-verify: Use btrfs_ref to refactor btrfs_ref_tree_mod()
Qu Wenruo
2019-04-29
1
-19
/
+8
*
btrfs: delayed-ref: Use btrfs_ref to refactor btrfs_add_delayed_data_ref()
Qu Wenruo
2019-04-29
1
-13
/
+10
*
btrfs: delayed-ref: Use btrfs_ref to refactor btrfs_add_delayed_tree_ref()
Qu Wenruo
2019-04-29
1
-18
/
+26
*
btrfs: extent-tree: Open-code process_func in __btrfs_mod_ref
Qu Wenruo
2019-04-29
1
-14
/
+16
*
btrfs: get fs_info from block group in btrfs_find_space_cluster
David Sterba
2019-04-29
1
-4
/
+2
*
btrfs: get fs_info from block group in load_free_space_cache
David Sterba
2019-04-29
1
-1
/
+1
*
btrfs: get fs_info from block group in lookup_free_space_inode
David Sterba
2019-04-29
1
-2
/
+2
*
btrfs: get fs_info from block group in pin_down_extent
David Sterba
2019-04-29
1
-7
/
+7
*
btrfs: get fs_info from block group in next_block_group
David Sterba
2019-04-29
1
-5
/
+5
*
Btrfs: remove no longer used function to run delayed refs asynchronously
Filipe Manana
2019-04-29
1
-85
/
+0
*
Btrfs: remove no longer used member num_dirty_bgs from transaction
Filipe Manana
2019-04-29
1
-1
/
+0
*
btrfs: get fs_info from trans in btrfs_write_out_cache
David Sterba
2019-04-29
1
-4
/
+2
*
btrfs: get fs_info from trans in create_free_space_inode
David Sterba
2019-04-29
1
-2
/
+1
*
btrfs: get fs_info from trans in btrfs_set_log_full_commit
David Sterba
2019-04-29
1
-1
/
+1
*
btrfs: get fs_info from trans in update_block_group
David Sterba
2019-04-29
1
-5
/
+5
*
btrfs: get fs_info from trans in btrfs_write_dirty_block_groups
David Sterba
2019-04-29
1
-2
/
+2
*
btrfs: get fs_info from trans in btrfs_setup_space_cache
David Sterba
2019-04-29
1
-2
/
+2
*
btrfs: get fs_info from trans in write_one_cache_group
David Sterba
2019-04-29
1
-7
/
+4
*
btrfs: Switch btrfs_trim_free_extents to find_first_clear_extent_bit
Nikolay Borisov
2019-04-29
1
-63
/
+28
*
btrfs: Optimize unallocated chunks discard
Nikolay Borisov
2019-04-29
1
-1
/
+56
*
btrfs: Factor out in_range macro
Nikolay Borisov
2019-04-29
1
-1
/
+0
*
btrfs: Remove 'trans' argument from find_free_dev_extent(_start)
Nikolay Borisov
2019-04-29
1
-33
/
+3
*
btrfs: replace pending/pinned chunks lists with io tree
Jeff Mahoney
2019-04-29
1
-28
/
+0
*
btrfs: Honour FITRIM range constraints during free space trim
Nikolay Borisov
2019-04-29
1
-6
/
+19
*
btrfs: get fs_info from eb in clean_tree_block
David Sterba
2019-04-29
1
-3
/
+3
*
btrfs: get fs_info from eb in btrfs_exclude_logged_extents
David Sterba
2019-04-29
1
-2
/
+2
*
Btrfs: remove no longer used 'sync' member from transaction handle
Filipe Manana
2019-04-29
1
-6
/
+0
*
btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block...
Nikolay Borisov
2019-03-19
1
-1
/
+1
*
btrfs: save drop_progress if we drop refs at all
Josef Bacik
2019-02-27
1
-6
/
+20
*
btrfs: check for refs on snapshot delete resume
Josef Bacik
2019-02-27
1
-1
/
+47
*
btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to b...
Qu Wenruo
2019-02-25
1
-3
/
+0
*
btrfs: use WARN_ON in a canonical form btrfs_remove_block_group
Nikolay Borisov
2019-02-25
1
-6
/
+3
*
btrfs: be more explicit about allowed flush states
Josef Bacik
2019-02-25
1
-11
/
+11
*
btrfs: loop in inode_rsv_refill
Josef Bacik
2019-02-25
1
-16
/
+47
*
btrfs: don't enospc all tickets on flush failure
Josef Bacik
2019-02-25
1
-20
/
+25
*
btrfs: don't use global reserve for chunk allocation
Josef Bacik
2019-02-25
1
-10
/
+16
*
btrfs: dump block_rsv details when dumping space info
Josef Bacik
2019-02-25
1
-0
/
+15
*
btrfs: check if there are free block groups for commit
Josef Bacik
2019-02-25
1
-12
/
+19
[next]