index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-ioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-10
dm ima: measure data on device rename
Tushar Sugandhi
1
-0
/
+3
2021-08-10
dm ima: measure data on table clear
Tushar Sugandhi
1
-0
/
+3
2021-08-10
dm ima: measure data on device remove
Tushar Sugandhi
1
-0
/
+3
2021-08-10
dm ima: measure data on device resume
Tushar Sugandhi
1
-2
/
+6
2021-08-10
dm ima: measure data on table load
Tushar Sugandhi
1
-1
/
+6
2021-08-09
dm: move setting md->type into dm_setup_md_queue
Christoph Hellwig
1
-4
/
+0
2021-03-26
dm ioctl: filter the returned values according to name or uuid prefix
Mikulas Patocka
1
-0
/
+28
2021-03-26
dm ioctl: return UUID in DM_LIST_DEVICES_CMD result
Mikulas Patocka
1
-3
/
+17
2021-03-26
dm ioctl: replace device hash with red-black tree
Mikulas Patocka
1
-112
/
+142
2021-03-26
dm ioctl: fix out of bounds array access when no devices
Mikulas Patocka
1
-1
/
+1
2020-12-05
dm ioctl: fix error return code in target_message
Qinglang Miao
1
-0
/
+1
2020-10-01
dm: export dm_copy_name_and_uuid
Mike Snitzer
1
-1
/
+1
2020-08-07
Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2020-08-04
dm ioctl: Fix compilation warning
Damien Le Moal
1
-1
/
+1
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-06-17
dm ioctl: use struct_size() helper in retrieve_deps()
Gustavo A. R. Silva
1
-1
/
+1
2019-09-16
dm: introduce DM_GET_TARGET_VERSION
Mikulas Patocka
1
-3
/
+29
2019-08-23
dm: make dm_table_find_target return NULL
Mikulas Patocka
1
-1
/
+1
2019-05-16
dm ioctl: fix hang in early create error condition
Helen Koike
1
-1
/
+5
2019-03-05
dm: add support to directly boot to a mapped device
Helen Koike
1
-0
/
+103
2018-10-18
dm ioctl: harden copy_params()'s copy_from_user() from malicious users
Wenwen Wang
1
-12
/
+6
2018-06-08
dm: report which conflicting type caused error during table_load()
Mike Snitzer
1
-1
/
+2
2018-04-03
dm: allow targets to return output from messages they are sent
Mike Snitzer
1
-1
/
+1
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-1
/
+1
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-09-25
dm ioctl: fix alignment of event number in the device list
Mikulas Patocka
1
-13
/
+24
2017-08-28
dm ioctl: constify ioctl lookup table
Eric Biggers
1
-1
/
+1
2017-06-19
dm ioctl: report event number in DM_LIST_DEVICES
Mikulas Patocka
1
-1
/
+5
2017-06-19
dm ioctl: add a new DM_DEV_ARM_POLL ioctl
Mikulas Patocka
1
-21
/
+35
2017-06-19
dm: add basic support for using the select or poll function
Mikulas Patocka
1
-1
/
+48
2017-05-23
dm ioctl: restore __GFP_HIGH in copy_params()
Junaid Shahid
1
-2
/
+3
2017-05-09
drivers/md/dm-ioctl.c: use kvmalloc rather than opencoded variant
Michal Hocko
1
-9
/
+4
2017-04-28
dm: introduce enum dm_queue_mode to cleanup related code
Bart Van Assche
1
-1
/
+1
2017-04-27
dm ioctl: prevent stack leak in dm ioctl call
Adrian Salido
1
-1
/
+1
2017-04-24
dm ioctl: remove double parentheses
Matthias Kaehlcke
1
-2
/
+2
2017-04-24
dm: remove dummy dm_table definition
Mikulas Patocka
1
-8
/
+0
2017-03-02
sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>
Ingo Molnar
1
-0
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-08
dm ioctl: use offsetof() instead of open-coding it
Bart Van Assche
1
-1
/
+1
2016-07-21
dm: allow bio-based table to be upgraded to bio-based with DAX support
Toshi Kani
1
-1
/
+10
2016-07-01
dm ioctl: Simplify parameter buffer management code
Bart Van Assche
1
-12
/
+6
2016-06-10
dm: move request-based code out to dm-rq.[hc]
Mike Snitzer
1
-1
/
+1
2016-05-05
dm ioctl: drop use of __GFP_REPEAT in copy_params()'s __vmalloc() call
Michal Hocko
1
-1
/
+1
2016-02-23
dm: allow immutable request-based targets to use blk-mq pdu
Mike Snitzer
1
-1
/
+1
2016-02-22
dm: set DM_TARGET_WILDCARD feature on "error" target
Mike Snitzer
1
-1
/
+2
2015-08-05
char: make misc_deregister a void function
Greg Kroah-Hartman
1
-3
/
+1
2015-04-30
dm: only initialize the request_queue once
Christoph Hellwig
1
-8
/
+9
2015-02-09
dm ioctl: fix stale comment above dm_get_inactive_table()
Junxiao Bi
1
-2
/
+2
2014-11-19
dm: enhance internal suspend and resume interface
Mike Snitzer
1
-1
/
+4
2014-10-06
dm: allow active and inactive tables to share dm_devs
Benjamin Marzinski
1
-1
/
+1
[next]