index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
radix-tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-20
radix-tree: miscellaneous fixes
Matthew Wilcox
1
-34
/
+36
2016-05-20
radix-tree: add copyright statements
Matthew Wilcox
1
-0
/
+2
2016-05-20
radix-tree: fix radix_tree_dump() for multi-order entries
Ross Zwisler
1
-19
/
+29
2016-05-20
radix-tree: fix radix_tree_range_tag_if_tagged() for multiorder entries
Matthew Wilcox
1
-43
/
+33
2016-05-20
radix-tree: rewrite radix_tree_locate_item
Matthew Wilcox
1
-44
/
+43
2016-05-20
radix-tree: fix radix_tree_create for sibling entries
Matthew Wilcox
1
-2
/
+2
2016-05-20
radix-tree: rewrite radix_tree_tag_get
Ross Zwisler
1
-26
/
+18
2016-05-20
radix-tree: rewrite radix_tree_tag_clear
Ross Zwisler
1
-24
/
+20
2016-05-20
radix-tree: rewrite radix_tree_tag_set
Ross Zwisler
1
-20
/
+17
2016-05-20
radix-tree: add support for multi-order iterating
Ross Zwisler
1
-28
/
+38
2016-05-20
radix-tree: fix multiorder BUG_ON in radix_tree_insert
Matthew Wilcox
1
-4
/
+10
2016-05-20
radix-tree: rewrite __radix_tree_lookup
Matthew Wilcox
1
-32
/
+16
2016-05-20
radix-tree: fix several shrinking bugs with multiorder entries
Matthew Wilcox
1
-11
/
+12
2016-05-20
radix-tree: fix extending the tree for multi-order entries at offset 0
Matthew Wilcox
1
-11
/
+17
2016-05-20
radix-tree: introduce radix_tree_load_root()
Matthew Wilcox
1
-0
/
+23
2016-05-20
radix-tree: remove restriction on multi-order entries
Matthew Wilcox
1
-2
/
+0
2016-05-20
radix-tree: fix deleting a multi-order entry through an alias
Matthew Wilcox
1
-1
/
+1
2016-05-20
radix-tree: fix sibling entry insertion
Matthew Wilcox
1
-2
/
+2
2016-05-20
radix-tree: add missing sibling entry functionality
Matthew Wilcox
1
-0
/
+40
2016-05-20
raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDER
Matthew Wilcox
1
-8
/
+18
2016-03-17
radix_tree: add radix_tree_dump
Matthew Wilcox
1
-0
/
+35
2016-03-17
radix_tree: add support for multi-order entries
Matthew Wilcox
1
-26
/
+83
2016-03-17
radix_tree: loop based on shift count, not height
Matthew Wilcox
1
-3
/
+3
2016-03-17
radix_tree: tag all internal tree nodes as indirect pointers
Matthew Wilcox
1
-6
/
+18
2016-03-17
radix-tree: account radix_tree_node to memory cgroup
Vladimir Davydov
1
-3
/
+13
2016-02-03
radix-tree: fix race in gang lookup
Matthew Wilcox
1
-2
/
+10
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-5
/
+5
2015-06-25
radix-tree: replace preallocated node array with linked list
Kirill A. Shutemov
1
-11
/
+17
2015-05-19
sched/preempt: Merge preempt_mask.h into preempt.h
Frederic Weisbecker
1
-1
/
+1
2015-02-12
lib/radix-tree.c: change to simpler include
Rasmus Villemoes
1
-1
/
+1
2014-06-06
lib/radix-tree.c: update the kmemleak stack trace for radix tree allocations
Catalin Marinas
1
-0
/
+6
2014-06-04
lib/radix-tree.c: kernel-doc warning fix
Fabian Frederick
1
-1
/
+0
2014-06-04
mm: replace __get_cpu_var uses with this_cpu_ptr
Christoph Lameter
1
-3
/
+3
2014-04-03
mm: keep page cache radix tree nodes in check
Johannes Weiner
1
-14
/
+22
2014-04-03
lib: radix_tree: tree node interface
Johannes Weiner
1
-115
/
+148
2014-04-03
mm: filemap: move radix tree hole searching here
Johannes Weiner
1
-75
/
+0
2014-04-03
lib: radix-tree: add radix_tree_delete_item()
Johannes Weiner
1
-4
/
+27
2014-03-04
lib/radix-tree.c: swapoff tmpfs radix_tree: remember to rcu_read_unlock
Hugh Dickins
1
-1
/
+3
2013-09-11
lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt
Jan Kara
1
-2
/
+39
2012-06-05
radix-tree: fix contiguous iterator
Konstantin Khlebnikov
1
-0
/
+3
2012-05-29
radix-tree: fix preload vector size
Nick Piggin
1
-1
/
+14
2012-03-28
radix-tree: rewrite gang lookup using iterator
Konstantin Khlebnikov
1
-258
/
+33
2012-03-28
radix-tree: introduce bit-optimized iterator
Konstantin Khlebnikov
1
-0
/
+151
2012-03-07
lib: reduce the use of module.h wherever possible
Paul Gortmaker
1
-1
/
+1
2012-01-12
radix_tree: take radix_tree_path off stack
Hugh Dickins
1
-78
/
+76
2011-10-31
radix_tree: clean away saw_unset_tag leftovers
Hugh Dickins
1
-8
/
+2
2011-08-03
tmpfs radix_tree: locate_item to speed up swapoff
Hugh Dickins
1
-0
/
+92
2011-08-03
radix_tree: exceptional entries and indices
Hugh Dickins
1
-10
/
+19
2011-01-26
radix_tree: radix_tree_gang_lookup_tag_slot() may never return
Toshiyuki Okajima
1
-3
/
+4
2010-11-12
radix-tree: fix RCU bug
Nick Piggin
1
-25
/
+58
[prev]
[next]