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