index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-ioctl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm ioctl: remove unnecessary check when using dm_get_mdptr()
Hou Tao
2023-02-17
1
-3
/
+3
*
dm ioctl: assert _hash_lock is held in __hash_remove
Mike Snitzer
2023-02-17
1
-0
/
+4
*
dm ioctl: prefer strscpy() instead of strlcpy()
Heinz Mauelshagen
2023-02-14
1
-2
/
+2
*
dm ioctl: have constant on the right side of the test
Heinz Mauelshagen
2023-02-14
1
-2
/
+2
*
dm: prefer '"%s...", __func__'
Heinz Mauelshagen
2023-02-14
1
-1
/
+1
*
dm: avoid split of quoted strings where possible
Heinz Mauelshagen
2023-02-14
1
-4
/
+2
*
dm: add missing empty lines
Heinz Mauelshagen
2023-02-14
1
-4
/
+14
*
dm: avoid spaces before function arguments or in favour of tabs
Heinz Mauelshagen
2023-02-14
1
-27
/
+25
*
dm: fix undue/missing spaces
Heinz Mauelshagen
2023-02-14
1
-2
/
+2
*
dm: correct block comments format.
Heinz Mauelshagen
2023-02-14
1
-12
/
+21
*
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
2023-02-14
1
-9
/
+9
*
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
2023-02-14
1
-0
/
+1
*
dm: send just one event on resize, not two
Mikulas Patocka
2023-02-14
1
-3
/
+10
*
dm ioctl: drop always-false condition
Sergey Shtylyov
2023-02-02
1
-2
/
+1
*
dm ioctl: fix a couple ioctl codes
Mikulas Patocka
2022-12-01
1
-2
/
+2
*
dm ioctl: a small code cleanup in list_version_get_info
Mikulas Patocka
2022-12-01
1
-1
/
+1
*
dm ioctl: fix misbehavior if list_versions races with module loading
Mikulas Patocka
2022-11-18
1
-2
/
+2
*
dm: change from DMWARN to DMERR or DMCRIT for fatal errors
Mikulas Patocka
2022-10-18
1
-39
/
+39
*
dm table: remove dm_table_get_num_targets() wrapper
Mike Snitzer
2022-07-07
1
-3
/
+3
*
dm ioctl: log an error if the ioctl structure is corrupted
Mikulas Patocka
2022-04-01
1
-3
/
+12
*
dm ioctl: prevent potential spectre v1 gadget
Jordy Zomer
2022-02-22
1
-0
/
+2
*
dm ima: measure data on device rename
Tushar Sugandhi
2021-08-10
1
-0
/
+3
*
dm ima: measure data on table clear
Tushar Sugandhi
2021-08-10
1
-0
/
+3
*
dm ima: measure data on device remove
Tushar Sugandhi
2021-08-10
1
-0
/
+3
*
dm ima: measure data on device resume
Tushar Sugandhi
2021-08-10
1
-2
/
+6
*
dm ima: measure data on table load
Tushar Sugandhi
2021-08-10
1
-1
/
+6
*
dm: move setting md->type into dm_setup_md_queue
Christoph Hellwig
2021-08-09
1
-4
/
+0
*
dm ioctl: filter the returned values according to name or uuid prefix
Mikulas Patocka
2021-03-26
1
-0
/
+28
*
dm ioctl: return UUID in DM_LIST_DEVICES_CMD result
Mikulas Patocka
2021-03-26
1
-3
/
+17
*
dm ioctl: replace device hash with red-black tree
Mikulas Patocka
2021-03-26
1
-112
/
+142
*
dm ioctl: fix out of bounds array access when no devices
Mikulas Patocka
2021-03-26
1
-1
/
+1
*
dm ioctl: fix error return code in target_message
Qinglang Miao
2020-12-05
1
-0
/
+1
*
dm: export dm_copy_name_and_uuid
Mike Snitzer
2020-10-01
1
-1
/
+1
*
Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-08-07
1
-1
/
+1
|
\
|
*
dm ioctl: Fix compilation warning
Damien Le Moal
2020-08-04
1
-1
/
+1
*
|
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
1
-1
/
+1
|
/
*
dm ioctl: use struct_size() helper in retrieve_deps()
Gustavo A. R. Silva
2020-06-17
1
-1
/
+1
*
dm: introduce DM_GET_TARGET_VERSION
Mikulas Patocka
2019-09-16
1
-3
/
+29
*
dm: make dm_table_find_target return NULL
Mikulas Patocka
2019-08-23
1
-1
/
+1
*
dm ioctl: fix hang in early create error condition
Helen Koike
2019-05-16
1
-1
/
+5
*
dm: add support to directly boot to a mapped device
Helen Koike
2019-03-05
1
-0
/
+103
*
dm ioctl: harden copy_params()'s copy_from_user() from malicious users
Wenwen Wang
2018-10-18
1
-12
/
+6
*
dm: report which conflicting type caused error during table_load()
Mike Snitzer
2018-06-08
1
-1
/
+2
*
dm: allow targets to return output from messages they are sent
Mike Snitzer
2018-04-03
1
-1
/
+1
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-1
/
+1
*
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-28
1
-2
/
+2
*
dm ioctl: fix alignment of event number in the device list
Mikulas Patocka
2017-09-25
1
-13
/
+24
*
dm ioctl: constify ioctl lookup table
Eric Biggers
2017-08-28
1
-1
/
+1
*
dm ioctl: report event number in DM_LIST_DEVICES
Mikulas Patocka
2017-06-19
1
-1
/
+5
*
dm ioctl: add a new DM_DEV_ARM_POLL ioctl
Mikulas Patocka
2017-06-19
1
-21
/
+35
[next]