index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
maple_tree.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
maple_tree: correct tree corruption on spanning store
Lorenzo Stoakes
2024-10-17
1
-6
/
+6
*
maple_tree: check for MA_STATE_BULK on setting wr_rebalance
Sidhartha Kumar
2024-10-17
1
-1
/
+1
*
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-09-21
1
-379
/
+426
|
\
|
*
maple_tree: mark three functions as __maybe_unused
Liam R. Howlett
2024-09-10
1
-3
/
+3
|
*
maple_tree: cleanup function descriptions
Wei Yang
2024-09-10
1
-58
/
+47
|
*
maple_tree: dump error message based on format
Wei Yang
2024-09-10
1
-2
/
+8
|
*
maple_tree: arange64 node is not a leaf node
Wei Yang
2024-09-10
1
-5
/
+1
|
*
maple_tree: make write helper functions void
Sidhartha Kumar
2024-09-02
1
-31
/
+16
|
*
maple_tree: remove unneeded mas_wr_walk() in mas_store_prealloc()
Sidhartha Kumar
2024-09-02
1
-5
/
+13
|
*
maple_tree: remove repeated sanity checks from write helper functions
Sidhartha Kumar
2024-09-02
1
-15
/
+2
|
*
maple_tree: remove node allocations from various write helper functions
Sidhartha Kumar
2024-09-02
1
-27
/
+0
|
*
maple_tree: have mas_store() allocate nodes if needed
Sidhartha Kumar
2024-09-02
1
-2
/
+17
|
*
maple_tree: remove mas_wr_modify()
Sidhartha Kumar
2024-09-02
1
-38
/
+0
|
*
maple_tree: simplify mas_commit_b_node()
Sidhartha Kumar
2024-09-02
1
-57
/
+7
|
*
maple_tree: convert mas_insert() to preallocate nodes
Sidhartha Kumar
2024-09-02
1
-12
/
+10
|
*
maple_tree: use store type in mas_wr_store_entry()
Sidhartha Kumar
2024-09-02
1
-38
/
+52
|
*
maple_tree: print store type in mas_dump()
Sidhartha Kumar
2024-09-02
1
-0
/
+34
|
*
maple_tree: use mas_store_gfp() in mtree_store_range()
Sidhartha Kumar
2024-09-02
1
-10
/
+1
|
*
maple_tree: preallocate nodes in mas_erase()
Sidhartha Kumar
2024-09-02
1
-2
/
+6
|
*
maple_tree: remove mas_destroy() from mas_nomem()
Sidhartha Kumar
2024-09-02
1
-13
/
+24
|
*
maple_tree: introduce mas_wr_store_type()
Sidhartha Kumar
2024-09-02
1
-60
/
+157
|
*
maple_tree: move up mas_wr_store_setup() and mas_wr_prealloc_setup()
Sidhartha Kumar
2024-09-02
1
-48
/
+48
|
*
maple_tree: introduce mas_wr_prealloc_setup()
Sidhartha Kumar
2024-09-02
1
-2
/
+8
|
*
maple_tree: fix comment typo with corresponding maple_status
Wei Yang
2024-09-02
1
-1
/
+1
|
*
maple_tree: fix comment typo of ma_root
Wei Yang
2024-09-02
1
-1
/
+1
|
*
maple_tree: add test to replicate low memory race conditions
Sidhartha Kumar
2024-09-02
1
-0
/
+13
|
*
maple_tree: reset mas->index and mas->last on write retries
Sidhartha Kumar
2024-09-02
1
-4
/
+12
*
|
maple_tree: remove rcu_read_lock() from mt_validate()
Liam R. Howlett
2024-09-02
1
-5
/
+2
|
/
*
maple_tree: modified return type of mas_wr_store_entry()
JaeJoon Jung
2024-07-04
1
-9
/
+6
*
maple_tree: fix mas_empty_area_rev() null pointer dereference
Liam R. Howlett
2024-05-06
1
-8
/
+8
*
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-03-15
1
-4
/
+2
|
\
|
*
maple_tree: avoid duplicate variable init in mast_spanning_rebalance()
Lukas Bulwahn
2024-02-22
1
-2
/
+0
|
*
maple_tree: fix comment describing mas_node_count_gfp()
Sidhartha Kumar
2024-02-22
1
-2
/
+2
*
|
maple_tree: Add mtree_alloc_cyclic()
Chuck Lever
2024-02-21
1
-0
/
+93
|
/
*
maple_tree: avoid checking other gaps after getting the largest gap
Peng Zhang
2023-12-20
1
-0
/
+3
*
maple_tree: fix typos/spellos etc
Randy Dunlap
2023-12-20
1
-4
/
+4
*
lib/maple_tree.c: fix build error due to hotfix alteration
Andrew Morton
2023-12-20
1
-1
/
+1
*
sync mm-stable with mm-hotfixes-stable to pick up depended-upon changes
Andrew Morton
2023-12-20
1
-0
/
+11
|
\
|
*
maple_tree: do not preallocate nodes for slot stores
Sidhartha Kumar
2023-12-20
1
-0
/
+11
*
|
maple_tree: change return type of mas_split_final_node as void.
Levi Yun
2023-12-12
1
-2
/
+1
*
|
maple_tree: simplify mas_leaf_set_meta()
Peng Zhang
2023-12-12
1
-18
/
+4
*
|
maple_tree: delete one of the two identical checks
Peng Zhang
2023-12-12
1
-3
/
+0
*
|
maple_tree: remove an unused parameter for ma_meta_end()
Peng Zhang
2023-12-12
1
-6
/
+4
*
|
maple_tree: avoid ascending when mas->min is also the parent's minimum
Peng Zhang
2023-12-12
1
-3
/
+5
*
|
maple_tree: move the check forward to avoid static check warning
Peng Zhang
2023-12-12
1
-1
/
+1
*
|
maple_tree: remove unused function
Jiapeng Chong
2023-12-12
1
-29
/
+0
*
|
maple_tree: mtree_range_walk() clean up
Liam R. Howlett
2023-12-12
1
-15
/
+12
*
|
maple_tree: don't find node end in mtree_lookup_walk()
Liam R. Howlett
2023-12-12
1
-9
/
+3
*
|
maple_tree: use maple state end for write operations
Liam R. Howlett
2023-12-12
1
-22
/
+24
*
|
maple_tree: remove mas_searchable()
Liam R. Howlett
2023-12-12
1
-50
/
+16
[next]