summaryrefslogtreecommitdiff
path: root/include/linux/maple_tree.h
AgeCommit message (Expand)Author
2023-12-12maple_tree: use maple state end for write operationsLiam R. Howlett
2023-12-12maple_tree: separate ma_state node from statusLiam R. Howlett
2023-12-12maple_tree: add end of node tracking to the maple stateLiam R. Howlett
2023-12-12maple_tree: move debug check to __mas_set_range()Liam R. Howlett
2023-12-10maple_tree: introduce interfaces __mt_dup() and mtree_dup()Peng Zhang
2023-12-10maple_tree: introduce {mtree,mas}_lock_nested()Peng Zhang
2023-09-29maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesLiam R. Howlett
2023-09-29maple_tree: add mas_is_active() to detect in-tree walksLiam R. Howlett
2023-08-24maple_tree: shrink struct maple_treeMateusz Guzik
2023-08-18maple_tree: re-introduce entry to mas_preallocate() argumentsLiam R. Howlett
2023-08-18maple_tree: introduce __mas_set_range()Liam R. Howlett
2023-08-18maple_tree: Be more strict about lockingLiam R. Howlett
2023-08-18mm/mmap: change detached vma locking schemeLiam R. Howlett
2023-08-18maple_tree: relax lockdep checks for on-stack treesLiam R. Howlett
2023-08-18maple_tree: don't use MAPLE_ARANGE64_META_MAX to indicate no gapPeng Zhang
2023-08-18maple_tree: fix a few documentation issuesThomas Gleixner
2023-06-09maple_tree: relocate the declaration of mas_empty_area_rev().Peng Zhang
2023-06-09maple_tree: add mas_prev_range() and mas_find_range_rev interfaceLiam R. Howlett
2023-06-09maple_tree: add mas_next_range() and mas_find_range() interfacesLiam R. Howlett
2023-06-09maple_tree: change RCU checks to WARN_ON() instead of BUG_ON()Liam R. Howlett
2023-06-09maple_tree: add debug BUG_ON and WARN_ON variantsLiam R. Howlett
2023-06-09maple_tree: add format option to mt_dump()Liam R. Howlett
2023-02-09maple_tree: add mas_init() functionLiam R. Howlett
2023-02-02maple_tree: remove the parameter entry of mas_preallocateVernon Yang
2023-01-18maple_tree: remove the redundant codeVernon Yang
2023-01-18maple_tree: remove extra space and blank lineVernon Yang
2022-11-08maple_tree: reorganize testing to restore module testingLiam Howlett
2022-09-26Maple Tree: add new data structureLiam R. Howlett