| Commit message (Expand) | Author | Age | Files | Lines |
* | block: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 2010-10-05 | 1 | -5/+5 |
* | dm: split discard requests on target boundaries | Mike Snitzer | 2010-08-12 | 1 | -24/+23 |
* | dm: factor out max_io_len_target_boundary | Mike Snitzer | 2010-08-12 | 1 | -8/+18 |
* | dm: use common __issue_target_request for flush and discard support | Mike Snitzer | 2010-08-12 | 1 | -8/+22 |
* | dm: linear support discard | Mike Snitzer | 2010-08-12 | 1 | -12/+53 |
* | dm: rename map_info flush_request to target_request_nr | Mike Snitzer | 2010-08-12 | 1 | -9/+9 |
* | dm: do not initialise full request queue when bio based | Mike Snitzer | 2010-08-12 | 1 | -25/+67 |
* | dm ioctl: make bio or request based device type immutable | Mike Snitzer | 2010-08-12 | 1 | -7/+30 |
* | dm: skip second flush on bio unsupported error | Mikulas Patocka | 2010-08-12 | 1 | -2/+13 |
* | dm: separate device deletion from dm_put | Kiyoshi Ueda | 2010-08-12 | 1 | -16/+46 |
* | dm: prevent access to md being deleted | Kiyoshi Ueda | 2010-08-12 | 1 | -0/+1 |
* | block: push down BKL into .open and .release | Arnd Bergmann | 2010-08-07 | 1 | -0/+7 |
* | block: remove q->prepare_flush_fn completely | FUJITA Tomonori | 2010-08-07 | 1 | -1/+1 |
* | dm: stop using q->prepare_flush_fn | FUJITA Tomonori | 2010-08-07 | 1 | -14/+2 |
* | block: unify flags for struct bio and struct request | Christoph Hellwig | 2010-08-07 | 1 | -7/+7 |
* | block: remove wrappers for request type/flags | Christoph Hellwig | 2010-08-07 | 1 | -5/+5 |
* | dm ioctl: introduce flag indicating uevent was generated | Peter Rajnoha | 2010-03-06 | 1 | -3/+4 |
* | dm: free dm_io before bio_endio not after | Mikulas Patocka | 2010-03-06 | 1 | -2/+2 |
* | dm table: remove dm_get from dm_table_get_md | Kiyoshi Ueda | 2010-03-06 | 1 | -12/+2 |
* | dm mpath: fix stall when requeueing io | Kiyoshi Ueda | 2010-02-16 | 1 | -4/+17 |
* | dm: export suspended state to targets | Kiyoshi Ueda | 2009-12-10 | 1 | -0/+11 |
* | dm: rename dm_suspended to dm_suspended_md | Kiyoshi Ueda | 2009-12-10 | 1 | -6/+6 |
* | dm: swap target postsuspend call and setting suspended flag | Kiyoshi Ueda | 2009-12-10 | 1 | -2/+2 |
* | dm: trace request based remapping | Jun'ichi Nomura | 2009-12-10 | 1 | -0/+2 |
* | dm: keep old table until after resume succeeded | Alasdair G Kergon | 2009-12-10 | 1 | -17/+17 |
* | dm: bind new table before destroying old | Alasdair G Kergon | 2009-12-10 | 1 | -5/+11 |
* | dm: add dm_deleting_md function | Mike Anderson | 2009-12-10 | 1 | -2/+7 |
* | dm: rename dm_get_table to dm_get_live_table | Alasdair G Kergon | 2009-12-10 | 1 | -12/+12 |
* | dm: add request based barrier support | Kiyoshi Ueda | 2009-12-10 | 1 | -18/+196 |
* | dm: move dm_end_request | Kiyoshi Ueda | 2009-12-10 | 1 | -31/+31 |
* | dm: refactor request based completion functions | Kiyoshi Ueda | 2009-12-10 | 1 | -13/+24 |
* | dm: use md pending for in flight IO counting | Kiyoshi Ueda | 2009-12-10 | 1 | -28/+18 |
* | dm: simplify request based suspend | Kiyoshi Ueda | 2009-12-10 | 1 | -144/+14 |
* | dm: abstract clone_rq | Kiyoshi Ueda | 2009-12-10 | 1 | -17/+28 |
* | dm: pass gfp_mask to alloc_rq_tio | Kiyoshi Ueda | 2009-12-10 | 1 | -3/+4 |
* | dm: use clone in map_request function | Kiyoshi Ueda | 2009-12-10 | 1 | -3/+2 |
* | dm: abstract dm_in_flight function | Kiyoshi Ueda | 2009-12-10 | 1 | -2/+7 |
* | dm io: use slab for struct io | Mikulas Patocka | 2009-12-10 | 1 | -0/+2 |
* | dm: dec_pending needs locking to save error value | Kiyoshi Ueda | 2009-10-16 | 1 | -2/+8 |
* | dm: add missing del_gendisk to alloc_dev error path | Zdenek Kabelac | 2009-10-16 | 1 | -0/+1 |
* | block: Seperate read and write statistics of in_flight requests v2 | Nikanth Karthikesan | 2009-10-06 | 1 | -6/+10 |
* | Revert "Seperate read and write statistics of in_flight requests" | Jens Axboe | 2009-10-04 | 1 | -10/+6 |
* | const: make block_device_operations const | Alexey Dobriyan | 2009-09-22 | 1 | -2/+2 |
* | Seperate read and write statistics of in_flight requests | Nikanth Karthikesan | 2009-09-14 | 1 | -6/+10 |
* | bio: first step in sanitizing the bio->bi_rw flag testing | Jens Axboe | 2009-09-11 | 1 | -6/+6 |
* | dm multipath: fix oops when request based io fails when no paths | Kiyoshi Ueda | 2009-09-04 | 1 | -5/+10 |
* | dm: remove queue next_ordered workaround for barriers | Mike Snitzer | 2009-07-23 | 1 | -10/+0 |
* | block: Create bip slabs with embedded integrity vectors | Martin K. Petersen | 2009-07-01 | 1 | -2/+2 |
* | dm: disable interrupt when taking map_lock | Kiyoshi Ueda | 2009-06-22 | 1 | -6/+9 |
* | dm: do not set QUEUE_ORDERED_DRAIN if request based | Kiyoshi Ueda | 2009-06-22 | 1 | -1/+10 |