summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] dm-multipath: fix stall on noflush suspend/resumeJun'ichi Nomura2007-01-261-8/+19
* [PATCH] dm: suspend: add noflush pushbackKiyoshi Ueda2006-12-081-10/+95
* [PATCH] dm: map and endio return code clarificationKiyoshi Ueda2006-12-081-3/+10
* [PATCH] dm: suspend: parameter changeKiyoshi Ueda2006-12-081-1/+2
* [PATCH] dm: tidy core formattingKiyoshi Ueda2006-12-081-7/+4Star
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] dm: suspend: fix error pathAlasdair G Kergon2006-11-091-1/+3
* [PATCH] dm: use private biosetsStefan Bader2006-10-031-22/+41
* [PATCH] dm table: add target preresumeMilan Broz2006-10-031-1/+3
* [PATCH] dm: add uevent change event on resumeHannes Reinecke2006-10-031-0/+2
* [PATCH] dm: fix alloc_dev error pathIshai Rabinovitz2006-10-031-1/+2
* [PATCH] dm: support ioctls on mapped devicesMilan Broz2006-10-031-0/+41
* [PATCH] devfs: Last little devfs cleanups throughout the kernel tree.Greg Kroah-Hartman2006-06-261-1/+1
* [PATCH] dm: improve error message consistencyAlasdair G Kergon2006-06-261-0/+8
* [PATCH] dm: prevent removal if openAlasdair G Kergon2006-06-261-1/+31
* [PATCH] dm: add exportsAlasdair G Kergon2006-06-261-6/+6
* [PATCH] dm: consolidate creation functionsAlasdair G Kergon2006-06-261-22/+13Star
* [PATCH] dm: fix block device initialisationJeff Mahoney2006-06-261-4/+4
* [PATCH] dm: add module ref countingJeff Mahoney2006-06-261-0/+6
* [PATCH] dm: add DMF_FREEINGJeff Mahoney2006-06-261-2/+30
* [PATCH] dm: change minor_lock to spinlockJeff Mahoney2006-06-261-14/+13Star
* [PATCH] dm: move idr_pre_getJeff Mahoney2006-06-261-14/+9Star
* [PATCH] dm: fix idr minor allocationJeff Mahoney2006-06-261-3/+16
* [PATCH] sem2mutex: drivers/mdArjan van de Ven2006-03-271-9/+10
* [PATCH] dm store geometryDarrick J. Wong2006-03-271-0/+46
* [PATCH] dm table: store mdMike Anderson2006-03-271-3/+3
* [PATCH] dm: tidy mdptrAlasdair G Kergon2006-03-271-8/+2Star
* [PATCH] dm: store md nameMike Anderson2006-03-271-0/+2
* [PATCH] dm flush queue EINTRJun'ichi Nomura2006-03-271-1/+4
* [PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson2006-03-261-4/+2Star
* [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe2006-03-231-1/+12
* [PATCH] dm: bio split bvec fixAlasdair G Kergon2006-03-221-19/+24
* [PATCH] regularize blk_cleanup_queue() useAl Viro2006-03-191-2/+2
* [PATCH] dm: free minor after unlink gendiskJun'ichi Nomura2006-02-241-1/+3
* [PATCH] dm: missing bdput/thaw_bdev at removalJun'ichi Nomura2006-02-241-0/+4
* [PATCH] device-mapper disk statistics: timingJun'ichi "Nick" Nomura2006-02-011-2/+33
* [PATCH] device-mapper statistics: basicKevin Corry2006-02-011-0/+4
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-151-1/+1
* [PATCH] dm: don't enable bouncing by defaultJens Axboe2006-01-101-0/+1
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-101-2/+2
* [PATCH] device-mapper: make lock_fs optionalAlasdair G Kergon2006-01-061-4/+13
* [PATCH] device-mapper: rename frozen_bdevAlasdair G Kergon2006-01-061-26/+25Star
* [PATCH] device-mapper: add dm_get_mdDavid Teigland2006-01-061-0/+10
* [PATCH] device-mapper: add dm_find_mdDavid Teigland2006-01-061-5/+14
* [PATCH] kill bio->bi_setPeter Osterlund2005-09-081-0/+6
* [PATCH] device-mapper: fix md->lock deadlocks in coreAlasdair G Kergon2005-07-291-78/+60Star
* [PATCH] device-mapper: fix deadlocks in coreAlasdair G Kergon2005-07-291-12/+7Star
* [PATCH] device-mapper: fix deadlocks in core (prep)Alasdair G Kergon2005-07-291-28/+33
* [PATCH] device-mapper: Fix dm_swap_table error casesAlasdair G Kergon2005-07-131-8/+5Star
* [PATCH] device-mapper multipath: Avoid possible suspension deadlockAlasdair G Kergon2005-07-131-5/+7