aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06dm: add name and uuid to sysfsMilan Broz1-1/+28
2009-01-06dm table: rework reference countingMikulas Patocka1-9/+5
2009-01-06dm: support barriers on simple devicesAndi Kleen1-10/+5
2009-01-06dm request: add cachesKiyoshi Ueda1-1/+40
2009-01-06dm table: drop reference at unbindMikulas Patocka1-1/+1
2008-12-29bio: allow individual slabs in the bio_setJens Axboe1-1/+1
2008-11-26blktrace: port to tracepoints, updateIngo Molnar1-0/+2
2008-11-26blktrace: port to tracepointsArnaldo Carvalho de Melo1-3/+3
2008-11-13dm: avoid destroying table in dm_any_congestedChandra Seetharaman1-8/+16
2008-11-13dm: move pending queue wake_up end_io_acctMikulas Patocka1-5/+5
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds1-19/+8
2008-10-21dm: tidy local_initKiyoshi Ueda1-17/+17
2008-10-21dm: remove unused flush_allKiyoshi Ueda1-13/+1
2008-10-21dm: mark split bio as clonedMartin K. Petersen1-0/+1
2008-10-21[PATCH] switch dmAl Viro1-21/+10
2008-10-21[PATCH] beginning of methods conversionAl Viro1-3/+3
2008-10-21[PATCH] lose unused arguments in dm ioctl callbacksAl Viro1-1/+1
2008-10-09block: move stats from disk to part0Tejun Heo1-13/+14
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo1-2/+2
2008-10-09block: fix diskstats accessTejun Heo1-11/+15
2008-10-09block: don't depend on consecutive minor spaceTejun Heo1-3/+4
2008-10-01dm: cope with access beyond end of device in dm_merge_bvecMikulas Patocka1-0/+3
2008-10-01dm: always allow one page in dm_merge_bvecMikulas Patocka1-4/+5
2008-07-21dm: introduce merge_bvec_fnMilan Broz1-0/+44
2008-07-21dm io: remove struct paddingRichard Kennedy1-1/+1
2008-04-25dm: remove md argument from specific_minorFrederik Deweerdt1-8/+6
2008-04-25dm kcopyd: remove redundant client countingMikulas Patocka1-0/+2
2008-02-08dm: move deferred bio flushing to workqueueMilan Broz1-12/+67
2008-02-08dm: refactor dm_suspend completion waitMilan Broz1-16/+27
2008-02-08dm: split dm_suspend io_lock hold into twoMilan Broz1-1/+2
2008-02-08dm: tidy dm_suspendMilan Broz1-10/+11
2008-02-08dm: refactor deferred bio_list processingMilan Broz1-38/+29
2008-02-08dm: tidy alloc_dev labelsMilan Broz1-13/+13
2008-02-08dm: convert suspend_lock semaphore to mutexDaniel Walker1-8/+8
2008-02-08dm: mark function lists staticAlasdair G Kergon1-2/+2
2008-02-08dm: add missing memory barrier to dm_suspendMilan Broz1-0/+1
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers1-2/+2
2007-12-20dm: trigger change uevent on renameAlasdair G Kergon1-1/+6
2007-12-20dm: table detect io beyond deviceJun'ichi Nomura1-6/+18
2007-10-20dm: uevent generate eventsMike Anderson1-0/+28
2007-10-20dm: add uevent to coreMike Anderson1-0/+10
2007-10-20dm: tidy bio_io_error usageMilan Broz1-19/+18
2007-10-20dm: fix thaw_bdevJun'ichi Nomura1-1/+3
2007-10-16block: convert blkdev_issue_flush() to use empty barriersJens Axboe1-16/+0
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-11/+7
2007-08-11Fix remap handling by blktraceAlan D. Brunelle1-2/+2
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-5/+5
2007-07-17unregister_blkdev() delete redundant messages in callersAkinobu Mita1-3/+1
2007-07-12dm: disable barriersStefan Bader1-0/+9
2007-07-12dm: use kmem_cache macroAlasdair G Kergon1-13/+11