summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2026-04-05maple_tree: don't pass end to mas_wr_append()Liam R. Howlett1-4/+3
2026-04-05maple_tree: pass maple copy node to mas_wmb_replace()Liam R. Howlett1-35/+25
2026-04-05maple_tree: remove maple big node and subtree structsLiam R. Howlett1-1184/+0
2026-04-05maple_tree: use maple copy node for mas_wr_split()Liam R. Howlett2-16/+138
2026-04-05maple_tree: add cp_converged() helperLiam R. Howlett1-3/+11
2026-04-05maple_tree: add copy_tree_location() helperLiam R. Howlett1-6/+12
2026-04-05maple_tree: use maple copy node for mas_wr_rebalance() operationLiam R. Howlett1-7/+206
2026-04-05maple_tree: add cp_is_new_root() helperLiam R. Howlett1-32/+38
2026-04-05maple_tree: separate wr_split_store and wr_rebalance store type code pathLiam R. Howlett1-24/+23
2026-04-05maple_tree: remove unnecessary return statementsLiam R. Howlett1-11/+0
2026-04-05maple_tree: inline mas_wr_spanning_rebalance()Liam R. Howlett1-23/+15
2026-04-05maple_tree: start using maple copy node for destinationLiam R. Howlett1-181/+443
2026-04-05maple_tree: add gap support, slot and pivot sizes for maple copyLiam R. Howlett1-0/+5
2026-04-05maple_tree: introduce ma_leaf_max_gap()Liam R. Howlett1-20/+28
2026-04-05maple_tree: change initial big node setup in mas_wr_spanning_rebalance()Liam R. Howlett1-23/+152
2026-04-05maple_tree: inline mas_spanning_rebalance_loop() into mas_wr_spanning_rebalan...Liam R. Howlett1-1/+107
2026-04-05maple_tree: introduce maple_copy node and use it in mas_spanning_rebalance()Liam R. Howlett1-9/+131
2026-04-05maple_tree: correct right ma_wr_state end pivot in mas_wr_spanning_store()Liam R. Howlett1-0/+1
2026-04-05maple_tree: move maple_subtree_state from mas_wr_spanning_store to mas_wr_spa...Liam R. Howlett1-20/+21
2026-04-05maple_tree: don't pass through height in mas_wr_spanning_storeLiam R. Howlett1-5/+4
2026-04-05maple_tree: remove l_wr_mas from mas_wr_spanning_rebalanceLiam R. Howlett1-11/+8
2026-04-05maple_tree: make ma_wr_states reliable for reuse in spanning storeLiam R. Howlett1-0/+2
2026-04-05maple_tree: inline mas_spanning_rebalance() into mas_wr_spanning_rebalance()Liam R. Howlett1-1/+19
2026-04-05maple_tree: remove unnecessary assignment of orig_l indexLiam R. Howlett1-1/+1
2026-04-05maple_tree: extract use of big node from mas_wr_spanning_store()Liam R. Howlett1-18/+26
2026-04-05maple_tree: move mas_spanning_rebalance loop to functionLiam R. Howlett1-50/+58
2026-04-05maple_tree: fix mas_dup_alloc() sparse warningLiam R. Howlett1-2/+9
2026-04-05lib/string_kunit: extend benchmarks to strnlen() and chr searchesFeng Jiang1-0/+18
2026-04-05lib/string_kunit: add performance benchmark for strlen()Feng Jiang2-0/+171
2026-04-05lib/string_kunit: add correctness test for strrchr()Feng Jiang1-0/+31
2026-04-05lib/string_kunit: add correctness test for strnlen()Feng Jiang1-0/+35
2026-04-05lib/string_kunit: add correctness test for strlen()Feng Jiang1-0/+30
2026-04-03workqueue: avoid unguarded 64-bit divisionArnd Bergmann1-1/+1
2026-04-03lib: parser: fix match_wildcard to correctly handle trailing starsInseob Kim1-1/+1
2026-04-03lib: kunit_iov_iter: add tests for extract_iter_to_sgChristian A. Ehrhardt1-0/+203
2026-04-03lib: kunit_iov_iter: improve error detectionChristian A. Ehrhardt1-1/+6
2026-04-03lib: kunit_iov_iter: fix memory leaksChristian A. Ehrhardt1-6/+8
2026-04-03lib/scatterlist: fix temp buffer in extract_user_to_sg()Christian A. Ehrhardt1-2/+1
2026-04-03lib/scatterlist: fix length calculations in extract_kvec_to_sgChristian A. Ehrhardt1-2/+3
2026-04-03lib/list_sort: remove dummy cmp() calls to speed up merge_final()Kuan-Wei Chiu1-10/+0
2026-04-03xor: add a kunit test caseChristoph Hellwig5-1/+205
2026-04-03xor: use static_call for xor_genChristoph Hellwig1-11/+11
2026-04-03xor: pass the entire operation to the low-level opsChristoph Hellwig25-500/+224
2026-04-03xor: add a better public APIChristoph Hellwig1-0/+34
2026-04-03xor: make xor.ko self-contained in lib/raid/Christoph Hellwig33-44/+321
2026-04-03xor: avoid indirect calls for arm64-optimized opsChristoph Hellwig3-92/+106
2026-04-03x86: move the XOR code to lib/raid/Christoph Hellwig4-0/+1174
2026-04-03s390: move the XOR code to lib/raid/Christoph Hellwig2-0/+135
2026-04-03sparc: move the XOR code to lib/raid/Christoph Hellwig4-0/+951
2026-04-03riscv: move the XOR code to lib/raid/Christoph Hellwig3-0/+134