index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-29
btrfs: extent-tree: Open-code process_func in __btrfs_mod_ref
Qu Wenruo
1
-14
/
+16
2019-04-29
btrfs: get fs_info from block group in btrfs_find_space_cluster
David Sterba
1
-4
/
+2
2019-04-29
btrfs: get fs_info from block group in load_free_space_cache
David Sterba
1
-1
/
+1
2019-04-29
btrfs: get fs_info from block group in lookup_free_space_inode
David Sterba
1
-2
/
+2
2019-04-29
btrfs: get fs_info from block group in pin_down_extent
David Sterba
1
-7
/
+7
2019-04-29
btrfs: get fs_info from block group in next_block_group
David Sterba
1
-5
/
+5
2019-04-29
Btrfs: remove no longer used function to run delayed refs asynchronously
Filipe Manana
1
-85
/
+0
2019-04-29
Btrfs: remove no longer used member num_dirty_bgs from transaction
Filipe Manana
1
-1
/
+0
2019-04-29
btrfs: get fs_info from trans in btrfs_write_out_cache
David Sterba
1
-4
/
+2
2019-04-29
btrfs: get fs_info from trans in create_free_space_inode
David Sterba
1
-2
/
+1
2019-04-29
btrfs: get fs_info from trans in btrfs_set_log_full_commit
David Sterba
1
-1
/
+1
2019-04-29
btrfs: get fs_info from trans in update_block_group
David Sterba
1
-5
/
+5
2019-04-29
btrfs: get fs_info from trans in btrfs_write_dirty_block_groups
David Sterba
1
-2
/
+2
2019-04-29
btrfs: get fs_info from trans in btrfs_setup_space_cache
David Sterba
1
-2
/
+2
2019-04-29
btrfs: get fs_info from trans in write_one_cache_group
David Sterba
1
-7
/
+4
2019-04-29
btrfs: Switch btrfs_trim_free_extents to find_first_clear_extent_bit
Nikolay Borisov
1
-63
/
+28
2019-04-29
btrfs: Optimize unallocated chunks discard
Nikolay Borisov
1
-1
/
+56
2019-04-29
btrfs: Factor out in_range macro
Nikolay Borisov
1
-1
/
+0
2019-04-29
btrfs: Remove 'trans' argument from find_free_dev_extent(_start)
Nikolay Borisov
1
-33
/
+3
2019-04-29
btrfs: replace pending/pinned chunks lists with io tree
Jeff Mahoney
1
-28
/
+0
2019-04-29
btrfs: Honour FITRIM range constraints during free space trim
Nikolay Borisov
1
-6
/
+19
2019-04-29
btrfs: get fs_info from eb in clean_tree_block
David Sterba
1
-3
/
+3
2019-04-29
btrfs: get fs_info from eb in btrfs_exclude_logged_extents
David Sterba
1
-2
/
+2
2019-04-29
Btrfs: remove no longer used 'sync' member from transaction handle
Filipe Manana
1
-6
/
+0
2019-03-19
btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block...
Nikolay Borisov
1
-1
/
+1
2019-02-27
btrfs: save drop_progress if we drop refs at all
Josef Bacik
1
-6
/
+20
2019-02-27
btrfs: check for refs on snapshot delete resume
Josef Bacik
1
-1
/
+47
2019-02-25
btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to b...
Qu Wenruo
1
-3
/
+0
2019-02-25
btrfs: use WARN_ON in a canonical form btrfs_remove_block_group
Nikolay Borisov
1
-6
/
+3
2019-02-25
btrfs: be more explicit about allowed flush states
Josef Bacik
1
-11
/
+11
2019-02-25
btrfs: loop in inode_rsv_refill
Josef Bacik
1
-16
/
+47
2019-02-25
btrfs: don't enospc all tickets on flush failure
Josef Bacik
1
-20
/
+25
2019-02-25
btrfs: don't use global reserve for chunk allocation
Josef Bacik
1
-10
/
+16
2019-02-25
btrfs: dump block_rsv details when dumping space info
Josef Bacik
1
-0
/
+15
2019-02-25
btrfs: check if there are free block groups for commit
Josef Bacik
1
-12
/
+19
2019-02-25
btrfs: replace cleaner_delayed_iput_mutex with a waitqueue
Josef Bacik
1
-5
/
+8
2019-02-25
btrfs: Output ENOSPC debug info in inc_block_group_ro
Qu Wenruo
1
-2
/
+13
2019-02-25
btrfs: open code now trivial btrfs_set_lock_blocking
David Sterba
1
-7
/
+7
2019-02-25
btrfs: call btrfs_create_pending_block_groups unconditionally
Josef Bacik
1
-2
/
+1
2019-02-25
btrfs: Refactor shrink_delalloc
Nikolay Borisov
1
-11
/
+22
2019-01-18
btrfs: run delayed iputs before committing
Josef Bacik
1
-0
/
+9
2019-01-18
btrfs: handle delayed ref head accounting cleanup in abort
Josef Bacik
1
-7
/
+5
2018-12-17
btrfs: Fix typos in comments and strings
Andrea Gelmini
1
-11
/
+11
2018-12-17
btrfs: run delayed items before dropping the snapshot
Josef Bacik
1
-0
/
+4
2018-12-17
btrfs: catch cow on deleting snapshots
Josef Bacik
1
-0
/
+9
2018-12-17
btrfs: extent-tree: cleanup one-shot usage of @blocksize in do_walk_down
Qu Wenruo
1
-3
/
+1
2018-12-17
btrfs: rework btrfs_check_space_for_delayed_refs
Josef Bacik
1
-30
/
+18
2018-12-17
btrfs: add new flushing states for the delayed refs rsv
Josef Bacik
1
-0
/
+14
2018-12-17
btrfs: update may_commit_transaction to use the delayed refs rsv
Josef Bacik
1
-9
/
+15
2018-12-17
btrfs: introduce delayed_refs_rsv
Josef Bacik
1
-16
/
+195
[prev]
[next]