summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c
Commit message (Expand)AuthorAgeFilesLines
...
* dm: merge __flush_deferred_io into callerMikulas Patocka2009-04-021-11/+7
* dm: move bio_io_error into __split_and_process_bioMikulas Patocka2009-04-021-11/+10
* dm: rename __split_bioMikulas Patocka2009-04-021-4/+4
* dm: remove unnecessary struct dm_wq_reqMikulas Patocka2009-04-021-17/+7
* dm: remove unnecessary work queue context fieldMikulas Patocka2009-04-021-8/+5
* dm: remove unnecessary work queue type fieldMikulas Patocka2009-04-021-17/+6
* dm crypt: wait for endio to complete before destructionMilan Broz2009-03-161-13/+19
* dm: add name and uuid to sysfsMilan Broz2009-01-061-1/+28
* dm table: rework reference countingMikulas Patocka2009-01-061-9/+5
* dm: support barriers on simple devicesAndi Kleen2009-01-061-10/+5
* 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-131-8/+16
* dm: move pending queue wake_up end_io_acctMikulas Patocka2008-11-131-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds2008-10-231-19/+8
|\
| * [PATCH] switch dmAl Viro2008-10-211-21/+10
| * [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/+1
* | 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/+6
* 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/+29
* 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-241-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/+18
* dm: fix thaw_bdevJun'ichi Nomura2007-10-201-1/+3
OpenPOWER on IntegriCloud