Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
0774a964ef561b7170d8d1b1bfe6f88002b6d219
/
include
/
linux
/
radix-tree.h
797060e
radix tree: Remove radix_tree_iter_find
by Matthew Wilcox (Oracle)
· 5 years ago
de6cc65
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153
by Thomas Gleixner
· 6 years ago
3a08cd5
radix tree: Remove multiorder support
by Matthew Wilcox
· 6 years ago
372266b
radix tree test suite: Convert tag_tagged_items to XArray
by Matthew Wilcox
· 6 years ago
adb9d9c
radix tree: Remove radix_tree_clear_tags
by Matthew Wilcox
· 7 years ago
8cf2f98
radix tree: Remove radix_tree_maybe_preload_order
by Matthew Wilcox
· 7 years ago
2956c66
radix tree: Remove split/join code
by Matthew Wilcox
· 7 years ago
1cf56f9
radix tree: Remove radix_tree_update_node_t
by Matthew Wilcox
· 7 years ago
7b8d046
shmem: Convert shmem_alloc_hugepage to XArray
by Matthew Wilcox
· 7 years ago
3ece58a
page cache: Convert find_get_pages_contig to XArray
by Matthew Wilcox
· 7 years ago
74d6095
page cache: Add and replace pages using the XArray
by Matthew Wilcox
· 7 years ago
01959df
xarray: Define struct xa_node
by Matthew Wilcox
· 7 years ago
f8d5d0c
xarray: Add definition of struct xarray
by Matthew Wilcox
· 7 years ago
02c02bf
xarray: Change definition of sibling entries
by Matthew Wilcox
· 7 years ago
3159f94
xarray: Replace exceptional entries
by Matthew Wilcox
· 7 years ago
f6bb2a2
xarray: add the xa_lock to the radix_tree_root
by Matthew Wilcox
· 7 years ago
fa290cd
radix tree: use GFP_ZONEMASK bits of gfp_t for flags
by Matthew Wilcox
· 7 years ago
460488c
idr: Remove idr_alloc_ext
by Matthew Wilcox
· 7 years ago
f5bba9d
include/linux/radix-tree.h: remove unneeded #include <linux/bug.h>
by Masahiro Yamada
· 7 years ago
c7df8ad
mm, truncate: do not check mapping for every page being truncated
by Mel Gorman
· 7 years ago
388f79f
idr: Add new APIs to support unsigned long
by Chris Mi
· 7 years ago
d7b6272
radix-tree: Fix __rcu annotations
by Matthew Wilcox
· 8 years ago
12320d0
radix-tree: Add rcu_dereference and rcu_assign_pointer calls
by Matthew Wilcox
· 8 years ago
d58275b
radix-tree: Store a pointer to the root in each node
by Matthew Wilcox
· 8 years ago
0a835c4
Reimplement IDR and IDA using the radix tree
by Matthew Wilcox
· 8 years ago
0ac398e
radix-tree: Add radix_tree_iter_delete
by Matthew Wilcox
· 8 years ago
30b888b
radix-tree: Add radix_tree_iter_tag_clear()
by Matthew Wilcox
· 8 years ago
35534c8
radix tree: constify some pointers
by Matthew Wilcox
· 8 years ago
15f2e88d
radix tree: Add some implicit includes
by Matthew Wilcox
· 8 years ago
ea07b86
mm: workingset: fix use-after-free in shadow node shrinker
by Johannes Weiner
· 8 years ago
2791653a
radix-tree: add radix_tree_split_preload()
by Matthew Wilcox
· 8 years ago
e157b55
radix-tree: add radix_tree_split
by Matthew Wilcox
· 8 years ago
175542f
radix-tree: add radix_tree_join
by Matthew Wilcox
· 8 years ago
268f42d
radix-tree: delete radix_tree_range_tag_if_tagged()
by Matthew Wilcox
· 8 years ago
478922e
radix-tree: delete radix_tree_locate_item()
by Matthew Wilcox
· 8 years ago
148deab
radix-tree: improve multiorder iterators
by Matthew Wilcox
· 8 years ago
91d9c05
radix-tree: move rcu_head into a union with private_list
by Matthew Wilcox
· 8 years ago
14b4687
mm: workingset: move shadow entry tracking to radix tree exceptional tracking
by Johannes Weiner
· 8 years ago
4d693d0
lib: radix-tree: update callback for changing leaf nodes
by Johannes Weiner
· 8 years ago
6d75f36
lib: radix-tree: check accounting of existing slot replacement users
by Johannes Weiner
· 8 years ago
f794243
lib: radix-tree: native accounting of exceptional entries
by Johannes Weiner
· 8 years ago
915045f
radix-tree: 'slot' can be NULL in radix_tree_next_slot()
by Ross Zwisler
· 8 years ago
d3798ae
mm: filemap: don't plant shadow entries without radix tree node
by Johannes Weiner
· 8 years ago
a23216a
radix-tree: fix comment about "exceptional" bits
by Ross Zwisler
· 8 years ago
c78c66d
radix-tree: implement radix_tree_maybe_preload_order()
by Kirill A. Shutemov
· 8 years ago
3cb9185
radix-tree: fix radix_tree_iter_retry() for tagged iterators.
by Andrey Ryabinin
· 8 years ago
3bcadd6
radix-tree: free up the bottom bit of exceptional entries for reuse
by Matthew Wilcox
· 9 years ago
78a9be0
dax: move RADIX_DAX_ definitions to dax.c
by NeilBrown
· 9 years ago
d604c32
radix-tree: introduce radix_tree_replace_clear_tags()
by Matthew Wilcox
· 9 years ago
b194d16
radix-tree: rename radix_tree_is_indirect_ptr()
by Matthew Wilcox
· 9 years ago
4dd6c09
radix-tree: rename indirect_to_ptr() to entry_to_node()
by Matthew Wilcox
· 9 years ago
30ff46cc
radix-tree: rename INDIRECT_PTR to INTERNAL_NODE
by Matthew Wilcox
· 9 years ago
d089126
radix-tree: remove root->height
by Matthew Wilcox
· 9 years ago
c12e51b
radix-tree: replace node->height with node->shift
by Matthew Wilcox
· 9 years ago
0c7fa0a
radix-tree: split node->path into offset and height
by Matthew Wilcox
· 9 years ago
21ef533
radix-tree: add support for multi-order iterating
by Ross Zwisler
· 9 years ago
6c4bd68
radix-tree: remove unused looping macros
by Ross Zwisler
· 9 years ago
97d778b
radix tree test suite: allow testing other fan-out values
by Ross Zwisler
· 9 years ago
e9256ef
radix-tree: introduce radix_tree_empty
by Matthew Wilcox
· 9 years ago
7165092
radix-tree,shmem: introduce radix_tree_iter_next()
by Matthew Wilcox
· 9 years ago
e614523
radix_tree: add support for multi-order entries
by Matthew Wilcox
· 9 years ago
f67c07f
radix-tree: add an explicit include of bitops.h
by Matthew Wilcox
· 9 years ago
7320428
radix-tree: fix oops after radix_tree_iter_retry
by Konstantin Khlebnikov
· 9 years ago
46437f9
radix-tree: fix race in gang lookup
by Matthew Wilcox
· 9 years ago
f9fe48b
dax: support dirty DAX entries in radix tree
by Ross Zwisler
· 9 years ago
243c213
include/linux/radix-tree.h: fix error in docs about locks
by Adam Barth
· 9 years ago
449dd69
mm: keep page cache radix tree nodes in check
by Johannes Weiner
· 11 years ago
139e561
lib: radix_tree: tree node interface
by Johannes Weiner
· 11 years ago
e7b563b
mm: filemap: move radix tree hole searching here
by Johannes Weiner
· 11 years ago
53c59f2
lib: radix-tree: add radix_tree_delete_item()
by Johannes Weiner
· 11 years ago
5e4c0d97
lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt
by Jan Kara
· 11 years ago
fffaee3
radix-tree: fix contiguous iterator
by Konstantin Khlebnikov
· 13 years ago
78c1d78
radix-tree: introduce bit-optimized iterator
by Konstantin Khlebnikov
· 13 years ago
187f188
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
by Paul Gortmaker
· 13 years ago
928da83
radix_tree: remove radix_tree_indirect_to_ptr()
by Xiao Guangrong
· 13 years ago
e504f3f
tmpfs radix_tree: locate_item to speed up swapoff
by Hugh Dickins
· 13 years ago
6328650
radix_tree: exceptional entries and indices
by Hugh Dickins
· 13 years ago
29c1f67
mm: migration: use rcu_dereference_protected when dereferencing the radix tree slot during file page migration
by Mel Gorman
· 14 years ago
27d20fd
radix-tree: fix RCU bug
by Nick Piggin
· 14 years ago
a111557
radix-tree: __rcu annotations
by Arnd Bergmann
· 15 years ago
f446daae
mm: implement writeback livelock avoidance using page tagging
by Jan Kara
· 14 years ago
ebf8aa4
radix-tree: omplement function radix_tree_range_tag_if_tagged
by Jan Kara
· 14 years ago
ce82653
radix_tree_tag_get() is not as safe as the docs make out [ver #2]
by David Howells
· 15 years ago
dc56612
radix-tree: add radix_tree_prev_hole()
by Wu Fengguang
· 16 years ago
e8c82c2
mm lockless pagecache barrier fix
by Nick Piggin
· 16 years ago
47feff2
radix-tree: add gang_lookup_slot, gang_lookup_slot_tag
by Nick Piggin
· 16 years ago
eb8dc5e
radix_tree.h trivial comment correction
by Tim Pepper
· 17 years ago
c0bc987
radix-tree: use indirect bit
by Nick Piggin
· 17 years ago
6df8ba4
radixtree: introduce radix_tree_next_hole()
by Fengguang Wu
· 17 years ago
59c5159
Fix occurrences of "the the "
by Michael Opdenacker
· 18 years ago
7cf9c2c
[PATCH] radix-tree: RCU lockless readside
by Nick Piggin
· 18 years ago
914e263
[PATCH] severing fs.h, radix-tree.h -> sched.h
by Al Viro
· 18 years ago
612d6c1
[PATCH] radix-tree: direct data
by Nick Piggin
· 19 years ago
daff89f
[PATCH] radix-tree documentation cleanups
by Jonathan Corbet
· 19 years ago
095975d
[PATCH] rcu file: use atomic primitives
by Nick Piggin
· 19 years ago
a433136
[PATCH] reiser4: add radix_tree_lookup_slot()
by Hans Reiser
· 19 years ago
fd4f2df
[PATCH] gfp_t: lib/*
by Al Viro
· 19 years ago
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 19 years ago
00b61f5
[PATCH] lib/radix-tree: Fix "nocast type" warnings
by Victor Fusco
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago