Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
7453c549f5f6485c0d79cad7844870dcc7d1b34d
/
include
/
linux
/
radix-tree.h
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