| Commit message (Expand) | Author | Age | Files | Lines |
* | dm ioctl: introduce flag indicating uevent was generated | Peter Rajnoha | 2010-03-06 | 1 | -7/+12 |
* | dm ioctl: only issue uevent on resume if state changed | Mike Snitzer | 2010-03-06 | 1 | -4/+5 |
* | dm: rename dm_suspended to dm_suspended_md | Kiyoshi Ueda | 2009-12-10 | 1 | -4/+4 |
* | dm: keep old table until after resume succeeded | Alasdair G Kergon | 2009-12-10 | 1 | -4/+6 |
* | dm ioctl: retrieve status from inactive table | Mike Snitzer | 2009-12-10 | 1 | -13/+57 |
* | dm ioctl: forbid messages to devices being deleted | Mike Anderson | 2009-12-10 | 1 | -0/+6 |
* | dm: rename dm_get_table to dm_get_live_table | Alasdair G Kergon | 2009-12-10 | 1 | -7/+7 |
* | dm ioctl: prefer strlcpy over strncpy | Roel Kluin | 2009-12-10 | 1 | -2/+2 |
* | dm: avoid _hash_lock deadlock | Mikulas Patocka | 2009-12-10 | 1 | -4/+13 |
* | Driver-Core: extend devnode callbacks to provide permissions | Kay Sievers | 2009-09-19 | 1 | -1/+1 |
* | dm: enable request based option | Kiyoshi Ueda | 2009-06-22 | 1 | -0/+13 |
* | dm ioctl: support cookies for udev | Milan Broz | 2009-06-22 | 1 | -4/+10 |
* | Driver Core: misc: add nodename support for misc devices. | Kay Sievers | 2009-06-15 | 1 | -0/+1 |
* | dm: add integrity support | Martin K. Petersen | 2009-04-09 | 1 | -0/+21 |
* | dm table: rework reference counting fix | Mikulas Patocka | 2009-03-16 | 1 | -2/+2 |
* | dm ioctl: validate name length when renaming | Milan Broz | 2009-03-16 | 1 | -1/+2 |
* | dm table: rework reference counting | Mikulas Patocka | 2009-01-06 | 1 | -6/+4 |
* | dm ioctl: allow dm_copy_name_and_uuid to return only one field | Milan Broz | 2009-01-06 | 1 | -2/+4 |
* | [PATCH] introduce fmode_t, do annotations | Al Viro | 2008-10-21 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm | Linus Torvalds | 2008-10-10 | 1 | -2/+2 |
|\ |
|
| * | dm: export struct dm_dev | Mikulas Patocka | 2008-10-10 | 1 | -2/+2 |
* | | block: move policy from disk to part0 | Tejun Heo | 2008-10-09 | 1 | -1/+1 |
* | | block: don't depend on consecutive minor space | Tejun Heo | 2008-10-09 | 1 | -2/+2 |
|/ |
|
* | dm ioctl: use uninitialized_var | Andrew Morton | 2008-02-08 | 1 | -1/+1 |
* | dm ioctl: move compat code | Milan Broz | 2008-02-08 | 1 | -2/+13 |
* | dm ioctl: remove lock_kernel | Alasdair G Kergon | 2008-02-08 | 1 | -6/+9 |
* | dm: trigger change uevent on rename | Alasdair G Kergon | 2007-12-20 | 1 | -0/+2 |
* | dm: table detect io beyond device | Jun'ichi Nomura | 2007-12-20 | 1 | -7/+3 |
* | dm: export name and uuid | Mike Anderson | 2007-10-20 | 1 | -0/+32 |
* | dm io:ctl remove vmalloc void cast | Jesper Juhl | 2007-10-20 | 1 | -1/+1 |
* | dm io:ctl use constant struct size | Milan Broz | 2007-10-20 | 1 | -3/+3 |
* | [PATCH] mark struct file_operations const 4 | Arjan van de Ven | 2007-02-12 | 1 | -1/+1 |
* | [PATCH] dm: ioctl: add noflush suspend | Kiyoshi Ueda | 2006-12-08 | 1 | -0/+4 |
* | [PATCH] dm: suspend: parameter change | Kiyoshi Ueda | 2006-12-08 | 1 | -6/+6 |
* | [PATCH] dm: fix find_device race | Alasdair G Kergon | 2006-11-08 | 1 | -2/+7 |
* | [PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer needed | Greg Kroah-Hartman | 2006-06-26 | 1 | -1/+0 |
* | [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree | Greg Kroah-Hartman | 2006-06-26 | 1 | -1/+0 |
* | [PATCH] devfs: Remove devfs_remove() function from the kernel tree | Greg Kroah-Hartman | 2006-06-26 | 1 | -13/+0 |
* | [PATCH] devfs: Remove devfs_mk_bdev() function from the kernel tree | Greg Kroah-Hartman | 2006-06-26 | 1 | -14/+0 |
* | [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree | Greg Kroah-Hartman | 2006-06-26 | 1 | -1/+0 |
* | [PATCH] dm: improve error message consistency | Alasdair G Kergon | 2006-06-26 | 1 | -0/+1 |
* | [PATCH] dm: prevent removal if open | Alasdair G Kergon | 2006-06-26 | 1 | -20/+45 |
* | [PATCH] dm: consolidate creation functions | Alasdair G Kergon | 2006-06-26 | 1 | -5/+4 |
* | [PATCH] dm: fix mapped device ref counting | Jeff Mahoney | 2006-06-26 | 1 | -10/+24 |
* | [PATCH] dm store geometry | Darrick J. Wong | 2006-03-27 | 1 | -1/+51 |
* | [PATCH] dm table: store md | Mike Anderson | 2006-03-27 | 1 | -11/+21 |
* | [PATCH] dm: tidy mdptr | Alasdair G Kergon | 2006-03-27 | 1 | -3/+13 |
* | [PATCH] device-mapper ioctl: reduce PF_MEMALLOC usage | Alasdair G Kergon | 2006-02-01 | 1 | -10/+4 |
* | [PATCH] Unlinline a bunch of other functions | Arjan van de Ven | 2006-01-14 | 1 | -2/+2 |
* | [PATCH] device-mapper ioctl: add skip lock_fs flag | Alasdair G Kergon | 2006-01-06 | 1 | -2/+9 |