index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Btrfs: Reorder extent back refs to differentiate btree blocks from file data
Chris Mason
2008-09-25
1
-8
/
+8
*
Fix btrfs_inc_ref to add backref hints
Chris Mason
2008-09-25
1
-2
/
+4
*
Btrfs: Extra NULL block group checks in find_free_extent
Chris Mason
2008-09-25
1
-0
/
+6
*
Btrfs: Add lowest key information to back refs for extent tree blocks as well.
Chris Mason
2008-09-25
1
-1
/
+101
*
Btrfs: Add back pointers from extents to the btree or file referencing them
Chris Mason
2008-09-25
1
-62
/
+311
*
Btrfs: Implement generation numbers in block pointers
Chris Mason
2008-09-25
1
-2
/
+58
*
Btrfs: Fix extent allocation for btree blocks as the disk fills
Chris Mason
2008-09-25
1
-11
/
+17
*
Btrfs: Add simple stripe size parameter
Chris Mason
2008-09-25
1
-8
/
+28
*
btrfs_drop_extents: make sure the item is getting smaller before truncate
Chris Mason
2008-09-25
1
-0
/
+8
*
Btrfs: Handle writeback under high memory pressure better
Chris Mason
2008-09-25
1
-1
/
+1
*
Btrfs: Add check for null block group to find_search_start
Chris Mason
2008-09-25
1
-0
/
+3
*
Btrfs: Off by one fixes for extent-tree.c
Yan
2008-09-25
1
-7
/
+3
*
Btrfs: Add full_scan parameter to find_search_start
Yan
2008-09-25
1
-8
/
+6
*
Btrfs: Add block group pinned accounting back
Yan
2008-09-25
1
-14
/
+40
*
Btrfs: Allow large data extents in a single file to span into metadata block ...
Chris Mason
2008-09-25
1
-6
/
+30
*
Btrfs: Optimize allocations as we need to mix data and metadata into one group
Chris Mason
2008-09-25
1
-6
/
+36
*
Btrfs: Properly update free space cache in __free_extent
Yan
2008-09-25
1
-2
/
+4
*
Btrfs: Fix typo and memory leak in extent-tree.c
Yan
2008-09-25
1
-6
/
+8
*
btrfs: 32-bit type problems
Jens Axboe
2008-09-25
1
-4
/
+4
*
Btrfs: Add back metadata checksumming
Chris Mason
2008-09-25
1
-0
/
+4
*
Breakout BTRFS_SETGET_FUNCS into a separate C file, the inlines were too big.
Chris Mason
2008-09-25
1
-1
/
+1
*
Btrfs: Add an extent buffer LRU to reduce radix tree hits
Chris Mason
2008-09-25
1
-1
/
+0
*
Btrfs: Fix allocation routines to avoid intermixing data and metadata allocat...
Chris Mason
2008-09-25
1
-16
/
+22
*
Btrfs: Add back the online defragging code
Chris Mason
2008-09-25
1
-7
/
+1
*
Btrfs: Allow tree blocks larger than the page size
Chris Mason
2008-09-25
1
-138
/
+147
*
Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map t...
Chris Mason
2008-09-25
1
-121
/
+72
*
Btrfs: Stop using radix trees for the block group cache
Chris Mason
2008-09-25
1
-214
/
+148
*
Btrfs: Fix extent_buffer and extent_state leaks
Chris Mason
2008-09-25
1
-68
/
+58
*
Btrfs: Create extent_buffer interface for large blocksizes
Chris Mason
2008-09-25
1
-144
/
+150
*
Btrfs: Fix duplicate ENOSPC checks in find_free_extent
Chris Mason
2008-09-25
1
-14
/
+4
*
Btrfs: Use balance_dirty_pages_nr on btree blocks
Chris Mason
2008-09-25
1
-0
/
+1
*
Btrfs: Fix cache_block_group to catch holes at the start of the group
Yan
2007-09-14
1
-28
/
+33
*
Btrfs: Fix oopsen in extent_tree.c during enospc
Yan
2007-08-29
1
-3
/
+2
*
Btrfs: Add per-root block accounting and sysfs entries
Josef Bacik
2007-08-29
1
-2
/
+15
*
Btrfs: Add delayed allocation to the extent based page tree code
Chris Mason
2007-08-27
1
-9
/
+0
*
Btrfs: Do more extensive readahead during tree searches
Chris Mason
2007-08-27
1
-2
/
+2
*
Btrfs: Add BH_Defrag to mark buffers that are in need of defragging
Chris Mason
2007-08-10
1
-0
/
+2
*
Btrfs: Btree defrag on the extent-mapping tree as well
Chris Mason
2007-08-10
1
-1
/
+27
*
Btrfs: Further reduce the concurrency penalty of defrag and drop_snapshot
Chris Mason
2007-08-09
1
-7
/
+6
*
Btrfs: Replace extent tree preallocation code with some bit radix magic.
Chris Mason
2007-08-09
1
-187
/
+43
*
Btrfs: Let some locks go during defrag and snapshot dropping
Chris Mason
2007-08-08
1
-2
/
+4
*
Btrfs: Add run time btree defrag, and an ioctl to force btree defrag
Chris Mason
2007-08-07
1
-21
/
+32
*
Btrfs: Fold some btree readahead routines into something more generic.
Chris Mason
2007-08-07
1
-29
/
+1
*
Btrfs: Do snapshot deletion in smaller chunks.
Chris Mason
2007-08-07
1
-4
/
+41
*
Btrfs: trivial include fixups
Zach Brown
2007-07-11
1
-1
/
+1
*
Btrfs: crash recovery fixes
Chris Mason
2007-06-28
1
-4
/
+33
*
Btrfs: Allow find_free_extent callers to pass in an exclusion range
Chris Mason
2007-06-26
1
-49
/
+30
*
Btrfs: Fix super block updates during transaction commit
Chris Mason
2007-06-26
1
-8
/
+8
*
Btrfs: Audit callers and return codes to make sure -ENOSPC gets up the stack
Chris Mason
2007-06-22
1
-26
/
+115
*
Btrfs: reada while dropping snapshots
Chris Mason
2007-06-19
1
-1
/
+30
[next]