index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-ioctl.c
Age
Commit message (
Expand
)
Author
2024-08-13
dm resume: don't return EINVAL when signalled
Khazhismel Kumykov
2024-02-20
dm ioctl: update DM_DRIVER_EMAIL to new dm-devel mailing list
Mike Snitzer
2024-01-30
dm: limit the number of targets and parameter size area
Mikulas Patocka
2023-10-23
dm ioctl: replace deprecated strncpy with strscpy_pad
Justin Stitt
2023-09-14
dm: fix a race condition in retrieve_deps
Mikulas Patocka
2023-06-30
Merge tag 'for-6.5/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-06-27
dm: get rid of GFP_NOIO workarounds for __vmalloc and kvmalloc
Mikulas Patocka
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
2023-06-23
dm ioctl: Refuse to create device named "." or ".."
Demi Marie Obenour
2023-06-23
dm ioctl: Refuse to create device named "control"
Demi Marie Obenour
2023-06-23
dm ioctl: Avoid double-fetch of version
Demi Marie Obenour
2023-06-23
dm ioctl: structs and parameter strings must not overlap
Demi Marie Obenour
2023-06-23
dm ioctl: Avoid pointer arithmetic overflow
Demi Marie Obenour
2023-06-23
dm ioctl: Check dm_target_spec is sufficiently aligned
Demi Marie Obenour
2023-06-15
dm: don't lock fs when the map is NULL during suspend or resume
Li Lingfeng
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-04-19
dm: don't lock fs when the map is NULL in process of resume
Li Lingfeng
2023-04-17
dm ioctl: fix nested locking in table_clear() to remove deadlock concern
Mike Snitzer
2023-02-17
dm ioctl: remove unnecessary check when using dm_get_mdptr()
Hou Tao
2023-02-17
dm ioctl: assert _hash_lock is held in __hash_remove
Mike Snitzer
2023-02-14
dm ioctl: prefer strscpy() instead of strlcpy()
Heinz Mauelshagen
2023-02-14
dm ioctl: have constant on the right side of the test
Heinz Mauelshagen
2023-02-14
dm: prefer '"%s...", __func__'
Heinz Mauelshagen
2023-02-14
dm: avoid split of quoted strings where possible
Heinz Mauelshagen
2023-02-14
dm: add missing empty lines
Heinz Mauelshagen
2023-02-14
dm: avoid spaces before function arguments or in favour of tabs
Heinz Mauelshagen
2023-02-14
dm: fix undue/missing spaces
Heinz Mauelshagen
2023-02-14
dm: correct block comments format.
Heinz Mauelshagen
2023-02-14
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
2023-02-14
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
2023-02-14
dm: send just one event on resize, not two
Mikulas Patocka
2023-02-02
dm ioctl: drop always-false condition
Sergey Shtylyov
2022-12-01
dm ioctl: fix a couple ioctl codes
Mikulas Patocka
2022-12-01
dm ioctl: a small code cleanup in list_version_get_info
Mikulas Patocka
2022-11-18
dm ioctl: fix misbehavior if list_versions races with module loading
Mikulas Patocka
2022-10-18
dm: change from DMWARN to DMERR or DMCRIT for fatal errors
Mikulas Patocka
2022-07-07
dm table: remove dm_table_get_num_targets() wrapper
Mike Snitzer
2022-04-01
dm ioctl: log an error if the ioctl structure is corrupted
Mikulas Patocka
2022-02-22
dm ioctl: prevent potential spectre v1 gadget
Jordy Zomer
2021-08-10
dm ima: measure data on device rename
Tushar Sugandhi
2021-08-10
dm ima: measure data on table clear
Tushar Sugandhi
2021-08-10
dm ima: measure data on device remove
Tushar Sugandhi
2021-08-10
dm ima: measure data on device resume
Tushar Sugandhi
2021-08-10
dm ima: measure data on table load
Tushar Sugandhi
2021-08-09
dm: move setting md->type into dm_setup_md_queue
Christoph Hellwig
2021-03-26
dm ioctl: filter the returned values according to name or uuid prefix
Mikulas Patocka
2021-03-26
dm ioctl: return UUID in DM_LIST_DEVICES_CMD result
Mikulas Patocka
2021-03-26
dm ioctl: replace device hash with red-black tree
Mikulas Patocka
2021-03-26
dm ioctl: fix out of bounds array access when no devices
Mikulas Patocka
2020-12-04
dm ioctl: fix error return code in target_message
Qinglang Miao
[next]