ALSA: usb-audio: add support for Akai MPD16
[safe/jmp/linux-2.6] / drivers / md / dm.c
2010-03-06 Peter Rajnohadm ioctl: introduce flag indicating uevent was generated
2010-03-06 Mikulas Patockadm: free dm_io before bio_endio not after
2010-03-06 Kiyoshi Uedadm table: remove dm_get from dm_table_get_md
2010-02-16 Kiyoshi Uedadm mpath: fix stall when requeueing io
2009-12-10 Kiyoshi Uedadm: export suspended state to targets
2009-12-10 Kiyoshi Uedadm: rename dm_suspended to dm_suspended_md
2009-12-10 Kiyoshi Uedadm: swap target postsuspend call and setting suspended...
2009-12-10 Jun'ichi Nomuradm: trace request based remapping
2009-12-10 Alasdair G Kergondm: keep old table until after resume succeeded
2009-12-10 Alasdair G Kergondm: bind new table before destroying old
2009-12-10 Mike Andersondm: add dm_deleting_md function
2009-12-10 Alasdair G Kergondm: rename dm_get_table to dm_get_live_table
2009-12-10 Kiyoshi Uedadm: add request based barrier support
2009-12-10 Kiyoshi Uedadm: move dm_end_request
2009-12-10 Kiyoshi Uedadm: refactor request based completion functions
2009-12-10 Kiyoshi Uedadm: use md pending for in flight IO counting
2009-12-10 Kiyoshi Uedadm: simplify request based suspend
2009-12-10 Kiyoshi Uedadm: abstract clone_rq
2009-12-10 Kiyoshi Uedadm: pass gfp_mask to alloc_rq_tio
2009-12-10 Kiyoshi Uedadm: use clone in map_request function
2009-12-10 Kiyoshi Uedadm: abstract dm_in_flight function
2009-12-10 Mikulas Patockadm io: use slab for struct io
2009-10-16 Kiyoshi Uedadm: dec_pending needs locking to save error value
2009-10-16 Zdenek Kabelacdm: add missing del_gendisk to alloc_dev error path
2009-10-06 Nikanth Karthikesanblock: Seperate read and write statistics of in_flight...
2009-10-04 Jens AxboeRevert "Seperate read and write statistics of in_flight...
2009-09-22 Alexey Dobriyanconst: make block_device_operations const
2009-09-14 Nikanth KarthikesanSeperate read and write statistics of in_flight requests
2009-09-11 Jens Axboebio: first step in sanitizing the bio->bi_rw flag testing
2009-09-04 Kiyoshi Uedadm multipath: fix oops when request based io fails...
2009-07-23 Mike Snitzerdm: remove queue next_ordered workaround for barriers
2009-07-01 Martin K. Petersenblock: Create bip slabs with embedded integrity vectors
2009-06-22 Kiyoshi Uedadm: disable interrupt when taking map_lock
2009-06-22 Kiyoshi Uedadm: do not set QUEUE_ORDERED_DRAIN if request based
2009-06-22 Kiyoshi Uedadm: enable request based option
2009-06-22 Kiyoshi Uedadm: prepare for request based option
2009-06-22 Mike Snitzerdm: calculate queue limits during resume not load
2009-06-22 Milan Brozdm ioctl: support cookies for udev
2009-06-22 Mikulas Patockadm: send empty barriers to targets in dm_flush
2009-06-22 Alasdair G Kergondm: initialise tio in alloc_tio
2009-06-22 Mikulas Patockadm: introduce num_flush_requests
2009-06-22 Mikulas Patockadm: remove check that prevents mapping empty bios
2009-06-22 Mikulas Patockadm: remove EOPNOTSUPP for barriers
2009-06-22 Mikulas Patockadm: store only first barrier error
2009-06-22 Mikulas Patockadm: process requeue in dm_wq_work
2009-06-22 Mikulas Patockadm: make dm_flush return void
2009-06-22 Mikulas Patockadm: always hold bdev reference
2009-06-22 Mikulas Patockadm: rename suspended_bdev to bdev
2009-06-22 Mikulas Patockadm: avoid unsupported spanning of md stripe boundaries
2009-06-22 Milan Brozdm: sysfs skip output when device is being destroyed
2009-06-16 Li Zefanblock: remove some includings of blktrace_api.h
2009-06-09 Li Zefantracing/events: convert block trace points to TRACE_EVENT()
2009-05-07 Ingo MolnarMerge branch 'linus' into tracing/core
2009-05-06 Alan D. Brunelleblktrace: from-sector redundant in trace_block_remap
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
next