Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
51bce5bc38bdb79c0f7ab33f1fe91a68ef1afa77
/
fs
/
btrfs
/
extent-tree.c
« Previous
b9fd47c
btrfs: cleanup: remove no-used alloc_chunk in btrfs_check_data_free_space()
by Zhao Lei
· 10 years ago
01d5847
Btrfs: disk-io: replace root args iff only fs_info used
by Daniel Dressler
· 10 years ago
3d84be7
Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block group
by Forrest Liu
· 10 years ago
dcab6a3
Btrfs: account for large extents with enospc
by Josef Bacik
· 10 years ago
2f08108
btrfs: delete chunk allocation attemp when setting block group ro
by Shaohua Li
· 10 years ago
d4b450c
Btrfs: fix race between transaction commit and empty block group removal
by Filipe Manana
· 10 years ago
26455d3
Btrfs: cleanup unused run_most
by Liu Bo
· 10 years ago
6e9606d
Btrfs: add ref_count and free function for btrfs_bio
by Zhao Lei
· 10 years ago
6219872
Btrfs: lookup for block group only if needed when freeing a tree block
by Filipe Manana
· 10 years ago
57bbddd
Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus
by Chris Mason
· 10 years ago
ce93ec5
Btrfs: track dirty block groups on their own list
by Josef Bacik
· 10 years ago
75c68e9
Btrfs: fix race deleting block group from space_info->ro_bgs list
by Filipe Manana
· 10 years ago
df95e7f
Btrfs: abort transaction if we don't find the block group
by Josef Bacik
· 10 years ago
a83fffb
btrfs: sink blocksize parameter to btrfs_find_create_tree_block
by David Sterba
· 10 years ago
fe86457
btrfs: sink blocksize parameter to btrfs_init_new_buffer
by David Sterba
· 10 years ago
d3e46fe
btrfs: sink blocksize parameter to readahead_tree_block
by David Sterba
· 10 years ago
1edb647b
Btrfs: remove non-sense btrfs_error_discard_extent() function
by Filipe Manana
· 10 years ago
678886b
Btrfs: fix fs corruption on transaction abort if device supports discard
by Filipe Manana
· 10 years ago
01eacb2
Btrfs: always clear a block group node when removing it from the tree
by Filipe Manana
· 10 years ago
cb83b7b
Btrfs: make get_caching_control unconditionally return the ctl
by Josef Bacik
· 10 years ago
8dbcd10
Btrfs: fix unprotected deletion from pending_chunks list
by Filipe Manana
· 10 years ago
495e64f
Btrfs: fix fs mapping extent map leak
by Filipe Manana
· 10 years ago
c92f6be
Btrfs: make btrfs_abort_transaction consider existence of new block groups
by Filipe Manana
· 10 years ago
0421682
Btrfs: fix race between fs trimming and block group remove/allocation
by Filipe Manana
· 10 years ago
ae0ab00
Btrfs: fix freeing used extents after removing empty block group
by Filipe Manana
· 10 years ago
4f69cb9
Btrfs: fix crash caused by block group removal
by Filipe Manana
· 10 years ago
292cbd5
Btrfs: fix invalid block group rbtree access after bg is removed
by Filipe Manana
· 10 years ago
9ea24bb
Btrfs: fix snapshot inconsistency after a file write followed by truncate
by Filipe Manana
· 10 years ago
758eb51
Btrfs: fix freeing used extent after removing empty block group
by Filipe Manana
· 10 years ago
633c0aa
Btrfs: move read only block groups onto their own list V2
by Josef Bacik
· 10 years ago
4f4274a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
d05a2b4
Btrfs: fix race that makes btrfs_lookup_extent_info miss skinny extent items
by Filipe Manana
· 10 years ago
1a4ed8f
Btrfs: fix invalid leaf slot access in btrfs_lookup_extent()
by Filipe Manana
· 10 years ago
90d0c37
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
0ec31a6
Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus
by Chris Mason
· 10 years ago
27b19cc
Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus
by Chris Mason
· 10 years ago
bbf65cf
Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus
by Chris Mason
· 10 years ago
656f30d
Btrfs: be aware of btree inode write errors to avoid fs corruption
by Filipe Manana
· 10 years ago
fccb84c
btrfs: move checks for DUMMY_ROOT into a helper
by David Sterba
· 10 years ago
4d75f8a
btrfs: remove blocksize from btrfs_alloc_free_block and rename
by David Sterba
· 10 years ago
0308af4
btrfs: remove unused parameter blocksize from btrfs_find_tree_block
by David Sterba
· 10 years ago
ce86cd5
btrfs: remove parameter blocksize from read_tree_block
by David Sterba
· 10 years ago
6197d86
btrfs: return void from readahead_tree_block
by David Sterba
· 10 years ago
58dc4ce
btrfs: remove unused parameter from readahead_tree_block
by David Sterba
· 10 years ago
ee39b43
btrfs: remove unlikely from data-dependent branches and slow paths
by David Sterba
· 10 years ago
d06efeb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18
by Tejun Heo
· 10 years ago
f6acfd5
Btrfs: don't do async reclaim during log replay
by Josef Bacik
· 10 years ago
47ab2a6
Btrfs: remove empty block groups automatically
by Josef Bacik
· 10 years ago
2196d6e
Btrfs: Fix misuse of chunk mutex
by Miao Xie
· 10 years ago
25ce459
Btrfs: fix loop writing of async reclaim
by Liu Bo
· 10 years ago
4e54b17
btrfs: clean away stripe_align helper
by David Sterba
· 10 years ago
707e8a0
btrfs: use nodesize everywhere, kill leafsize
by David Sterba
· 10 years ago
962a298
btrfs: kill the key type accessor helpers
by David Sterba
· 10 years ago
908c7f1
percpu_counter: add @gfp to percpu_counter_init()
by Tejun Heo
· 10 years ago
9e0af23
Btrfs: fix task hang under heavy compressed write
by Liu Bo
· 10 years ago
9566997
Btrfs: don't consider the missing device when allocating new chunks
by Miao Xie
· 10 years ago
1152651
btrfs: qgroup: account shared subtrees during snapshot delete
by Mark Fasheh
· 10 years ago
e339a6b
Btrfs: __btrfs_mod_ref should always use no_quota
by Josef Bacik
· 10 years ago
d288db5
Btrfs: fix race of using total_bytes_pinned
by Liu Bo
· 10 years ago
e570fd2
Btrfs: fix broken free space cache after the system crashed
by Miao Xie
· 10 years ago
c189544
btrfs: allocate raid type kobjects dynamically
by Jeff Mahoney
· 10 years ago
a79b7d4
Btrfs: async delayed refs
by Chris Mason
· 10 years ago
351fd35
btrfs: remove stale newlines from log messages
by David Sterba
· 10 years ago
faa2dbf
Btrfs: add sanity tests for new qgroup accounting code
by Josef Bacik
· 10 years ago
fcebe45
Btrfs: rework qgroup accounting
by Josef Bacik
· 10 years ago
f017f15
Btrfs: fix joining same transaction handle more than twice
by Wang Shilong
· 11 years ago
995946d
Btrfs: use helpers for last_trans_log_full_commit instead of opencode
by Miao Xie
· 11 years ago
27cdeb7
Btrfs: use bitfield instead of integer data type for the some variants in btrfs_root
by Miao Xie
· 11 years ago
21c7e75
Btrfs: reclaim the reserved metadata space at background
by Miao Xie
· 10 years ago
f8213bd
Btrfs: correctly set profile flags on seqlock retry
by Filipe Manana
· 11 years ago
9ce49a0
Btrfs: use correct key when repeating search for extent item
by Filipe Manana
· 11 years ago
c4a050b
Btrfs: abort the transaction when we don't find our extent ref
by Josef Bacik
· 11 years ago
ed55b6a
btrfs: fix lockdep warning with reclaim lock inversion
by Jeff Mahoney
· 11 years ago
9e351cc
Btrfs: remove transaction from send
by Josef Bacik
· 11 years ago
573a075
Btrfs: check for an extent_op on the locked ref
by Josef Bacik
· 11 years ago
6c255e6
Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lock
by Miao Xie
· 11 years ago
24af7dd
Btrfs: reclaim delalloc metadata more aggressively
by Miao Xie
· 11 years ago
0424c54
Btrfs: remove unnecessary lock in may_commit_transaction()
by Miao Xie
· 11 years ago
8257b2d
Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolume
by Miao Xie
· 11 years ago
d458b05
btrfs: Cleanup the "_struct" suffix in btrfs_workequeue
by Qu Wenruo
· 11 years ago
e66f0bb
btrfs: Replace fs_info->cache_workers workqueue with btrfs_workqueue.
by Qu Wenruo
· 11 years ago
27a377d
Btrfs: don't loop forever if we can't run because of the tree mod log
by Josef Bacik
· 11 years ago
cf93da7
Btrfs: fix spin_unlock in check_ref_cleanup
by Chris Mason
· 11 years ago
89d4346
Btrfs: fix wrong block group in trace during the free space allocation
by Miao Xie
· 11 years ago
215a63d
Btrfs: cleanup the code of used_block_group in find_free_extent()
by Miao Xie
· 11 years ago
920e4a5
Btrfs: cleanup the redundant code for the block group allocation and init
by Miao Xie
· 11 years ago
14a958e
Btrfs: fix btrfs boot when compiled as built-in
by Filipe David Borba Manana
· 11 years ago
0a2b2a8
Btrfs: throttle delayed refs better
by Josef Bacik
· 11 years ago
d7df2c7
Btrfs: attach delayed ref updates to delayed ref heads
by Josef Bacik
· 11 years ago
90515e7
Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot()
by Wang Shilong
· 11 years ago
1750458
Btrfs: return free space to global_rsv as much as possible
by Liu Bo
· 11 years ago
c9ea7b2
Btrfs: stop caching thread if extent_commit_sem is contended
by Josef Bacik
· 11 years ago
efe120a
Btrfs: convert printk to btrfs_ and fix BTRFS prefix
by Frank Holton
· 11 years ago
536cd96
Btrfs: fix double initialization of the raid kobject
by Miao Xie
· 11 years ago
1b8e5df
btrfs: fix static checker warnings
by Jeff Mahoney
· 11 years ago
4b447bf
btrfs: remove unused variable from find_free_extent
by Valentina Giusti
· 11 years ago
6ab0a20
btrfs: publish allocation data in sysfs
by Jeff Mahoney
· 11 years ago
c46effa
Btrfs: introduce a head ref rbtree
by Liu Bo
· 11 years ago
639eefc
Btrfs: don't miss skinny extent items on delayed ref head contention
by Filipe David Borba Manana
· 11 years ago
91aef86
Btrfs: rename btrfs_start_all_delalloc_inodes
by Miao Xie
· 11 years ago
Next »