string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / drivers / md / dm.c
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
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
next