Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ff4b4af16f90b306db55af869ed1fe26cf8d17d0
/
fs
/
btrfs
/
extent_map.c
298a8f9
Btrfs: fix NULL pointer crash when running balance and scrub concurrently
by Wang Shilong
· 10 years ago
176840b
Btrfs: more efficient btrfs_drop_extent_cache
by Filipe Manana
· 11 years ago
cbc0e92
Btrfs: remove unneeded field / smaller extent_map structure
by Filipe Manana
· 11 years ago
d527afe
Btrfs: fix extent_map block_len after merging
by Filipe David Borba Manana
· 11 years ago
32193c1
Btrfs: faster and more efficient extent map insertion
by Filipe David Borba Manana
· 11 years ago
48a3b63
btrfs: make static code static & remove dead code
by Eric Sandeen
· 12 years ago
09a2a8f9
Btrfs: fix bad extent logging
by Josef Bacik
· 12 years ago
180e001
btrfs: fixup/remove module.h usage as required
by Paul Gortmaker
· 12 years ago
8d19514
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 12 years ago
222c81d
Btrfs: do not merge logged extents if we've removed them from the tree
by Josef Bacik
· 12 years ago
d7df025
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 12 years ago
201a903
Btrfs: do not allow logged extents to be merged or removed
by Josef Bacik
· 12 years ago
a22180d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 12 years ago
70c8a91
Btrfs: log changed inodes based on the extent map tree
by Josef Bacik
· 12 years ago
b11e234
Btrfs: do not mark ems as prealloc if we are writing to them
by Josef Bacik
· 12 years ago
52b1de9
btrfs: unpin_extent_cache: fix the typo and unnecessary arguements
by Liu Bo
· 12 years ago
ff44c6e
Btrfs: do not hold the write_lock on the extent tree while logging
by Josef Bacik
· 12 years ago
837e197
btrfs: polish names of kmem caches
by David Sterba
· 12 years ago
4e2f84e
Btrfs: improve fsync by filtering extents that we want
by Liu Bo
· 12 years ago
5dc562c
Btrfs: turbo charge fsync
by Josef Bacik
· 12 years ago
4d2c8f62
Btrfs: clean up code for merging extent maps
by Li Zefan
· 13 years ago
ed64f06
Btrfs: clean up code for extent_map lookup
by Li Zefan
· 13 years ago
7e016a0
Btrfs: clean up search_extent_mapping()
by Li Zefan
· 13 years ago
172ddd6
btrfs: drop gfp parameter from alloc_extent_map
by David Sterba
· 14 years ago
a8067e0
btrfs: drop unused parameter from extent_map_tree_init
by David Sterba
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
c26a920
Btrfs: check return value of alloc_extent_map()
by Tsutomu Itoh
· 14 years ago
261507a0
btrfs: Allow to add new compression algorithm
by Li Zefan
· 14 years ago
d0b678c
Btrfs: Use ERR_CAST helpers
by Julia Lawall
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
51d0f6d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 15 years ago
6bef4d3
Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULL
by Eric Paris
· 15 years ago
67f15b0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 15 years ago
b8d9bfe
Btrfs: remove tree_search() in extent_map.c
by Miao Xie
· 15 years ago
d014d04
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
4eb3991
Btrfs: avoid null deref in unpin_extent_cache()
by Dan Carpenter
· 15 years ago
b917b7c
Btrfs: search for an allocation hint while filling file COW
by Chris Mason
· 15 years ago
a1ed835
Btrfs: Fix extent replacment race
by Chris Mason
· 15 years ago
890871b
Btrfs: switch extent_map to a rw lock
by Chris Mason
· 15 years ago
9601e3f
Btrfs: kill btrfs_cache_create
by Christoph Hellwig
· 16 years ago
0d4bf11
Btrfs: don't export symbols
by Christoph Hellwig
· 16 years ago
ff0a583
Btrfs: remove dead code
by Dan Carpenter
· 16 years ago
7eaebe7
Btrfs: removed unused #include <version.h>'s
by Huang Weiyi
· 16 years ago
d397712
Btrfs: Fix checkpatch.pl warnings
by Chris Mason
· 16 years ago
c8b9781
Btrfs: Add zlib compression support
by Chris Mason
· 16 years ago
d352ac6
Btrfs: add and improve comments
by Chris Mason
· 16 years ago
7c2fe32
Btrfs: Fix add_extent_mapping to check for duplicates across the whole range
by Chris Mason
· 16 years ago
64f26f7
Btrfs: Use assert_spin_locked instead of spin_trylock
by David Woodhouse
· 16 years ago
f421950
Btrfs: Fix some data=ordered related data corruptions
by Chris Mason
· 16 years ago
7f3c74f
Btrfs: Keep extent mappings in ram until pending ordered extents are done
by Chris Mason
· 16 years ago
e6dcd2d
Btrfs: New data=ordered implementation
by Chris Mason
· 16 years ago
9d2423c
Btrfs: kerneldoc comments for extent_map.c
by Christoph Hellwig
· 16 years ago
306929f
btrfs: fix strange indentation in lookup_extent_mapping
by Christoph Hellwig
· 16 years ago
d1310b2
Btrfs: Split the extent_map code into two parts
by Chris Mason
· 17 years ago
5f56406
Btrfs: Fix hole insertion corner cases
by Chris Mason
· 17 years ago
f0c5da1
Btrfs: Fix for test_range_bit
by Yan
· 17 years ago
b3a0d8d
Btrfs: Remove verbose WARN_ON
by Chris Mason
· 17 years ago
55c6907
Btrfs: Fix extent_buffer usage when nodesize != leafsize
by Chris Mason
· 17 years ago
bcd987f
Btrfs: Remove extent_map debugging message
by Chris Mason
· 17 years ago
5d4fb73
Btrfs: Fix an off by one in the extent_map prepare write code
by Chris Mason
· 17 years ago
1832a6d
Btrfs: Implement basic support for -ENOSPC
by Chris Mason
· 17 years ago
190662b
Btrfs: Fix delayed allocation to avoid missing delalloc extents
by Chris Mason
· 17 years ago
6da6aba
Btrfs: Back port to 2.6.18-el kernels
by Chris Mason
· 17 years ago
17636e0
Btrfs: section mismatch warnings
by Christian Hesse
· 17 years ago
ca66462
Btrfs: Add efficient dirty accounting to the extent_map tree
by Chris Mason
· 17 years ago
793955b
Btrfs: Limit btree writeback to prevent seeks
by Chris Mason
· 17 years ago
015a739c
Btrfs: Handle writeback under high memory pressure better
by Chris Mason
· 17 years ago
7073c8e
Btrfs: Make sure page mapping dirty tag is properly cleared
by Chris Mason
· 17 years ago
3e9fd94
Btrfs: Avoid fragmentation from parallel delalloc filling
by Chris Mason
· 17 years ago
2f4cbe6
Btrfs: Return value checking in module init
by Wyatt Banks
· 17 years ago
0591fb5
Btrfs: Fix extent bit range testing
by Chris Mason
· 17 years ago
3ab2fb5
Btrfs: Add readpages support
by Chris Mason
· 17 years ago
856bf3e
Btrfs: Avoid extent_buffer lru corruption
by Chris Mason
· 17 years ago
09be207
Btrfs: Fix failure cleanups when allocating extent buffers fail
by Chris Mason
· 17 years ago
b293f02
Btrfs: Add writepages support
by Chris Mason
· 17 years ago
944746e
Btrfs: small fixes for find_lock_delalloc_range.
by Yan
· 17 years ago
179e29e
Btrfs: Fix a number of inline extent problems that Yan Zheng reported.
by Chris Mason
· 17 years ago
35ebb93
Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machines
by Chris Mason
· 17 years ago
c67cda1
Btrfs: Fix extent_map leak in extent_bmap
by Yan
· 17 years ago
65555a0
Btrfs: Off by one fixes in extent_map.c
by Yan
· 17 years ago
ff190c0
Btrfs: Avoid recursive KM_USER1 mappings in copy_extent_buffer
by Chris Mason
· 17 years ago
3685f79
Btrfs: CPU usage optimizations in push and the extent_map code
by Chris Mason
· 17 years ago
59d169e
Btrfs: Fix read/write_extent_buffer to use KM_USER1 instead of KM_USER0
by Chris Mason
· 17 years ago
0a2118d
Btrfs: Fix bi_end_io() functions on > 2.6.23 kernels
by Jens Axboe
· 17 years ago
ae2f541
btrfs: 32-bit type problems
by Jens Axboe
· 17 years ago
ff79f81
Btrfs: Add back file data checksumming
by Chris Mason
· 17 years ago
19c00dd
Btrfs: Add back metadata checksumming
by Chris Mason
· 17 years ago
810191f
Btrfs: extent_map optimizations to cut down on CPU usage
by Chris Mason
· 17 years ago
4dc11904
Btrfs: Add an extent buffer LRU to reduce radix tree hits
by Chris Mason
· 17 years ago
e19caa5
Btrfs: Fix allocation routines to avoid intermixing data and metadata allocations
by Chris Mason
· 17 years ago
09e71a3
Btrfs: Use an array of pages in the extent buffers to reduce the cost of find_get_page
by Chris Mason
· 17 years ago
14048ed
Btrfs: Cache extent buffer mappings
by Chris Mason
· 17 years ago
db94535
Btrfs: Allow tree blocks larger than the page size
by Chris Mason
· 17 years ago
1a5bc16
Btrfs: Change the remaining radix trees used by extent-tree.c to extent_map trees
by Chris Mason
· 17 years ago
96b5179
Btrfs: Stop using radix trees for the block group cache
by Chris Mason
· 17 years ago
f510cfe
Btrfs: Fix extent_buffer and extent_state leaks
by Chris Mason
· 17 years ago
ae5252b
Btrfs: Go back to kmaps instead of page_address in extent_buffers
by Chris Mason
· 17 years ago
6d36dcd
Btrfs: Avoid memcpy where possible in extent_buffers
by Chris Mason
· 17 years ago
479965d
Btrfs: Optimizations for the extent_buffer code
by Chris Mason
· 17 years ago
Next »