- 7d1d1df dm ima: measure data on device rename by Tushar Sugandhi · 3 years, 6 months ago
- 99169b9 dm ima: measure data on table clear by Tushar Sugandhi · 3 years, 6 months ago
- 84010e5 dm ima: measure data on device remove by Tushar Sugandhi · 3 years, 6 months ago
- 8eb6fab dm ima: measure data on device resume by Tushar Sugandhi · 3 years, 6 months ago
- 91ccbba dm ima: measure data on table load by Tushar Sugandhi · 3 years, 6 months ago
- ba30585 dm: move setting md->type into dm_setup_md_queue by Christoph Hellwig · 3 years, 5 months ago
- c909085 dm ioctl: filter the returned values according to name or uuid prefix by Mikulas Patocka · 3 years, 10 months ago
- 8b63808 dm ioctl: return UUID in DM_LIST_DEVICES_CMD result by Mikulas Patocka · 3 years, 10 months ago
- b82096a dm ioctl: replace device hash with red-black tree by Mikulas Patocka · 3 years, 10 months ago
- 4edbe1d dm ioctl: fix out of bounds array access when no devices by Mikulas Patocka · 3 years, 9 months ago
- 4d7659b dm ioctl: fix error return code in target_message by Qinglang Miao · 4 years, 1 month ago
- 61931c0 dm: export dm_copy_name_and_uuid by Mike Snitzer · 4 years, 3 months ago
- 2f12d44 Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 4 years, 5 months ago
- 1aeb6e7 dm ioctl: Fix compilation warning by Damien Le Moal · 4 years, 6 months ago
- 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
- da89962 dm ioctl: use struct_size() helper in retrieve_deps() by Gustavo A. R. Silva · 4 years, 6 months ago
- afa179e dm: introduce DM_GET_TARGET_VERSION by Mikulas Patocka · 5 years ago
- 123d87d dm: make dm_table_find_target return NULL by Mikulas Patocka · 5 years ago
- 0f41fcf dm ioctl: fix hang in early create error condition by Helen Koike · 6 years ago
- 6bbc923 dm: add support to directly boot to a mapped device by Helen Koike · 6 years ago
- 800a734 dm ioctl: harden copy_params()'s copy_from_user() from malicious users by Wenwen Wang · 6 years ago
- b2b04e7 dm: report which conflicting type caused error during table_load() by Mike Snitzer · 7 years ago
- 1eb5fa8 dm: allow targets to return output from messages they are sent by Mike Snitzer · 7 years ago
- a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
- afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
- 62e0824 dm ioctl: fix alignment of event number in the device list by Mikulas Patocka · 7 years ago
- cf0dec6 dm ioctl: constify ioctl lookup table by Eric Biggers · 8 years ago
- 23d70c5 dm ioctl: report event number in DM_LIST_DEVICES by Mikulas Patocka · 8 years ago
- fc1841e dm ioctl: add a new DM_DEV_ARM_POLL ioctl by Mikulas Patocka · 8 years ago
- 93e6442 dm: add basic support for using the select or poll function by Mikulas Patocka · 8 years ago
- 8c1e2162 dm ioctl: restore __GFP_HIGH in copy_params() by Junaid Shahid · 8 years ago
- d224e93 drivers/md/dm-ioctl.c: use kvmalloc rather than opencoded variant by Michal Hocko · 8 years ago
- 7e0d574 dm: introduce enum dm_queue_mode to cleanup related code by Bart Van Assche · 8 years ago
- 4617f56 dm ioctl: prevent stack leak in dm ioctl call by Adrian Salido · 8 years ago
- e36215d dm ioctl: remove double parentheses by Matthias Kaehlcke · 8 years ago
- 9119fed dm: remove dummy dm_table definition by Mikulas Patocka · 8 years ago
- 5b3cc15 sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 6080758 dm ioctl: use offsetof() instead of open-coding it by Bart Van Assche · 8 years ago
- b5ab4a9 dm: allow bio-based table to be upgraded to bio-based with DAX support by Toshi Kani · 9 years ago
- 028b39e dm ioctl: Simplify parameter buffer management code by Bart Van Assche · 9 years ago
- 4cc9613 dm: move request-based code out to dm-rq.[hc] by Mike Snitzer · 9 years ago
- 72f6d8d dm ioctl: drop use of __GFP_REPEAT in copy_params()'s __vmalloc() call by Michal Hocko · 9 years ago
- 591ddcf dm: allow immutable request-based targets to use blk-mq pdu by Mike Snitzer · 9 years ago
- f083b09 dm: set DM_TARGET_WILDCARD feature on "error" target by Mike Snitzer · 9 years ago
- f368ed6 char: make misc_deregister a void function by Greg Kroah-Hartman · 9 years ago
- 3e6180f dm: only initialize the request_queue once by Christoph Hellwig · 10 years ago
- 88e2f90 dm ioctl: fix stale comment above dm_get_inactive_table() by Junxiao Bi · 10 years ago
- ffcc393 dm: enhance internal suspend and resume interface by Mike Snitzer · 10 years ago
- 86f1152 dm: allow active and inactive tables to share dm_devs by Benjamin Marzinski · 10 years ago
- 2c140a2 dm: allow remove to be deferred by Mikulas Patocka · 11 years ago
- fd2ed4d dm: add statistics support by Mikulas Patocka · 11 years ago
- f11c1c5 dm ioctl: cleanup error handling in table_load by Mike Snitzer · 11 years ago
- 00c4fc3 dm ioctl: increase granularity of type_lock when loading table by Mike Snitzer · 11 years ago
- c2b0482 dm ioctl: prevent rename to empty name or uuid by Alasdair Kergon · 11 years ago
- 83d5e5b dm: optimize use SRCU and RCU by Mikulas Patocka · 11 years ago
- 220cd05 dm: use __GFP_HIGHMEM in __vmalloc by Mikulas Patocka · 11 years ago
- 1c0e883 dm ioctl: set noio flag to avoid __vmalloc deadlock by Mikulas Patocka · 11 years ago
- a260624 dm ioctl: allow message to return data by Mikulas Patocka · 12 years ago
- 02cde50 dm ioctl: optimize functions without variable params by Mikulas Patocka · 12 years ago
- e2914cc2 dm ioctl: introduce ioctl_flags by Mikulas Patocka · 12 years ago
- fd7c092 dm: fix truncated status strings by Mikulas Patocka · 12 years ago
- 9c5091f dm ioctl: use kmalloc if possible by Mikulas Patocka · 12 years ago
- 5023e5c dm ioctl: remove PF_MEMALLOC by Mikulas Patocka · 12 years ago
- e910d7e dm ioctl: prevent unsafe change to dm_ioctl data_size by Alasdair G Kergon · 12 years ago
- 1f4e0ff dm thin: commit before gathering status by Alasdair G Kergon · 12 years ago
- 31998ef dm: reject trailing characters in sccanf input by Mikulas Patocka · 13 years ago
- 902c6a9 dm ioctl: do not leak argv if target message only contains whitespace by Jesper Juhl · 13 years ago
- 36a0456 dm table: add immutable feature by Alasdair G Kergon · 13 years ago
- 759dea2 dm ioctl: forbid multiple device specifiers by Mikulas Patocka · 13 years ago
- ba2e19b dm ioctl: introduce __get_dev_cell by Mikulas Patocka · 13 years ago
- 0ddf964 dm ioctl: fill in device parameters in more ioctls by Mikulas Patocka · 13 years ago
- 2ca4c92 dm ioctl: prevent empty message by Alasdair G Kergon · 13 years ago
- f868120 dm ioctl: add flag to wipe buffers for secure data by Milan Broz · 14 years ago
- 6bb43b5 dm ioctl: prepare for crypt key wiping by Milan Broz · 14 years ago
- 810b492 dm ioctl: suppress needless warning messages by Milan Broz · 14 years ago
- 84c8955 dm ioctl: allow rename to fill empty uuid by Peter Jones · 14 years ago
- 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
- 7e507eb dm: allow autoloading of dm mod by Peter Rajnoha · 14 years ago
- 26803b9 dm ioctl: refactor dm_table_complete by Will Drewry · 14 years ago
- 4a0b4dd dm: do not initialise full request queue when bio based by Mike Snitzer · 14 years ago
- a5664da dm ioctl: make bio or request based device type immutable by Mike Snitzer · 14 years ago
- 402ab35 dm ioctl: use nonseekable_open by Arnd Bergmann · 14 years ago
- 3f77316d dm: separate device deletion from dm_put by Kiyoshi Ueda · 14 years ago
- 98f3328 dm ioctl: release _hash_lock between devices in remove_all by Kiyoshi Ueda · 14 years ago
- 856a6f1 dm ioctl: return uevent flag after rename by Peter Rajnoha · 14 years ago
- 094ea9a dm ioctl: make __dev_status void by Alasdair G Kergon · 14 years ago
- 6be5449 dm ioctl: remove __dev_status from geometry and target message by Peter Rajnoha · 14 years ago
- 3abf85b dm ioctl: introduce flag indicating uevent was generated by Peter Rajnoha · 15 years ago
- 0f3649a9 dm ioctl: only issue uevent on resume if state changed by Mike Snitzer · 15 years ago
- 4f186f8 dm: rename dm_suspended to dm_suspended_md by Kiyoshi Ueda · 15 years ago
- 042d2a9 dm: keep old table until after resume succeeded by Alasdair G Kergon · 15 years ago
- 1d0f3ce dm ioctl: retrieve status from inactive table by Mike Snitzer · 15 years ago
- c50abeb dm ioctl: forbid messages to devices being deleted by Mike Anderson · 15 years ago
- 7c66641 dm: rename dm_get_table to dm_get_live_table by Alasdair G Kergon · 15 years ago
- a518b86 dm ioctl: prefer strlcpy over strncpy by Roel Kluin · 15 years ago
- 6076905 dm: avoid _hash_lock deadlock by Mikulas Patocka · 15 years ago
- e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
- e6ee8c0 dm: enable request based option by Kiyoshi Ueda · 16 years ago
- 60935eb dm ioctl: support cookies for udev by Milan Broz · 16 years ago