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
2018-10-19
btrfs: fix insert_reserved error handling
Josef Bacik
1
-8
/
+4
2018-10-19
btrfs: don't use ctl->free_space for max_extent_size
Josef Bacik
1
-2
/
+5
2018-10-19
btrfs: reset max_extent_size properly
Josef Bacik
1
-0
/
+2
2018-10-17
Btrfs: fix deadlock when writing out free space caches
Filipe Manana
1
-10
/
+6
2018-10-15
btrfs: remove fs_info from btrfs_should_throttle_delayed_refs
Lu Fengqi
1
-3
/
+2
2018-10-15
btrfs: remove fs_info from btrfs_check_space_for_delayed_refs
Lu Fengqi
1
-3
/
+3
2018-10-15
btrfs: delayed-ref: pass delayed_refs directly to btrfs_delayed_ref_lock
Lu Fengqi
1
-1
/
+1
2018-10-15
btrfs: delayed-ref: pass delayed_refs directly to btrfs_select_ref_head
Lu Fengqi
1
-1
/
+1
2018-10-15
btrfs: make sure we create all new block groups
Josef Bacik
1
-2
/
+5
2018-10-15
btrfs: qgroup: Don't trace subtree if we're dropping reloc tree
Qu Wenruo
1
-1
/
+7
2018-10-15
btrfs: refactor __btrfs_run_delayed_refs loop
Nikolay Borisov
1
-80
/
+28
2018-10-15
btrfs: Factor out loop processing all refs of a head
Nikolay Borisov
1
-0
/
+77
2018-10-15
btrfs: Factor out ref head locking code in __btrfs_run_delayed_refs
Nikolay Borisov
1
-17
/
+36
2018-10-15
Btrfs: delayed-refs: use rb_first_cached for ref_tree
Liu Bo
1
-6
/
+7
2018-10-15
Btrfs: delayed-refs: use rb_first_cached for href_root
Liu Bo
1
-3
/
+3
2018-10-15
btrfs: wait on caching when putting the bg cache
Josef Bacik
1
-0
/
+1
2018-10-15
btrfs: keep trim from interfering with transaction commits
Jeff Mahoney
1
-8
/
+17
2018-10-15
btrfs: don't attempt to trim devices that don't support it
Jeff Mahoney
1
-0
/
+4
2018-10-15
btrfs: iterate all devices during trim, instead of fs_devices::alloc_list
Jeff Mahoney
1
-2
/
+2
2018-10-15
btrfs: Ensure btrfs_trim_fs can trim the whole filesystem
Qu Wenruo
1
-9
/
+1
2018-10-15
btrfs: Enhance btrfs_trim_fs function to handle error better
Qu Wenruo
1
-11
/
+38
2018-10-15
btrfs: remove redundant variable from btrfs_cross_ref_exist
Misono Tomohiro
1
-11
/
+2
2018-10-15
Btrfs: remove confusing tracepoint in btrfs_add_reserved_bytes
Liu Bo
1
-4
/
+0
2018-10-15
btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlock
Qu Wenruo
1
-0
/
+13
2018-10-15
btrfs: Handle owner mismatch gracefully when walking up tree
Qu Wenruo
1
-6
/
+12
2018-10-15
btrfs: change btrfs_free_reserved_bytes to return void
zhong jiang
1
-4
/
+2
2018-10-15
btrfs: Remove 'objectid' member from struct btrfs_root
Misono Tomohiro
1
-1
/
+1
2018-10-15
btrfs: remove a useless return statement in btrfs_block_rsv_add
Lu Fengqi
1
-3
/
+1
2018-10-15
btrfs: switch update_size to bool in btrfs_block_rsv_migrate and btrfs_rsv_ad...
Lu Fengqi
1
-8
/
+8
2018-08-23
btrfs: fix qgroup_free wrong num_bytes in btrfs_subvolume_reserve_metadata
Lu Fengqi
1
-9
/
+8
2018-08-06
btrfs: Verify that every chunk has corresponding block group at mount time
Qu Wenruo
1
-1
/
+57
2018-08-06
btrfs: Check that each block group has corresponding chunk at mount time
Qu Wenruo
1
-1
/
+27
2018-08-06
btrfs: extent-tree: Remove unused __btrfs_free_block_rsv
Misono Tomohiro
1
-5
/
+0
2018-08-06
btrfs: Remove fs_info from btrfs_del_root
Lu Fengqi
1
-1
/
+1
2018-08-06
btrfs: extent-tree: remove unused member walk_control::for_reloc
David Sterba
1
-3
/
+0
2018-08-06
btrfs: don't leak ret from do_chunk_alloc
Josef Bacik
1
-1
/
+1
2018-08-06
btrfs: Remove fs_info from btrfs_finish_chunk_alloc
Nikolay Borisov
1
-4
/
+2
2018-08-06
btrfs: extent-tree: Remove dead alignment check
Qu Wenruo
1
-2
/
+1
2018-08-06
btrfs: refactor block group replication factor calculation to a helper
David Sterba
1
-28
/
+8
2018-08-06
btrfs: qgroup: Drop root parameter from btrfs_qgroup_trace_subtree
Lu Fengqi
1
-1
/
+1
2018-08-06
btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_leaf_items
Lu Fengqi
1
-1
/
+1
2018-08-06
btrfs: Use btrfs_mark_bg_unused to replace open code
Qu Wenruo
1
-19
/
+17
2018-08-06
btrfs: Rewrite retry logic in do_chunk_alloc
Nikolay Borisov
1
-37
/
+37
2018-08-06
btrfs: use customized batch size for total_bytes_pinned
Ethan Lien
1
-15
/
+24
2018-08-06
btrfs: simplify pointer chasing of local fs_info variables
David Sterba
1
-3
/
+3
2018-08-06
btrfs: annotate unlikely branches after V0 extent type removal
David Sterba
1
-4
/
+4
2018-08-06
btrfs: Add graceful handling of V0 extents
Nikolay Borisov
1
-4
/
+35
2018-08-06
btrfs: Remove V0 extent support
Nikolay Borisov
1
-208
/
+1
2018-08-06
btrfs: return EUCLEAN if extent_inline_ref type is invalid
Su Yue
1
-1
/
+1
2018-08-06
btrfs: Don't remove block group that still has pinned down bytes
Qu Wenruo
1
-1
/
+1
[next]