| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | dm: add basic support for using the select or poll function | Mikulas Patocka | 2017-06-19 | 1 | -1/+48 |
* | dm ioctl: restore __GFP_HIGH in copy_params() | Junaid Shahid | 2017-05-23 | 1 | -2/+3 |
* | drivers/md/dm-ioctl.c: use kvmalloc rather than opencoded variant | Michal Hocko | 2017-05-09 | 1 | -9/+4 |
* | dm: introduce enum dm_queue_mode to cleanup related code | Bart Van Assche | 2017-04-27 | 1 | -1/+1 |
* | dm ioctl: prevent stack leak in dm ioctl call | Adrian Salido | 2017-04-27 | 1 | -1/+1 |
* | dm ioctl: remove double parentheses | Matthias Kaehlcke | 2017-04-24 | 1 | -2/+2 |
* | dm: remove dummy dm_table definition | Mikulas Patocka | 2017-04-24 | 1 | -8/+0 |
* | sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h> | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | dm ioctl: use offsetof() instead of open-coding it | Bart Van Assche | 2016-12-08 | 1 | -1/+1 |
* | dm: allow bio-based table to be upgraded to bio-based with DAX support | Toshi Kani | 2016-07-21 | 1 | -1/+10 |
* | dm ioctl: Simplify parameter buffer management code | Bart Van Assche | 2016-07-01 | 1 | -12/+6 |
* | dm: move request-based code out to dm-rq.[hc] | Mike Snitzer | 2016-06-10 | 1 | -1/+1 |
* | dm ioctl: drop use of __GFP_REPEAT in copy_params()'s __vmalloc() call | Michal Hocko | 2016-05-05 | 1 | -1/+1 |
* | dm: allow immutable request-based targets to use blk-mq pdu | Mike Snitzer | 2016-02-23 | 1 | -1/+1 |
* | dm: set DM_TARGET_WILDCARD feature on "error" target | Mike Snitzer | 2016-02-22 | 1 | -1/+2 |
* | char: make misc_deregister a void function | Greg Kroah-Hartman | 2015-08-05 | 1 | -3/+1 |
* | dm: only initialize the request_queue once | Christoph Hellwig | 2015-04-30 | 1 | -8/+9 |
* | dm ioctl: fix stale comment above dm_get_inactive_table() | Junxiao Bi | 2015-02-09 | 1 | -2/+2 |
* | dm: enhance internal suspend and resume interface | Mike Snitzer | 2014-11-19 | 1 | -1/+4 |
* | dm: allow active and inactive tables to share dm_devs | Benjamin Marzinski | 2014-10-06 | 1 | -1/+1 |
* | dm: allow remove to be deferred | Mikulas Patocka | 2013-11-10 | 1 | -6/+30 |
* | dm: add statistics support | Mikulas Patocka | 2013-09-06 | 1 | -8/+14 |
* | dm ioctl: cleanup error handling in table_load | Mike Snitzer | 2013-09-06 | 1 | -18/+16 |
* | dm ioctl: increase granularity of type_lock when loading table | Mike Snitzer | 2013-09-06 | 1 | -2/+4 |
* | dm ioctl: prevent rename to empty name or uuid | Alasdair Kergon | 2013-09-06 | 1 | -1/+1 |
* | dm: optimize use SRCU and RCU | Mikulas Patocka | 2013-07-11 | 1 | -40/+82 |
* | dm: use __GFP_HIGHMEM in __vmalloc | Mikulas Patocka | 2013-07-11 | 1 | -1/+1 |
* | dm ioctl: set noio flag to avoid __vmalloc deadlock | Mikulas Patocka | 2013-07-11 | 1 | -0/+3 |
* | dm ioctl: allow message to return data | Mikulas Patocka | 2013-03-01 | 1 | -1/+35 |
* | dm ioctl: optimize functions without variable params | Mikulas Patocka | 2013-03-01 | 1 | -18/+34 |
* | dm ioctl: introduce ioctl_flags | Mikulas Patocka | 2013-03-01 | 1 | -23/+41 |
* | dm: fix truncated status strings | Mikulas Patocka | 2013-03-01 | 1 | -5/+9 |
* | dm ioctl: use kmalloc if possible | Mikulas Patocka | 2012-12-21 | 1 | -13/+32 |
* | dm ioctl: remove PF_MEMALLOC | Mikulas Patocka | 2012-12-21 | 1 | -9/+4 |
* | dm ioctl: prevent unsafe change to dm_ioctl data_size | Alasdair G Kergon | 2012-12-21 | 1 | -0/+8 |
* | dm thin: commit before gathering status | Alasdair G Kergon | 2012-07-27 | 1 | -1/+4 |
* | dm: reject trailing characters in sccanf input | Mikulas Patocka | 2012-03-28 | 1 | -2/+3 |
* | dm ioctl: do not leak argv if target message only contains whitespace | Jesper Juhl | 2012-03-07 | 1 | -1/+1 |
* | dm table: add immutable feature | Alasdair G Kergon | 2011-10-31 | 1 | -0/+11 |
* | dm ioctl: forbid multiple device specifiers | Mikulas Patocka | 2011-08-02 | 1 | -0/+6 |
* | dm ioctl: introduce __get_dev_cell | Mikulas Patocka | 2011-08-02 | 1 | -17/+24 |