index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent_map.c
Commit message (
Expand
)
Author
Age
*
Btrfs: clean up code for merging extent maps
Li Zefan
2011-08-01
*
Btrfs: clean up code for extent_map lookup
Li Zefan
2011-08-01
*
Btrfs: clean up search_extent_mapping()
Li Zefan
2011-08-01
*
btrfs: drop gfp parameter from alloc_extent_map
David Sterba
2011-05-02
*
btrfs: drop unused parameter from extent_map_tree_init
David Sterba
2011-05-02
*
Fix common misspellings
Lucas De Marchi
2011-03-31
*
Btrfs: check return value of alloc_extent_map()
Tsutomu Itoh
2011-02-14
*
btrfs: Allow to add new compression algorithm
Li Zefan
2010-12-22
*
Btrfs: Use ERR_CAST helpers
Julia Lawall
2010-10-29
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
2010-03-08
|
\
|
*
Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULL
Eric Paris
2010-03-08
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
2010-01-29
|
\
|
|
*
Btrfs: remove tree_search() in extent_map.c
Miao Xie
2010-01-28
*
|
Merge branch 'for-next' into for-linus
Jiri Kosina
2009-12-07
|
\
\
|
|
/
|
/
|
|
*
tree-wide: fix assorted typos all over the place
André Goddard Rosa
2009-12-04
*
|
Btrfs: avoid null deref in unpin_extent_cache()
Dan Carpenter
2009-11-11
|
/
*
Btrfs: search for an allocation hint while filling file COW
Chris Mason
2009-09-18
*
Btrfs: Fix extent replacment race
Chris Mason
2009-09-11
*
Btrfs: switch extent_map to a rw lock
Chris Mason
2009-09-11
*
Btrfs: kill btrfs_cache_create
Christoph Hellwig
2009-04-24
*
Btrfs: don't export symbols
Christoph Hellwig
2009-04-24
*
Btrfs: remove dead code
Dan Carpenter
2009-04-02
*
Btrfs: removed unused #include <version.h>'s
Huang Weiyi
2009-01-21
*
Btrfs: Fix checkpatch.pl warnings
Chris Mason
2009-01-05
*
Btrfs: Add zlib compression support
Chris Mason
2008-10-29
*
Btrfs: add and improve comments
Chris Mason
2008-09-29
*
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
[next]