Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4ff36ee94d93ddb4b7846177f1118d9aa33408e2
/
fs
/
btrfs
/
ctree.c
6787125
btrfs: Fix checkpatch.pl warning of spacing issues
by Dulshani Gunawardhana
· 11 years ago
fae7f21
btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)
by Dulshani Gunawardhana
· 11 years ago
e8b0d72
Btrfs: fix btrfs_prev_leaf() previous key computation
by Filipe David Borba Manana
· 11 years ago
498456d
Btrfs: kill unused code in btrfs_search_forward
by Liu Bo
· 11 years ago
6174d3c
Btrfs: remove unused max_key arg from btrfs_search_forward
by Filipe David Borba Manana
· 11 years ago
0a4e558
btrfs: remove unused parameter from btrfs_header_fsid
by Ross Kirk
· 11 years ago
d4b4087
Btrfs: do a full search everytime in btrfs_search_old_slot
by Josef Bacik
· 11 years ago
dd3cc16
btrfs: drop unused parameter from btrfs_item_nr
by Ross Kirk
· 11 years ago
83d4cfd
Btrfs: fixup error handling in btrfs_reloc_cow
by Josef Bacik
· 11 years ago
d7396f0
Btrfs: optimize key searches in btrfs_search_slot
by Filipe David Borba Manana
· 11 years ago
b308bc2
Btrfs: Make btrfs_header_chunk_tree_uuid() return unsigned long
by Geert Uytterhoeven
· 11 years ago
fba6aa7
Btrfs: Make btrfs_header_fsid() return unsigned long
by Geert Uytterhoeven
· 11 years ago
c1c9ff7
Btrfs: Remove superfluous casts from u64 to unsigned long long
by Geert Uytterhoeven
· 11 years ago
35a3621
Btrfs: get rid of sparse warnings
by Stefan Behrens
· 11 years ago
ba5e8f2
Btrfs: fix send issues related to inode number reuse
by Josef Bacik
· 11 years ago
9ec7267
Btrfs: stop using GFP_ATOMIC when allocating rewind ebs
by Josef Bacik
· 11 years ago
db7f343
Btrfs: deal with enomem in the rewind path
by Josef Bacik
· 11 years ago
c8cc634
Btrfs: stop using GFP_ATOMIC for the tree mod log allocations
by Josef Bacik
· 11 years ago
b5b9b5b
Btrfs: fix extent buffer leak after backref walking
by Liu Bo
· 11 years ago
7fb7d76f
Btrfs: only do the tree_mod_log_free_eb if this is our last ref
by Josef Bacik
· 11 years ago
f1ca7e98
Btrfs: hold the tree mod lock in __tree_mod_log_rewind
by Josef Bacik
· 11 years ago
0b08851
Btrfs: optimize reada_for_balance
by Josef Bacik
· 11 years ago
bdf7c00
Btrfs: optimize read_block_for_search
by Josef Bacik
· 11 years ago
33157e0
Btrfs: check if leaf's parent exists before pushing items around
by Liu Bo
· 11 years ago
fdd99c7
Btrfs: dont do log_removal in insert_new_root
by Liu Bo
· 11 years ago
8f69dbd
Btrfs: fix a comment
by Stefan Behrens
· 12 years ago
b1c79e0
Btrfs: handle running extent ops with skinny metadata
by Josef Bacik
· 12 years ago
48a3b63
btrfs: make static code static & remove dead code
by Eric Sandeen
· 12 years ago
fc36ed7e
Btrfs: separate sequence numbers for delayed ref tracking and tree mod log
by Jan Schmidt
· 12 years ago
416bc65
Btrfs: fix all callers of read_tree_block
by Josef Bacik
· 12 years ago
4b90c68
Btrfs: remove unused argument of btrfs_extend_item()
by Tsutomu Itoh
· 12 years ago
afe5fea
Btrfs: cleanup of function where fixup_low_keys() is called
by Tsutomu Itoh
· 12 years ago
d6a0a12
Btrfs: remove unused argument of fixup_low_keys()
by Tsutomu Itoh
· 12 years ago
47fb091
Btrfs: fix unlock after free on rewinded tree blocks
by Jan Schmidt
· 12 years ago
30b0463
Btrfs: fix accessing the root pointer in tree mod log functions
by Jan Schmidt
· 12 years ago
90f8d62
Btrfs: fix tree mod log regression on root split operations
by Jan Schmidt
· 12 years ago
09a2a8f9
Btrfs: fix bad extent logging
by Josef Bacik
· 12 years ago
3173a18
Btrfs: add a incompatible format change for smaller metadata extent refs
by Josef Bacik
· 12 years ago
d9abbf1
Btrfs: fix locking on ROOT_REPLACE operations in tree mod log
by Jan Schmidt
· 12 years ago
de78b51
btrfs: remove cache only arguments from defrag path
by Eric Sandeen
· 12 years ago
1c697d4
btrfs: annotate intentional switch case fallthroughs
by Eric Sandeen
· 12 years ago
2a745b1
Btrfs: fix crash in log replay with qgroups enabled
by Arne Jansen
· 12 years ago
57ba86c
Revert "Btrfs: reorder tree mod log operations in deleting a pointer"
by Chris Mason
· 12 years ago
4c3e696
Revert "Btrfs: MOD_LOG_KEY_REMOVE_WHILE_MOVING never change node's nritems"
by Chris Mason
· 12 years ago
5124e00
Btrfs: only unlock and relock if we have to
by Josef Bacik
· 12 years ago
41be1f3
Btrfs: optimize leaf_space_used
by Josef Bacik
· 12 years ago
70c8a91
Btrfs: log changed inodes based on the extent map tree
by Josef Bacik
· 12 years ago
d6393786
Btrfs: add path->really_keep_locks
by Josef Bacik
· 12 years ago
5f3ab90
Btrfs: rename root_times_lock to root_item_lock
by Anand Jain
· 12 years ago
6c1500f
fs/btrfs: drop if around WARN_ON
by Julia Lawall
· 12 years ago
31b1a2b
fs/btrfs: use WARN
by Julia Lawall
· 12 years ago
32adf09
Btrfs: cleanup unused arguments
by Liu Bo
· 12 years ago
0e411ec
Btrfs: kill unnecessary arguments in del_ptr
by Liu Bo
· 12 years ago
6a7a665
Btrfs: reorder tree mod log operations in deleting a pointer
by Liu Bo
· 12 years ago
95c80bb
Btrfs: MOD_LOG_KEY_REMOVE_WHILE_MOVING never change node's nritems
by Liu Bo
· 12 years ago
7bfdcf7
Btrfs: fix memory leak when cloning root's node
by Liu Bo
· 12 years ago
01763a2
Btrfs: comment for loop in tree_mod_log_insert_move
by Jan Schmidt
· 12 years ago
d638108
Btrfs: fix extent buffer reference for tree mod log roots
by Jan Schmidt
· 12 years ago
5b6602e
Btrfs: determine level of old roots
by Jan Schmidt
· 12 years ago
834328a
Btrfs: tree mod log's old roots could still be part of the tree
by Jan Schmidt
· 12 years ago
ba1bfbd
Btrfs: fix a tree mod logging issue for root replacement operations
by Jan Schmidt
· 12 years ago
57911b8
Btrfs: don't put removals from push_node_left into tree mod log twice
by Jan Schmidt
· 12 years ago
8d1a131
btrfs: remove unused function btrfs_insert_some_items()
by Robin Dong
· 12 years ago
74dd17f
Btrfs: fix btrfs send for inline items and compression
by Chris Mason
· 12 years ago
b12a3b1
Btrfs: don't run __tree_mod_log_free_eb on leaves
by Chris Mason
· 12 years ago
1fa11e2
Btrfs: fix deadlock in wait_for_more_refs
by Arne Jansen
· 12 years ago
113c1cb
Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linus
by Chris Mason
· 12 years ago
7069830
Btrfs: add btrfs_compare_trees function
by Alexander Block
· 12 years ago
e679376
Btrfs: add helper for tree enumeration
by Arne Jansen
· 13 years ago
2f38b3e
Btrfs: add helper for tree enumeration
by Arne Jansen
· 13 years ago
097b8a7
Btrfs: join tree mod log code with the code holding back delayed refs
by Jan Schmidt
· 12 years ago
cf53883
Btrfs: fix buffer leak in btrfs_next_old_leaf
by Jan Schmidt
· 12 years ago
d42244a
Btrfs: resolve tree mod log locking issue in btrfs_next_leaf
by Jan Schmidt
· 12 years ago
19956c7
Btrfs: fix tree mod log rewind of ADD operations
by Jan Schmidt
· 12 years ago
c3e0696
Btrfs: always put insert_ptr modifications into the tree mod log
by Jan Schmidt
· 12 years ago
28da9fb
Btrfs: fix tree mod log for root replacements at leaf level
by Jan Schmidt
· 12 years ago
4325edd
Btrfs: init old_generation in get_old_root
by Chris Mason
· 12 years ago
3310c36
Btrfs: fix race in tree mod log addition
by Jan Schmidt
· 12 years ago
3d7806e
Btrfs: add btrfs_next_old_leaf
by Jan Schmidt
· 12 years ago
a95236d
Btrfs: fix return value for __tree_mod_log_oldest_root
by Jan Schmidt
· 12 years ago
8ba97a1
Btrfs: use btrfs_read_lock_root_node in get_old_root
by Jan Schmidt
· 12 years ago
4d5a056
Btrfs: remove call to btrfs_header_nritems with no effect
by Jan Schmidt
· 13 years ago
1e20932
Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-linus
by Chris Mason
· 12 years ago
c319310
Btrfs: fix tree mod log rewinded level and rewinding of moved keys
by Jan Schmidt
· 12 years ago
f395694
Btrfs: fix tree mod log del_ptr
by Jan Schmidt
· 12 years ago
e9b7fd4
Btrfs: add tree_mod_dont_log helper
by Jan Schmidt
· 12 years ago
926dd8a
Btrfs: add missing spin_lock for insertion into tree mod log
by Jan Schmidt
· 12 years ago
018642a
Btrfs: return value of btrfs_read_buffer is checked correctly
by Tsutomu Itoh
· 12 years ago
5d9e75c4
Btrfs: add btrfs_search_old_slot
by Jan Schmidt
· 12 years ago
f3ea38d
Btrfs: add del_ptr and insert_ptr modifications to the tree mod log
by Jan Schmidt
· 12 years ago
f230475
Btrfs: put all block modifications into the tree mod log
by Jan Schmidt
· 12 years ago
bd989ba
Btrfs: add tree modification log functions
by Jan Schmidt
· 12 years ago
5581a51
Btrfs: don't set for_cow parameter for tree block functions
by Jan Schmidt
· 12 years ago
f775738
btrfs/ctree.c: remove the unnecessary 'return -1;' at the end of bin_search
by Wang Sheng-Hui
· 13 years ago
b9fab91
Btrfs: avoid sleeping in verify_parent_transid while atomic
by Chris Mason
· 13 years ago
e5846fc
Btrfs: Add properly locking around add_root_to_dirty_list
by Chris Mason
· 13 years ago
1d4284b
Merge branch 'error-handling' into for-linus
by Chris Mason
· 13 years ago
f7c79f3
Btrfs: adjust the write_lock_level as we unlock
by Chris Mason
· 13 years ago
cfed81a
Btrfs: add the ability to cache a pointer into the eb
by Chris Mason
· 13 years ago
3083ee2
Btrfs: introduce free_extent_buffer_stale
by Josef Bacik
· 13 years ago
Next »