Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2f453ed4038526172292fb3250b638b3782c7f2b
/
fs
/
btrfs
/
ctree.c
« Previous
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
· 13 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
· 13 years ago
5581a51
Btrfs: don't set for_cow parameter for tree block functions
by Jan Schmidt
· 13 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
79787ea
btrfs: replace many BUG_ONs with proper error handling
by Jeff Mahoney
· 13 years ago
305a26a
btrfs: Go readonly on tree errors in balance_level
by Mark Fasheh
· 13 years ago
b68dc2a
btrfs: Don't BUG_ON errors from update_ref_for_cow()
by Mark Fasheh
· 13 years ago
e5df957
btrfs: Go readonly on bad extent refs in update_ref_for_cow()
by Mark Fasheh
· 13 years ago
be1a556
btrfs: Don't BUG_ON() errors in update_ref_for_cow()
by Mark Fasheh
· 13 years ago
143bede
btrfs: return void in functions without error conditions
by Jeff Mahoney
· 13 years ago
66d7e7f
Btrfs: mark delayed refs as for cow
by Arne Jansen
· 13 years ago
f1ebcc7
Btrfs: fix tree corruption after multi-thread snapshots and inode_cache flush
by Liu Bo
· 13 years ago
a05a9bb
Btrfs: fix array bound checking
by Li Zefan
· 13 years ago
31533fb
Btrfs: remove lockdep magic from btrfs_next_leaf
by Chris Mason
· 13 years ago
bd68151
Btrfs: switch the btrfs tree locks to reader/writer
by Chris Mason
· 13 years ago
a659171
Btrfs: stop using highmem for extent_buffers
by Chris Mason
· 13 years ago
25b8b93
Btrfs: don't map extent buffer if path->skip_locking is set
by Josef Bacik
· 13 years ago
ff5714c
Merge branch 'for-chris' of
by Chris Mason
· 13 years ago
d6c0cb3
Merge branch 'cleanups_and_fixes' into inode_numbers
by Chris Mason
· 14 years ago
1cd3079
Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_extend_item
by Tsutomu Itoh
· 14 years ago
026fd31
Btrfs: don't always do readahead
by Josef Bacik
· 14 years ago
7e2355b
Btrfs: don't look at the extent buffer level 3 times in a row
by Josef Bacik
· 14 years ago
cb25c2e
Btrfs: map the node block when looking for readahead targets
by Josef Bacik
· 14 years ago
945d896
Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers
by Chris Mason
· 14 years ago
16cdcec
btrfs: implement delayed inode items operation
by Miao Xie
· 14 years ago
b3b4aa7
btrfs: drop unused parameter from btrfs_release_path
by David Sterba
· 14 years ago
62a45b6
btrfs: make functions static when possible
by David Sterba
· 14 years ago
edc95ae
btrfs: remove nested duplicate variable declarations
by David Sterba
· 14 years ago
97d9a8a
Btrfs: check return value of read_tree_block()
by Tsutomu Itoh
· 14 years ago
db5b493
Btrfs: cleanup some BUG_ON()
by Tsutomu Itoh
· 14 years ago
1abe9b8
Btrfs: add initial tracepoint support for btrfs
by liubo
· 14 years ago
240f62c
Btrfs: use RCU instead of a spinlock to protect the root node
by Chris Mason
· 14 years ago
a826d6d
Btrfs: check items for correctness as we search
by Josef Bacik
· 14 years ago
91ca338
btrfs: check NULL or not
by Tsutomu Itoh
· 14 years ago
ff175d5
btrfs: Don't pass NULL ptr to func that may deref it.
by Jesper Juhl
· 14 years ago
559af82
Btrfs: cleanup warnings from gcc 4.6 (nonbugs)
by Andi Kleen
· 14 years ago
cb44921
Btrfs: don't loop forever on bad btree blocks
by Chris Mason
· 14 years ago
99d8f83
Btrfs: fix split_leaf double split corner case
by Chris Mason
· 14 years ago
5bdd353
Btrfs: Fix block generation verification race
by Yan, Zheng
· 14 years ago
3fd0a55
Btrfs: Metadata ENOSPC handling for balance
by Yan, Zheng
· 15 years ago
f0486c6
Btrfs: Introduce contexts for metadata reservation
by Yan, Zheng
· 15 years ago
795d580
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 15 years ago
109f6ae
Btrfs: add check for changed leaves in setup_leaf_for_split
by Chris Mason
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
86b9f2e
Btrfs: Fix per root used space accounting
by Yan, Zheng
· 15 years ago
ad48fd75
Btrfs: Add btrfs_duplicate_item
by Yan, Zheng
· 15 years ago
a571952
Btrfs: check size of inode backref before adding hardlink
by Yan, Zheng
· 15 years ago
d717aa1
Btrfs: Avoid delayed reference update looping
by Yan Zheng
· 15 years ago
0a4eefb
Btrfs: Fix ordering of key field checks in btrfs_previous_item
by Yan Zheng
· 15 years ago
20736ab
Btrfs: Remove code duplication in comp_keys
by Diego Calleja
· 15 years ago
33c66f4
Btrfs: fix locking issue in btrfs_find_next_key
by Yan Zheng
· 15 years ago
e457afe
Btrfs: fix double increment of path->slots[0] in btrfs_next_leaf
by Yan Zheng
· 15 years ago
cfbb930
Btrfs: balance btree more often
by Chris Mason
· 16 years ago
b361242
Btrfs: stop avoiding balancing at the end of the transaction.
by Chris Mason
· 16 years ago
5d4f98a
Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)
by Yan Zheng
· 15 years ago
76a05b3
Btrfs: Don't loop forever on metadata IO failures
by Chris Mason
· 16 years ago
8c594ea
Btrfs: use the right node in reada_for_balance
by Chris Mason
· 16 years ago
c293498
Btrfs: BUG to BUG_ON changes
by Stoyan Gaydarov
· 16 years ago
8e73f27
Btrfs: Optimize locking in btrfs_next_leaf()
by Chris Mason
· 16 years ago
c8c4286
Btrfs: break up btrfs_search_slot into smaller pieces
by Chris Mason
· 16 years ago
a4b6e07
Btrfs: limit balancing work while flushing delayed refs
by Chris Mason
· 16 years ago
b947343
Btrfs: leave btree locks spinning more often
by Chris Mason
· 16 years ago
44871b1
Btrfs: reduce stack usage in some crucial tree balancing functions
by Chris Mason
· 16 years ago
56bec29
Btrfs: do extent allocation and reference count updates in the background
by Chris Mason
· 16 years ago
9fa8cfe
Btrfs: don't preallocate metadata blocks during btrfs_search_slot
by Chris Mason
· 16 years ago
b9447ef
Btrfs: fix spinlock assertions on UP systems
by Chris Mason
· 16 years ago
4008c04
Btrfs: make a lockdep class for the extent buffer locks
by Chris Mason
· 16 years ago
e00f730
Btrfs: remove btrfs_init_path
by Jeff Mahoney
· 16 years ago
7951f3c
Btrfs: balance_level checks !child after access
by Jeff Mahoney
· 16 years ago
284b066
Btrfs: don't use spin_is_contended
by Chris Mason
· 16 years ago
7b78c17
Btrfs: Only prep for btree deletion balances when nodes are mostly empty
by Chris Mason
· 16 years ago
12f4dac
Btrfs: fix btrfs_unlock_up_safe to walk the entire path
by Chris Mason
· 16 years ago
4d081c4
Btrfs: change btrfs_del_leaf to drop locks earlier
by Chris Mason
· 16 years ago
b4ce94d
Btrfs: Change btree locking to use explicit blocking points
by Chris Mason
· 16 years ago
c487685
Btrfs: hash_lock is no longer needed
by Chris Mason
· 16 years ago
a717531
Btrfs: do less aggressive btree readahead
by Chris Mason
· 16 years ago
d397712
Btrfs: Fix checkpatch.pl warnings
by Chris Mason
· 16 years ago
87b29b2
Btrfs: properly check free space for tree balancing
by Yan Zheng
· 16 years ago
42dc7ba
Btrfs: Fix compressed writes on truncated pages
by Chris Mason
· 16 years ago
459931e
Btrfs: Delete csum items when freeing extents
by Chris Mason
· 16 years ago
934d375
Btrfs: Use map_private_extent_buffer during generic_bin_search
by Chris Mason
· 16 years ago
b295086
Btrfs: make things static and include the right headers
by Christoph Hellwig
· 16 years ago
b4eec2c
Btrfs: Some fixes for batching extent insert.
by Liu Hui
· 16 years ago
Next »