index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
raid
/
raid6
Age
Commit message (
Expand
)
Author
2026-06-04
raid6: use kmalloc() in raid6_select_algo()
Mike Rapoport (Microsoft)
2026-05-28
raid6_kunit: randomize buffer alignment
Christoph Hellwig
2026-05-28
raid6_kunit: randomize parameters and increase limits
Christoph Hellwig
2026-05-28
raid6_kunit: cleanup dataptr handling
Christoph Hellwig
2026-05-28
raid6_kunit: dynamically allocate data buffers using vmalloc
Christoph Hellwig
2026-05-28
raid6_kunit: use KUNIT_CASE_PARAM
Christoph Hellwig
2026-05-28
raid6: update top of file comments
Christoph Hellwig
2026-05-28
raid6: use static_call for raid6_recov_2data and raid6_recov_datap
Christoph Hellwig
2026-05-28
raid6: use static_call for gen_syndrom and xor_syndrom
Christoph Hellwig
2026-05-28
raid6: rework registration of optimized algorithms
Christoph Hellwig
2026-05-28
raid6: hide internals
Christoph Hellwig
2026-05-28
raid6: warn when using less than four devices
Christoph Hellwig
2026-05-28
raid6: improve the public interface
Christoph Hellwig
2026-05-28
raid6: use named initializers for struct raid6_calls
Christoph Hellwig
2026-05-28
raid6: remove raid6_get_zero_page
Christoph Hellwig
2026-05-28
raid6: move to lib/raid/
Christoph Hellwig