index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2013-11-10
dm: allow remove to be deferred
Mikulas Patocka
1
-6
/
+30
2013-09-06
dm: add statistics support
Mikulas Patocka
1
-8
/
+14
2013-09-06
dm ioctl: cleanup error handling in table_load
Mike Snitzer
1
-18
/
+16
2013-09-06
dm ioctl: increase granularity of type_lock when loading table
Mike Snitzer
1
-2
/
+4
2013-09-06
dm ioctl: prevent rename to empty name or uuid
Alasdair Kergon
1
-1
/
+1
2013-07-11
dm: optimize use SRCU and RCU
Mikulas Patocka
1
-40
/
+82
2013-07-11
dm: use __GFP_HIGHMEM in __vmalloc
Mikulas Patocka
1
-1
/
+1
2013-07-11
dm ioctl: set noio flag to avoid __vmalloc deadlock
Mikulas Patocka
1
-0
/
+3
2013-03-02
dm ioctl: allow message to return data
Mikulas Patocka
1
-1
/
+35
2013-03-02
dm ioctl: optimize functions without variable params
Mikulas Patocka
1
-18
/
+34
2013-03-02
dm ioctl: introduce ioctl_flags
Mikulas Patocka
1
-23
/
+41
2013-03-02
dm: fix truncated status strings
Mikulas Patocka
1
-5
/
+9
2012-12-22
dm ioctl: use kmalloc if possible
Mikulas Patocka
1
-13
/
+32
2012-12-22
dm ioctl: remove PF_MEMALLOC
Mikulas Patocka
1
-9
/
+4
2012-12-22
dm ioctl: prevent unsafe change to dm_ioctl data_size
Alasdair G Kergon
1
-0
/
+8
2012-07-27
dm thin: commit before gathering status
Alasdair G Kergon
1
-1
/
+4
2012-03-28
dm: reject trailing characters in sccanf input
Mikulas Patocka
1
-2
/
+3
2012-03-07
dm ioctl: do not leak argv if target message only contains whitespace
Jesper Juhl
1
-1
/
+1
2011-11-01
dm table: add immutable feature
Alasdair G Kergon
1
-0
/
+11
2011-08-02
dm ioctl: forbid multiple device specifiers
Mikulas Patocka
1
-0
/
+6
2011-08-02
dm ioctl: introduce __get_dev_cell
Mikulas Patocka
1
-17
/
+24
2011-08-02
dm ioctl: fill in device parameters in more ioctls
Mikulas Patocka
1
-27
/
+36
2011-08-02
dm ioctl: prevent empty message
Alasdair G Kergon
1
-0
/
+5
2011-03-24
dm ioctl: add flag to wipe buffers for secure data
Milan Broz
1
-2
/
+21
2011-03-24
dm ioctl: prepare for crypt key wiping
Milan Broz
1
-14
/
+11
2011-01-13
dm ioctl: suppress needless warning messages
Milan Broz
1
-4
/
+4
2011-01-13
dm ioctl: allow rename to fill empty uuid
Peter Jones
1
-25
/
+78
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-08-12
dm: allow autoloading of dm mod
Peter Rajnoha
1
-2
/
+5
2010-08-12
dm ioctl: refactor dm_table_complete
Will Drewry
1
-34
/
+0
2010-08-12
dm: do not initialise full request queue when bio based
Mike Snitzer
1
-1
/
+10
2010-08-12
dm ioctl: make bio or request based device type immutable
Mike Snitzer
1
-0
/
+15
2010-08-12
dm ioctl: use nonseekable_open
Arnd Bergmann
1
-0
/
+1
2010-08-12
dm: separate device deletion from dm_put
Kiyoshi Ueda
1
-4
/
+11
2010-08-12
dm ioctl: release _hash_lock between devices in remove_all
Kiyoshi Ueda
1
-19
/
+25
2010-08-12
dm ioctl: return uevent flag after rename
Peter Rajnoha
1
-17
/
+24
2010-08-12
dm ioctl: make __dev_status void
Alasdair G Kergon
1
-36
/
+31
2010-08-12
dm ioctl: remove __dev_status from geometry and target message
Peter Rajnoha
1
-6
/
+0
2010-03-06
dm ioctl: introduce flag indicating uevent was generated
Peter Rajnoha
1
-7
/
+12
2010-03-06
dm ioctl: only issue uevent on resume if state changed
Mike Snitzer
1
-4
/
+5
2009-12-11
dm: rename dm_suspended to dm_suspended_md
Kiyoshi Ueda
1
-4
/
+4
2009-12-11
dm: keep old table until after resume succeeded
Alasdair G Kergon
1
-4
/
+6
2009-12-11
dm ioctl: retrieve status from inactive table
Mike Snitzer
1
-13
/
+57
2009-12-11
dm ioctl: forbid messages to devices being deleted
Mike Anderson
1
-0
/
+6
2009-12-11
dm: rename dm_get_table to dm_get_live_table
Alasdair G Kergon
1
-7
/
+7
2009-12-11
dm ioctl: prefer strlcpy over strncpy
Roel Kluin
1
-2
/
+2
2009-12-11
dm: avoid _hash_lock deadlock
Mikulas Patocka
1
-4
/
+13
2009-09-19
Driver-Core: extend devnode callbacks to provide permissions
Kay Sievers
1
-1
/
+1
2009-06-22
dm: enable request based option
Kiyoshi Ueda
1
-0
/
+13
2009-06-22
dm ioctl: support cookies for udev
Milan Broz
1
-4
/
+10
[next]