index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-unstripe.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-19
dm-unstripe: fix mapping bug when there are multiple targets in a table
Matt Whitlock
2024-11-04
dm-unstriped: cast an operand to sector_t to prevent potential uint32_t overflow
Zichen Xie
2023-04-11
dm: add helper macro for simple DM target module init and exit
Yangtao Li
2023-02-14
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
2021-08-10
dm: update target status functions to support IMA measurement
Tushar Sugandhi
2020-12-04
dm: add support for REQ_NOWAIT to various targets
Jeffle Xu
2018-12-18
dm: Check for device sector overflow if CONFIG_LBDAF is not set
Milan Broz
2018-04-03
dm unstripe: remove unnecessary header includes
Heinz Mauelshagen
2018-04-03
dm unstripe: remove superfluous module init error path message
Heinz Mauelshagen
2018-04-03
dm unstripe: add "dm-unstriped" module alias
Heinz Mauelshagen
2018-04-03
dm unstripe: support non-power-of-2 chunk size
Heinz Mauelshagen
2018-01-29
dm unstripe: fix target length versus number of stripes size check
Scott Bauer
2018-01-17
dm: add unstriped target
Scott Bauer