index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2015-02-19
1
-145
/
+105
|
\
|
*
Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block group
Forrest Liu
2015-02-14
1
-1
/
+2
|
*
Btrfs: account for large extents with enospc
Josef Bacik
2015-02-14
1
-5
/
+11
|
*
btrfs: delete chunk allocation attemp when setting block group ro
Shaohua Li
2015-02-02
1
-8
/
+5
|
*
Btrfs: fix race between transaction commit and empty block group removal
Filipe Manana
2015-02-02
1
-1
/
+20
|
*
Btrfs: cleanup unused run_most
Liu Bo
2015-01-21
1
-4
/
+1
|
*
Btrfs: add ref_count and free function for btrfs_bio
Zhao Lei
2015-01-21
1
-1
/
+1
|
*
Btrfs: lookup for block group only if needed when freeing a tree block
Filipe Manana
2015-01-21
1
-4
/
+6
|
*
Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/l...
Chris Mason
2015-01-21
1
-7
/
+6
|
|
\
|
|
*
btrfs: sink blocksize parameter to btrfs_find_create_tree_block
David Sterba
2014-12-12
1
-2
/
+2
|
|
*
btrfs: sink blocksize parameter to btrfs_init_new_buffer
David Sterba
2014-12-12
1
-5
/
+4
|
|
*
btrfs: sink blocksize parameter to readahead_tree_block
David Sterba
2014-12-12
1
-1
/
+1
|
*
|
Btrfs: track dirty block groups on their own list
Josef Bacik
2015-01-21
1
-114
/
+53
*
|
|
Btrfs: fix race deleting block group from space_info->ro_bgs list
Filipe Manana
2015-01-19
1
-1
/
+1
|
/
/
*
|
Btrfs: abort transaction if we don't find the block group
Josef Bacik
2015-01-02
1
-6
/
+6
*
|
Btrfs: remove non-sense btrfs_error_discard_extent() function
Filipe Manana
2014-12-10
1
-8
/
+2
*
|
Btrfs: fix fs corruption on transaction abort if device supports discard
Filipe Manana
2014-12-10
1
-4
/
+6
*
|
Btrfs: always clear a block group node when removing it from the tree
Filipe Manana
2014-12-10
1
-0
/
+3
|
/
*
Btrfs: make get_caching_control unconditionally return the ctl
Josef Bacik
2014-12-02
1
-6
/
+4
*
Btrfs: fix unprotected deletion from pending_chunks list
Filipe Manana
2014-12-02
1
-1
/
+7
*
Btrfs: fix fs mapping extent map leak
Filipe Manana
2014-12-02
1
-0
/
+4
*
Btrfs: make btrfs_abort_transaction consider existence of new block groups
Filipe Manana
2014-12-02
1
-2
/
+3
*
Btrfs: fix race between fs trimming and block group remove/allocation
Filipe Manana
2014-12-02
1
-1
/
+59
*
Btrfs: fix freeing used extents after removing empty block group
Filipe Manana
2014-12-02
1
-11
/
+10
*
Btrfs: fix crash caused by block group removal
Filipe Manana
2014-12-02
1
-0
/
+27
*
Btrfs: fix invalid block group rbtree access after bg is removed
Filipe Manana
2014-12-02
1
-0
/
+13
*
Btrfs: fix snapshot inconsistency after a file write followed by truncate
Filipe Manana
2014-11-25
1
-7
/
+9
*
Btrfs: fix freeing used extent after removing empty block group
Filipe Manana
2014-11-25
1
-2
/
+11
*
Btrfs: move read only block groups onto their own list V2
Josef Bacik
2014-11-20
1
-23
/
+13
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-11-01
1
-16
/
+2
|
\
|
*
Btrfs: fix race that makes btrfs_lookup_extent_info miss skinny extent items
Filipe Manana
2014-10-28
1
-8
/
+0
|
*
Btrfs: fix invalid leaf slot access in btrfs_lookup_extent()
Filipe Manana
2014-10-27
1
-8
/
+2
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-10-11
1
-68
/
+197
|
\
\
|
|
/
|
*
Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/g...
Chris Mason
2014-10-04
1
-2
/
+2
|
|
\
|
|
*
btrfs: remove unlikely from data-dependent branches and slow paths
David Sterba
2014-10-02
1
-2
/
+2
|
*
|
Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/l...
Chris Mason
2014-10-04
1
-12
/
+8
|
|
\
\
|
|
*
|
btrfs: remove blocksize from btrfs_alloc_free_block and rename
David Sterba
2014-10-02
1
-2
/
+3
|
|
*
|
btrfs: remove unused parameter blocksize from btrfs_find_tree_block
David Sterba
2014-10-02
1
-1
/
+1
|
|
*
|
btrfs: remove parameter blocksize from read_tree_block
David Sterba
2014-10-02
1
-5
/
+3
|
|
*
|
btrfs: return void from readahead_tree_block
David Sterba
2014-10-02
1
-3
/
+1
|
|
*
|
btrfs: remove unused parameter from readahead_tree_block
David Sterba
2014-10-02
1
-2
/
+1
|
|
|
/
|
*
|
Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...
Chris Mason
2014-10-04
1
-9
/
+7
|
|
\
\
|
|
*
|
btrfs: move checks for DUMMY_ROOT into a helper
David Sterba
2014-10-02
1
-9
/
+7
|
|
|
/
|
*
|
Btrfs: be aware of btree inode write errors to avoid fs corruption
Filipe Manana
2014-10-03
1
-1
/
+3
|
|
/
|
*
Btrfs: don't do async reclaim during log replay
Josef Bacik
2014-09-22
1
-1
/
+7
|
*
Btrfs: remove empty block groups automatically
Josef Bacik
2014-09-22
1
-7
/
+134
|
*
Btrfs: Fix misuse of chunk mutex
Miao Xie
2014-09-17
1
-2
/
+0
|
*
Btrfs: fix loop writing of async reclaim
Liu Bo
2014-09-17
1
-3
/
+14
|
*
btrfs: clean away stripe_align helper
David Sterba
2014-09-17
1
-10
/
+1
|
*
btrfs: use nodesize everywhere, kill leafsize
David Sterba
2014-09-17
1
-18
/
+18
[next]