| Commit message (Expand) | Author | Age | Files | Lines |
* | dm: avoid destroying table in dm_any_congested | Chandra Seetharaman | 2008-11-13 | 1 | -8/+16 |
* | dm: move pending queue wake_up end_io_acct | Mikulas Patocka | 2008-11-13 | 1 | -5/+5 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev | Linus Torvalds | 2008-10-23 | 1 | -19/+8 |
|\ |
|
| * | [PATCH] switch dm | Al Viro | 2008-10-21 | 1 | -21/+10 |
| * | [PATCH] beginning of methods conversion | Al Viro | 2008-10-21 | 1 | -3/+3 |
| * | [PATCH] lose unused arguments in dm ioctl callbacks | Al Viro | 2008-10-21 | 1 | -1/+1 |
* | | dm: tidy local_init | Kiyoshi Ueda | 2008-10-21 | 1 | -17/+17 |
* | | dm: remove unused flush_all | Kiyoshi Ueda | 2008-10-21 | 1 | -13/+1 |
* | | dm: mark split bio as cloned | Martin K. Petersen | 2008-10-21 | 1 | -0/+1 |
|/ |
|
* | block: move stats from disk to part0 | Tejun Heo | 2008-10-09 | 1 | -13/+14 |
* | block: implement and use {disk|part}_to_dev() | Tejun Heo | 2008-10-09 | 1 | -2/+2 |
* | block: fix diskstats access | Tejun Heo | 2008-10-09 | 1 | -11/+15 |
* | block: don't depend on consecutive minor space | Tejun Heo | 2008-10-09 | 1 | -3/+4 |
* | dm: cope with access beyond end of device in dm_merge_bvec | Mikulas Patocka | 2008-10-01 | 1 | -0/+3 |
* | dm: always allow one page in dm_merge_bvec | Mikulas Patocka | 2008-10-01 | 1 | -4/+5 |
* | dm: introduce merge_bvec_fn | Milan Broz | 2008-07-21 | 1 | -0/+44 |
* | dm io: remove struct padding | Richard Kennedy | 2008-07-21 | 1 | -1/+1 |
* | dm: remove md argument from specific_minor | Frederik Deweerdt | 2008-04-25 | 1 | -8/+6 |
* | dm kcopyd: remove redundant client counting | Mikulas Patocka | 2008-04-25 | 1 | -0/+2 |
* | dm: move deferred bio flushing to workqueue | Milan Broz | 2008-02-08 | 1 | -12/+67 |
* | dm: refactor dm_suspend completion wait | Milan Broz | 2008-02-08 | 1 | -16/+27 |
* | dm: split dm_suspend io_lock hold into two | Milan Broz | 2008-02-08 | 1 | -1/+2 |
* | dm: tidy dm_suspend | Milan Broz | 2008-02-08 | 1 | -10/+11 |
* | dm: refactor deferred bio_list processing | Milan Broz | 2008-02-08 | 1 | -38/+29 |
* | dm: tidy alloc_dev labels | Milan Broz | 2008-02-08 | 1 | -13/+13 |
* | dm: convert suspend_lock semaphore to mutex | Daniel Walker | 2008-02-08 | 1 | -8/+8 |
* | dm: mark function lists static | Alasdair G Kergon | 2008-02-08 | 1 | -2/+2 |
* | dm: add missing memory barrier to dm_suspend | Milan Broz | 2008-02-08 | 1 | -0/+1 |
* | Driver core: convert block from raw kobjects to core devices | Kay Sievers | 2008-01-24 | 1 | -2/+2 |
* | dm: trigger change uevent on rename | Alasdair G Kergon | 2007-12-20 | 1 | -1/+6 |
* | dm: table detect io beyond device | Jun'ichi Nomura | 2007-12-20 | 1 | -6/+18 |
* | dm: uevent generate events | Mike Anderson | 2007-10-20 | 1 | -0/+28 |
* | dm: add uevent to core | Mike Anderson | 2007-10-20 | 1 | -0/+10 |
* | dm: tidy bio_io_error usage | Milan Broz | 2007-10-20 | 1 | -19/+18 |
* | dm: fix thaw_bdev | Jun'ichi Nomura | 2007-10-20 | 1 | -1/+3 |
* | block: convert blkdev_issue_flush() to use empty barriers | Jens Axboe | 2007-10-16 | 1 | -16/+0 |
* | Drop 'size' argument from bio_endio and bi_end_io | NeilBrown | 2007-10-10 | 1 | -11/+7 |
* | Fix remap handling by blktrace | Alan D. Brunelle | 2007-08-11 | 1 | -2/+2 |
* | [BLOCK] Get rid of request_queue_t typedef | Jens Axboe | 2007-07-24 | 1 | -5/+5 |
* | unregister_blkdev() delete redundant messages in callers | Akinobu Mita | 2007-07-17 | 1 | -3/+1 |
* | dm: disable barriers | Stefan Bader | 2007-07-12 | 1 | -0/+9 |
* | dm: use kmem_cache macro | Alasdair G Kergon | 2007-07-12 | 1 | -13/+11 |
* | dm mpath: log device name | Edward Goggin | 2007-05-09 | 1 | -0/+1 |
* | [BLOCK] Don't pin lots of memory in mempools | Jens Axboe | 2007-04-30 | 1 | -1/+1 |
* | [PATCH] dm-multipath: fix stall on noflush suspend/resume | Jun'ichi Nomura | 2007-01-26 | 1 | -8/+19 |
* | [PATCH] dm: suspend: add noflush pushback | Kiyoshi Ueda | 2006-12-08 | 1 | -10/+95 |
* | [PATCH] dm: map and endio return code clarification | Kiyoshi Ueda | 2006-12-08 | 1 | -3/+10 |
* | [PATCH] dm: suspend: parameter change | Kiyoshi Ueda | 2006-12-08 | 1 | -1/+2 |
* | [PATCH] dm: tidy core formatting | Kiyoshi Ueda | 2006-12-08 | 1 | -7/+4 |
* | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 2006-12-07 | 1 | -2/+2 |