index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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
...
*
Btrfs: update space balancing code
Zheng Yan
2008-09-26
1
-416
/
+1618
*
Btrfs: Add shared reference cache
Zheng Yan
2008-09-26
1
-4
/
+13
*
Btrfs: allocator fixes for space balancing update
Zheng Yan
2008-09-26
1
-71
/
+65
*
Btrfs: fix sleep with spinlock held during unmount
Chris Mason
2008-09-25
1
-0
/
+4
*
Btrfs: Full back reference support
Zheng Yan
2008-09-25
1
-448
/
+695
*
Add check for tree-log roots in btrfs_alloc_reserved_extents
Chris Mason
2008-09-25
1
-0
/
+3
*
Btrfs: free space accounting redo
Josef Bacik
2008-09-25
1
-419
/
+450
*
Btrfs: fix cache_block_group error handling
Josef Bacik
2008-09-25
1
-4
/
+5
*
Btrfs: Record dirty pages tree-log pages in an extent_io tree
Chris Mason
2008-09-25
1
-1
/
+6
*
Btrfs: Optimize tree log block allocations
Chris Mason
2008-09-25
1
-5
/
+14
*
Btrfs: Tree logging fixes
Chris Mason
2008-09-25
1
-3
/
+17
*
Btrfs: Add a write ahead tree log to optimize synchronous operations
Chris Mason
2008-09-25
1
-18
/
+75
*
Btrfs: Discard sector data in __free_extent()
David Woodhouse
2008-09-25
1
-0
/
+25
*
Btrfs: Fix nodatacow for the new data=ordered mode
Yan Zheng
2008-09-25
1
-6
/
+5
*
Btrfs: Maintain a list of inodes that are delalloc and a way to wait on them
Chris Mason
2008-09-25
1
-3
/
+9
*
Btrfs: Don't corrupt ram in shrink_extent_tree, leak it instead
Chris Mason
2008-09-25
1
-0
/
+2
*
Btrfs: More throttle tuning
Chris Mason
2008-09-25
1
-47
/
+12
*
btrfs_search_slot: reduce lock contention by cowing in two stages
Chris Mason
2008-09-25
1
-19
/
+30
*
Btrfs: Throttle less often waiting for snapshots to delete
Chris Mason
2008-09-25
1
-2
/
+5
*
Btrfs: Improve and cleanup locking done by walk_down_tree
Chris Mason
2008-09-25
1
-29
/
+56
*
Btrfs: Throttle tuning
Chris Mason
2008-09-25
1
-0
/
+3
*
Btrfs: Add missing hunk from Yan Zheng's cache reclaim patch
Chris Mason
2008-09-25
1
-0
/
+1
*
Btrfs: implement memory reclaim for leaf reference cache
Yan
2008-09-25
1
-9
/
+9
*
Btrfs: Update and fix mount -o nodatacow
Yan Zheng
2008-09-25
1
-76
/
+126
*
Btrfs: Throttle operations if the reference cache gets too large
Chris Mason
2008-09-25
1
-0
/
+1
*
Btrfs: Leaf reference cache update
Chris Mason
2008-09-25
1
-12
/
+6
*
Btrfs: Add a leaf reference cache
Yan Zheng
2008-09-25
1
-11
/
+104
*
Btrfs: Properly release lock in pin_down_bytes
Yan
2008-09-25
1
-2
/
+2
*
Btrfs: Fix a few functions that exit without stopping their transaction
Josef Bacik
2008-09-25
1
-1
/
+3
*
Btrfs: Fix the defragmention code and the block relocation code for data=ordered
Chris Mason
2008-09-25
1
-11
/
+28
*
Btrfs: alloc_mutex latency reduction
Chris Mason
2008-09-25
1
-20
/
+80
*
Btrfs: Add some conditional schedules near the alloc_mutex
Chris Mason
2008-09-25
1
-0
/
+2
*
Btrfs: Use a mutex in the extent buffer for tree block locking
Chris Mason
2008-09-25
1
-6
/
+1
*
Btrfs: Data ordered fixes
Chris Mason
2008-09-25
1
-3
/
+15
*
Btrfs: Force caching of metadata block groups on mount to avoid deadlock
Chris Mason
2008-09-25
1
-0
/
+5
*
Add a per-inode lock around btrfs_drop_extents
Chris Mason
2008-09-25
1
-0
/
+2
*
Btrfs: New data=ordered implementation
Chris Mason
2008-09-25
1
-39
/
+93
*
Btrfs: Add locking around volume management (device add/remove/balance)
Chris Mason
2008-09-25
1
-18
/
+55
*
Btrfs: Online btree defragmentation fixes
Chris Mason
2008-09-25
1
-2
/
+0
*
Btrfs: Change find_extent_buffer to use TestSetPageLocked
Chris Mason
2008-09-25
1
-2
/
+0
*
Btrfs: Add btree locking to the tree defragmentation code
Chris Mason
2008-09-25
1
-0
/
+7
*
Btrfs: Replace the transaction work queue with kthreads
Chris Mason
2008-09-25
1
-5
/
+5
*
Btrfs: Fix snapshot deletion to release the alloc_mutex much more often.
Chris Mason
2008-09-25
1
-8
/
+20
*
Btrfs: Add a skip_locking parameter to struct path, and make various funcs ho...
Chris Mason
2008-09-25
1
-0
/
+6
*
Drop locks in btrfs_search_slot when reading a tree block.
Chris Mason
2008-09-25
1
-1
/
+0
*
Btrfs: Replace the big fs_mutex with a collection of other locks
Chris Mason
2008-09-25
1
-11
/
+7
*
Btrfs: Start btree concurrency work.
Chris Mason
2008-09-25
1
-88
/
+164
*
Btrfs: Allocator fix variety pack
Chris Mason
2008-09-25
1
-88
/
+185
*
Btrfs: Handle write errors on raid1 and raid10
Chris Mason
2008-09-25
1
-2
/
+2
*
Btrfs: Pass down the expected generation number when reading tree blocks
Chris Mason
2008-09-25
1
-6
/
+9
[prev]
[next]