index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-25
Btrfs: Fix extent_buffer usage when nodesize != leafsize
Chris Mason
1
-3
/
+10
2008-09-25
Btrfs: online shrinking fixes
Chris Mason
1
-9
/
+23
2008-09-25
Btrfs: Disable btree reada during extent backref lookups.
Chris Mason
1
-0
/
+4
2008-09-25
Btrfs: Add data=ordered support
Chris Mason
1
-1
/
+3
2008-09-25
Btrfs: resizer: don't hold the fs_mutex for long periods of time
Chris Mason
1
-1
/
+21
2008-09-25
Properly call btrfs_search_slot while shrinking
Chris Mason
1
-1
/
+9
2008-09-25
Btrfs: Properly handle overlapping extent in shrink_extent_tree
Yan
1
-84
/
+56
2008-09-25
Btrfs: Add a helper that finds previous extent item
Yan
1
-44
/
+36
2008-09-25
count_snapshots: Properly update the leaf pointer after btrfs_next_leaf
Chris Mason
1
-2
/
+2
2008-09-25
Btrfs: Force inlining off in a few places to save stack usage
Chris Mason
1
-29
/
+37
2008-09-25
Btrfs: 32 bit compile fixes for the resizer and enospc checks
Chris Mason
1
-1
/
+3
2008-09-25
Btrfs: Reduce stack usage in the resizer, fix 32 bit compiles
Chris Mason
1
-36
/
+38
2008-09-25
Btrfs: Explicitly send a root objectid to count_snapshots_in_path
Chris Mason
1
-10
/
+6
2008-09-25
Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for ...
Chris Mason
1
-4
/
+5
2008-09-25
Btrfs: Fix NULL block groups on reading the inode
Chris Mason
1
-2
/
+2
2008-09-25
Btrfs: Support for online FS resize (grow and shrink)
Chris Mason
1
-0
/
+480
2008-09-25
Btrfs: Add mount option to turn off data cow
Chris Mason
1
-3
/
+98
2008-09-25
Btrfs: Reorder extent back refs to differentiate btree blocks from file data
Chris Mason
1
-8
/
+8
2008-09-25
Fix btrfs_inc_ref to add backref hints
Chris Mason
1
-2
/
+4
2008-09-25
Btrfs: Extra NULL block group checks in find_free_extent
Chris Mason
1
-0
/
+6
2008-09-25
Btrfs: Add lowest key information to back refs for extent tree blocks as well.
Chris Mason
1
-1
/
+101
2008-09-25
Btrfs: Add back pointers from extents to the btree or file referencing them
Chris Mason
1
-62
/
+311
2008-09-25
Btrfs: Implement generation numbers in block pointers
Chris Mason
1
-2
/
+58
2008-09-25
Btrfs: Fix extent allocation for btree blocks as the disk fills
Chris Mason
1
-11
/
+17
2008-09-25
Btrfs: Add simple stripe size parameter
Chris Mason
1
-8
/
+28
2008-09-25
btrfs_drop_extents: make sure the item is getting smaller before truncate
Chris Mason
1
-0
/
+8
2008-09-25
Btrfs: Handle writeback under high memory pressure better
Chris Mason
1
-1
/
+1
2008-09-25
Btrfs: Add check for null block group to find_search_start
Chris Mason
1
-0
/
+3
2008-09-25
Btrfs: Off by one fixes for extent-tree.c
Yan
1
-7
/
+3
2008-09-25
Btrfs: Add full_scan parameter to find_search_start
Yan
1
-8
/
+6
2008-09-25
Btrfs: Add block group pinned accounting back
Yan
1
-14
/
+40
2008-09-25
Btrfs: Allow large data extents in a single file to span into metadata block ...
Chris Mason
1
-6
/
+30
2008-09-25
Btrfs: Optimize allocations as we need to mix data and metadata into one group
Chris Mason
1
-6
/
+36
2008-09-25
Btrfs: Properly update free space cache in __free_extent
Yan
1
-2
/
+4
2008-09-25
Btrfs: Fix typo and memory leak in extent-tree.c
Yan
1
-6
/
+8
2008-09-25
btrfs: 32-bit type problems
Jens Axboe
1
-4
/
+4
2008-09-25
Btrfs: Add back metadata checksumming
Chris Mason
1
-0
/
+4
2008-09-25
Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big.
Chris Mason
1
-1
/
+1
2008-09-25
Btrfs: Add an extent buffer LRU to reduce radix tree hits
Chris Mason
1
-1
/
+0
2008-09-25
Btrfs: Fix allocation routines to avoid intermixing data and metadata allocat...
Chris Mason
1
-16
/
+22
2008-09-25
Btrfs: Add back the online defragging code
Chris Mason
1
-7
/
+1
2008-09-25
Btrfs: Allow tree blocks larger than the page size
Chris Mason
1
-138
/
+147
2008-09-25
Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map t...
Chris Mason
1
-121
/
+72
2008-09-25
Btrfs: Stop using radix trees for the block group cache
Chris Mason
1
-214
/
+148
2008-09-25
Btrfs: Fix extent_buffer and extent_state leaks
Chris Mason
1
-68
/
+58
2008-09-25
Btrfs: Create extent_buffer interface for large blocksizes
Chris Mason
1
-144
/
+150
2008-09-25
Btrfs: Fix duplicate ENOSPC checks in find_free_extent
Chris Mason
1
-14
/
+4
2008-09-25
Btrfs: Use balance_dirty_pages_nr on btree blocks
Chris Mason
1
-0
/
+1
2007-09-15
Btrfs: Fix cache_block_group to catch holes at the start of the group
Yan
1
-28
/
+33
2007-08-29
Btrfs: Fix oopsen in extent_tree.c during enospc
Yan
1
-3
/
+2
[next]