index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent_map.c
Age
Commit message (
Expand
)
Author
2009-01-21
Btrfs: removed unused #include <version.h>'s
Huang Weiyi
2009-01-05
Btrfs: Fix checkpatch.pl warnings
Chris Mason
2008-10-29
Btrfs: Add zlib compression support
Chris Mason
2008-09-29
Btrfs: add and improve comments
Chris Mason
2008-09-25
Btrfs: Fix add_extent_mapping to check for duplicates across the whole range
Chris Mason
2008-09-25
Btrfs: Use assert_spin_locked instead of spin_trylock
David Woodhouse
2008-09-25
Btrfs: Fix some data=ordered related data corruptions
Chris Mason
2008-09-25
Btrfs: Keep extent mappings in ram until pending ordered extents are done
Chris Mason
2008-09-25
Btrfs: New data=ordered implementation
Chris Mason
2008-09-25
Btrfs: kerneldoc comments for extent_map.c
Christoph Hellwig
2008-09-25
btrfs: fix strange indentation in lookup_extent_mapping
Christoph Hellwig
2008-09-25
Btrfs: Split the extent_map code into two parts
Chris Mason
2008-09-25
Btrfs: Fix hole insertion corner cases
Chris Mason
2008-09-25
Btrfs: Fix for test_range_bit
Yan
2008-09-25
Btrfs: Remove verbose WARN_ON
Chris Mason
2008-09-25
Btrfs: Fix extent_buffer usage when nodesize != leafsize
Chris Mason
2008-09-25
Btrfs: Remove extent_map debugging message
Chris Mason
2008-09-25
Btrfs: Fix an off by one in the extent_map prepare write code
Chris Mason
2008-09-25
Btrfs: Implement basic support for -ENOSPC
Chris Mason
2008-09-25
Btrfs: Fix delayed allocation to avoid missing delalloc extents
Chris Mason
2008-09-25
Btrfs: Back port to 2.6.18-el kernels
Chris Mason
2008-09-25
Btrfs: section mismatch warnings
Christian Hesse
2008-09-25
Btrfs: Add efficient dirty accounting to the extent_map tree
Chris Mason
2008-09-25
Btrfs: Limit btree writeback to prevent seeks
Chris Mason
2008-09-25
Btrfs: Handle writeback under high memory pressure better
Chris Mason
2008-09-25
Btrfs: Make sure page mapping dirty tag is properly cleared
Chris Mason
2008-09-25
Btrfs: Avoid fragmentation from parallel delalloc filling
Chris Mason
2008-09-25
Btrfs: Return value checking in module init
Wyatt Banks
2008-09-25
Btrfs: Fix extent bit range testing
Chris Mason
2008-09-25
Btrfs: Add readpages support
Chris Mason
2008-09-25
Btrfs: Avoid extent_buffer lru corruption
Chris Mason
2008-09-25
Btrfs: Fix failure cleanups when allocating extent buffers fail
Chris Mason
2008-09-25
Btrfs: Add writepages support
Chris Mason
2008-09-25
Btrfs: small fixes for find_lock_delalloc_range.
Yan
2008-09-25
Btrfs: Fix a number of inline extent problems that Yan Zheng reported.
Chris Mason
2008-09-25
Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machines
Chris Mason
2008-09-25
Btrfs: Fix extent_map leak in extent_bmap
Yan
2008-09-25
Btrfs: Off by one fixes in extent_map.c
Yan
2008-09-25
Btrfs: Avoid recursive KM_USER1 mappings in copy_extent_buffer
Chris Mason
2008-09-25
Btrfs: CPU usage optimizations in push and the extent_map code
Chris Mason
2008-09-25
Btrfs: Fix read/write_extent_buffer to use KM_USER1 instead of KM_USER0
Chris Mason
2008-09-25
Btrfs: Fix bi_end_io() functions on > 2.6.23 kernels
Jens Axboe
2008-09-25
btrfs: 32-bit type problems
Jens Axboe
2008-09-25
Btrfs: Add back file data checksumming
Chris Mason
2008-09-25
Btrfs: Add back metadata checksumming
Chris Mason
2008-09-25
Btrfs: extent_map optimizations to cut down on CPU usage
Chris Mason
2008-09-25
Btrfs: Add an extent buffer LRU to reduce radix tree hits
Chris Mason
2008-09-25
Btrfs: Fix allocation routines to avoid intermixing data and metadata allocat...
Chris Mason
2008-09-25
Btrfs: Use an array of pages in the extent buffers to reduce the cost of find...
Chris Mason
2008-09-25
Btrfs: Cache extent buffer mappings
Chris Mason
[next]