- Update to 3.3-rc2.
[linux-flexiantxendom0-3.2.10.git] / drivers / md / dm.c
2012-02-07 Jeff Mahoney- Update to 3.3-rc2.
2012-01-04 Al Virofs: move code out of buffer.c
2011-11-16 Jeff Mahoney- Update to 3.2-rc1.
2011-11-05 Linus TorvaldsMerge branch 'for-3.2/core' of git://git.kernel.dk...
2011-10-31 Alasdair G Kergondm: export dm get md
2011-10-31 Alasdair G Kergondm table: add immutable feature
2011-10-31 Namhyung Kimdm: remove superfluous smp_mb
2011-10-31 Namhyung Kimdm: use local printk ratelimit
2011-09-12 Christoph Hellwigblock: remove support for bio remapping from ->make_request
2011-09-12 Jens Axboeblock: rename __make_request() to blk_queue_bio()
2011-09-12 Christoph Hellwigblock: export __make_request
2011-08-24 Jeff Mahoney- Update to 3.1-rc3.
2011-08-02 Mike Snitzerdm table: set flush capability based on underlying...
2011-08-02 Mikulas Patockadm: ignore merge_bvec for snapshots when safe
2011-08-02 Mike Snitzerdm table: fix discard support
2011-08-02 Alasdair G Kergondm: fix idr leak on module removal
2011-04-12 Jeff Mahoney- Update to 2.6.39-rc2.
2011-03-22 Shaohua Liblock: fix non-atomic access to genhd inflight structures
2011-03-17 Martin K. Petersenblock: Require subsystems to explicitly allocate bio_se...
2011-03-10 Jens Axboeblock: remove per-queue plugging
2011-01-22 Jeff Mahoney- Update to 2.6.38-rc1.
2011-01-13 Kiyoshi Uedadm: remove superfluous irq disablement in dm_request_fn
2011-01-13 Tejun Heodm: use non reentrant workqueues if equivalent
2011-01-13 Tejun Heodm: convert workqueues to alloc_ordered
2011-01-13 Milan Brozdm: remove dm_mutex after bkl conversion
2011-01-13 Mike Snitzerdm: dont take i_mutex to change device size
2011-01-07 Jeff Moyerblock: trace event block fix unassigned field
2010-11-16 Mike Snitzerblock: Rename "block_remap" tracepoint to "block_bio_re...
2010-11-12 Jeff Mahoney- Update to 2.6.37-rc1.
2010-10-23 Linus TorvaldsMerge branch 'for-2.6.37/barrier' of git://git.kernel...
2010-10-05 Arnd Bergmannblock: autoconvert trivial BKL users to private mutex
2010-09-10 Mike Snitzerdm: convey that all flushes are processed as empty
2010-09-10 Kiyoshi Uedadm: fix locking context in queue_io()
2010-09-10 Tejun Heodm: relax ordering of bio-based flush implementation
2010-09-10 Tejun Heodm: implement REQ_FLUSH/FUA support for request-based dm
2010-09-10 Tejun Heodm: implement REQ_FLUSH/FUA support for bio-based dm
2010-09-10 Tejun Heoblock: deprecate barrier and replace blk_queue_ordered...
2010-08-18 Jeff Mahoney- Update to 2.6.36-rc1.
2010-08-12 Mike Snitzerdm: split discard requests on target boundaries
2010-08-12 Mike Snitzerdm: factor out max_io_len_target_boundary
2010-08-12 Mike Snitzerdm: use common __issue_target_request for flush and...
2010-08-12 Mike Snitzerdm: linear support discard
2010-08-12 Mike Snitzerdm: rename map_info flush_request to target_request_nr
2010-08-12 Mike Snitzerdm: do not initialise full request queue when bio based
2010-08-12 Mike Snitzerdm ioctl: make bio or request based device type immutable
2010-08-12 Mikulas Patockadm: skip second flush on bio unsupported error
2010-08-12 Kiyoshi Uedadm: separate device deletion from dm_put
2010-08-12 Kiyoshi Uedadm: prevent access to md being deleted
2010-08-07 Arnd Bergmannblock: push down BKL into .open and .release
2010-08-07 FUJITA Tomonoriblock: remove q->prepare_flush_fn completely
2010-08-07 FUJITA Tomonoridm: stop using q->prepare_flush_fn
2010-08-07 Christoph Hellwigblock: unify flags for struct bio and struct request
2010-08-07 Christoph Hellwigblock: remove wrappers for request type/flags
2010-04-29 Nikanth Karthikesan- patches.fixes/dm-release-map_lock-before-set_disk_ro...
2010-03-09 Jeff Mahoney- Updated to 2.6.34-rc1.
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-24 Jeff Mahoney- Updated to 2.6.33-final.
2010-02-16 Kiyoshi Uedadm mpath: fix stall when requeueing io
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
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-11-27 Nikanth Karthikesan- needs_update: Verify knikanth's patches in SLE11...
2009-10-23 Jeff Mahoney- Update to 2.6.32-rc5-git3.
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-16 Jeff Mahoney- Update to 2.6.32-rc5.
2009-10-09 Jeff Mahoney- Update to 2.6.32-rc3.
2009-10-08 Jeff Mahoney- Updated to 2.6.32-rc3.
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-11 Nikanth Karthikesan- patches.suse/block-seperate-rw-inflight-stats: Sepera...
2009-09-08 Greg Kroah-Hartman- Update to 2.6.31-rc9
2009-09-04 Kiyoshi Uedadm multipath: fix oops when request based io fails...
2009-08-03 Jeff Mahoney- Updated to 2.6.31-rc5.
2009-07-23 Mike Snitzerdm: remove queue next_ordered workaround for barriers
2009-07-20 Jeff Mahoney- Update to 2.6.30.2
2009-07-03 Jeff Mahoney- Update to 2.6.31-rc1-git10.
2009-07-02 Milan Brozdm: sysfs skip output when device is being destroyed
2009-07-01 Martin K. Petersenblock: Create bip slabs with embedded integrity vectors
next