summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c
Commit message (Expand)AuthorAgeFilesLines
* dm: add name and uuid to sysfsMilan Broz2009-01-061-1/+28
* dm table: rework reference countingMikulas Patocka2009-01-061-9/+5Star
* dm: support barriers on simple devicesAndi Kleen2009-01-061-10/+5Star
* dm request: add cachesKiyoshi Ueda2009-01-061-1/+40
* dm table: drop reference at unbindMikulas Patocka2009-01-061-1/+1
* bio: allow individual slabs in the bio_setJens Axboe2008-12-291-1/+1
* blktrace: port to tracepoints, updateIngo Molnar2008-11-261-0/+2
* blktrace: port to tracepointsArnaldo Carvalho de Melo2008-11-261-3/+3
* dm: avoid destroying table in dm_any_congestedChandra Seetharaman2008-11-141-8/+16
* dm: move pending queue wake_up end_io_acctMikulas Patocka2008-11-141-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds2008-10-231-19/+8Star
|\
| * [PATCH] switch dmAl Viro2008-10-211-21/+10Star
| * [PATCH] beginning of methods conversionAl Viro2008-10-211-3/+3
| * [PATCH] lose unused arguments in dm ioctl callbacksAl Viro2008-10-211-1/+1
* | dm: tidy local_initKiyoshi Ueda2008-10-211-17/+17
* | dm: remove unused flush_allKiyoshi Ueda2008-10-211-13/+1Star
* | dm: mark split bio as clonedMartin K. Petersen2008-10-211-0/+1
|/
* block: move stats from disk to part0Tejun Heo2008-10-091-13/+14
* block: implement and use {disk|part}_to_dev()Tejun Heo2008-10-091-2/+2
* block: fix diskstats accessTejun Heo2008-10-091-11/+15
* block: don't depend on consecutive minor spaceTejun Heo2008-10-091-3/+4
* dm: cope with access beyond end of device in dm_merge_bvecMikulas Patocka2008-10-011-0/+3
* dm: always allow one page in dm_merge_bvecMikulas Patocka2008-10-011-4/+5
* dm: introduce merge_bvec_fnMilan Broz2008-07-211-0/+44
* dm io: remove struct paddingRichard Kennedy2008-07-211-1/+1
* dm: remove md argument from specific_minorFrederik Deweerdt2008-04-251-8/+6Star
* dm kcopyd: remove redundant client countingMikulas Patocka2008-04-251-0/+2
* dm: move deferred bio flushing to workqueueMilan Broz2008-02-081-12/+67
* dm: refactor dm_suspend completion waitMilan Broz2008-02-081-16/+27
* dm: split dm_suspend io_lock hold into twoMilan Broz2008-02-081-1/+2
* dm: tidy dm_suspendMilan Broz2008-02-081-10/+11
* dm: refactor deferred bio_list processingMilan Broz2008-02-081-38/+29Star
* dm: tidy alloc_dev labelsMilan Broz2008-02-081-13/+13
* dm: convert suspend_lock semaphore to mutexDaniel Walker2008-02-081-8/+8
* dm: mark function lists staticAlasdair G Kergon2008-02-081-2/+2
* dm: add missing memory barrier to dm_suspendMilan Broz2008-02-081-0/+1
* Driver core: convert block from raw kobjects to core devicesKay Sievers2008-01-251-2/+2
* dm: trigger change uevent on renameAlasdair G Kergon2007-12-201-1/+6
* dm: table detect io beyond deviceJun'ichi Nomura2007-12-201-6/+18
* dm: uevent generate eventsMike Anderson2007-10-201-0/+28
* dm: add uevent to coreMike Anderson2007-10-201-0/+10
* dm: tidy bio_io_error usageMilan Broz2007-10-201-19/+18Star
* dm: fix thaw_bdevJun'ichi Nomura2007-10-201-1/+3
* block: convert blkdev_issue_flush() to use empty barriersJens Axboe2007-10-161-16/+0Star
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-101-11/+7Star
* 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/+1Star
* dm: disable barriersStefan Bader2007-07-131-0/+9
* dm: use kmem_cache macroAlasdair G Kergon2007-07-131-13/+11Star