Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d0c803c4049c5ca322d4795d8b74f28768603e0e
/
fs
/
btrfs
/
extent-tree.c
d0c803c
Btrfs: Record dirty pages tree-log pages in an extent_io tree
by Chris Mason
· 16 years ago
d00aff0
Btrfs: Optimize tree log block allocations
by Chris Mason
· 16 years ago
4bef084
Btrfs: Tree logging fixes
by Chris Mason
· 16 years ago
e02119d
Btrfs: Add a write ahead tree log to optimize synchronous operations
by Chris Mason
· 16 years ago
21af804
Btrfs: Discard sector data in __free_extent()
by David Woodhouse
· 16 years ago
7ea394f
Btrfs: Fix nodatacow for the new data=ordered mode
by Yan Zheng
· 16 years ago
ea8c281
Btrfs: Maintain a list of inodes that are delalloc and a way to wait on them
by Chris Mason
· 16 years ago
d7a029a
Btrfs: Don't corrupt ram in shrink_extent_tree, leak it instead
by Chris Mason
· 16 years ago
2dd3e67
Btrfs: More throttle tuning
by Chris Mason
· 16 years ago
65b51a0
btrfs_search_slot: reduce lock contention by cowing in two stages
by Chris Mason
· 16 years ago
18e35e0a
Btrfs: Throttle less often waiting for snapshots to delete
by Chris Mason
· 16 years ago
f87f057
Btrfs: Improve and cleanup locking done by walk_down_tree
by Chris Mason
· 16 years ago
37d1aee
Btrfs: Throttle tuning
by Chris Mason
· 16 years ago
47ac14f
Btrfs: Add missing hunk from Yan Zheng's cache reclaim patch
by Chris Mason
· 16 years ago
bcc63ab
Btrfs: implement memory reclaim for leaf reference cache
by Yan
· 16 years ago
f321e49
Btrfs: Update and fix mount -o nodatacow
by Yan Zheng
· 16 years ago
ab78c84
Btrfs: Throttle operations if the reference cache gets too large
by Chris Mason
· 16 years ago
017e536
Btrfs: Leaf reference cache update
by Chris Mason
· 16 years ago
31153d8
Btrfs: Add a leaf reference cache
by Yan Zheng
· 16 years ago
974e35a
Btrfs: Properly release lock in pin_down_bytes
by Yan
· 16 years ago
8e8a1e3
Btrfs: Fix a few functions that exit without stopping their transaction
by Josef Bacik
· 16 years ago
3eaa288
Btrfs: Fix the defragmention code and the block relocation code for data=ordered
by Chris Mason
· 16 years ago
c286ac4
Btrfs: alloc_mutex latency reduction
by Chris Mason
· 16 years ago
e34a5b4
Btrfs: Add some conditional schedules near the alloc_mutex
by Chris Mason
· 16 years ago
a61e6f2
Btrfs: Use a mutex in the extent buffer for tree block locking
by Chris Mason
· 16 years ago
4a09675
Btrfs: Data ordered fixes
by Chris Mason
· 16 years ago
54641bd1
Btrfs: Force caching of metadata block groups on mount to avoid deadlock
by Chris Mason
· 16 years ago
ee6e650
Add a per-inode lock around btrfs_drop_extents
by Chris Mason
· 16 years ago
e6dcd2d
Btrfs: New data=ordered implementation
by Chris Mason
· 16 years ago
7d9eb12
Btrfs: Add locking around volume management (device add/remove/balance)
by Chris Mason
· 16 years ago
3f157a2
Btrfs: Online btree defragmentation fixes
by Chris Mason
· 16 years ago
079899c
Btrfs: Change find_extent_buffer to use TestSetPageLocked
by Chris Mason
· 16 years ago
e7a8456
Btrfs: Add btree locking to the tree defragmentation code
by Chris Mason
· 16 years ago
a74a4b9
Btrfs: Replace the transaction work queue with kthreads
by Chris Mason
· 16 years ago
333db94
Btrfs: Fix snapshot deletion to release the alloc_mutex much more often.
by Chris Mason
· 16 years ago
5cd57b2
Btrfs: Add a skip_locking parameter to struct path, and make various funcs honor it
by Chris Mason
· 16 years ago
051e1b9
Drop locks in btrfs_search_slot when reading a tree block.
by Chris Mason
· 16 years ago
a213501
Btrfs: Replace the big fs_mutex with a collection of other locks
by Chris Mason
· 16 years ago
925baed
Btrfs: Start btree concurrency work.
by Chris Mason
· 16 years ago
0ef3e66
Btrfs: Allocator fix variety pack
by Chris Mason
· 16 years ago
1259ab7
Btrfs: Handle write errors on raid1 and raid10
by Chris Mason
· 17 years ago
ca7a79a
Btrfs: Pass down the expected generation number when reading tree blocks
by Chris Mason
· 17 years ago
323da79
Btrfs: Chunk relocation fine tuning, and add a few printks to show progress
by Chris Mason
· 17 years ago
bbaf549
Btrfs: A number of nodatacow fixes
by Chris Mason
· 17 years ago
a68d593
Btrfs: Update nodatacow mode to support cloned single files and resizing
by Chris Mason
· 17 years ago
bf4ef67
Btrfs: Properly find the root for snapshotted blocks during chunk relocation
by Chris Mason
· 17 years ago
a061fc8
Btrfs: Add support for online device removal
by Chris Mason
· 17 years ago
a236aed
Btrfs: Deal with failed writes in mirrored configurations
by Chris Mason
· 17 years ago
ec44a35
Btrfs: Add balance ioctl to restripe the chunks
by Chris Mason
· 17 years ago
8e7bf94
Btrfs: Do more optimal file RA during shrinking and defrag
by Chris Mason
· 17 years ago
3bf3d9e
Btrfs: Avoid recursive chunk allocations
by Chris Mason
· 17 years ago
8f18cf1
Btrfs: Make the resizer work based on shrinking and growing devices
by Chris Mason
· 17 years ago
bce4eae
Btrfs: Fix balance_level to free the middle block if there is room in the left one
by Chris Mason
· 17 years ago
3c12ac7
Btrfs: Simplify device selection for mirrored reads
by Chris Mason
· 17 years ago
3b95151
Btrfs: Use the extent map cache to find the logical disk block during data retries
by Chris Mason
· 17 years ago
699122f
Btrfs: Don't wait on tree block writeback before freeing them anymore
by Chris Mason
· 17 years ago
321aecc
Btrfs: Add RAID10 support
by Chris Mason
· 17 years ago
e17cade
Btrfs: Add chunk uuids and update multi-device back references
by Chris Mason
· 17 years ago
98d20f6
Add a min size parameter to btrfs_alloc_extent
by Chris Mason
· 17 years ago
a5eb62e
Btrfs: Endianess bug fix for v0.13 with kernels
by Miguel
· 17 years ago
ce9adaa
Btrfs: Do metadata checksums for reads via a workqueue
by Chris Mason
· 17 years ago
d18a2c4
Btrfs: Fix allocation profile init
by Chris Mason
· 17 years ago
6bc3467
Btrfs: Don't allow written blocks from this transaction to be reallocated
by Chris Mason
· 17 years ago
611f0e0
Btrfs: Add support for duplicate blocks on a single spindle
by Chris Mason
· 17 years ago
8790d50
Btrfs: Add support for mirroring across drives
by Chris Mason
· 17 years ago
0999df5
Btrfs: Verify checksums on tree blocks found without read_tree_block
by Chris Mason
· 17 years ago
ecbe240
Btrfs: Keep fs_mutex during reads done by snapshot deletion
by Chris Mason
· 17 years ago
593060d
Btrfs: Implement raid0 when multiple devices are present
by Chris Mason
· 17 years ago
239b14b
Btrfs: Bring back mount -o ssd optimizations
by Chris Mason
· 17 years ago
a9218f6
Add /dev/btrfs-control for device scanning ioctls
by Chris Mason
· 17 years ago
7d1660d
Btrfs: Bring back find_free_extent CPU usage optimizations
by Chris Mason
· 17 years ago
6324fbf
Btrfs: Dynamic chunk and block group allocation
by Chris Mason
· 17 years ago
0b86a83
Btrfs: Add support for multiple devices per filesystem
by Chris Mason
· 17 years ago
7f93bf8
Match the extent tree code to btrfs-progs for multi-device merging
by Chris Mason
· 17 years ago
952fcca
Btrfs: Remove extent back refs in batches, and avoid duplicate searches
by Chris Mason
· 17 years ago
d7fc640
Btrfs: Allocator improvements
by Chris Mason
· 17 years ago
9afbb0b
Btrfs: Disable tree defrag in SSD mode
by Chris Mason
· 17 years ago
5d196fc
Btrfs: Use 2MB as the empty_size for clustered allocations
by Chris Mason
· 17 years ago
068fe39
Btrfs: Add checks for last byte in disk to allocator grouping
by Chris Mason
· 17 years ago
f594706
Btrfs: Add debugging for block group update failure
by Chris Mason
· 17 years ago
60cde61
Btrfs: Use last_alloc optimizations for metadata, even without -o ssd
by Chris Mason
· 17 years ago
21a4989
Btrfs: Hash in the offset and owner for file extent backref keys
by Chris Mason
· 17 years ago
47e4bb9
Btrfs: Insert extent record and the first backref in a single balance
by Chris Mason
· 17 years ago
4529ba4
Btrfs: Add data block hints to SSD mode too
by Chris Mason
· 17 years ago
291d673
Btrfs: Do delalloc accounting via hooks in the extent_state code
by Chris Mason
· 17 years ago
bea495e
Btrfs: Tune readahead during defrag to avoid reading too much at once
by Chris Mason
· 17 years ago
d1310b2
Btrfs: Split the extent_map code into two parts
by Chris Mason
· 17 years ago
e18e480
Btrfs: Add mount -o ssd, which includes optimizations for seek free storage
by Chris Mason
· 17 years ago
55c6907
Btrfs: Fix extent_buffer usage when nodesize != leafsize
by Chris Mason
· 17 years ago
c31f883
Btrfs: online shrinking fixes
by Chris Mason
· 17 years ago
b0331a4
Btrfs: Disable btree reada during extent backref lookups.
by Chris Mason
· 17 years ago
dc17ff8
Btrfs: Add data=ordered support
by Chris Mason
· 17 years ago
725c846
Btrfs: resizer: don't hold the fs_mutex for long periods of time
by Chris Mason
· 17 years ago
1372f8e
Properly call btrfs_search_slot while shrinking
by Chris Mason
· 17 years ago
73e48b2
Btrfs: Properly handle overlapping extent in shrink_extent_tree
by Yan
· 17 years ago
d548ee5
Btrfs: Add a helper that finds previous extent item
by Yan
· 17 years ago
bd09835
count_snapshots: Properly update the leaf pointer after btrfs_next_leaf
by Chris Mason
· 17 years ago
98ed517
Btrfs: Force inlining off in a few places to save stack usage
by Chris Mason
· 17 years ago
f9ef660
Btrfs: 32 bit compile fixes for the resizer and enospc checks
by Chris Mason
· 17 years ago
4313b39
Btrfs: Reduce stack usage in the resizer, fix 32 bit compiles
by Chris Mason
· 17 years ago
Next »