summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c
AgeCommit message (Expand)AuthorLines
2008-04-25dm: remove md argument from specific_minorFrederik Deweerdt-8/+6
2008-04-25dm kcopyd: remove redundant client countingMikulas Patocka-0/+2
2008-02-08dm: move deferred bio flushing to workqueueMilan Broz-12/+67
2008-02-08dm: refactor dm_suspend completion waitMilan Broz-16/+27
2008-02-08dm: split dm_suspend io_lock hold into twoMilan Broz-1/+2
2008-02-08dm: tidy dm_suspendMilan Broz-10/+11
2008-02-08dm: refactor deferred bio_list processingMilan Broz-38/+29
2008-02-08dm: tidy alloc_dev labelsMilan Broz-13/+13
2008-02-08dm: convert suspend_lock semaphore to mutexDaniel Walker-8/+8
2008-02-08dm: mark function lists staticAlasdair G Kergon-2/+2
2008-02-08dm: add missing memory barrier to dm_suspendMilan Broz-0/+1
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers-2/+2
2007-12-20dm: trigger change uevent on renameAlasdair G Kergon-1/+6
2007-12-20dm: table detect io beyond deviceJun'ichi Nomura-6/+18
2007-10-20dm: uevent generate eventsMike Anderson-0/+28
2007-10-20dm: add uevent to coreMike Anderson-0/+10
2007-10-20dm: tidy bio_io_error usageMilan Broz-19/+18
2007-10-20dm: fix thaw_bdevJun'ichi Nomura-1/+3
2007-10-16block: convert blkdev_issue_flush() to use empty barriersJens Axboe-16/+0
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown-11/+7
2007-08-11Fix remap handling by blktraceAlan D. Brunelle-2/+2
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe-5/+5
2007-07-17unregister_blkdev() delete redundant messages in callersAkinobu Mita-3/+1
2007-07-12dm: disable barriersStefan Bader-0/+9
2007-07-12dm: use kmem_cache macroAlasdair G Kergon-13/+11
2007-05-09dm mpath: log device nameEdward Goggin-0/+1
2007-04-30[BLOCK] Don't pin lots of memory in mempoolsJens Axboe-1/+1
2007-01-26[PATCH] dm-multipath: fix stall on noflush suspend/resumeJun'ichi Nomura-8/+19
2006-12-08[PATCH] dm: suspend: add noflush pushbackKiyoshi Ueda-10/+95
2006-12-08[PATCH] dm: map and endio return code clarificationKiyoshi Ueda-3/+10
2006-12-08[PATCH] dm: suspend: parameter changeKiyoshi Ueda-1/+2
2006-12-08[PATCH] dm: tidy core formattingKiyoshi Ueda-7/+4
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter-2/+2
2006-11-08[PATCH] dm: suspend: fix error pathAlasdair G Kergon-1/+3
2006-10-03[PATCH] dm: use private biosetsStefan Bader-22/+41
2006-10-03[PATCH] dm table: add target preresumeMilan Broz-1/+3
2006-10-03[PATCH] dm: add uevent change event on resumeHannes Reinecke-0/+2
2006-10-03[PATCH] dm: fix alloc_dev error pathIshai Rabinovitz-1/+2
2006-10-03[PATCH] dm: support ioctls on mapped devicesMilan Broz-0/+41
2006-06-26[PATCH] devfs: Last little devfs cleanups throughout the kernel tree.Greg Kroah-Hartman-1/+1
2006-06-26[PATCH] dm: improve error message consistencyAlasdair G Kergon-0/+8
2006-06-26[PATCH] dm: prevent removal if openAlasdair G Kergon-1/+31
2006-06-26[PATCH] dm: add exportsAlasdair G Kergon-6/+6
2006-06-26[PATCH] dm: consolidate creation functionsAlasdair G Kergon-22/+13
2006-06-26[PATCH] dm: fix block device initialisationJeff Mahoney-4/+4
2006-06-26[PATCH] dm: add module ref countingJeff Mahoney-0/+6
2006-06-26[PATCH] dm: add DMF_FREEINGJeff Mahoney-2/+30
2006-06-26[PATCH] dm: change minor_lock to spinlockJeff Mahoney-14/+13
2006-06-26[PATCH] dm: move idr_pre_getJeff Mahoney-14/+9
2006-06-26[PATCH] dm: fix idr minor allocationJeff Mahoney-3/+16