Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
[safe/jmp/linux-2.6] / drivers / md / dm.c
2009-04-15 Christoph Hellwigblock: move bio list helpers into bio.h
2009-04-08 Mikulas Patockadm: implement basic barrier support
2009-04-08 Mikulas Patockadm: remove dm_request loop
2009-04-08 Mikulas Patockadm: rework queueing and suspension
2009-04-08 Alasdair G Kergondm: simplify dm_request loop
2009-04-08 Alasdair G Kergondm: split DMF_BLOCK_IO flag into two
2009-04-08 Alasdair G Kergondm: rearrange dm_wq_work
2009-04-08 Mikulas Patockadm: remove limited barrier support
2009-04-08 Martin K. Petersendm: add integrity support
2009-04-02 Mikulas Patockadm: set queue ordered mode
2009-04-02 Mikulas Patockadm: move wait queue declaration
2009-04-02 Mikulas Patockadm: merge pushback and deferred bio lists
2009-04-02 Mikulas Patockadm: allow uninterruptible wait for pending io
2009-04-02 Mikulas Patockadm: merge __flush_deferred_io into caller
2009-04-02 Mikulas Patockadm: move bio_io_error into __split_and_process_bio
2009-04-02 Mikulas Patockadm: rename __split_bio
2009-04-02 Mikulas Patockadm: remove unnecessary struct dm_wq_req
2009-04-02 Mikulas Patockadm: remove unnecessary work queue context field
2009-04-02 Mikulas Patockadm: remove unnecessary work queue type field
2009-03-16 Milan Brozdm crypt: wait for endio to complete before destruction
2009-01-06 Milan Brozdm: add name and uuid to sysfs
2009-01-06 Mikulas Patockadm table: rework reference counting
2009-01-06 Andi Kleendm: support barriers on simple devices
2009-01-06 Kiyoshi Uedadm request: add caches
2009-01-06 Mikulas Patockadm table: drop reference at unbind
2008-12-29 Jens Axboebio: allow individual slabs in the bio_set
2008-11-26 Ingo Molnarblktrace: port to tracepoints, update
2008-11-26 Arnaldo Carvalho... blktrace: port to tracepoints
2008-11-13 Chandra Seetharamandm: avoid destroying table in dm_any_congested
2008-11-13 Mikulas Patockadm: move pending queue wake_up end_io_acct
2008-10-23 Linus TorvaldsMerge git://git./linux/kernel/git/viro/bdev
2008-10-21 Kiyoshi Uedadm: tidy local_init
2008-10-21 Kiyoshi Uedadm: remove unused flush_all
2008-10-21 Martin K. Petersendm: mark split bio as cloned
2008-10-21 Al Viro[PATCH] switch dm
2008-10-21 Al Viro[PATCH] beginning of methods conversion
2008-10-21 Al Viro[PATCH] lose unused arguments in dm ioctl callbacks
2008-10-09 Tejun Heoblock: move stats from disk to part0
2008-10-09 Tejun Heoblock: implement and use {disk|part}_to_dev()
2008-10-09 Tejun Heoblock: fix diskstats access
2008-10-09 Tejun Heoblock: don't depend on consecutive minor space
2008-10-01 Mikulas Patockadm: cope with access beyond end of device in dm_merge_bvec
2008-10-01 Mikulas Patockadm: always allow one page in dm_merge_bvec
2008-07-21 Milan Brozdm: introduce merge_bvec_fn
2008-07-21 Richard Kennedydm io: remove struct padding
2008-04-25 Frederik Deweerdtdm: remove md argument from specific_minor
2008-04-25 Mikulas Patockadm kcopyd: remove redundant client counting
2008-02-08 Milan Brozdm: move deferred bio flushing to workqueue
2008-02-08 Milan Brozdm: refactor dm_suspend completion wait
2008-02-08 Milan Brozdm: split dm_suspend io_lock hold into two
2008-02-08 Milan Brozdm: tidy dm_suspend
2008-02-08 Milan Brozdm: refactor deferred bio_list processing
2008-02-08 Milan Brozdm: tidy alloc_dev labels
2008-02-08 Daniel Walkerdm: convert suspend_lock semaphore to mutex
2008-02-08 Alasdair G Kergondm: mark function lists static
2008-02-08 Milan Brozdm: add missing memory barrier to dm_suspend
2008-01-25 Kay SieversDriver core: convert block from raw kobjects to core...
2007-12-20 Alasdair G Kergondm: trigger change uevent on rename
2007-12-20 Jun'ichi Nomuradm: table detect io beyond device
2007-10-20 Mike Andersondm: uevent generate events
2007-10-20 Mike Andersondm: add uevent to core
2007-10-20 Milan Brozdm: tidy bio_io_error usage
2007-10-20 Jun'ichi Nomuradm: fix thaw_bdev
2007-10-16 Jens Axboeblock: convert blkdev_issue_flush() to use empty barriers
2007-10-10 NeilBrownDrop 'size' argument from bio_endio and bi_end_io
2007-08-11 Alan D. BrunelleFix remap handling by blktrace
2007-07-24 Jens Axboe[BLOCK] Get rid of request_queue_t typedef
2007-07-17 Akinobu Mitaunregister_blkdev() delete redundant messages in callers
2007-07-12 Stefan Baderdm: disable barriers
2007-07-12 Alasdair G Kergondm: use kmem_cache macro
2007-05-09 Edward Goggindm mpath: log device name
2007-04-30 Jens Axboe[BLOCK] Don't pin lots of memory in mempools
2007-01-26 Jun'ichi Nomura[PATCH] dm-multipath: fix stall on noflush suspend...
2006-12-08 Kiyoshi Ueda[PATCH] dm: suspend: add noflush pushback
2006-12-08 Kiyoshi Ueda[PATCH] dm: map and endio return code clarification
2006-12-08 Kiyoshi Ueda[PATCH] dm: suspend: parameter change
2006-12-08 Kiyoshi Ueda[PATCH] dm: tidy core formatting
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-11-09 Alasdair G Kergon[PATCH] dm: suspend: fix error path
2006-10-03 Stefan Bader[PATCH] dm: use private biosets
2006-10-03 Milan Broz[PATCH] dm table: add target preresume
2006-10-03 Hannes Reinecke[PATCH] dm: add uevent change event on resume
2006-10-03 Ishai Rabinovitz[PATCH] dm: fix alloc_dev error path
2006-10-03 Milan Broz[PATCH] dm: support ioctls on mapped devices
2006-06-26 Greg Kroah-Hartman[PATCH] devfs: Last little devfs cleanups throughout...
2006-06-26 Alasdair G Kergon[PATCH] dm: improve error message consistency
2006-06-26 Alasdair G Kergon[PATCH] dm: prevent removal if open
2006-06-26 Alasdair G Kergon[PATCH] dm: add exports
2006-06-26 Alasdair G Kergon[PATCH] dm: consolidate creation functions
2006-06-26 Jeff Mahoney[PATCH] dm: fix block device initialisation
2006-06-26 Jeff Mahoney[PATCH] dm: add module ref counting
2006-06-26 Jeff Mahoney[PATCH] dm: add DMF_FREEING
2006-06-26 Jeff Mahoney[PATCH] dm: change minor_lock to spinlock
2006-06-26 Jeff Mahoney[PATCH] dm: move idr_pre_get
2006-06-26 Jeff Mahoney[PATCH] dm: fix idr minor allocation
2006-03-27 Arjan van de Ven[PATCH] sem2mutex: drivers/md
2006-03-27 Darrick J. Wong[PATCH] dm store geometry
2006-03-27 Mike Anderson[PATCH] dm table: store md
2006-03-27 Alasdair G Kergon[PATCH] dm: tidy mdptr
2006-03-27 Mike Anderson[PATCH] dm: store md name
next