summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c
Commit message (Expand)AuthorAgeFilesLines
* block: convert blkdev_issue_flush() to use empty barriersJens Axboe2007-10-161-16/+0
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-101-11/+7
* Fix remap handling by blktraceAlan D. Brunelle2007-08-111-2/+2
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-5/+5
* unregister_blkdev() delete redundant messages in callersAkinobu Mita2007-07-171-3/+1
* dm: disable barriersStefan Bader2007-07-121-0/+9
* dm: use kmem_cache macroAlasdair G Kergon2007-07-121-13/+11
* dm mpath: log device nameEdward Goggin2007-05-091-0/+1
* [BLOCK] Don't pin lots of memory in mempoolsJens Axboe2007-04-301-1/+1
* [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/+4
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] dm: suspend: fix error pathAlasdair G Kergon2006-11-081-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/+13
* [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/+13
* [PATCH] dm: move idr_pre_getJeff Mahoney2006-06-261-14/+9
* [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/+2
* [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/+2
* [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-181-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-141-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-091-2/+2
* [PATCH] device-mapper: make lock_fs optionalAlasdair G Kergon2006-01-061-4/+13